win32/MANIFEST: Add libgstpng.dsp to MANIFEST.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
2
3         * win32/MANIFEST:
4         Add libgstpng.dsp to MANIFEST.
5         * win32/vs6/libgstaudiofx.dsp:
6         Add new source files to VS project file.
7
8 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
9
10         * sys/ximage/gstximagesrc.c:
11         Initialise variables when opening the X display rather
12         than in _start(), as the display can be opened before that.
13
14         Fixes: #515985
15
16 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
17
18         * sys/directdraw/gstdirectdrawsink.c:
19         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
20         (gst_directdraw_sink_finalize):
21         Properly chain up finalize functions. Fixes bug #515980.
22
23 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
24
25         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
26         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
27         (gst_v4l2_buffer_pool_class_init):
28         Chain up the finalize functions. Fixes bug #515984.
29
30 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
31
32         * sys/ximage/ximageutil.c:
33         Chain up in the finalize function for our custom
34         buffer sub-class.
35         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
36         Fixes: #515706
37
38 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
39
40         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
41         (gst_fenced_buffer_class_init):
42         Properly chain up finalize method. Fixes bug #515979.
43
44 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
45
46         * sys/ximage/gstximagesrc.c:
47         Free allocated Damage memory before closing our connection to the
48         X server. Partially fixes: #515706
49
50 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
51
52         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
53         * tests/check/Makefile.am:
54         * tests/check/gst-plugins-good.supp:
55         Add a few libjpeg suppressions and initialize a variable to
56         make smokeenc valgrind clean. Fixes bug #515701.
57
58 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
59
60         * gst/avi/gstavidemux.c:
61         Revert patch which sends timestamps only on keyframes, as it
62         breaks playback with current gst-ffmpeg.
63
64         Fixes: #515562
65
66 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
67
68         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
69         * tests/check/elements/multifile.c: (GST_START_TEST):
70         Close some memory leaks spotted by the unit test. Fixes bug #515697.
71
72 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
73
74         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
75         Use and unset the GError when pipeline creation fails instead of
76         simply leaking it. Fixes bug #515704.
77
78 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
79
80         * gst/audiofx/audioamplify.c:
81         * gst/audiofx/audiochebband.c:
82         * gst/audiofx/audiocheblimit.c:
83         * gst/audiofx/audiodynamic.c:
84         * gst/audiofx/audioinvert.c:
85         * gst/audiofx/audiopanorama.c:
86         * gst/audiofx/audiowsincband.c:
87         * gst/audiofx/audiowsinclimit.c:
88         Fix long description of audiofx elements. Fixes bug #515457.
89
90 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
91
92         * docs/plugins/Makefile.am:
93         * gst/spectrum/gstspectrum.c:
94         * tests/examples/spectrum/.cvsignore:
95         * tests/examples/spectrum/Makefile.am:
96         * tests/examples/spectrum/spectrum-example.c:
97
98         Add a simple example application for the spectrum element, include it
99         in the docs, and fix some documentation ambiguities.
100
101         Fixes: #348085
102
103 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
104
105         * gst/equalizer/Makefile.am:
106         * gst/spectrum/Makefile.am:
107         Fix includes order
108
109         * tests/check/Makefile.am:
110         Exclude v4l2src from the states test - it takes too long to start.
111
112         * tests/check/elements/spectrum.c:
113         Make the test run properly with CK_FORK=no
114
115 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
116
117         * gst/audiofix/Makefile.am: add missing header files 
118
119 2008-02-08  Julien Moutte  <julien@fluendo.com>
120
121         * gst/matroska/matroska-demux.c:
122         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
123         keyframe and delta units correctly when dealign with a BlockGroup.
124         Fixes: #514397
125
126 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
127
128         * tests/check/elements/.cvsignore:
129         Spell the new tests correctly in .cvsignore
130
131 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
132
133         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
134           Need to use gsize here for the size, fixes compiler warning.
135
136         * tests/examples/equalizer/.cvsignore:
137         * tests/examples/equalizer/Makefile.am:
138         * tests/examples/spectrum/.cvsignore:
139         * tests/examples/spectrum/Makefile.am:
140           Add missing files to fix the build.
141
142 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
143
144         * configure.ac:
145         * docs/plugins/Makefile.am:
146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
148         * docs/plugins/gst-plugins-good-plugins.args:
149         * docs/plugins/gst-plugins-good-plugins.hierarchy:
150         * docs/plugins/inspect/plugin-multifile.xml:
151         * tests/check/Makefile.am:
152         * tests/check/elements/.cvsignore:
153
154         Move multifile plugin from -bad.
155         Fixes: #490283
156
157 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
158
159         * configure.ac:
160         * docs/plugins/Makefile.am:
161         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
163         * docs/plugins/gst-plugins-good-plugins.args:
164         * docs/plugins/gst-plugins-good-plugins.hierarchy:
165         * docs/plugins/inspect/plugin-spectrum.xml:
166         * gst/spectrum/Makefile.am:
167         * tests/check/Makefile.am:
168         * tests/check/elements/.cvsignore:
169         * tests/examples/Makefile.am:
170
171         Move spectrum plugin from -bad.
172         Move examples into tests/examples/spectrum.
173
174 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
175
176         * configure.ac:
177         * docs/plugins/Makefile.am:
178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
180         * docs/plugins/gst-plugins-good-plugins.args:
181         * docs/plugins/gst-plugins-good-plugins.hierarchy:
182         * docs/plugins/gst-plugins-good-plugins.interfaces:
183         * docs/plugins/inspect/plugin-equalizer.xml:
184         * gst/equalizer/Makefile.am:
185         * tests/check/Makefile.am:
186         * tests/examples/Makefile.am:
187         Move the equalizer plugin across from -bad
188
189         * tests/check/elements/.cvsignore:
190         Add equalizer, audiosincwband and audiosincwlimit
191
192         * tests/check/elements/equalizer.c:
193         Fix compiler warnings
194
195         Fixes: #415627
196
197 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
198
199         * configure.ac:
200         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
201         are treated like releases and build without it.
202
203 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
204
205         * docs/plugins/Makefile.am:
206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
208         * docs/plugins/gst-plugins-good-plugins.args:
209         * docs/plugins/inspect/plugin-audiofx.xml:
210         * gst/audiofx/Makefile.am:
211         * gst/audiofx/audiofx.c:
212         * gst/audiofx/audiowsincband.c:
213         * gst/audiofx/audiowsincband.h:
214         * gst/audiofx/audiowsinclimit.c:
215         * gst/audiofx/audiowsinclimit.h:
216         * tests/check/Makefile.am:
217         * tests/check/elements/audiowsincband.c:
218         * tests/check/elements/audiowsinclimit.c:
219
220         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
221         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
222         respectively.
223
224         Fixes: #467666
225
226 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
227
228         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
229         * tests/check/elements/icydemux.c:
230           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
231           caps, and add a somewhat useful debug message. Plus test.
232
233 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
234
235         * gst/rtsp/gstrtspsrc.c:
236         Include unistd.h only if HAVE_UNISTD_H is defined
237         * win32/common/config.h.in:
238         * win32/common/config.h:
239         Define socklen_t as it seems it's not defined in default 
240         Visual Studio headers.
241         * win32/vs6/libgstalpha.dsp:
242         * win32/vs6/libgstapetag.dsp:
243         * win32/vs6/libgstavi.dsp:
244         * win32/vs6/libgstrtp.dsp:
245         * win32/vs6/libgstrtsp.dsp:
246         * win32/vs6/libgstvideomixer.dsp:
247         Update project file dependencies and add new source files       
248
249 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
250
251         Patch by: Bjarne Rosengren <bjarne at axis dot com>
252
253         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
254         Don't leak buffers when we don't push them downstream.
255         Fixes bug #514965.
256
257 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
258
259         * configure.ac:
260           Bump requirements to (good) released versions to avoid
261           confusion and make implicit core requirement explicit.
262
263 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
264
265         * docs/plugins/Makefile.am:
266         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
267         * docs/plugins/gst-plugins-good-plugins-sections.txt:
268         * docs/plugins/gst-plugins-good-plugins.args:
269         * docs/plugins/inspect/plugin-audiofx.xml:
270         * gst/audiofx/Makefile.am:
271         * gst/audiofx/audiochebband.c:
272         * gst/audiofx/audiochebband.h:
273         * gst/audiofx/audiocheblimit.c:
274         * gst/audiofx/audiocheblimit.h:
275         * gst/audiofx/audiochebyshevfreqband.c:
276         * gst/audiofx/audiochebyshevfreqband.h:
277         * gst/audiofx/audiochebyshevfreqlimit.c:
278         * gst/audiofx/audiochebyshevfreqlimit.h:
279         * gst/audiofx/audiofx.c:
280         * tests/check/Makefile.am:
281         * tests/check/elements/.cvsignore:
282         * tests/check/elements/audiochebband.c:
283         * tests/check/elements/audiocheblimit.c:
284         * tests/check/elements/audiochebyshevfreqband.c:
285         * tests/check/elements/audiochebyshevfreqlimit.c:
286
287         Rename audiochebyshevfreqband -> audiochebband and
288         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
289         surgery.
290
291         Closes: #491811
292
293 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
294
295         Patch by: orjan <orjanf at axis dot com>
296
297         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
298         Fix caps memory leak. Fixes #514573.
299
300 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
301
302         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
303         If there's no entries in the subindex, don't try to do anything stupid,
304         just return.
305
306 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
307
308         Patch by: John Millikin <jmillikin at gmail dot com>
309
310         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
311           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
312           Fix extraction of picture blocks with newer libflac versions again:
313           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
314
315 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
316
317         * tests/check/Makefile.am:
318           Add rtp-payloading test to VALGRIND_TO_FIX.
319
320         * tests/check/elements/rtp-payloading.c:
321           Add semicolons after GST_TEST_END so gst-indent gets the
322           formatting right; make test less verbose in general, but
323           more verbose in the error case (which should probably
324           make the test fail anyway).
325
326 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
327
328         * docs/plugins/Makefile.am:
329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
330         * docs/plugins/gst-plugins-good-plugins-sections.txt:
331         * gst/avi/gstavisubtitle.c:
332         Add documentation for avisubtitle and change class to
333         Codec/Parser/Subtitle
334
335 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
336
337         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
338         Treat ENOTTY (driver does not implement ioctl) the same as
339         EINVAL since it implies there are no available standards.
340
341         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
342         (gst_v4l2src_get_nearest_size):
343         Replace gst_v4l2src_get_size_limits with 2 calls to new function
344         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
345         probe if the driver does not support VIDIOC_TRY_FMT for whatever
346         reason, and if we aren't yet actively capturing.
347
348         * sys/v4l2/v4l2src_calls.h:
349         Remove replaced function declaration.
350
351 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
352
353         * configure.ac:
354         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
355         API.
356
357 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
358
359         * configure.ac:
360         Fix typo.
361
362 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
363
364         * gst/alpha/Makefile.am:
365         * gst/alpha/gstalpha.c:
366
367         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
368         some stuff, and making buffer-alloc and resizing work automatically.
369         No longer crashes on odd frame widths and heights, although there
370         seems to be a disagreement with ffmpegcolorspace about what size
371         an AYUV frame with odd height should be.
372
373 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
374
375         Patch by: Alessandro Decina <alessandro at nnva dot org>
376
377         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
378         * ext/libpng/gstpngenc.h:
379         Preallocate the output buffer so that g_memdup() and
380         gst_buffer_merge() aren't needed anymore. This greatly improves
381         performances and fixes #512544.
382
383 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
384
385         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
386         (gst_avi_demux_stream_data):
387         GStreamer timestamps are PTS values while AVI only knows about DTS
388         timestamps. Make sure we only copy the DTS as the buffer timestamp when
389         we are dealing with a key frame.
390
391 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
392
393         * tests/check/Makefile.am:
394         * tests/check/elements/.cvsignore:
395         * tests/check/elements/rtp-payloading.c:
396           Add add testsuite for the rtp-payloader that tries simulating
397           dataflow. Needs more test data.
398
399 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
400
401         * tests/check/elements/alphacolor.c:
402           Remove two unused variables.
403
404 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
405
406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
407           Use g_ascii_strtoll() instead of atoll, which is only
408           available in C99.
409
410 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
411
412         * gst/rtp/Makefile.am:
413         * gst/rtp/gstrtp.c:
414         * gst/rtp/gstrtpmpvpay.c:
415         * gst/rtp/gstrtpmpvpay.h:
416         Add MPEG2 video payloader
417
418 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
419
420         * gst/level/gstlevel.c:
421         Use #include <math.h> instead of #include "math.h".
422
423 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
424
425         * tests/check/Makefile.am:
426         Fix up some CFLAGS sets.
427         Don't include gconfvideosrc in the states test.
428
429         * tests/check/elements/autodetect.c: (GST_START_TEST):
430         Add some error strings to fail_unless arguments to fix some weird
431         compiler errors on Solaris.
432
433 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
434
435         * configure.ac:
436         Detect video4linux headers on Solaris too.
437         * sys/v4l2/gstv4l2colorbalance.h:
438         * sys/v4l2/gstv4l2object.h:
439         * sys/v4l2/v4l2_calls.c:
440         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
441         (gst_v4l2_buffer_new):
442
443         Make v4l2 build on Solaris.
444         Patch by: Brian Cameron  <brian.cameron at sun dot com>
445         Fixes: #510505
446
447 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
448
449         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
450           Update list from (still local) scanning script.
451
452 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
453
454         Based on a patch by:
455             Victor STINNER <victor dot stinner at haypocalc dot com>
456
457         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
458         Set variable to NULL after freeing it to prevent double frees
459         or make failures by another use of it afterwards more obvious
460         and fix use of it after the freeing. Fixes bug #510592.
461
462 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
463
464         * gst/udp/gstmultiudpsink.c:
465         use GST_WARNING for logging
466
467 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
468
469         * gst/udp/gstmultiudpsink.c:
470         Don't try to leave a multicast group with an invalid socket
471
472 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
473
474         * ext/flac/gstflacdec.c:
475           Fix compilation against flac 1.1.2 (as on debian stable), where
476           the picture metadata defines and structs don't exist yet.
477           Fixes #509301.
478
479 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
480
481         Patch by: Olivier Crete <tester at tester dot ca>
482
483         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
484         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
485         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
486         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
487         * gst/udp/gstmultiudpsink.h:
488         Add property to automatically join a multicast group or not. This can be
489         useful when sharing a socket between multiple elements.
490         Fixes #509531.
491
492 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
493
494         * gst/videomixer/Makefile.am:
495           Add controller flags.
496
497 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
498
499         * gst/videomixer/videomixer.c:
500           Also commit the missing gst_object_sync_values().
501
502 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
503
504         * docs/plugins/Makefile.am:
505           Remove duplicate entry.
506
507 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
508
509         * docs/plugins/Makefile.am:
510         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
512         * docs/plugins/inspect/plugin-gamma.xml:
513         * docs/plugins/inspect/plugin-monoscope.xml:
514         * docs/plugins/inspect/plugin-video4linux2.xml:
515           Add 3 more plugins to docs.
516
517 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
518
519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
520         * sys/osxvideo/osxvideosink.h:
521           Revert previous change caused by a file that got stuck on an old
522           revision.
523
524 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
525
526         * docs/plugins/gst-plugins-good-plugins-sections.txt:
527         * gst/multipart/Makefile.am:
528         * gst/multipart/multipartdemux.c:
529         * gst/multipart/multipartdemux.h:
530         * gst/multipart/multipartmux.c:
531         * gst/multipart/multipartmux.h:
532           Re-add multipartdemux to the docs. Last round of section cleanup.
533
534 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
535
536         * docs/plugins/Makefile.am:
537         * docs/plugins/gst-plugins-good-plugins-sections.txt:
538         * sys/osxaudio/gstosxaudiosink.h:
539         * sys/osxvideo/osxvideosink.h:
540           Managed to resolve most unused declarations. Filed a bug for one left.          
541
542 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
543
544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
545           Cleanup section file.
546
547 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
548
549         * docs/plugins/Makefile.am:
550         * docs/plugins/gst-plugins-good-plugins.args:
551         * docs/plugins/gst-plugins-good-plugins.signals:
552         * docs/plugins/inspect/plugin-alaw.xml:
553         * docs/plugins/inspect/plugin-alpha.xml:
554         * docs/plugins/inspect/plugin-alphacolor.xml:
555         * docs/plugins/inspect/plugin-annodex.xml:
556         * docs/plugins/inspect/plugin-apetag.xml:
557         * docs/plugins/inspect/plugin-audiofx.xml:
558         * docs/plugins/inspect/plugin-auparse.xml:
559         * docs/plugins/inspect/plugin-autodetect.xml:
560         * docs/plugins/inspect/plugin-avi.xml:
561         * docs/plugins/inspect/plugin-cairo.xml:
562         * docs/plugins/inspect/plugin-cdio.xml:
563         * docs/plugins/inspect/plugin-cutter.xml:
564         * docs/plugins/inspect/plugin-debug.xml:
565         * docs/plugins/inspect/plugin-dv.xml:
566         * docs/plugins/inspect/plugin-efence.xml:
567         * docs/plugins/inspect/plugin-effectv.xml:
568         * docs/plugins/inspect/plugin-flac.xml:
569         * docs/plugins/inspect/plugin-flxdec.xml:
570         * docs/plugins/inspect/plugin-gconfelements.xml:
571         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
572         * docs/plugins/inspect/plugin-goom.xml:
573         * docs/plugins/inspect/plugin-halelements.xml:
574         * docs/plugins/inspect/plugin-icydemux.xml:
575         * docs/plugins/inspect/plugin-id3demux.xml:
576         * docs/plugins/inspect/plugin-jpeg.xml:
577         * docs/plugins/inspect/plugin-ladspa.xml:
578         * docs/plugins/inspect/plugin-level.xml:
579         * docs/plugins/inspect/plugin-matroska.xml:
580         * docs/plugins/inspect/plugin-mulaw.xml:
581         * docs/plugins/inspect/plugin-multipart.xml:
582         * docs/plugins/inspect/plugin-navigationtest.xml:
583         * docs/plugins/inspect/plugin-png.xml:
584         * docs/plugins/inspect/plugin-quicktime.xml:
585         * docs/plugins/inspect/plugin-rtp.xml:
586         * docs/plugins/inspect/plugin-rtsp.xml:
587         * docs/plugins/inspect/plugin-shout2send.xml:
588         * docs/plugins/inspect/plugin-smpte.xml:
589         * docs/plugins/inspect/plugin-speex.xml:
590         * docs/plugins/inspect/plugin-taglib.xml:
591         * docs/plugins/inspect/plugin-udp.xml:
592         * docs/plugins/inspect/plugin-videobalance.xml:
593         * docs/plugins/inspect/plugin-videobox.xml:
594         * docs/plugins/inspect/plugin-videocrop.xml:
595         * docs/plugins/inspect/plugin-videoflip.xml:
596         * docs/plugins/inspect/plugin-videomixer.xml:
597         * docs/plugins/inspect/plugin-wavenc.xml:
598         * docs/plugins/inspect/plugin-wavpack.xml:
599         * docs/plugins/inspect/plugin-wavparse.xml:
600           Update plugin docs.
601
602         * gst/videomixer/Makefile.am:
603         * gst/videomixer/videomixer.c:
604         * gst/videomixer/videomixer.h:
605         * gst/videomixer/videomixerpad.h:
606           Split out header to fix warnings from the doc-build.
607
608 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
609
610         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
611
612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
613         Use atoll to parse the rtptime with enough precision. Fixes #509329.
614
615 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
616
617         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
619           Initialise variables to work around (false) 'foo might be used
620           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
621
622 2008-01-11  David Schleef  <ds@schleef.org>
623
624         * docs/plugins/.cvsignore:
625         * tests/check/pipelines/.cvsignore:
626           Ignore more files for the buildbot.
627
628 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
629
630         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
631         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
632         Generate the image-type values correctly. Leave them out of the caps
633         when outputting a "preview image" tag, since it only makes sense
634         to have one of those - the type is irrelevant.
635
636         * sys/sunaudio/gstsunaudiomixerctrl.c:
637         (gst_sunaudiomixer_ctrl_open):
638         If we can, mark the mixer multiple open when we use it, in case
639         (for some reason) the process wants to open it again elsewhere.
640
641 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
642
643         Patch by: Olivier Crete <tester at tester dot ca>
644
645         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
646         * gst/rtp/gstrtptheorapay.c:
647         Fix the clock rate to 90000 as required by the RFC.
648         Fixes #508644.
649
650 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
651
652         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
653           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
654
655 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
656
657         * autogen.sh:
658           Add -Wno-portability to the automake parameters to stop warnings
659           about GNU make extensions being used. We require GNU make in almost
660           every Makefile anyway.
661           
662         * configure.ac:
663           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
664           at the same time is required for per target flags.
665
666 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
667
668         * gst/videomixer/videomixer.c: (gst_videomixer_init):
669         Fix error from my last commit.
670
671 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
672
673         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
674
675         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
676           Make sure the ISO 639-X language code in ID3v2 COMM frames
677           is actually valid UTF-8 (or rather: ASCII), so we don't end
678           up with non-UTF8 strings in tags if there's garbage in the
679           language field. Also make sure the language code is always
680           lower case. Fixes: #508291.
681
682 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
683
684         * ChangeLog:
685           Fix ChangeLog typo.
686
687 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
688
689         * Makefile.am:
690           Include lcov.mak to allow building coverage reports. Guard
691           check-torture target like in the other packages.
692
693 2008-01-09  Sameer Naik  <sameer@damagehead.com>
694
695         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
696
697         * gst/videomixer/videomixer.c:
698         (gst_videomixer_set_master_geometry), (_do_init),
699         (gst_videomixer_child_proxy_get_child_by_index),
700         (gst_videomixer_child_proxy_get_children_count),
701         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
702         (gst_videomixer_init), (gst_videomixer_request_new_pad),
703         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
704         Implement GstChildProxy interface.
705         Send newsegment at the right moment
706         Fixes #488879
707
708 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
709
710         * gst/alpha/Makefile.am:
711         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
712         (gst_alpha_sink_event), (gst_alpha_chain),
713         (gst_alpha_change_state), (plugin_init):
714         Make the various properties of 'alpha' controllable. This allows doing
715         niceties like fade-in/fade-out.
716
717 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
718
719         * gst/rtp/gstasteriskh263.c:
720         * gst/rtp/gstrtpL16depay.c:
721         * gst/rtp/gstrtpac3depay.c:
722         * gst/rtp/gstrtpamrpay.c:
723         * gst/rtp/gstrtpdepay.c:
724         * gst/rtp/gstrtpgsmdepay.c:
725         * gst/rtp/gstrtph263depay.c:
726         * gst/rtp/gstrtph263pdepay.c:
727         * gst/rtp/gstrtph263ppay.c:
728         * gst/rtp/gstrtph264depay.c:
729         * gst/rtp/gstrtph264pay.c:
730         * gst/rtp/gstrtpmp2tdepay.c:
731         * gst/rtp/gstrtpmp4adepay.c:
732         * gst/rtp/gstrtpmp4gdepay.c:
733         * gst/rtp/gstrtpmp4gpay.c:
734         * gst/rtp/gstrtpmp4vdepay.c:
735         * gst/rtp/gstrtpmpadepay.c:
736         * gst/rtp/gstrtpmpvdepay.c:
737         * gst/rtp/gstrtpsv3vdepay.c:
738         * gst/rtp/gstrtptheoradepay.c:
739         * gst/rtp/gstrtptheorapay.c:
740         * gst/rtp/gstrtpvorbisdepay.c:
741         * gst/rtp/gstrtpvorbispay.c:
742           Remove copy/paste unused code (property setters and getter) found by
743           the coverage suite (yay, saves ~20k on disk).
744
745 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
748           (videosink_templ):
749           Also fix up pad templates to indicate that image/jpeg doesn't
750           absolutely require the framerate property to be set (#504081).
751
752 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
753
754         Based on patch by: Wouter Cloetens  <wouter at mind be>
755
756         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
757           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
758           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
759         * gst/matroska/matroska-mux.h:
760           Keep track of first and last timestamps for each incoming stream,
761           so we can calculate the total duration for live sources and other
762           input where we can't query the duration from the start or where
763           there's no constant framerate from which we can deduce the
764           duration; also use calculated/observed duration if it is bigger
765           than the previously queried duration. Furthermore, use
766           gst_pad_query_peer_duration() and take into account that it may
767           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
768           screws up comparisons when using unsigned integers. Fixes #504081.
769
770 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
771
772         * configure.ac:
773         * gst/audiofx/audioamplify.c:
774         (gst_audio_amplify_clipping_method_get_type),
775         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
776         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
777         (gst_audio_dynamic_transform_ip):
778         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
779         (gst_audio_invert_transform_ip):
780         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
781         (gst_audio_panorama_transform):
782         * gst/level/gstlevel.c: (gst_level_init):
783         Make elements GST_BUFFER_FLAG_GAP aware and call
784         gst_base_transform_set_gap_aware for this.
785         Bump core requirement to CVS.
786         
787         * gst/audiofx/audiochebyshevfreqband.c:
788         (gst_audio_chebyshev_freq_band_transform_ip):
789         * gst/audiofx/audiochebyshevfreqlimit.c:
790         (gst_audio_chebyshev_freq_limit_transform_ip):
791         Also sync GObject properties to the controller if operating
792         in passthrough mode.
793
794 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
795
796         * sys/directdraw/gstdirectdrawsink.c:
797           (gst_directdraw_sink_window_thread):
798           FALSE is not a gpointer.
799
800 2008-01-05  Julien Moutte  <julien@fluendo.com>
801
802         * sys/directdraw/gstdirectdrawsink.c:
803         (gst_directdraw_sink_set_window_id),
804         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
805         (gst_directdraw_sink_buffer_alloc),
806         (gst_directdraw_sink_draw_borders),
807         (gst_directdraw_sink_show_frame),
808         (gst_directdraw_sink_setup_ddraw),
809         (gst_directdraw_sink_window_thread),
810         (gst_directdraw_sink_get_ddrawcaps),
811         (gst_directdraw_sink_surface_create): Make sure we create our
812         internal window only when we need it. That will give a chance to
813         the application to get the prepare-xwindow-id bus message. Draw
814         black borders when keeping aspect ratio. Handle the case where our
815         rendering window disappears (closed or errors) like other sinks
816         do. Various 80 columns fixes, improve state change order. That
817         element could need some more love.
818
819 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
820
821         * ext/taglib/gstapev2mux.h:
822         * ext/taglib/gstid3v2mux.h:
823         Remove useless typedefs without new type name. Fixes a warning with
824         gcc 4.3.
825
826 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
827
828         Patch by: John Millikin <jmillikin at gmail dot com>
829
830         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
831         (gst_flac_dec_setup_stream_decoder),
832         (gst_flac_normalize_picture_mime_type),
833         (gst_flac_extract_picture_buffer),
834         (gst_flac_dec_metadata_callback):
835         Emit metadata messages when a PICTURE block is encountered.
836         Fixes #506715.
837
838 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
839
840         * gst/avi/gstavi.c:
841         increase rank because no known issues anymore ...
842         * gst/avi/gstavisubtitle.c:
843         send subtitle name to the srcpad
844
845 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
846
847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
848         * gst/rtsp/gstrtspsrc.h:
849         Implement redirect for the DESCRIBE reply. Fixes #506025.
850
851 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
852
853         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
854         Fix 'xyz may be used uninitialized' compiler warnings caused
855         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
856         abort() in any case but properly report the error.
857
858 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
859
860         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
861         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
862         * sys/ximage/gstximagesrc.c: (composite_pixel):
863           Fix 'xyz may be used uninitialized' compiler warnings caused
864           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
865           not really nice to abort in any case). Fixes #505745.
866
867 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
868
869         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
870           Small unit test fix (has no practical impact at the moment,
871           since we're only feeding utf8 and hence just create a sub-
872           buffer for the output).
873
874 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
875
876         * gst/avi/gstavisubtitle.c:
877         * tests/check/elements/avisubtitle.c:
878         Add seeking support for avi subtitle
879
880 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
881
882         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
883         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
884         (gst_flac_dec_write):
885         * ext/flac/gstflacdec.h:
886         Remove some unused vars.
887         Do more cleanup of leftover events and tags.
888         Output tags after the segment event. Fixes #504018.
889
890 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
893           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
894           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
895           Detect other UTF byte order markers and convert to UTF-8 as
896           appropriate.
897
898 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
899
900         * gst/avi/gstavisubtitle.c: (src_template),
901           (gst_avi_subtitle_extract_utf8_file),
902           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
903           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
904           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
905         * gst/avi/gstavisubtitle.h:
906           Refactor a bit; fix name extraction; don't assume all the data
907           in the chunk is actually subtitle data, there may be padding at
908           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
909           file so it's there to send again after a seek (for future use).
910
911 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
912
913         * gst/avi/Makefile.am:
914         * gst/avi/gstavi.c:
915         * gst/avi/gstavisubtitle.c:
916         * gst/avi/gstavisubtitle.h:
917         * tests/check/Makefile.am:
918         * tests/check/elements/avisubtitle.c:
919         * win32/common/config.h:
920                 Add avi subtitle element for bug #442034. Need seeking support
921                 and more support for character conversion.
922
923 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
924
925         * Makefile.am:
926           Include common/win32.mak for CRLF check of win32 project
927           files (see #393626).
928
929         * win32/vs6/libgstpng.dsp:
930           Fix line endings and do cvs admin -kb.
931
932 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
933
934         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
935         Actually drop the buffers which are outside the currently configured
936         segment instead of just emitting a WARNING.
937
938 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
941         (gst_flac_dec_write):
942         * ext/flac/gstflacdec.h:
943         Send segments from the streaming thread. Fixes #502187.
944         Fix segment seeking and a bunch of other seeking cases.
945
946 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
947
948         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
949           Parse WOAF frames and put the result into GST_TAG_CONTACT,
950           which is where it would end up if the same information was
951           put in a vorbis comment (don't think it's worth adding a
952           new URI tag for this). Fixes #488112.
953
954 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
955
956         * configure.ac:
957           We need core/base 0.10.15 or later.
958
959 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
960
961         Patch by: Mark Nauwelaerts <manauw skynet be>
962
963         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
964         Fix regression in stream numbering. Fixes #502655.
965
966 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
967
968         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
969
970         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
971         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
972         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
973         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
974         (gst_rtp_h264_pay_handle_buffer):
975         * gst/rtp/gstrtph264pay.h:
976         Use higher performance start-code searching.
977         Parse NALs and store SPS, PPS and profile in the caps so that they can
978         be used in the SDP. Fixes #502814.
979
980 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
981
982         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
983         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
984           Init some structs to zero before we pass them to ioctl, which
985           avoids valgrind warnings.  Also fix a small memory leak.
986
987 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         Patch by: Wouter Cloetens <wouter at mind dot be>
990
991         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
992         Copy timestamp from input to output. Not very perfect yet but better
993         than nothing. Fixes #503023.
994
995 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
996
997         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
998           Also print a useful error message with the old Wavpack API
999           if possible.
1000
1001 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1002
1003         * ext/wavpack/gstwavpackdec.c:
1004           More build fixes for old libwavpack versions: include config.h so
1005           that WAVPACK_OLD_API is actually defined as detected; only use
1006           WavpackGetErrorMessage if it is available. This fixes the build
1007           on debian stable for me.
1008
1009 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1010
1011         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1012         * ext/wavpack/gstwavpackparse.c:
1013           (gst_wavpack_parse_create_src_pad):
1014           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1015           versions below 4.40.0.
1016
1017 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1018
1019         * configure.ac:
1020           And now do it right for real...
1021
1022 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1023
1024         * configure.ac:
1025           Correctly reset $LIBS to not contain -lm.
1026
1027 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1028
1029         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1030
1031         * configure.ac:
1032         * ext/cairo/gsttimeoverlay.c:
1033           (gst_cairo_time_overlay_print_smpte_time):
1034           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1035           and checking for rint() and implementing it ourself if it doesn't
1036           exist. Fixes #497293.
1037
1038 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1039
1040         * configure.ac:
1041           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1042
1043 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1044
1045         * sys/oss/gstosshelper.c:
1046         Verify that the format returned after the ioctl is the one
1047         we requested. It is valid for the ioctl to succeed while
1048         substituting an alternate 'supported' sample format.
1049
1050 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * sys/oss/gstossaudio.c: (plugin_init):
1053         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1054         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1055           Post decent (and translated) error message when we can't
1056           open the audio device for some reason.
1057
1058 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1059
1060         * sys/oss/gstosssink.c:
1061         * sys/oss/gstosssrc.c:
1062         Allow the AUDIODEV environment variable to redirect us
1063         to a different default OSS device, like sunaudiosink does
1064         on Solaris (makes audio play automatically on SunRays).
1065
1066 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1067
1068         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1069         * gst/audiofx/audiochebyshevfreqband.c:
1070         (gst_audio_chebyshev_freq_band_transform_ip):
1071         * gst/audiofx/audiochebyshevfreqlimit.c:
1072         (gst_audio_chebyshev_freq_limit_transform_ip):
1073         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1074         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1075         The transform_ip() methods should do nothing if in passthrough mode.
1076         It might get non-writable buffers in that case but the buffer might
1077         as well be writable.
1078
1079         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1080         The transform() methods won't be called in passthrough mode and
1081         otherwise the buffer is always writable so don't check here.
1082
1083 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1086           Fix seeking in .wav files again (#501775).  Some people seem to think
1087           they don't need to test their changes when they're just 'reflowing'
1088           some code.
1089
1090 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1091
1092         * gst/autodetect/gstautovideosink.c:
1093         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1094         (gst_auto_video_sink_init),
1095         (gst_auto_video_sink_create_element_with_pretty_name),
1096         (gst_auto_video_sink_find_best),
1097         (gst_auto_video_sink_set_property),
1098         (gst_auto_video_sink_get_property):
1099         * gst/autodetect/gstautovideosink.h:
1100         Fix docs.
1101         Use same error reporting code as autoaudiosink.
1102         Add property to filter sinks based on caps. Only select raw video sinks
1103         by default for backwards compat.
1104         API: GstAutoVideoSink::filter-caps
1105
1106 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1107
1108         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1109
1110         * gst/autodetect/gstautoaudiosink.c:
1111         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1112         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1113         (gst_auto_audio_sink_set_property),
1114         (gst_auto_audio_sink_get_property):
1115         * gst/autodetect/gstautoaudiosink.h:
1116         Add property to filter sinks based on caps. Only select raw audio sinks
1117         by default for backwards compat.  Fixes #417420.
1118         API: GstAutoAudioSink::filter-caps
1119
1120 2007-11-29  Michael Smith <msmith@fluendo.com>
1121
1122         Patch by: Arek Korbik <arkadini@gmail.com>
1123
1124         * gst/videobox/gstvideobox.c: (plugin_init):
1125           Initialise liboil in plugin_init()
1126
1127 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1128
1129         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1130         Post error before sending EOS. Fixes #499178.
1131
1132 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1133
1134         * win32/vs6/gst_plugins_good.dsw:
1135         * win32/vs6/libgstpng.dsp:
1136         Add a project file for libgstpng
1137
1138 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1139
1140         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1141         (gst_rtp_h263_depay_process):
1142         Code beautification.
1143         Added debug statements.
1144         Don't bit-shift everything, just do operations on last/first byte
1145         instead.
1146
1147 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1148
1149         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1150
1151         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1152         Fix wrong comparison in overrun check. Fixes #499239 some more.
1153
1154 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1155
1156         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1157         (gst_rtp_h263_depay_process):
1158         * gst/rtp/gstrtph263depay.h:
1159         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1160         stream.
1161
1162 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1163
1164         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1165
1166         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1167         (gst_rtp_mp4a_depay_process):
1168         * gst/rtp/gstrtpmp4adepay.h:
1169         Fix depayloading when multiple frames are inside one RTP packet.
1170         Fixes #499239.
1171
1172 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1173
1174         * gst/level/gstlevel.c:
1175           Add GAP-flag support.
1176
1177 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1178
1179         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1180         Read the I flag for Mode A h263 rtp stream and set the
1181         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1182         Fixes #499383
1183
1184 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1185
1186         * gst/level/gstlevel.c:
1187           Remove some dead code and do cleanups.
1188
1189 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1190
1191         * tests/check/pipelines/simple-launch-lines.c:
1192           Improve the tests by allowing to set a target state.
1193
1194 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1195
1196         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1197         Don't check the caps of the output buffer if they're equal some
1198         other caps. The caps can change in a backward compatible way
1199         and did at this point.
1200
1201 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1202
1203         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1204         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1205         (gst_qtdemux_seek_to_previous_keyframe),
1206         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1207         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1208         reverse playback support.
1209
1210 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1211
1212         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1213         Also set the channel layout on the Wavpack caps if we're having
1214         a mono layout. Of course only do it for "audio/x-wavpack".
1215
1216 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1217
1218         * ext/wavpack/gstwavpackcommon.c:
1219         (gst_wavpack_get_default_channel_mask),
1220         (gst_wavpack_set_channel_layout),
1221         (gst_wavpack_get_default_channel_positions),
1222         (gst_wavpack_get_channel_mask_from_positions),
1223         (gst_wavpack_set_channel_mapping):
1224         * ext/wavpack/gstwavpackcommon.h:
1225         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1226         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1227         * ext/wavpack/gstwavpackdec.h:
1228         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1229         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1230         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1231         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1232         (gst_wavpack_enc_rewrite_first_block),
1233         (gst_wavpack_enc_sink_event):
1234         * ext/wavpack/gstwavpackenc.h:
1235         * ext/wavpack/gstwavpackparse.c:
1236         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1237         (gst_wavpack_parse_scan_to_find_sample),
1238         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1239         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1240         * ext/wavpack/gstwavpackparse.h:
1241         Add support for encoding, parsing and decoding multichannel
1242         files with up to 8 channels. This also improves the robustness
1243         of parsing quite a bit.
1244
1245         * ext/wavpack/gstwavpackstreamreader.c:
1246         (gst_wavpack_stream_reader_read_bytes),
1247         (gst_wavpack_stream_reader_get_pos),
1248         (gst_wavpack_stream_reader_set_pos_abs),
1249         (gst_wavpack_stream_reader_set_pos_rel),
1250         (gst_wavpack_stream_reader_push_back_byte),
1251         (gst_wavpack_stream_reader_get_length),
1252         (gst_wavpack_stream_reader_can_seek),
1253         (gst_wavpack_stream_reader_write_bytes):
1254         Improve debugging.
1255
1256 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1257
1258         * ext/libpng/gstpngdec.c:
1259         * ext/libpng/gstpngdec.h:
1260           Don't release the png-memory from within the callback.
1261
1262 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1263
1264         Patch by: René Stadler <mail at renestadler dot de>
1265
1266         * ext/libpng/gstpngenc.c:
1267           Don't leak buffer data memory. Fixes #498395.
1268
1269 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1270
1271         Patch by: René Stadler <mail at renestadler dot de>
1272
1273         * tests/check/pipelines/simple-launch-lines.c:
1274           Tests for #498395.
1275
1276 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1277
1278         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1279         (gst_tag_lib_mux_adjust_event_offsets):
1280         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1281         * sys/osxaudio/Makefile.am:
1282         * sys/osxvideo/cocoawindow.h:
1283         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1284
1285 2007-11-15  David Schleef  <ds@schleef.org>
1286
1287         * ext/cairo/gsttextoverlay.c:
1288           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1289
1290 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1291
1292         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1293
1294         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1295         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1296         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1297         * gst/rtp/gstrtpmp2tpay.h:
1298         Fill the MTU with as many packets as possible. Fixes #491323.
1299
1300 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1301
1302         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1303
1304         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1305         Fix some more leaks. Fixes #497007.
1306
1307 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1308
1309         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1310
1311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1312         (gst_rtspsrc_stream_configure_tcp):
1313         Fix 3 pad leaks. Fixes #496983.
1314
1315 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1316
1317         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1318
1319         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1320         Fix small leak. Fixes #497017.
1321
1322 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1323
1324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1325         (gst_qtdemux_prepare_current_sample),
1326         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1327         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1328         * gst/qtdemux/qtdemux_fourcc.h:
1329         * gst/qtdemux/qtdemux_types.c:
1330         Add suppport for theora in quicktime according to XiphQT.
1331
1332 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1333
1334         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1335         (gst_v4l2src_init), (gst_v4l2src_set_property),
1336         (gst_v4l2src_get_property):
1337         * sys/v4l2/gstv4l2src.h:
1338         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1339           Always copy buffers by default (handle safer with bugged drivers)
1340           and added a property to make it possible to use mmap effectively (no
1341           copy if possible) when application wants to. Fixes: #480557.
1342
1343 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1344
1345         * gst/id3demux/id3tags.c:
1346         * gst/id3demux/id3tags.h:
1347         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1348           We don't want the same string multiple times in a tag list for the
1349           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1350           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1351
1352 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1353
1354         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1355           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1356           into ID3v2 TXXX frames (fixes #347848).
1357
1358 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1359
1360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1361           Don't leak sdp message contents (fixes #496773).
1362
1363         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1364           Don't leak URI string.
1365
1366 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1367
1368         Patch by: Julien Puydt <julien dot puydt at laposte net>
1369
1370         * ext/raw1394/Makefile.am:
1371         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1372           (gst_1394_property_probe_get_properties),
1373           (gst_1394_property_probe_probe_property),
1374           (gst_1394_property_probe_needs_probe),
1375           (gst_1394_property_probe_get_values),
1376           (gst_1394_property_probe_interface_init),
1377           (gst_1394_type_add_property_probe_interface):
1378         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1379         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1380           (gst_dv1394src_init), (gst_dv1394src_dispose),
1381           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1382           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1383           (gst_dv1394src_update_device_name):
1384         * ext/raw1394/gstdv1394src.h:
1385           Implement GstPropertyProbe interface and add "device-name" property,
1386           so applications can use this to probe for available devices in the
1387           same way they can already with v4lsrc and v4l2src (however horrible
1388           this property probe interface may be). Fixes #358841.
1389
1390 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1393
1394         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1395           (gst_rtspsrc_parse_range):
1396           Don't leak event, don't leak range (fixes #496752).
1397
1398 2007-11-14  Michael Smith <msmith@fluendo.com>
1399
1400         Patch by: Arek Korbik <arkadini@gmail.com>
1401
1402         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1403           Detect RGBA/BGRA correctly on little endian systems.
1404
1405 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1406
1407         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1408           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1409           corresponding ioctl() call fails even though the driver claims to
1410           support this format, just fall back to the pre-2.6.19 kernel
1411           routine that creates caps with suitable height and width ranges
1412           (see #448278).
1413
1414 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1415
1416         Patch by: Mark Nauwelaerts <manauw skynet be>
1417
1418         * gst/matroska/matroska-demux.c:
1419           (gst_matroska_demux_push_dvd_clut_change_event),
1420           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1421           (gst_matroska_demux_subtitle_caps):
1422         * gst/matroska/matroska-ids.h:
1423           Extract palette data for dvd subpicture streams and send it
1424           downstream as custom gstreamer dvd event (fixes #453417).
1425
1426 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1427
1428         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1429           Implement minimal parsing of the passed pango font description
1430           string, so passing a font size works the same as with the
1431           pango textoverlay plugin; fixes #455086.
1432           (Maybe we could just use pangocairo here at some point).
1433
1434 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1435
1436         * gst/avi/gstavidemux.c:
1437         * gst/wavparse/gstwavparse.c:
1438           Return the result in _activate_pull(). Don't ref element there.
1439
1440 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1441
1442         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1443         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1444         (gst_wavparse_srcpad_event):
1445           Ref the element when we should, but not when we its not needed. Reflow
1446           the event_handling to not leak the event.       
1447
1448 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1449
1450         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1451         (qtdemux_parse_samples):
1452         Properly free QTDemuxSamples array.
1453         Protect table write with a sensible check, some files apparently DO contain
1454         stts values starting with 0 :(
1455
1456 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1457
1458         * gst/avi/gstavidemux.c:
1459         * gst/qtdemux/qtdemux.c:
1460           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1461           previous commit messed up.
1462
1463 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1464
1465         * gst/avi/gstavidemux.c:
1466         * gst/qtdemux/qtdemux.c:
1467           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1468           element when we should, but not when we its not needed.
1469
1470 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1471
1472         * gst/wavparse/gstwavparse.c:
1473           Return FALSE if we can't handle a query instead of changing the
1474           format. Ignore fact when dealing with mpeg audio.
1475
1476 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1477
1478         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1479
1480         * configure.ac:
1481         * gst/udp/gstdynudpsink.c:
1482         * gst/udp/gstdynudpsink.h:
1483         * gst/udp/gstmultiudpsink.c:
1484         * gst/udp/gstmultiudpsink.h:
1485         * gst/udp/gstudpsink.c:
1486         * gst/udp/gstudpsink.h:
1487           Fix includes for MSVC and GLib-2.14.0 (#492388).
1488
1489         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1490           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1491
1492 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1493
1494         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1495         (gst_mulawdec_chain):
1496         * gst/law/mulaw-decode.h:
1497         Calculate outgoing buffer duration if incoming buffer didn't have a
1498         valid duration.
1499
1500 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1501
1502         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1503         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1504         Smarter combine_flow code that also deals with downstream elements
1505         returning UNEXPECTED when they receive data out of the segment
1506         boundaries. Fixes #491305.
1507
1508 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1509
1510         * sys/v4l2/v4l2src_calls.c:
1511           Fix 'unused variable' compiler warning when compiling against
1512           older kernel headers.
1513
1514 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1515
1516         * ext/taglib/gstid3v2mux.cc (add_funcs):
1517           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1518
1519 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1520
1521         * tests/check/pipelines/simple-launch-lines.c:
1522            Improve the tests a little more.
1523
1524 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1525
1526         patch by: Yun Zheng Hu
1527
1528         * sys/osxaudio/gstosxaudiosrc.c:
1529         Use default input device instead of default output device and
1530         only memcpy actual available bytes.
1531
1532 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1533
1534         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1535           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1536           early. It is temporary until we find something better.
1537
1538 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1539
1540         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1541
1542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1543         Fix race when pausing a RTSP stream in interleaved.
1544         Fixes #475784.
1545
1546 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1547
1548         Patch by: Peter Kjellerstedt <pkj at axis com>
1549
1550         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1551         Use correct unref function for buffers. #488844.
1552
1553 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1554
1555         * gst/avi/gstavimux.c:
1556         * tests/check/elements/avimux.c:
1557           Add some debug and sync tests with the fix.     
1558
1559 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1560
1561         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1562
1563         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1564         When the socket is used by the app for other purposes, don't generate an
1565         error if there is activaty on the socket that is not data related.
1566         Fixes #487488.
1567
1568 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1569
1570         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1571         (gst_v4l2src_grab_frame):
1572         Add some more debug info. Generate an error when we run out of buffers
1573         for some reason. See #480557.
1574
1575 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1576
1577         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1578
1579         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1580         Set marker bit correctly.
1581
1582 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1583
1584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1585         Use allowed name for the GstStructure.
1586
1587 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1588
1589         * ext/gconf/gstswitchsink.c:
1590         * gst/autodetect/gstautoaudiosink.c:
1591           Use new gst_bus_pop_filtered().
1592
1593 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * sys/v4l2/gstv4l2src.c:
1596         * sys/v4l2/v4l2src_calls.c:
1597           When probing the formats and sizes a camera supports, make
1598           sure the best ones (highest resolution, prefered format)
1599           end up at the beginning of the probed caps and the less
1600           desirable ones at the end.  This is important because the
1601           order within the caps matters for things like fixation and
1602           negotiation, ie. what format is chosen in the end.
1603           With recent kernels, the current probing code will end up
1604           querying the supported sizes from lowest resolution to
1605           highest resolution, adding them to the probed caps in that
1606           order, resulting to v4l2src fixating to the lowest possible
1607           resolution if downstream does not express a size preference.
1608           Also make up a somewhat random ranking of prefered output
1609           formats for the same reason. Fixes #485828.
1610         
1611 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1612
1613         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1614
1615         * gst/id3demux/id3v2frames.c:
1616           Extract license/copyright URIs from ID3v2 WCOP frames
1617           (Fixes #447000).
1618
1619         * tests/check/elements/id3demux.c:
1620         * tests/files/Makefile.am:
1621         * tests/files/id3-447000-wcop.tag:
1622           Add simple unit test.
1623
1624 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1625
1626         * ext/taglib/gstid3v2mux.cc:
1627           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1628           Prerequisite for #447000.
1629
1630 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1631
1632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1633         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1634         a GstClockTime.
1635
1636 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1637
1638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1639         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1640         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1641         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1642         (gst_rtspsrc_change_state):
1643         More seeking fixes, mostly passing around the new playback segment in
1644         order to configure it properly.
1645         Also reset base_time of udp sources when setting them back to PLAYING as
1646         a temporary hack until core supports seek in live sources properly.
1647
1648 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1649
1650         * gst/rtp/gstrtpmp4adepay.c:
1651         Fix caps as to not confuse autopluggers.
1652
1653 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1654
1655         * gst/id3demux/gstid3demux.c:
1656         * gst/id3demux/gstid3demux.h:
1657         * gst/id3demux/id3tags.c:
1658         * gst/id3demux/id3tags.h:
1659         * gst/id3demux/id3v2frames.c:
1660           Port ID3 tag demuxer over to the new GstTagDemux in -base
1661           (now would be a good time to test re-importing your music
1662           collection).
1663
1664 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1665
1666         * gst/apetag/Makefile.am:
1667         * gst/apetag/gstapedemux.c:
1668         * gst/apetag/gstapedemux.h:
1669         * gst/apetag/gsttagdemux.c:
1670         * gst/apetag/gsttagdemux.h:
1671           Port APE tag demuxer over to the new GstTagDemux in -base.
1672
1673 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1674
1675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1676         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1677         (gst_rtspsrc_handle_internal_src_query),
1678         (gst_rtspsrc_handle_src_query), (new_session_pad),
1679         (gst_rtspsrc_stream_configure_tcp),
1680         (gst_rtspsrc_stream_configure_transport),
1681         (gst_rtspsrc_loop_send_cmd):
1682         Improve flushing behaviour.
1683         Set state of the udp sources to PAUSE/PLAYING correctly.
1684         Handle events and queries for UDP and TCP transport now.
1685
1686 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1687
1688         * gst/rtp/gstrtpgsmdepay.c:
1689         * gst/rtp/gstrtpgsmpay.c:
1690           Add log category.
1691
1692 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1693
1694         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1695
1696         * tests/check/Makefile.am:
1697         * tests/check/pipelines/simple-launch-lines.c:
1698           Add unit tests for payloaders/depayloaders.
1699
1700 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1701
1702         * gst/avi/gstavimux.c:
1703         * gst/avi/gstavimux.h:
1704           Also save codec data for audio streams. Fixes #482495.
1705
1706 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1707
1708         * gst/avi/gstavimux.c:
1709           Fix "Index entry has invalid stream nr 1".
1710           Add support for muxing aac - work in progress (see #482495).
1711
1712 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1713
1714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1715         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1716         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1717         * gst/rtsp/gstrtspsrc.h:
1718         Parse bandwidth modifiers, they are not yet configured in the session
1719         manager because we don't have an API for that yet.
1720
1721 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1722
1723         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1724         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1725         Use shiny new function in -base to get the default clock-rate.
1726         Update some docs.
1727
1728 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1729
1730         * win32/MANIFEST:
1731         Add files to win32 manifest.
1732         * win32/vs6/libgstaudiofx.dsp:
1733         * win32/vs6/libgstqtdemux.dsp:
1734         * win32/vs6/libgstrtp.dsp:
1735         * win32/vs6/libgstrtsp.dsp:
1736         Update project files.
1737
1738 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1739
1740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1741         (gst_rtspsrc_play):
1742         * gst/rtsp/gstrtspsrc.h:
1743         In TCP mode, only timestamp the first buffer. TCP is not real time and
1744         it does not make sense to try to skew compensate, also some servers send
1745         the first batch of data in a burst.
1746
1747 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1748
1749         * gst/matroska/matroska-demux.c:
1750           Fix setting the discont flag on the first buffer
1751           pushed downstream for formats with private codec
1752           data that needs to be deserialised into buffers
1753           (such as vorbis and FLAC when in a matroska container).
1754
1755 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1756
1757         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1758
1759         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1760         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1761         (gst_rtp_mp4v_pay_handle_buffer):
1762         * gst/rtp/gstrtpmp4vpay.h:
1763         Free the config string. Fixes #480707.
1764         Clean up the timestamp code a little.
1765
1766 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1767
1768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1769         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1770         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1771         * gst/rtsp/gstrtspsrc.h:
1772         Set timestamps on RTP buffers in interleaved mode.
1773         Mark first buffers with a DISCONT.
1774         Remove flush hack now that sync for live sources has been figured out.
1775
1776 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1777
1778         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1779         Update documentation.
1780
1781 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1782
1783         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1784         (gst_rtp_xqt_depay_change_state):
1785         * gst/qtdemux/gstrtpxqtdepay.h:
1786         Fail if we don't know the quicktime format.
1787
1788 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1789
1790         * ext/flac/gstflacenc.c:
1791         * ext/flac/gstflacenc.h:
1792           Save the flow return from the last gst_pad_push() and
1793           make sure we pass the right flow return value upstream
1794           in the case of failure; minor clean-ups.
1795
1796 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         * ext/taglib/gstapev2mux.cc:
1799         * ext/taglib/gstid3v2mux.cc:
1800         * gst/apetag/gstapedemux.c:
1801           Add support for the new GST_TAG_COMPOSER (#459809).
1802
1803 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1804
1805         * gst/law/alaw-decode.c:
1806         * gst/law/alaw-decode.h:
1807         * gst/law/alaw-encode.c:
1808         * gst/law/alaw-encode.h:
1809         * gst/law/alaw.c:
1810         * gst/law/mulaw-conversion.h:
1811           Compulsive clean-ups: use boilerplate macros, add debug
1812           categories, fix up things to conform to symbol nomenklatura,
1813           etc.
1814
1815 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1816
1817         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1818
1819         * gst/law/alaw-decode.c:
1820         * gst/law/alaw-encode.c:
1821           Use static tables for A-Law decoding and encoding; this makes
1822           A-Law decoding and encoding less CPU-intensive, but increases
1823           the binary size a bit. Leaving old code around for now,
1824           selectable by a define in the code. Fixes #435435.
1825
1826 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1827
1828         * configure.ac:
1829         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1830         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1831         in configure.ac.
1832
1833 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1834
1835         Patch by: <j at bootlab dot org>
1836
1837         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1838         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1839
1840 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1841
1842         * sys/oss/gstosshelper.c:
1843           Use GST_WARNING instead of a g_critical. This situation is not caused
1844           by the application.
1845
1846 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1847
1848         * po/LINGUAS:
1849         * po/nl.po:
1850           Updated translations.
1851
1852 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1853
1854         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1855
1856         * po/eu.po:
1857           Added Basque translation.
1858
1859 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1860
1861         translated by: Abel Cheung <abelcheung@gmail.com>
1862
1863         * po/zh_HK.po:
1864         * po/zh_TW.po:
1865           Added Chinese (traditional and Hong Kong) translation.
1866
1867 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1868
1869         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1870
1871         * po/pl.po:
1872           Added Polish translation.
1873
1874 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1875
1876         translated by: Ilkka Tuohela <hile@iki.fi>
1877
1878         * po/fi.po:
1879           Added Finnish translation.
1880
1881 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1882
1883         translated by: Jorge González González <aloriel@gmail.com>
1884
1885         * po/es.po:
1886           Added Spanish translation.
1887
1888 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1889
1890         translated by: Mogens Jaeger <mogens@jaeger.tf>
1891
1892         * po/da.po:
1893           Added Danish translation.
1894
1895 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1896
1897         translated by: Funda Wang <fundawang@linux.net.cn>
1898
1899         * po/zh_CN.po:
1900           Added Chinese (simplified) translation.
1901
1902 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1903
1904         translated by: Alexander Shopov <ash@contact.bg>
1905
1906         * po/bg.po:
1907           Added Bulgarian translation.
1908
1909 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1910
1911         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1912         Set outgoing packet duration because we can. Fixes #478244 some more.
1913
1914 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1915
1916         * ext/cairo/gsttextoverlay.c:
1917           Add info about static leak.
1918         
1919         * tests/check/Makefile.am:
1920         * tests/check/generic/states.c:
1921           Improved state change unit test.
1922
1923 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1924
1925         * docs/plugins/.cvsignore:
1926         * tests/check/.cvsignore:
1927           Ignore registries in any format.
1928
1929 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1930
1931         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1932         Removed some unused code.
1933
1934         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1935         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1936         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1937         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1938         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1939         (gst_rtp_theora_pay_flush_packet):
1940         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1941         Try to preserve the incomming buffer duration on the outgoing
1942         packets. Fixes #478244.
1943
1944 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1945
1946         * ext/taglib/gstapev2mux.cc:
1947         * ext/taglib/gstid3v2mux.cc:
1948           Work around compiler warnings with g++-4.2 when assigning a
1949           string constant to a gchar * (partially fixes #478092).
1950
1951 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * configure.ac:
1954           We require core CVS now for gst_base_src_set_do_timestamp().
1955
1956 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1957
1958         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1960         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1961         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1962         (gst_rtspsrc_handle_message):
1963         Fix compiler warnings shown with Forte.
1964
1965 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1966
1967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1968         (gst_rtspsrc_dup_printf):
1969         Give meaningfull error when all streams failed to configure for some
1970         reason.
1971
1972 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1973
1974         * gst/rtp/README:
1975         Update README with the design for synchronisation rules of RTP on
1976         sender and receiver.
1977
1978 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1979
1980         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1981         (gst_wavparse_chain):
1982         Don't push EOS from the chain function, the element
1983         driving the pipeline is responsible for this. The bug
1984         this was meant to fix seems to be queue not forwarding
1985         EOS in all cases (see #476514).
1986
1987 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1988
1989         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1990         (gst_level_transform_ip):
1991         * gst/level/gstlevel.h:
1992         Use basetransform segment so that it is correctly managed on flushes and
1993         start/stop.
1994         Report message timestamp as stream time, which is what an application
1995         can understand.
1996
1997 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1998
1999         * ext/taglib/gstapev2mux.cc:
2000         * ext/taglib/gstapev2mux.h:
2001         * ext/taglib/gsttaglibmux.c:
2002         * tests/check/elements/apev2mux.c:
2003         Update my mail address.
2004
2005 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2006
2007         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2008         (gst_wavparse_loop), (gst_wavparse_chain):
2009         Add EOS logic for the push-based mode too. Fixes #476514.
2010
2011 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2012
2013         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2014         * gst/law/alaw-encode.h:
2015         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2016         (gst_mulawenc_chain):
2017         * gst/law/mulaw-encode.h:
2018         Fix law encoder timestamps.
2019
2020 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * ext/gconf/gstgconfaudiosink.c:
2023           Fix warning when building without debug.
2024
2025         * sys/oss/gstossmixertrack.c:
2026           Use const like in alsamixertrack.c (fixes warnings).
2027
2028 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2029
2030         * sys/v4l2/v4l2src_calls.c:
2031         (gst_v4l2src_probe_caps_for_format_and_size):
2032         Fix framerate detection code some more.
2033         Handle the case where there is a weird step in the stepwise framerates.
2034         Don't overwrite the min interval with the framerate, use a temp variable
2035         instead.
2036         Use max in the Continuous framerate intervals instead of step, which is
2037         1 according to the docs. Fixes #475424.
2038
2039 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2040
2041         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2042         Make udpsrc timestamp outgoing buffers based on when they were received.
2043         Also make it output a segment in time.
2044
2045 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2046
2047         * gst/avi/gstavidemux.c:
2048           Plug a little leak. Little code cleanups.
2049
2050 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2051
2052         * configure.ac:
2053           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2054           flac versions, 's good for cross-compilation karma.
2055
2056 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2057
2058         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2059
2060         * gst/rtp/gstrtph263pay.c:
2061           Fix up header structure so that compilers don't add padding
2062           between the structure fields, since that would lead to us
2063           sending RTP packets with broken headers (as is currently the
2064           case when compiling with MSVC). Also see similar fixes in
2065           libgstrtp in gst-plugins-base. (#474616; #471194)
2066
2067 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2068
2069         * sys/v4l2/v4l2src_calls.c:
2070         (gst_v4l2src_probe_caps_for_format_and_size):
2071         Don't overwrite our GValue with 0 but instead use the previously
2072         computed value. Fixes #471823 some more.
2073
2074 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2075
2076         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2077           No tabs in this file please, or gtk-doc will end up documenting
2078           rather absurd class hierarchies.
2079
2080 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2081
2082         * ext/gconf/gstswitchsink.c:
2083           If the new kid element fails to change state for some reason
2084           (e.g. esdsink not being able to connect to the sound server),
2085           forward the error message it posted on the bus instead of just
2086           posting a generic 'Internal state change error: please file a
2087           bug' error message. Fixes #471364.
2088
2089 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2090
2091         * gst/qtdemux/Makefile.am:
2092         * gst/qtdemux/qtdemux.c:
2093           Don't assume tags are encoded as UTF-8 (#473670).
2094
2095 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2096
2097         * sys/v4l2/gstv4l2src.c:
2098         * sys/v4l2/gstv4l2src.h:
2099         * sys/v4l2/v4l2src_calls.c:
2100           Implement LATENCY queries in the crudest way possible so I don't
2101           have to use sync=false any longer when testing with videosinks.
2102
2103 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2104
2105         * configure.ac:
2106           Fix build.
2107
2108 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2109
2110         * sys/v4l2/v4l2src_calls.c:
2111         (gst_v4l2src_probe_caps_for_format_and_size):
2112         Add some more debugging in the framerate function.
2113         Iterate stepwise framerate up to and _including_ the max and if nothing
2114         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2115         don't end up with an empty list. Fixes #471823
2116
2117 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2118
2119         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2120         (gst_multiudpsink_set_clients_string),
2121         (gst_multiudpsink_get_clients_string),
2122         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2123         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2124         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2125         (gst_multiudpsink_clear):
2126         Add property do configure destination address/port pairs
2127         API:GstMultiUDPSink::clients
2128
2129 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2130
2131         * tests/examples/Makefile.am:
2132         * tests/examples/rtp/Makefile.am:
2133         * tests/examples/rtp/client-H263p-AMR.sh:
2134         * tests/examples/rtp/client-H263p-PCMA.sdp:
2135         * tests/examples/rtp/client-H263p-PCMA.sh:
2136         * tests/examples/rtp/client-H264-PCMA.sdp:
2137         * tests/examples/rtp/client-H264-PCMA.sh:
2138         * tests/examples/rtp/client-PCMA.sh:
2139         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2140         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2141         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2142         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2143         Added some RTP example scripts for sending and receiving RTP streams.
2144
2145 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2146
2147         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2148         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2149         Restructure the setcaps function so that we can also compute the
2150         expected GStreamer output size of the video frames.
2151         Set frame_byte_size correctly so that read-based devices have a chance
2152         of working correctly.
2153         When grabbing a frame, discard frames that are not of the expected size.
2154         Some cameras don't output the right framesize for the first buffer.
2155         Try only a couple of times to get a valid frame, else error out.
2156
2157         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2158         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2159         Add some more debug info when scanning the device.
2160
2161         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2162         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2163         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2164         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2165         Add some more debug info when dequeing a frame.
2166
2167 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2168
2169         * gst/wavparse/gstwavparse.c:
2170           More code cleanups. Add some more comment and improve debugs logs.
2171
2172 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2173
2174         * gst/wavparse/gstwavparse.c:
2175         * gst/wavparse/gstwavparse.h:
2176           Implement seek-query. Refactor duration calculations. Appropriate use
2177           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2178           out of loops.
2179
2180 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2181
2182         * gst/avi/gstavidemux.c:
2183           Implement seek-query.
2184
2185 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2186
2187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2188         (gst_rtspsrc_dup_printf):
2189         Use new basesink async property to make sparse RTCP packet not wait for
2190         preroll.
2191
2192 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2193
2194         * gst/audiofx/Makefile.am:
2195         Dist the right file.
2196
2197 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2198
2199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2200         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2201         Make sure we generate and parse floating point values in the POSIX
2202         locale instead of the current locale. 
2203
2204 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2205
2206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2207         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2208         (gst_rtspsrc_play):
2209         * gst/rtsp/gstrtspsrc.h:
2210         Fix method detection again.
2211         Keep track of when we must send a Range header.
2212         Use segment values for Range, Speed and Scale headers.
2213         Parse Speed and Scale headers to update the segment values.
2214
2215 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2216
2217         patch by: Mark Nauwelaerts <manauw@skynet.be>
2218
2219         * sys/v4l2/v4l2src_calls.c:
2220           Handle optional v4l2 ioctls gracefully.
2221
2222 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2223
2224         * gst/rtp/Makefile.am:
2225         * gst/rtp/gstrtp.c: (plugin_init):
2226         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2227         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2228         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2229         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2230         (gst_rtp_h263_depay_get_property),
2231         (gst_rtp_h263_depay_change_state),
2232         (gst_rtp_h263_depay_plugin_init):
2233         * gst/rtp/gstrtph263depay.h:
2234         Added an H263 depayloader. Fixes #369392.
2235
2236         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2237         (gst_rtp_h263p_depay_process):
2238         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2239         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2240         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2241         payloads.
2242         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2243
2244 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2245
2246         * gst/audiofx/audiochebyshevfreqband.c:
2247         * gst/audiofx/audiochebyshevfreqlimit.c:
2248         Add small comparision with the windowed sinc filters in the docs.
2249
2250 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2251
2252         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2253         (audiochebyshevfreqband_suite):
2254         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2255         (audiochebyshevfreqlimit_suite):
2256         Also test 32 bit float mode and the type 2 variants of the filters.
2257
2258 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2259
2260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2261         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2262         (gst_rtspsrc_loop):
2263         Refactor the udp and interleaved loop function a bit.
2264
2265 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2266
2267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2268         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2269         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2270         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2271         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2272         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2273         * gst/rtsp/gstrtspsrc.h:
2274         Protect connection activity with a new lock, avoids deadlocks when going
2275         to PAUSED. Fixes #455808.
2276
2277 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2278
2279         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2280         Fix debug statement.
2281
2282 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2283
2284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2285         Fix stray %u in debug line as spotted by Saur on IRC.
2286
2287 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2288
2289         * gst/audiofx/audiochebyshevfreqband.c:
2290         (gst_audio_chebyshev_freq_band_class_init):
2291         * gst/audiofx/audiochebyshevfreqlimit.c:
2292         (gst_audio_chebyshev_freq_limit_class_init):
2293         Use generator macros for the process functions for the different
2294         sample types, add lower upper boundaries for the GObject properties
2295         so automatically generated UIs can use sliders and add a note about
2296         the number of poles as a too high number of poles combined with
2297         very low or very high frequencies will produce only noise.
2298         * docs/plugins/gst-plugins-good-plugins.args:
2299         Regenerated for the property changes.
2300
2301 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2302
2303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2304         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2305         (gst_rtspsrc_stream_configure_udp_sink),
2306         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2307         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2308         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2309         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2310         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2311         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2312         * gst/rtsp/gstrtspsrc.h:
2313         Improve timeout handling.
2314         Use the same socket for sending and receiving RTCP packets so that some
2315         servers can track clients better.
2316         Improve connection closed handling. Try to reconnect.
2317         Don't overwrite our content base with NULL.
2318         Improve debugging.
2319         Improve range parsing and handling.
2320         Remove flushing hack now that core does the right thing.
2321
2322 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2323
2324         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2325         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2326         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2327         (gst_multiudpsink_close), (gst_multiudpsink_add):
2328         * gst/udp/gstmultiudpsink.h:
2329         Add support for getting and setting the socket to use.
2330
2331         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2332         (gst_udpsrc_create), (gst_udpsrc_get_property):
2333         Add support for getting the currently used socket.
2334
2335 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2336
2337         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2338
2339         * gst/audiofx/Makefile.am:
2340         * gst/audiofx/audiochebyshevfreqband.c:
2341         (gst_audio_chebyshev_freq_band_mode_get_type),
2342         (gst_audio_chebyshev_freq_band_base_init),
2343         (gst_audio_chebyshev_freq_band_dispose),
2344         (gst_audio_chebyshev_freq_band_class_init),
2345         (gst_audio_chebyshev_freq_band_init),
2346         (generate_biquad_coefficients), (calculate_gain),
2347         (generate_coefficients),
2348         (gst_audio_chebyshev_freq_band_set_property),
2349         (gst_audio_chebyshev_freq_band_get_property),
2350         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2351         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2352         (gst_audio_chebyshev_freq_band_start):
2353         * gst/audiofx/audiochebyshevfreqband.h:
2354         * gst/audiofx/audiochebyshevfreqlimit.c:
2355         (gst_audio_chebyshev_freq_limit_mode_get_type),
2356         (gst_audio_chebyshev_freq_limit_base_init),
2357         (gst_audio_chebyshev_freq_limit_dispose),
2358         (gst_audio_chebyshev_freq_limit_class_init),
2359         (gst_audio_chebyshev_freq_limit_init),
2360         (generate_biquad_coefficients), (calculate_gain),
2361         (generate_coefficients),
2362         (gst_audio_chebyshev_freq_limit_set_property),
2363         (gst_audio_chebyshev_freq_limit_get_property),
2364         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2365         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2366         (gst_audio_chebyshev_freq_limit_start):
2367         * gst/audiofx/audiochebyshevfreqlimit.h:
2368         * gst/audiofx/audiofx.c: (plugin_init):
2369         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2370         Fixes #464800.
2371
2372         * tests/check/Makefile.am:
2373         * tests/check/elements/.cvsignore:
2374         * tests/check/elements/audiochebyshevfreqband.c:
2375         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2376         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2377         * tests/check/elements/audiochebyshevfreqlimit.c:
2378         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2379         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2380         Add unit tests for the chebyshev filters.
2381
2382         * docs/plugins/Makefile.am:
2383         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2384         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2385         * docs/plugins/gst-plugins-good-plugins.args:
2386         * docs/plugins/inspect/plugin-1394.xml:
2387         * docs/plugins/inspect/plugin-audiofx.xml:
2388         * docs/plugins/inspect/plugin-dv.xml:
2389         * docs/plugins/inspect/plugin-flac.xml:
2390         * docs/plugins/inspect/plugin-jpeg.xml:
2391         * docs/plugins/inspect/plugin-png.xml:
2392         * docs/plugins/inspect/plugin-rtp.xml:
2393         * docs/plugins/inspect/plugin-shout2send.xml:
2394         * docs/plugins/inspect/plugin-wavpack.xml:
2395         And add docs for the chebyshev filters. While doing
2396         that also run make update in docs/plugins.
2397
2398 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2399
2400         * ext/annodex/gstcmmltag.c:
2401         * gst/rtp/gstrtpvorbispay.c:
2402           Make ro memory to share.
2403
2404 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2405
2406         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2407         Improve UDP performance by avoiding a select() when we have data
2408         available immediatly.
2409
2410 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2411
2412         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2413         (gst_rtp_dec_class_init):
2414         * gst/rtsp/gstrtpdec.h:
2415         Add (dummy) SSRC management signals.
2416
2417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2418         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2419         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2420         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2421         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2422         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2423         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2424         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2425         * gst/rtsp/gstrtspsrc.h:
2426         Add connection-speed property.
2427         Add find_stream helper functions.
2428         Handle stream EOS based on BYE messages or SSRC timeout.
2429         Returns SUCCESS from the state change function as we hide our async
2430         elements from the parent.
2431
2432 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2433
2434         * gst/debug/rndbuffersize.c:
2435           Fix da leak.
2436
2437 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2438
2439         * gst/debug/Makefile.am:
2440         * gst/debug/breakmydata.c:
2441         * gst/debug/gstdebug.c:
2442         * gst/debug/negotiation.c:
2443         * gst/debug/progressreport.c:
2444         * gst/debug/rndbuffersize.c:
2445         * gst/debug/testplugin.c:
2446           Add new test element and clean-up the others a little.
2447
2448 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2449
2450         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2451         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2452
2453 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2454
2455         * gst/rtp/gstrtpilbcdepay.c:
2456           Include stdlib.
2457
2458 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2459
2460         * gst/rtp/gstrtpmpvdepay.c:
2461         Set the mpegversion in the caps so that autoplugging does not get
2462         confused.
2463
2464 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2465
2466         * po/hu.po:
2467         * po/uk.po:
2468         * po/vi.po:
2469           Updated translations.
2470
2471 2007-08-08  Michael Smith <msmith@fluendo.com>
2472
2473         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2474           Render right border in the correct location.
2475
2476 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2477
2478         Patch by: Olivier Crete <tester at tester dot ca>
2479
2480         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2481         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2482         Make mode property a string. Fixes #464475.
2483
2484 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2485
2486         * ext/flac/gstflacenc.c:
2487           Widen caps to match decoder a bit and add more FIXMEs.
2488
2489 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2490
2491         patch by: Mark Nauwelaerts <manauw@skynet.be>
2492
2493         * gst/avi/gstavimux.c:
2494           Fix ODML index tag numbering. Fixes #463624.
2495
2496 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2497
2498         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2499         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2500         (gst_rtspsrc_stream_configure_tcp),
2501         (gst_rtspsrc_stream_configure_udp_sink):
2502         Fix default clock-rate for realmedia.
2503         Fix parsing of transport.
2504         Don't try to link NULL pads.
2505
2506 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         * po/POTFILES.skip:
2509           Add POTFILES.skip with list of source files that aren't disted at the
2510           moment but contain translatable strings. Should hopefully pacify
2511           broken tools and make it clearer that these files are left out
2512           intentionally (#461600).
2513
2514 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2515
2516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2517         If the buffer was entirely clipped ... don't try sending it :)
2518
2519 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2520
2521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2522         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2523         (gst_rtspsrc_create_transports_string),
2524         (gst_rtspsrc_prepare_transports):
2525         If we don't hav a session manager, set the caps on outgoing buffers
2526         ourselves.
2527         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2528         Append final bit of the transport string even when it does not contain a
2529         placeholder.
2530
2531 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2532
2533         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2534         (gst_rtsp_ext_list_connect):
2535         * gst/rtsp/gstrtspext.h:
2536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2537         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2538         Clean up the interface list.
2539         Allow connecting to interface signals for the extensions.
2540         Remove old extension code.
2541         Free list on cleanup.
2542         Allow extensions to send additional RTSP messages.
2543
2544 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2545
2546         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2547         Handle a NULL gconf key gracefully by rendering the default element.
2548
2549 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2550
2551         * gst/rtsp/gstrtspext.h:
2552         Fix include path for extension interface.
2553
2554 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2555
2556         * gst/audiofx/audioamplify.h:
2557         Also remove a now unecessary variable here.
2558
2559 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2560
2561         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2562         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2563         * gst/audiofx/audiodynamic.c:
2564         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2565         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2566         * gst/audiofx/audiodynamic.h:
2567         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2568         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2569         * gst/audiofx/audioinvert.h:
2570         Don't save format information ourselves, this is already saved in
2571         GstAudioFilter.
2572
2573 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2574
2575         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2576         (gst_rtsp_ext_list_stream_select):
2577         * gst/rtsp/gstrtspext.h:
2578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2579         Use rank to filter out extensions.
2580         Add url to stream_select interface call.
2581
2582 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2583
2584         * gst/rtsp/Makefile.am:
2585         * gst/rtsp/base64.c:
2586         * gst/rtsp/base64.h:
2587         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2588         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2589         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2590         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2591         (gst_rtsp_ext_list_setup_media),
2592         (gst_rtsp_ext_list_configure_stream),
2593         (gst_rtsp_ext_list_get_transports),
2594         (gst_rtsp_ext_list_stream_select):
2595         * gst/rtsp/gstrtspext.h:
2596         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2597         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2598         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2599         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2600         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2601         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2602         (gst_rtspsrc_stream_configure_tcp),
2603         (gst_rtspsrc_stream_configure_mcast),
2604         (gst_rtspsrc_stream_configure_udp),
2605         (gst_rtspsrc_stream_configure_udp_sink),
2606         (gst_rtspsrc_stream_configure_transport),
2607         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2608         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2609         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2610         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2611         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2612         (gst_rtspsrc_parse_methods),
2613         (gst_rtspsrc_create_transports_string),
2614         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2615         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2616         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2617         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2618         * gst/rtsp/gstrtspsrc.h:
2619         * gst/rtsp/rtsp.h:
2620         * gst/rtsp/rtspconnection.c:
2621         * gst/rtsp/rtspconnection.h:
2622         * gst/rtsp/rtspdefs.c:
2623         * gst/rtsp/rtspdefs.h:
2624         * gst/rtsp/rtspext.h:
2625         * gst/rtsp/rtspextwms.c:
2626         * gst/rtsp/rtspextwms.h:
2627         * gst/rtsp/rtspmessage.c:
2628         * gst/rtsp/rtspmessage.h:
2629         * gst/rtsp/rtsprange.c:
2630         * gst/rtsp/rtsprange.h:
2631         * gst/rtsp/rtsptransport.c:
2632         * gst/rtsp/rtsptransport.h:
2633         * gst/rtsp/rtspurl.c:
2634         * gst/rtsp/rtspurl.h:
2635         * gst/rtsp/sdp.h:
2636         * gst/rtsp/sdpmessage.c:
2637         * gst/rtsp/sdpmessage.h:
2638         * gst/rtsp/test.c:
2639         Use shiny new RTSP and SDP library.
2640         Implement RTSP extensions using the new interface.
2641         Remove a lot of old code.
2642
2643 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2644
2645         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2646         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2647
2648 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2649
2650         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2651         Don't unref the outgoing buffer twice when dropping it because it's
2652         outside of the segment.
2653
2654 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2655
2656         * configure.ac:
2657         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2658         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2659         Use the new buffer clipping function from gstaudio here and
2660         require gst-plugins-base CVS.
2661         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2662         For framed Wavpack buffers we require a valid timestamp.
2663
2664 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2665
2666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2667         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2668         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2669         Clip raw audio and video when we can, keep track of current output
2670         segment.
2671         Don't leak buffers and events when there is no output pad.
2672         Improve debugging here and there.
2673
2674 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2675
2676         * configure.ac:
2677           Sync liboil check with plugins-base.
2678
2679 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2680
2681         * ext/annodex/Makefile.am:
2682           Fix CFLAGS/LIBS.
2683
2684         * ext/cdio/gstcdiocddasrc.c:
2685         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2686           Include stdlib
2687
2688         * ext/cairo/Makefile.am:
2689         * gst/videofilter/Makefile.am:
2690         * tests/examples/level/Makefile.am:
2691           Use $(LIBM) instead of -lm
2692
2693 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2694
2695         * sys/v4l2/gstv4l2src.c:
2696           Add another example pipeline.
2697
2698 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2699
2700         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2701
2702         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2703           Use define here.
2704
2705         * sys/v4l2/gstv4l2tuner.c:
2706         (gst_v4l2_tuner_set_frequency_and_notify):
2707           Don't touch the property - its still disabled.
2708
2709         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2710         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2711         * sys/v4l2/v4l2src_calls.h:
2712           Improve fallback format negotionation. Fixes #451388
2713
2714 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2715
2716         * tests/check/elements/videocrop.c: (GST_START_TEST):
2717           Fix the test.
2718
2719 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2720
2721         * docs/plugins/Makefile.am:
2722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2724         * docs/plugins/inspect/plugin-jpeg.xml:
2725         * docs/plugins/inspect/plugin-png.xml:
2726         * ext/jpeg/gstjpegdec.c:
2727         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2728         (gst_pngdec_sink_setcaps):
2729           More docs. More logs in pngdec.
2730
2731 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2732
2733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2734           Initialize num_buffers with minimum value.
2735
2736         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2737         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2738           Handle frame-size query failure gracefully.
2739
2740 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2741
2742         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2743         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2744         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2745         of qt/aac files.
2746
2747 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2748
2749         * ext/wavpack/gstwavpackdec.c:
2750         (gst_wavpack_dec_clip_outgoing_buffer):
2751         Fix buffer clipping to correctly clip to the segment stop.
2752
2753 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2754
2755         * configure.ac:
2756         * tests/Makefile.am:
2757         Remove bogus check for libcheck, since we check for
2758         gstreamer-check and it pulls in the required info from there,
2759         and we weren't actually _using_ the information for libcheck
2760         ourselves anyway.
2761
2762 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2763
2764         * configure.ac:
2765           Use pkg-config to locate check.
2766
2767 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2768
2769         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2770         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2771         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2772         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2773         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2774         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2775         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2776         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2777         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2778         * gst/effectv/gstrev.c: (gst_revtv_transform):
2779         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2780         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2781         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2782         * gst/matroska/matroska-demux.c:
2783         (gst_matroska_demux_add_wvpk_header),
2784         (gst_matroska_demux_check_subtitle_buffer),
2785         (gst_matroska_decode_buffer):
2786         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2787           Fix build against core CVS.
2788
2789 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2790
2791         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2792         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2793         don't have enough granularity to convert that boolean into a
2794         GstFlowReturn.
2795
2796 2007-07-06  Michael Smith <msmith@fluendo.com>
2797
2798         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2799         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2800         (gst_alawdec_change_state):
2801         * gst/law/alaw-decode.h:
2802         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2803         (gst_mulawdec_class_init), (gst_mulawdec_init),
2804         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2805         * gst/law/mulaw-decode.h:
2806           Fix capsnego bogosity in *law decoders. 
2807
2808 2007-07-06  Michael Smith <msmith@fluendo.com>
2809
2810         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2811         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2812         (gst_smokeenc_change_state):
2813         * ext/jpeg/gstsmokeenc.h:
2814           Remove stupidity in get/set caps functions.
2815           Fix some refcounting problems.
2816
2817 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2818
2819         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2820         Remove endianness-flipping hack that seems to have been required
2821         only because of a bug in ffmpegcolorspace.
2822         Partially Fixes: #451908
2823
2824 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2825
2826         * docs/plugins/Makefile.am:
2827           Simplify --extra-dir as gtkdoc scans recursively.
2828
2829 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2830
2831         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2832
2833         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2834         Set the encoding-name in the rtp caps to all uppercase, as required by
2835         the caps spec.
2836         Some small cleanups in the error paths. Fixes #453037.
2837
2838 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2839
2840         * ext/wavpack/gstwavpackparse.c:
2841         (gst_wavpack_parse_index_get_last_entry),
2842         (gst_wavpack_parse_index_get_entry_from_sample),
2843         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2844         (gst_wavpack_parse_scan_to_find_sample):
2845         * ext/wavpack/gstwavpackparse.h:
2846         Use a GSList for the GArray that is used like a list anyway.
2847
2848 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2849
2850         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2851         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2852         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2853           Add state change function where we set 0/1 as default framerate in
2854           case our setcaps function isn't called, like it might not in a
2855           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2856           gdkpixbufdec trying to create caps with a 0/0 framerate.
2857           Also post an error message on the bus if gst_pad_push() fails when
2858           called from our sink event handler (+1 for flow returns for event
2859           functions in 0.11) instead of failing silently.
2860
2861 2007-06-27  Wim Taymans  <wim@fluendo.com>
2862
2863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2864         Cast stack args to the proper types. Fixes #451249.
2865
2866 2007-06-27  Wim Taymans  <wim@fluendo.com>
2867
2868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2869         (new_session_pad), (gst_rtspsrc_setup_streams):
2870         * gst/rtsp/gstrtspsrc.h:
2871         For container formats we only need to activate one of the streams so
2872         that we correctly signal no-more-pads. Fixes #451015.
2873
2874 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2875
2876         * docs/plugins/gst-plugins-good-plugins.args:
2877         * docs/plugins/inspect/plugin-aasink.xml:
2878         * docs/plugins/inspect/plugin-alaw.xml:
2879         * docs/plugins/inspect/plugin-alpha.xml:
2880         * docs/plugins/inspect/plugin-alphacolor.xml:
2881         * docs/plugins/inspect/plugin-annodex.xml:
2882         * docs/plugins/inspect/plugin-apetag.xml:
2883         * docs/plugins/inspect/plugin-audiofx.xml:
2884         * docs/plugins/inspect/plugin-auparse.xml:
2885         * docs/plugins/inspect/plugin-autodetect.xml:
2886         * docs/plugins/inspect/plugin-avi.xml:
2887         * docs/plugins/inspect/plugin-cacasink.xml:
2888         * docs/plugins/inspect/plugin-cairo.xml:
2889         * docs/plugins/inspect/plugin-cdio.xml:
2890         * docs/plugins/inspect/plugin-cutter.xml:
2891         * docs/plugins/inspect/plugin-debug.xml:
2892         * docs/plugins/inspect/plugin-efence.xml:
2893         * docs/plugins/inspect/plugin-effectv.xml:
2894         * docs/plugins/inspect/plugin-esdsink.xml:
2895         * docs/plugins/inspect/plugin-flac.xml:
2896         * docs/plugins/inspect/plugin-flxdec.xml:
2897         * docs/plugins/inspect/plugin-gconfelements.xml:
2898         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2899         * docs/plugins/inspect/plugin-goom.xml:
2900         * docs/plugins/inspect/plugin-halelements.xml:
2901         * docs/plugins/inspect/plugin-icydemux.xml:
2902         * docs/plugins/inspect/plugin-id3demux.xml:
2903         * docs/plugins/inspect/plugin-jpeg.xml:
2904         * docs/plugins/inspect/plugin-ladspa.xml:
2905         * docs/plugins/inspect/plugin-level.xml:
2906         * docs/plugins/inspect/plugin-matroska.xml:
2907         * docs/plugins/inspect/plugin-mulaw.xml:
2908         * docs/plugins/inspect/plugin-multipart.xml:
2909         * docs/plugins/inspect/plugin-navigationtest.xml:
2910         * docs/plugins/inspect/plugin-ossaudio.xml:
2911         * docs/plugins/inspect/plugin-png.xml:
2912         * docs/plugins/inspect/plugin-quicktime.xml:
2913         * docs/plugins/inspect/plugin-rtp.xml:
2914         * docs/plugins/inspect/plugin-rtsp.xml:
2915         * docs/plugins/inspect/plugin-smpte.xml:
2916         * docs/plugins/inspect/plugin-speex.xml:
2917         * docs/plugins/inspect/plugin-taglib.xml:
2918         * docs/plugins/inspect/plugin-udp.xml:
2919         * docs/plugins/inspect/plugin-videobalance.xml:
2920         * docs/plugins/inspect/plugin-videobox.xml:
2921         * docs/plugins/inspect/plugin-videocrop.xml:
2922         * docs/plugins/inspect/plugin-videoflip.xml:
2923         * docs/plugins/inspect/plugin-videomixer.xml:
2924         * docs/plugins/inspect/plugin-wavenc.xml:
2925         * docs/plugins/inspect/plugin-wavparse.xml:
2926         * docs/plugins/inspect/plugin-ximagesrc.xml:
2927           Update docs with caps info.
2928
2929 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2930
2931         * po/POTFILES.in:
2932           Add more files with translatable strings (#450878).
2933
2934 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2935
2936         * MAINTAINERS:
2937         Updating all the maintainers files
2938
2939 2007-06-22  Edward Hervey  <edward@fluendo.com>
2940
2941         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2942         * gst/interleave/deinterleave.c: (deinterleave_init),
2943         (deinterleave_sink_link):
2944         * gst/interleave/interleave.c: (interleave_init):
2945         * gst/median/gstmedian.c: (gst_median_init):
2946         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2947         Fix memory leaks.
2948         * tests/check/elements/id3demux.c: (pad_added_cb):
2949         Remove unused variable.
2950
2951 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2952
2953         * ext/gconf/gconf.h:
2954         Make the prototype of gst_gconf_get_key_for_sink_profile
2955         match the implementation.
2956         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2957         Fixes: #449747
2958
2959 2007-06-20  Michael Smith <msmith@fluendo.com>
2960
2961         * gst/rtp/gstrtpdepay.c:
2962           Fix description - rtpdepay is not a payloader.
2963
2964 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2965
2966         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2967         (qtdemux_video_caps):
2968         * gst/qtdemux/qtdemux_fourcc.h:
2969           Add MJPG to the variants of motion jpeg.
2970
2971 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2972
2973         * tests/check/Makefile.am:
2974         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2975         * tests/check/elements/videocrop.c: (GST_START_TEST):
2976         * tests/check/elements/videofilter.c:
2977         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2978         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2979           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2980           error flags are included and it errors out on compiler warnings
2981           for CVS builds; remove unused variables in various unit tests.
2982
2983 2007-06-19  Wim Taymans  <wim@fluendo.com>
2984
2985         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2986         (rtsp_connection_close), (rtsp_connection_free):
2987         Use threadsafe inet_ntop to convert an ip number to a string. 
2988         Fixes #447961.
2989         Don't leak fd (and ip) when freeing a connection without first closing
2990         it.
2991
2992 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2993
2994         * configure.ac:
2995         Back to CVS
2996
2997         * gst-plugins-good.doap:
2998         Add 0.10.6 to the doap file.
2999
3000 === release 0.10.6 ===
3001
3002 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3003
3004         * configure.ac:
3005           releasing 0.10.6, "Wobble Board"
3006
3007 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3008
3009         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3010         (rtsp_connection_free):
3011           Revert previous commit again, since we are frozen (sorry).
3012
3013 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3014
3015         Patch by: Peter Kjellerstedt <pkj at axis com>
3016
3017         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3018         (rtsp_connection_free):
3019           inet_ntoa() uses a static buffer internally, so we need to copy the
3020           returned string if we want to store it for later (#447961).
3021
3022 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3023
3024         * win32/vs6/autogen.dsp:
3025         * win32/vs6/gst_plugins_good.dsw:
3026         * win32/vs6/libgstalaw.dsp:
3027         * win32/vs6/libgstalpha.dsp:
3028         * win32/vs6/libgstalphacolor.dsp:
3029         * win32/vs6/libgstapetag.dsp:
3030         * win32/vs6/libgstaudiofx.dsp:
3031         * win32/vs6/libgstauparse.dsp:
3032         * win32/vs6/libgstautodetect.dsp:
3033         * win32/vs6/libgstavi.dsp:
3034         * win32/vs6/libgstcutter.dsp:
3035         * win32/vs6/libgstdirectdraw.dsp:
3036         * win32/vs6/libgstdirectsound.dsp:
3037         * win32/vs6/libgsteffectv.dsp:
3038         * win32/vs6/libgstflx.dsp:
3039         * win32/vs6/libgstgoom.dsp:
3040         * win32/vs6/libgsticydemux.dsp:
3041         * win32/vs6/libgstid3demux.dsp:
3042         * win32/vs6/libgstinterleave.dsp:
3043         * win32/vs6/libgstjpeg.dsp:
3044         * win32/vs6/libgstlevel.dsp:
3045         * win32/vs6/libgstmatroska.dsp:
3046         * win32/vs6/libgstmedian.dsp:
3047         * win32/vs6/libgstmonoscope.dsp:
3048         * win32/vs6/libgstmulaw.dsp:
3049         * win32/vs6/libgstmultipart.dsp:
3050         * win32/vs6/libgstqtdemux.dsp:
3051         * win32/vs6/libgstrtp.dsp:
3052         * win32/vs6/libgstrtsp.dsp:
3053         * win32/vs6/libgstsmpte.dsp:
3054         * win32/vs6/libgstspeex.dsp:
3055         * win32/vs6/libgstudp.dsp:
3056         * win32/vs6/libgstvideobalance.dsp:
3057         * win32/vs6/libgstvideobox.dsp:
3058         * win32/vs6/libgstvideocrop.dsp:
3059         * win32/vs6/libgstvideoflip.dsp:
3060         * win32/vs6/libgstvideomixer.dsp:
3061         * win32/vs6/libgstwaveform.dsp:
3062         * win32/vs6/libgstwavenc.dsp:
3063         * win32/vs6/libgstwavparse.dsp:
3064         Mark *.dsp & *.dsw as binary files and convert to DOS line
3065         endings, as they don't load into VS6 correctly otherwise.
3066
3067 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3068
3069         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3070         (rtsp_connection_connect):
3071         Fix the MingW build. 
3072         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3073         Fixes: #446981
3074
3075 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3076
3077         * tests/check/elements/.cvsignore:
3078         * tests/icles/.cvsignore:
3079         Hush the buildbots up
3080
3081 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3082
3083         * configure.ac:
3084         * sys/Makefile.am:
3085         * sys/directdraw/Makefile.am:
3086         * sys/directsound/Makefile.am:
3087         * sys/waveform/Makefile.am:
3088         Make sure to dist everything needed for win32 builds.
3089
3090 2007-06-14  Edward Hervey  <edward@fluendo.com>
3091
3092         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3093         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3094         caps.
3095         Fixes #447458
3096
3097 2007-06-13  Wim Taymans  <wim@fluendo.com>
3098
3099         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3100         Make sure we allocate enough memory for the codec_data.
3101         Fixes #447210.
3102
3103 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3104
3105         * win32/MANIFEST:
3106         Add videocrop project file to the win32 manifest.
3107         * win32/vs6/gst_plugins_good.dsw:
3108         Add qtdemux,videocrop and waveform projects to the workspace.
3109         * win32/vs6/libgstqtdemux.dsp:
3110         Add zlib to the link list of qtdemux.
3111         * win32/vs6/libgstvideocrop.dsp:
3112         Add a project file for videocrop.
3113
3114 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3115
3116         * po/POTFILES.in:
3117         Add qtdemux for translation
3118
3119 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3120
3121         * configure.ac:
3122         * docs/plugins/Makefile.am:
3123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3124         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3125         * docs/plugins/inspect/plugin-videocrop.xml:
3126         * gst-plugins-good.spec.in:
3127         * sys/Makefile.am:
3128         * tests/check/Makefile.am:
3129         * tests/icles/Makefile.am:
3130         * tests/icles/videocrop-test.c:
3131         Move videocrop and osxvideo from -bad.
3132
3133 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3134
3135         * configure.ac:
3136         * docs/plugins/Makefile.am:
3137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3139         * docs/plugins/gst-plugins-good-plugins.args:
3140         * docs/plugins/inspect/plugin-qtdemux.xml:
3141         * docs/plugins/inspect/plugin-quicktime.xml:
3142         * win32/MANIFEST:
3143         Move qtdemux from -bad.
3144
3145         * gst-plugins-good.spec.in:
3146         Update spec file to reflect moving of qtdemux and wavpack
3147
3148 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3149         
3150         * win32/MANIFEST:
3151         * docs/plugins/Makefile.am:
3152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3154         * docs/plugins/inspect/plugin-directdraw.xml:
3155         * docs/plugins/inspect/plugin-directsound.xml:
3156         * docs/plugins/inspect/plugin-waveform.xml:
3157         Move the waveform plugin from -bad too. Update the inspect xml
3158         files to mention Plugins Good instead of Plugins Bad.
3159
3160 2007-06-12  Andy Wingo  <wingo@pobox.com>
3161
3162         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3163         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3164         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3165         finalization and resuscitation. No longer public.
3166         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3167         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3168         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3169         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3170         miniobject semantics, and be threadsafe.
3171         (gst_v4l2src_queue_frame): Remove this function, as we just call
3172         the ioctls directly in the two places where we queue buffers.
3173         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3174         directly.
3175         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3176         to allocate the pool, which also preallocates the GstBuffers.
3177         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3178         queueing the frames directly.
3179         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3180         mmap buffers have been dequeued.
3181
3182         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3183         real MiniObject instead of rolling our own refcounting and
3184         finalizing. Give it a lock.
3185         (struct _GstV4l2Buffer): Remove one intermediary object, having
3186         the buffers hold the struct v4l2_buffer directly.
3187
3188         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3189         capture_init so that it can set them on the buffers that it will
3190         create.
3191         (gst_v4l2src_get_read): For better or for worse, include the
3192         timestamping and offsetting code here; really we should be using
3193         bufferalloc though.
3194         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3195         preallocated, mmap'd buffers.
3196
3197 2007-06-11  Wim Taymans  <wim@fluendo.com>
3198
3199         Patch by: daniel fischer <dan at f3c dot com>
3200
3201         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3202         (gst_ximage_src_get_caps):
3203         Actually use the display_name property so that we can dump any
3204         available X display. Fixes #445905.
3205
3206 2007-06-11  Wim Taymans  <wim@fluendo.com>
3207
3208         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3209
3210         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3211         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3212         Add missing rate fields to caps. Fixes #441118.
3213
3214 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3215
3216         * win32/vs6/gst_plugins_good.dsw:
3217         * win32/vs8/gst-plugins-good.sln:
3218         Add DirectSound and DirectDraw sinks project files to
3219         workspace and solution files.
3220
3221 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3222
3223         Patch by: Josh Coalson <xflac at yahoo dot com>,
3224         updated by Alexis Ballier <aballier at gentoo dot org>:
3225
3226         * configure.ac:
3227         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3228         (gst_flac_dec_setup_seekable_decoder),
3229         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3230         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3231         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3232         * ext/flac/gstflacdec.h:
3233         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3234         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3235         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3236         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3237         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3238         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3239         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3240         * ext/flac/gstflacenc.h:
3241         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3242         
3243 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3244
3245         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3246         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3247         not necessary anymore as we need at least that core version. 
3248
3249 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3250
3251         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3252         (gst_wavpack_dec_chain):
3253         * ext/wavpack/gstwavpackdec.h:
3254         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3255         (gst_wavpack_parse_push_buffer):
3256         * ext/wavpack/gstwavpackparse.h:
3257         Improve discont handling by checking if the next Wavpack block has
3258         the expected, following block index.
3259
3260 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3261
3262         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3263           Fix element description.
3264
3265 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3266
3267         * configure.ac:
3268         * docs/plugins/Makefile.am:
3269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3271         * docs/plugins/gst-plugins-good-plugins.args:
3272         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3273         * docs/plugins/gst-plugins-good-plugins.signals:
3274         * docs/plugins/inspect/plugin-autodetect.xml:
3275         * docs/plugins/inspect/plugin-gconfelements.xml:
3276         * docs/plugins/inspect/plugin-ladspa.xml:
3277         * docs/plugins/inspect/plugin-rtp.xml:
3278         * docs/plugins/inspect/plugin-wavpack.xml:
3279         * ext/Makefile.am:
3280         * tests/check/Makefile.am:
3281           move wavpack plugin.  See #352605.
3282
3283 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3284
3285         * configure.ac:
3286         * docs/plugins/Makefile.am:
3287         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3288         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3289         * docs/plugins/gst-plugins-good-plugins.args:
3290         * sys/Makefile.am:
3291         * win32/MANIFEST:
3292         Add DirectDraw & DirectSound plugins to the build and docs.
3293
3294 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3295
3296         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3297         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3298           When operating in pull mode, error out correct on not-linked.
3299
3300 2007-06-06  Andy Wingo  <wingo@pobox.com>
3301
3302         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3303         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3304         format and size if the ioctls are defined; should fix compilation
3305         on Linux < 2.16.19.
3306
3307 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3308
3309         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3310           Printf fixes in debug statements; use LOG level for debug statements
3311           that are printed for each and every frame; convert c++ comments to
3312           C-style comments; not much point using g_try_malloc() if we then not
3313           even check the return value.
3314
3315 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3316
3317         * configure.ac:
3318           Bump requirements to released versions (core and base 0.10.13).
3319
3320         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3321           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3322           own implementation.
3323
3324 2007-06-05  Andy Wingo  <wingo@pobox.com>
3325
3326         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3327         some useless comments.
3328
3329         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3330         frames before calling STREAMON, that might leave them in a state
3331         where they can't be dequeued if we go back to NULL without calling
3332         STREAMON, according to the docs.
3333         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3334         before we call STREAMON.
3335         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3336         failures. (For me this code hung.) The pool refcounting is still
3337         crack; added a note to that effect.
3338
3339 2007-06-05  Wim Taymans  <wim@fluendo.com>
3340
3341         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3342         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3343         Add support for mapping gst structure names to the MIME type equivalent.
3344         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3345
3346 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3347
3348         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3349         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3350         (gst_wavenc_chain), (gst_wavenc_change_state):
3351         * gst/wavenc/gstwavenc.h:
3352         Properly write wav files with width!=depth by having the depth most
3353         significant bytes set and all others zero. Fixes #442535.
3354
3355 2007-06-01  Wim Taymans  <wim@fluendo.com>
3356
3357         * gst/rtsp/rtspconnection.c:
3358         Add include to make buildbot happy.
3359
3360 2007-06-01  Wim Taymans  <wim@fluendo.com>
3361
3362         Patch by: Peter Kjellerstedt  <pkj at axis com>
3363
3364         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3365         (rtsp_connection_connect), (add_date_header),
3366         (rtsp_connection_send), (parse_response_status),
3367         (parse_request_line), (parse_line), (rtsp_connection_receive):
3368         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3369         * gst/rtsp/rtspdefs.h:
3370         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3371         (rtsp_message_init_request), (rtsp_message_init_response),
3372         (rtsp_message_remove_header), (rtsp_message_append_headers),
3373         (rtsp_message_dump):
3374         * gst/rtsp/rtspmessage.h:
3375         Improves version checking, allowing an RTSP server to reply with "505
3376         RTSP Version not supported.
3377         Adds a Date header to all messages.
3378         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3379         want to be able to send a response even if something in the request was
3380         invalid. EINVAL is only used when passing wrong arguments to functions.
3381         Do not handle an invalid method in parse_request_line(). Defer this to
3382         the caller so it can respond with "405 Method Not Allowed".
3383         Improves parsing of the timeout parameter to the Session header,
3384         allowing whitespace after the semicolon. 
3385         Avoids a compiler warning due to variables shadowing a function argument.
3386
3387 2007-06-01  Wim Taymans  <wim@fluendo.com>
3388
3389         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3390
3391         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3392         (gst_rtp_amr_depay_process):
3393         * gst/rtp/gstrtpamrdepay.h:
3394         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3395         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3396         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3397         * gst/rtp/gstrtpamrpay.h:
3398         Add support for AMR-WB.
3399         Small cleanups such as using BOILERPLATE.
3400
3401 2007-05-31  Wim Taymans  <wim@fluendo.com>
3402
3403         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3404         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3405
3406 2007-05-30  Andy Wingo  <wingo@pobox.com>
3407
3408         * sys/v4l2/gstv4l2object.h: 
3409         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3410         unintended changes.
3411
3412         * sys/v4l2/v4l2src_calls.h: 
3413         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3414         the format list in the order that the driver gives it to us.
3415         (gst_v4l2src_probe_caps_for_format_and_size)
3416         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3417         based on the capabilities of the device.
3418         (gst_v4l2src_grab_frame): Update for object variable renaming.
3419         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3420         as in the set_caps below.
3421         (gst_v4l2src_capture_init): Update for object variable renaming,
3422         and reflow.
3423         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3424         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3425         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3426         (gst_v4l2src_get_fps): Remove; these functions don't have much
3427         meaning outside of an atomic set_caps method.
3428         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3429         known.
3430
3431         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3432         call to update_fps; not sure about this change.
3433         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3434         moment we don't have an update_fps_func.
3435
3436         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3437         structures in the object, just store what we need. Do store the
3438         probed caps of the device. Don't store the current frame rate.
3439
3440         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3441         update_fps_function, for now. Update for new object variable
3442         naming.
3443         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3444         new object variable naming.
3445         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3446         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3447         (gst_v4l2src_get_caps): Rework to probe the device for supported
3448         frame sizes and frame rates.
3449         (gst_v4l2src_set_caps): Rework to be strict in the given
3450         parameters: if someone asks us to have a certain size and rate,
3451         that is what we configure.
3452         (gst_v4l2src_get_read): Update for object variable naming. Don't
3453         leak buffers on short reads.
3454         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3455         comments.
3456         (gst_v4l2src_create): Update for object variable naming.
3457
3458 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3459
3460         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3461         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3462         * gst/avi/gstavidemux.h:
3463           Parse subtitle text streams instead of erroring out (#442034). Still
3464           needs a parser for the subtitles to actually show up.
3465
3466 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3469         (gst_avi_demux_loop):
3470           Make _push_event() return TRUE if the event could be pushed on at
3471           least one pad and not only if it could be pushed on all pads,
3472           otherwise we'll end up posting an error message on EOS if one or
3473           more source pads are not connected.
3474
3475 2007-05-28  Wim Taymans  <wim@fluendo.com>
3476
3477         * gst/rtsp/rtsptransport.c:
3478         Use renamed RTP bin.
3479
3480 2007-05-28  Wim Taymans  <wim@fluendo.com>
3481
3482         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3483
3484         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3485         (gst_video_box_set_property), (gst_video_box_transform_caps),
3486         (video_box_recalc_transform), (gst_video_box_set_caps),
3487         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3488         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3489         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3490         (gst_video_box_i420_i420), (gst_video_box_transform),
3491         (plugin_init):
3492         Add AYUV->AYUV and AYUV->I420 formats. 
3493         Fix negotiation and I420->AYUV conversion.
3494         Fixes #429329.
3495
3496 2007-05-26  Wim Taymans  <wim@fluendo.com>
3497
3498         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3499         Use different variables for nested for loops so that the outer loop
3500         functions properly and speex files with multiple frames per buffer work
3501         properly.
3502         Fixes #441408.
3503
3504 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3505
3506         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3507           Don't leak newsegment events.
3508
3509 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3510
3511         * gst/wavparse/Makefile.am:
3512           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3513           drags it in.
3514
3515 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3516
3517         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3518         (notgst_value_array_append_buffer),
3519         (gst_flac_enc_process_stream_headers),
3520         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3521         (gst_flac_enc_change_state):
3522         * ext/flac/gstflacenc.h:
3523           Collect headers, add "streamheader" field to output caps and set
3524           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3525           produces output according to the official FLAC-to-Ogg mapping
3526           instead of completely broken files. Fixes #426044.
3527
3528 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3529
3530         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3531         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3532         (gst_id3demux_sink_event):
3533         * gst/id3demux/gstid3demux.h:
3534         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3535         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3536         (gst_tag_demux_send_new_segment):
3537         Handle and adjust new-segment events so that downstream really
3538         sees a stream with the tag pieces stripped off the front and back.
3539         Fixes strangeness in seeking when mp3 decoders use the new-segment
3540         byte position to estimate their current playback position timestamp
3541         and then the arriving buffers don't match up.
3542
3543 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3544
3545         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3546           Don't unnecessarily perform a READY->NULL->READY transition on the
3547           detected audio sink when starting up. Fixes: #440127
3548
3549 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3550
3551         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3552         (gst_flac_enc_chain):
3553           Don't crash in chain function if setcaps hasn't been called.
3554
3555 2007-05-24  Wim Taymans  <wim@fluendo.com>
3556
3557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3558         Init value to avoid infinte loops.
3559
3560 2007-05-24  Wim Taymans  <wim@fluendo.com>
3561
3562         Patch by: Peter Kjellerstedt  <pkj at axis com>
3563
3564         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3565         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3566         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3567         (gst_rtspsrc_play):
3568         (rtsp_connection_send), (rtsp_connection_receive):
3569         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3570         Fix for new API.
3571
3572         * gst/rtsp/rtspconnection.c: (add_auth_header),
3573         Only add authorisation and session headers when sending messages.
3574
3575         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3576         (rtsp_message_init_request), (rtsp_message_init_response),
3577         (rtsp_message_unset), (rtsp_message_add_header),
3578         (rtsp_message_remove_header), (rtsp_message_get_header),
3579         (rtsp_message_append_headers), (dump_key_value),
3580         (rtsp_message_dump):
3581         * gst/rtsp/rtspmessage.h:
3582         Add support for multiple headers of the same type by storing the parsed
3583         headers in a GArray instaed of a hashtable.
3584
3585 2007-05-21  Wim Taymans  <wim@fluendo.com>
3586
3587         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3588         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3589         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3590         safer shutdown.
3591
3592 2007-05-21  Wim Taymans  <wim@fluendo.com>
3593
3594         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3595         * gst/rtsp/gstrtpdec.h:
3596         Added signal for backwards compat.
3597
3598 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3599         
3600         Patch by: René Stadler <mail at renestadler dot de>
3601
3602         * configure.ac:
3603         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3604         (gst_au_parse_parse_header), (gst_au_parse_chain):
3605         * gst/auparse/gstauparse.h:
3606         Use audioconvert for converting from non-native endianness floats
3607         in auparse instead of doing it ourself. Fixes #424527.
3608         This needs the audioconvert from plugins-base CVS.
3609         
3610 2007-05-21  Wim Taymans  <wim@fluendo.com>
3611
3612         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3613         (gst_rtp_h263p_pay_flush):
3614         Fix enum registration.
3615
3616 2007-05-21  Wim Taymans  <wim@fluendo.com>
3617
3618         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3619
3620         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3621         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3622         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3623         (gst_rtp_h263p_pay_flush):
3624         * gst/rtp/gstrtph263ppay.h:
3625         Add new fragmentation mode base on GOB headers. Fixes #438940.
3626
3627 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3628
3629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3630           Printf format fix.
3631
3632 2007-05-18  Wim Taymans  <wim@fluendo.com>
3633
3634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3635         Don't crash when an unsupported transport error was returned by the
3636         server, just try to configure the next stream. Fixes #439255.
3637
3638 2007-05-18  Wim Taymans  <wim@fluendo.com>
3639
3640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3641         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3642         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3643         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3644         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3645         * gst/rtsp/gstrtspsrc.h:
3646         Add TCP timeout property and use it for all TCP connection.
3647
3648         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3649         (rtsp_connection_write), (rtsp_connection_next_timeout),
3650         (rtsp_connection_reset_timeout):
3651         Make connect and writes cancelable and make them use the timeout.
3652
3653 2007-05-18  Wim Taymans  <wim@fluendo.com>
3654
3655         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3656         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3657         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3658         (gst_rtspsrc_setup_streams):
3659         Refactor timeout handling.
3660         Also send keep-alive when dealing with TCP transport.
3661
3662         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3663         (rtsp_connection_free), (rtsp_connection_next_timeout),
3664         (rtsp_connection_reset_timeout):
3665         * gst/rtsp/rtspconnection.h:
3666         Use a timer to handle the session timeouts, add some methods to deal
3667         with timeouts.
3668
3669 2007-05-17  Wim Taymans  <wim@fluendo.com>
3670
3671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3672         (gst_rtspsrc_setup_streams):
3673         Ignore streams that fail the setup command, we will retry with a
3674         different transport later on.
3675
3676         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3677         (rtsp_ext_wms_configure_stream):
3678         Fix encoding name case.
3679
3680 2007-05-16  Edward Hervey  <edward@fluendo.com>
3681
3682         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3683         Fix build on macosx.
3684
3685 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3686
3687         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3688         Replace direct comparison of a string with the string literal "" with
3689         a comparison of the first character with '\0'. Fixes #438926.
3690
3691 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3692
3693         * gst/debug/breakmydata.c (gst_break_my_data_init):
3694           One more try. This should be the proper fix now.
3695
3696 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3697
3698         * gst/debug/breakmydata.c:
3699           Ooops, no // comments please.
3700
3701 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3702
3703         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3704         (gst_break_my_data_init):
3705           Fix gst_buffer_is_writable() assertion.
3706
3707 2007-05-14  David Schleef  <ds@schleef.org>
3708
3709         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3710           video/x-raw-bayer.  Fixes #314160.
3711
3712 2007-05-14  Wim Taymans  <wim@fluendo.com>
3713
3714         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3715         (gst_rtp_theora_depay_parse_configuration):
3716         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3717         (gst_rtp_theora_pay_finish_headers),
3718         (gst_rtp_theora_pay_handle_buffer):
3719         Update theora pay/depayloader in a similar to vorbis.
3720
3721         * gst/rtp/gstrtpvorbisdepay.c:
3722         (gst_rtp_vorbis_depay_parse_configuration):
3723         Update docs.
3724
3725 2007-05-14  Wim Taymans  <wim@fluendo.com>
3726
3727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3728         When we try to execute a method that is not supported by the server,
3729         don't error out but remove the method from the accepted methods so that
3730         we never try to perform this method again.
3731
3732 2007-05-14  Wim Taymans  <wim@fluendo.com>
3733
3734         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3735         Remove annoying _dump_mem.
3736
3737 2007-05-14  Wim Taymans  <wim@fluendo.com>
3738
3739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3740         Parse range correctly.
3741
3742         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3743         The baseurl now always has a '/' at the start.
3744
3745 2007-05-14  Wim Taymans  <wim@fluendo.com>
3746
3747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3748         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3749         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3750         Factor out caps configuration and configure more stuff such as the time
3751         ranges and speed/scale values.
3752
3753         * gst/rtsp/rtsptransport.c:
3754         Add Copyright after non-trival fixes.
3755
3756 2007-05-12  Wim Taymans  <wim@fluendo.com>
3757
3758         Patch by: Peter Kjellerstedt  <pkj at axis com>
3759
3760         * gst/rtsp/gstrtspsrc.h:
3761         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3762         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3763         (rtsp_message_get_header):
3764         * gst/rtsp/rtspmessage.h:
3765         Make channel guint8 where possible.
3766         Make rtsp_message_init_data() take the channel as a guint8.
3767
3768         * gst/rtsp/rtspdefs.c:
3769         Fixed a typo: Timout -> Timeout
3770
3771         * gst/rtsp/rtspdefs.h:
3772         Make RTSP_CHECK() behave as a statement.
3773
3774         * gst/rtsp/sdpmessage.c:
3775         Avoid a compiler warning in INIT_ARRAY().
3776         Fixes #437692.
3777
3778 2007-05-12  Wim Taymans  <wim@fluendo.com>
3779
3780         Patch by: Peter Kjellerstedt  <pkj at axis com>
3781
3782         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3783         (rtsp_url_get_request_uri):
3784         * gst/rtsp/rtspurl.h:
3785         Add support for query parameters to RTSP URLs.
3786
3787 2007-05-12  Wim Taymans  <wim@fluendo.com>
3788
3789         Patch by: Peter Kjellerstedt  <pkj at axis com>
3790
3791         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3792         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3793         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3794         (rtsp_transport_parse), (rtsp_transport_as_text):
3795         * gst/rtsp/rtsptransport.h:
3796         Add validation to rtsp_transport_parse().
3797         Add rtsp_transport_as_text() to generate an RTSP header from an
3798         RTSPTransport.
3799         Change ssrc to guint (was a string) since that is what it is, even
3800         though it is sent as a hex string.
3801         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3802         incorrect, which can be seen when looking at the examples in the RFC).
3803         Fixes #437670.
3804
3805 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3806
3807         Patch by: Eric Anholt
3808
3809         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3810           gst_ximage_src_ximage_get):
3811         Use union of all damage between frames to make it faster.
3812         Fixes bug #342463.
3813         Also fix crasher when cursor is at bottom right of window.
3814
3815 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3818           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3819           streaming mode regression for file from #343837 with 'bext' chunk
3820           before the 'fmt' chunk.
3821
3822 2007-05-11  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3825         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3826         (gst_rtspsrc_handle_src_event),
3827         (gst_rtspsrc_stream_configure_manager),
3828         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3829         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3830         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3831         * gst/rtsp/gstrtspsrc.h:
3832         * gst/rtsp/rtspdefs.h:
3833         Preliminary seek support.
3834         Activate internal pads so that we can receive events on them.
3835         Don't try to parse a range string when it's NULL.
3836
3837 2007-05-11  Wim Taymans  <wim@fluendo.com>
3838
3839         * gst/rtp/README:
3840         Update README with new RTP variables that will be used for
3841         synchronisation.
3842
3843         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3844         (gst_rtp_vorbis_depay_parse_configuration),
3845         (gst_rtp_vorbis_depay_process):
3846         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3847         (gst_rtp_vorbis_pay_finish_headers),
3848         (gst_rtp_vorbis_pay_handle_buffer):
3849         Update vorbis pay and depayloader to draft-04.
3850
3851 2007-05-11  Wim Taymans  <wim@fluendo.com>
3852
3853         * gst/rtsp/rtsptransport.c:
3854         UDP MCAST is actually the default for RTP/AVP.
3855 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3856
3857         * gst/level/gstlevel.c: (gst_level_transform_ip):
3858         Use guint8 * instead of gpointer then vs6 can build 
3859         in_data += (filter->width / 8).
3860
3861 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3862
3863         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3864           gst_ximage_src_ximage_get):
3865         * sys/ximage/gstximagesrc.h (last_ximage):
3866         When using Damage actually keep the last frame, and not assume
3867         that the buffer we get already has the last frame on it.
3868         Copy the cursor over if we specify a non-zero start x and
3869         start y.
3870
3871 2007-05-11  Wim Taymans  <wim@fluendo.com>
3872
3873         * gst/rtsp/rtsptransport.c:
3874         Make UDP the default transport when not specified.
3875
3876 2007-05-09  David Schleef  <ds@schleef.org>
3877
3878         * gst/level/gstlevel.c:
3879           Revert last change.
3880
3881 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3882
3883         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3884         (gst_level_transform_ip):
3885         Use guint8 * instead of gpointer then vs6 know the size of data
3886         pointed when moving the pointer.
3887         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3888         Move instructions after variables declaration.
3889         * win32/vs6/autogen.dsp:
3890         * win32/vs6/libgstrtp.dsp:
3891         * win32/vs6/libgstrtsp.dsp:
3892         Update vs6 project files.
3893
3894 2007-05-09  Wim Taymans  <wim@fluendo.com>
3895
3896         * gst/rtsp/Makefile.am:
3897         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3898         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3899         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3900         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3901         (rtsp_range_free):
3902         * gst/rtsp/rtsprange.h:
3903         Add code to parse time ranges.
3904         Report DURATION on the stream when possible.
3905
3906 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3907
3908         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3909         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3910         (gst_videomixer_collected):
3911           Fix strides calculation for AYUV (it's just width*4) (#436910).
3912
3913 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3914
3915         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3916         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3917         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3918         Sync the GObject properties before each processing step to properly
3919         work with the controller.
3920
3921 2007-05-04  Wim Taymans  <wim@fluendo.com>
3922
3923         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3924         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3925         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3926         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3927         (gst_rtspsrc_change_state):
3928         Let more error state trickle down so that we can catch more error
3929         cases.
3930         Handle keep-alive a little smarter by selecting a method the server
3931         actually supports.
3932         Fix a race in UDP streaming shutdown.
3933
3934 2007-05-04  Wim Taymans  <wim@fluendo.com>
3935
3936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3937         Ignore errors when trying to use the keep-alive messages.
3938
3939 2007-05-04  Wim Taymans  <wim@fluendo.com>
3940
3941         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3942         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3943         (gst_rtspsrc_stream_configure_manager),
3944         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3945         (gst_rtspsrc_stream_configure_mcast),
3946         (gst_rtspsrc_stream_configure_udp),
3947         (gst_rtspsrc_stream_configure_udp_sink),
3948         (gst_rtspsrc_stream_configure_transport):
3949         Send RTCP messages back to the server over the TCP connection.
3950
3951         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3952         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3953         (rtsp_connection_receive):
3954         * gst/rtsp/rtspconnection.h:
3955         Factor out and expose lowlevel _write and _read methods.
3956         Implement sending data messages to the server.
3957
3958 2007-05-03  Wim Taymans  <wim@fluendo.com>
3959
3960         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3961         (gst_multipart_mux_collected):
3962         Fix timestamps on outgoing buffers.
3963
3964 2007-05-03  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/multipart/multipartmux.c:
3967         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3968         (gst_multipart_mux_change_state):
3969         Emit NEWSEGMENT events before pushing the first buffer.
3970
3971 2007-05-03  Wim Taymans  <wim@fluendo.com>
3972
3973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3974         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3975         (gst_rtspsrc_handle_src_query),
3976         (gst_rtspsrc_stream_configure_manager),
3977         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3978         (gst_rtspsrc_stream_configure_mcast),
3979         (gst_rtspsrc_stream_configure_udp),
3980         (gst_rtspsrc_stream_configure_udp_sink),
3981         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3982         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3983         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3984         (gst_rtspsrc_pause):
3985         Refactor transport configuration code.
3986         Create internal pads for TCP transport so that we can implement events
3987         and queries.
3988         Handle events and queries.
3989         Parse range from the SDP.
3990         Fix race in pause handler where the connection could still be flushing.
3991
3992 2007-05-02  Wim Taymans  <wim@fluendo.com>
3993
3994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3995         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3996         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3997         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3998         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3999         (gst_rtspsrc_change_state):
4000         * gst/rtsp/gstrtspsrc.h:
4001         Fix race when multiple udp sources post timeouts, just act on the first
4002         received timeout.
4003         Protect stream list with a recursive lock to fix some races.
4004         Flush connection when we need to do a reconnect or stop.
4005         Make state lock recursive.
4006
4007         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4008         (rtsp_connection_close):
4009         Some small cleanups.
4010
4011 2007-05-02  Wim Taymans  <wim@fluendo.com>
4012
4013         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4014         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4015         Only set DISCONT when there actually is a discont or when we just
4016         started.
4017
4018 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4019
4020         * ext/flac/gstflac.c: (plugin_init):
4021         Call bindtextdomain() to get localized strings.
4022
4023 2007-05-02  Wim Taymans  <wim@fluendo.com>
4024
4025         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4026         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4027         (gst_wavparse_stream_data):
4028         * gst/wavparse/gstwavparse.h:
4029         Be a bit more clever when dealing with VBR files with FACT tags, we
4030         don't want to timestamp buffers in that case but the estimated BPS can
4031         be used for seeking.
4032         Only send close segment in the streaming thread.
4033
4034 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4035
4036         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4037         Correctly post an error on the bus if something went wrong in the loop
4038         function. This fixes a few cases where the task was paused and nothing
4039         happened anymore.
4040
4041 2007-05-02  Wim Taymans  <wim@fluendo.com>
4042
4043         * gst/rtsp/test.c: (main):
4044         Fix compilation of deprecated test just because I'm too lazy to delete
4045         it.
4046
4047 2007-05-02  Wim Taymans  <wim@fluendo.com>
4048
4049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4050         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4051         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4052         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4053         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4054         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4055         * gst/rtsp/gstrtspsrc.h:
4056         Fix sending RTCP to the right place.
4057         Fix bug in reffing the wrong UDP element.
4058         Use new pad names for the session manager.
4059         Implement handling server requests in interleaved and UDP modes.
4060         Handle session keep-alive in UDP modes.
4061         Remove GCond for handling UDP timeouts.
4062
4063         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4064         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4065         (rtsp_connection_receive), (rtsp_connection_close):
4066         * gst/rtsp/rtspconnection.h:
4067         Store connection IP address for later.
4068         Add timeout args to all operations that might block forever.
4069         Parse session timeout.
4070         Only close sockets when not already closed.
4071
4072         * gst/rtsp/rtspdefs.c:
4073         * gst/rtsp/rtspdefs.h:
4074         Add timeout return value and error string.
4075
4076         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4077         Add small comment.
4078
4079 2007-05-01  Wim Taymans  <wim@fluendo.com>
4080
4081         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4082
4083         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4084         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4085         * gst/rtp/gstrtpmp4vpay.h:
4086         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4087
4088 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4091           Remove v4l2src from docs, since it breaks the docs build, and the
4092           plugin is only built if --enable-experimental is used anyway.
4093
4094         * docs/plugins/Makefile.am:
4095           Spaces => tab.
4096
4097 2007-04-29  Wim Taymans  <wim@fluendo.com>
4098
4099         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4100         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4101         Add code to drop membership of a multicast group.
4102
4103         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4104         (gst_udpsink_set_uri):
4105         Implement URI handler.
4106
4107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4108         (gst_rtspsrc_parse_rtpinfo):
4109         Use URI handler to make udpsink instace.
4110         Improve code to configure port and destination.
4111
4112 2007-04-29  Wim Taymans  <wim@fluendo.com>
4113
4114         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4115         Fix multicast detection.
4116         Don't try to join a multicast group if the address is not multicast.
4117
4118         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4119         Small debug improvement.
4120
4121 2007-04-27  Wim Taymans  <wim@fluendo.com>
4122
4123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4124         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4125         (gst_rtspsrc_handle_message):
4126         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4127         parent.
4128
4129 2007-04-27  Wim Taymans  <wim@fluendo.com>
4130
4131         * gst/rtp/gstrtpilbcdepay.h:
4132         Fix mode property when specified as an arg.
4133
4134 2007-04-26  Edward Hervey  <edward@fluendo.com>
4135
4136         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4137         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4139         * docs/plugins/inspect/plugin-osxaudio.xml:
4140         Add documentation for osxaudio plugin.
4141
4142 2007-04-26  Wim Taymans  <wim@fluendo.com>
4143
4144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4145         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4146         (gst_rtspsrc_open), (gst_rtspsrc_close),
4147         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4148         (gst_rtspsrc_pause):
4149         * gst/rtsp/gstrtspsrc.h:
4150         Protect state changes with a lock.
4151
4152         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4153         (parse_line):
4154         * gst/rtsp/rtspconnection.h:
4155         Remove some unused stuff.
4156
4157 2007-04-26  Wim Taymans  <wim@fluendo.com>
4158
4159         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4160         Handle the case where there are exactly 0 bytes to read and the ioctl
4161         did not report an error. Fixes #433530.
4162
4163 2007-04-26  Wim Taymans  <wim@fluendo.com>
4164
4165         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4166         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4167         * gst/wavparse/gstwavparse.h:
4168         Apply DISCONT to buffers.
4169         Only apply timestamp to the first sample after a DISCONT, too many VBR
4170         files cause random jitter in the timestamps. Fixes #433119.
4171
4172 2007-04-25  Wim Taymans  <wim@fluendo.com>
4173
4174         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4175         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4176         (gst_rtp_dec_get_property):
4177         * gst/rtsp/gstrtpdec.h:
4178         Add dummy latency property to be backwards compat with rtpbin.
4179
4180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4181         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4182         (gst_rtspsrc_stream_configure_transport),
4183         (gst_rtspsrc_parse_rtpinfo):
4184         * gst/rtsp/gstrtspsrc.h:
4185         Add latency property and configure in the session manager.
4186         Don't set invalid clock-base and seqnum-base on caps, some servers
4187         sometimes don't send them.
4188
4189 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4192         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4193           Double-check that RGB input caps are really RGBA caps (apparently
4194           the core doesn't always catch it if those caps aren't a subset of
4195           our template caps, also see #421543). Fixes #429319 in a way.
4196           Also, don't leak the pad template in the transform_caps function.
4197
4198         * tests/check/Makefile.am:
4199         * tests/check/elements/.cvsignore:
4200         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4201         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4202         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4203         (GST_START_TEST), (alphacolor_suite):
4204           Add some basic unit tests for alphacolor.
4205
4206 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4207
4208         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4209           If we get a fatal flow return in the loop function, first post the
4210           error message and only then send the EOS event downstream, otherwise
4211           applications might get an eos message before the error message and
4212           think everything was ok (related to #429319).
4213
4214 2007-04-25  Wim Taymans  <wim@fluendo.com>
4215
4216         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4217         Read the channel byte as an unsigned byte.
4218
4219 2007-04-25  Wim Taymans  <wim@fluendo.com>
4220
4221         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4222         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4223         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4224         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4225         (gst_rtp_gsm_depay_setcaps):
4226         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4227         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4228         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4229         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4230         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4231         (gst_ilbc_depay_get_property):
4232         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4233         * gst/rtp/gstrtpmp4adepay.c:
4234         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4235         (gst_rtp_pcma_depay_setcaps):
4236         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4237         (gst_rtp_pcmu_depay_setcaps):
4238         Make sure we configure the clock_rate in the baseclass in the setcaps
4239         function. Fixes #431282.
4240
4241 2007-04-25  Wim Taymans  <wim@fluendo.com>
4242
4243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4244         (gst_rtspsrc_stream_free), (request_pt_map),
4245         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4246         * gst/rtsp/gstrtspsrc.h:
4247         Parse server address from SDP.
4248         Hook up a udpsink to send RTCP back to the server.
4249
4250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4251         * gst/rtsp/rtsptransport.h:
4252         Add some docs.
4253
4254 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4255
4256         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4257           Make header field check conditional. Fixes #433135
4258
4259 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4260
4261         * docs/plugins/Makefile.am:
4262         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4263         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4264         * docs/plugins/inspect/plugin-alphacolor.xml:
4265         * gst/alpha/Makefile.am:
4266         * gst/alpha/gstalphacolor.c:
4267         * gst/alpha/gstalphacolor.h:
4268           Add minimal docs blurb to alphacolor; split out headers into
4269           separate header file for gtk-doc.
4270
4271 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         * gst/debug/progressreport.c: (gst_progress_report_report):
4274           Don't try to post NULL message (in case we can't query upstream
4275           position or duration).
4276
4277 2007-04-18  Michael Smith  <msmith@fluendo.com>
4278
4279         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4280         (gst_cutter_get_caps):
4281         * gst/cutter/gstcutter.h:
4282           Fix some of the most obvious bugs in cutter. Now doesn't leak
4283           everything if input is silent.
4284
4285 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4286
4287         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4288         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4289         * gst/wavenc/gstwavenc.h:
4290         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4291         else results in a invalid block align and invalid files.
4292
4293 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4294
4295         Patch by: Snaik <snaik32 gmail com>
4296
4297         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4298           Add missing break statement for BOX_HORIZONTAL case.
4299
4300 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4301
4302         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4303
4304         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4305         Use correct format strings for integer types.
4306
4307 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4308
4309         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4310         (gst_wavparse_create_sourcepad):
4311         Use gst_riff_create_audio_template_caps () instead of the local caps.
4312         This makes updates of the local caps unecessary whenever libgstriff
4313         gets support for new formats.
4314
4315 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4316
4317         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4318
4319         * sys/sunaudio/gstsunaudio.c:
4320         * sys/sunaudio/gstsunaudiomixer.c:
4321         * sys/sunaudio/gstsunaudiomixer.h:
4322         * sys/sunaudio/gstsunaudiomixerctrl.c:
4323         * sys/sunaudio/gstsunaudiomixerctrl.h:
4324         * sys/sunaudio/gstsunaudiomixertrack.h:
4325         * sys/sunaudio/gstsunaudiosink.c:
4326         * sys/sunaudio/gstsunaudiosink.h:
4327         * sys/sunaudio/gstsunaudiosrc.c:
4328         * sys/sunaudio/gstsunaudiosrc.h:
4329           Fix and/or update copyright attributions (#430228).
4330
4331 2007-04-13  Wim Taymans  <wim@fluendo.com>
4332
4333         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4334         Fix docs.
4335
4336         * gst/rtsp/URLS:
4337         Add some more example urls.
4338
4339         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4340         (gst_rtp_dec_chain_rtp):
4341         Better debugging.
4342
4343         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4344         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4345         (gst_rtspsrc_parse_rtpinfo):
4346         Remove unused code.
4347
4348 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4349
4350         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4351         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4352         (gst_wavparse_stream_data):
4353           Relax the audio/mpeg caps again and add FIXME: comment.
4354
4355 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4356
4357         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4358         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4359         (gst_wavparse_stream_data):
4360         * gst/wavparse/gstwavparse.h:
4361           More sanity check for the header fields. Fix type for 'rate' header
4362           field.
4363
4364 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4365
4366         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4367         (gst_icydemux_unicodify):
4368           If the metadata strings we get in the stream are not UTF-8, try to
4369           interpret them according to the character encodings specified in the
4370           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4371           only fall back to locale/ISO-8859-1 if those aren't set or don't
4372           work. Should fix #428901.
4373
4374 2007-04-12  Wim Taymans  <wim@fluendo.com>
4375
4376         * gst/rtp/gstrtph264depay.c:
4377         Use the proper sync word for SPS and PPS.
4378
4379 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4380
4381         * gst/rtp/Makefile.am:
4382         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4383           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4384         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4385           Add a simple hashing implementation that we can use to generate
4386           a 24-bit ident value based on the codebooks for vorbis and theora.
4387         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4388           gst_rtp_theora_pay_handle_buffer):
4389         * gst/rtp/gstrtpvorbisdepay.c
4390           (gst_rtp_vorbis_depay_parse_configuration,
4391           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4392         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4393           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4394           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4395           Use the hashing function, ensuring that the same codebooks result
4396           in the same ident and thus the same SDP description.
4397           Various log fixes/changes.
4398
4399 2007-04-12  Wim Taymans  <wim@fluendo.com>
4400
4401         Patch by: jerry tan <jerry dot tan at sun dot com>
4402
4403         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4404         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4405         application's responsibility to make sure it open the device once.
4406         Remove a careless error if AUDIODEV is set. Fixes #392620.
4407
4408 2007-04-12  Wim Taymans  <wim@fluendo.com>
4409
4410         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4411         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4412         * gst/rtsp/gstrtpdec.h:
4413         Make backward compat with rtpbin by adding the request-pt-map signals.
4414
4415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4416         (new_session_pad), (request_pt_map),
4417         (gst_rtspsrc_stream_configure_transport),
4418         (gst_rtspsrc_stream_configure_caps),
4419         (gst_rtspsrc_activate_streams):
4420         * gst/rtsp/gstrtspsrc.h:
4421         Implement request-pt-map signals instead of setting caps on the buffers
4422         for the session manager.
4423
4424 2007-04-11  Wim Taymans  <wim@fluendo.com>
4425
4426         * gst/udp/gstudp.c: (plugin_init):
4427         Register GstNetBuffer in plugin_init so that the type can be used from
4428         multiple threads without races.
4429
4430 2007-04-10  Wim Taymans  <wim@fluendo.com>
4431
4432         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4433         (gst_rtp_amr_depay_process):
4434         Fix depayloader clock_rate and some cleanups.
4435
4436         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4437         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4438         * gst/rtp/gstrtph264depay.h:
4439         Don't push codec_data in the adapter because it might get flushed when
4440         we get a discont.
4441
4442         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4443         Handle multiple AU per packet.
4444
4445         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4446         (gst_rtp_sv3v_depay_plugin_init):
4447         Disable rank, this one does not work.
4448         Remove timestamping, base class does that.
4449
4450 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4451
4452         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4453           limit caps to the formats we announce in the template
4454
4455         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4456         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4457         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4458           fix some crashers/asserts when dealing with broken files
4459
4460 2007-04-10  Wim Taymans  <wim@fluendo.com>
4461
4462         Patch by: Peter Kjellerstedt  <pkj at axis com>
4463
4464         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4465         * gst/rtp/gstrtpL16depay.c:
4466         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4467         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4468         (gst_rtp_speex_depay_setcaps):
4469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4470         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4471         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4472         Fix some compiler warnings. Fixes #428182.
4473
4474 2007-04-06  Wim Taymans  <wim@fluendo.com>
4475
4476         * gst/rtsp/Makefile.am:
4477         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4478         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4479         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4480         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4481         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4482         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4483         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4484         (create_rtcp), (gst_rtp_dec_request_new_pad),
4485         (gst_rtp_dec_release_pad):
4486         * gst/rtsp/gstrtpdec.h:
4487         * gst/rtsp/gstrtsp.c: (plugin_init):
4488         Morph RTPDec into something compatible with RTPBin as a fallback.
4489         Various other style fixes.
4490
4491         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4492         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4493         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4494         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4495         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4496         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4497         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4498         * gst/rtsp/gstrtspsrc.h:
4499         Implement RTPBin session manager handling.
4500         Don't try to add empty properties to caps.
4501         Implement fallback session manager, handling.
4502         Don't combine errors from RTCP streams, just ignore them.
4503
4504         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4505         * gst/rtsp/rtsptransport.h:
4506         Implement fallback session manager.
4507         Make RTPBin the default one when available.
4508
4509 2007-04-05  Wim Taymans  <wim@fluendo.com>
4510
4511         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4512         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4513         This element is ready to be autoplugged.
4514
4515 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4516
4517         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4518         Don't leave the offsets defined by upstream element on the
4519         compressed data buffer we are pushing downstream. Make them
4520         GST_BUFFER_OFFSET_NONE.
4521
4522 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4523
4524         * gst/avi/README:
4525         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4526         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4527         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4528         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4529         (gst_avi_demux_calculate_durations_from_index),
4530         (gst_avi_demux_stream_header_push),
4531         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4532         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4533           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4534
4535 2007-04-03  Wim Taymans  <wim@fluendo.com>
4536
4537         * gst/smpte/barboxwipes.c:
4538         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4539
4540 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4541
4542         * gst/wavparse/gstwavparse.c:
4543         Support audio/x-raw-float in wav files. This only works with
4544         plugins-base CVS, using an older version doesn't have any
4545         disadvantages though.
4546
4547 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4548
4549         * configure.ac:
4550         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4551         (gst_au_parse_parse_header), (gst_au_parse_chain):
4552         * gst/auparse/gstauparse.h:
4553         Revert last change as we don't want plugins-good to depend on
4554         plugins-base CVS now.
4555
4556 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4557
4558         * configure.ac:
4559         Require gst-plugins-base CVS for audioconvert with non-native
4560         float support and width/depth fix in libgstriff.
4561
4562         Patch by: René Stadler <mail at renestadler dot de>
4563
4564         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4565         (gst_au_parse_parse_header), (gst_au_parse_chain):
4566         * gst/auparse/gstauparse.h:
4567         Don't swap the floats ourself if they're not in native endianness.
4568         Instead let audioconvert handle this. Fixes #339838.
4569
4570 2007-03-29  Wim Taymans  <wim@fluendo.com>
4571
4572         * gst/rtp/gstasteriskh263.h:
4573         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4574         (gst_rtp_h263p_depay_change_state):
4575         * gst/rtp/gstrtph263pdepay.h:
4576         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4577         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4578         (gst_rtp_h264_depay_change_state):
4579         * gst/rtp/gstrtph264depay.h:
4580         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4581         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4582         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4583         Flush adapter on disconts.
4584
4585 2007-03-29  Wim Taymans  <wim@fluendo.com>
4586
4587         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4588         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4589         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4590         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4591         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4592         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4593         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4594         (gst_rtp_mp4v_depay_process):
4595         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4596         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4597         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4598         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4599         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4600         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4601         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4602         Use more efficient adapter and rtpbuffer methods when possible.
4603
4604 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4605
4606         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4607         (gst_wavenc_sink_setcaps):
4608         Correctly handle width!=depth input.
4609         * gst/wavparse/gstwavparse.c:
4610         Already export in the caps that width==8 uses unsigned samples and
4611         everything else uses signed samples.
4612
4613 2007-03-29  Wim Taymans  <wim@fluendo.com>
4614
4615         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4616
4617         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4618         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4619         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4620         (gst_dynudpsink_close):
4621         * gst/udp/gstdynudpsink.h:
4622         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4623         (gst_udpsrc_create), (gst_udpsrc_set_property),
4624         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4625         * gst/udp/gstudpsrc.h:
4626         Rework the socket allocation a bit based on the sockfd argument so that
4627         it becomes usable.
4628         Add a closefd property to instruct the udp elements to close the custom
4629         file descriptors when going to READY. Fixes #423304.
4630         API:GstUDPSrc::closefd property
4631         API:GstDynUDPSink::closefd property
4632
4633 2007-03-29  Wim Taymans  <wim@fluendo.com>
4634
4635         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4636
4637         * gst/rtp/Makefile.am:
4638         * gst/rtp/gstrtp.c: (plugin_init):
4639         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4640         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4641         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4642         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4643         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4644         (gst_rtp_h264_pay_plugin_init):
4645         * gst/rtp/gstrtph264pay.h:
4646         Added H264 payloader. Fixes #423782.
4647
4648         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4649         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4650         Small fixes.
4651
4652 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4653
4654         * gst/wavparse/gstwavparse.c:
4655         Actually support depths from 1 to 32, not only 8 to 32.
4656
4657 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4658
4659         * gst/wavparse/gstwavparse.c:
4660         Add support for wav files containing audio/x-raw-int with random
4661         depths between 1 and 32 bits.
4662
4663 2007-03-28  Wim Taymans  <wim@fluendo.com>
4664
4665         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4666
4667         * gst/rtp/Makefile.am:
4668         * gst/rtp/gstrtp.c: (plugin_init):
4669         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4670         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4671         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4672         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4673         (gst_rtp_mp4a_depay_get_property),
4674         (gst_rtp_mp4a_depay_change_state),
4675         (gst_rtp_mp4a_depay_plugin_init):
4676         * gst/rtp/gstrtpmp4adepay.h:
4677         Added MP4A-LATM depayloader. Fixes #417792.
4678
4679         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4680         (gst_rtp_mp4v_depay_process):
4681         Fixup depayloader, setting codec_data, using more efficient adaptor and
4682         rtpbuffer handling.
4683
4684         * gst/rtsp/URLS:
4685         Add url to test above.
4686
4687 2007-03-25  Wim Taymans  <wim@fluendo.com>
4688
4689         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4690         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4691         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4692         (gst_rtspsrc_media_to_caps),
4693         (gst_rtspsrc_stream_configure_transport),
4694         (gst_rtspsrc_stream_configure_caps),
4695         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4696         * gst/rtsp/gstrtspsrc.h:
4697         Handle default clock-rates for static payload types, rearrange stuff so
4698         that the rtpmap field in the sdp can override the defaults.
4699         Parse RTP-Info field to get the seqnum and timebase fields that should
4700         go in the caps.
4701         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4702         the server. 
4703
4704 2007-03-22  Wim Taymans  <wim@fluendo.com>
4705
4706         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4707
4708         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4709         Accept complex pipeline descriptions as an audio profile instead of just
4710         a single element. Fixes #420658.
4711
4712 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4713
4714         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4715           Rename registered type in preparation of GstTagDemux moving to
4716           -base at some point in the future.
4717
4718 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4721           Streaming mode fixes: don't unref buffer we don't own any longer;
4722           remove bogus adapter flush. Fixes #419338.
4723
4724 2007-03-17  David Schleef  <ds@schleef.org>
4725
4726         * REQUIREMENTS: Change the format to key/value, add a bunch of
4727           information, remove a bunch of requirements that are for
4728           other GStreamer packages.
4729
4730 2007-03-17  David Schleef  <ds@schleef.org>
4731
4732         * REQUIREMENTS: Fix a few things.  This file really needs a
4733         good once-over.
4734
4735 2007-03-15  Edward Hervey  <edward@fluendo.com>
4736
4737         * sys/Makefile.am:
4738         Don't forget to distribute the sys/osxaudio/ directory.
4739
4740 2007-03-15  Edward Hervey  <edward@fluendo.com>
4741
4742         * configure.ac:
4743         * sys/Makefile.am:
4744         * sys/osxaudio/Makefile.am:
4745         * sys/osxaudio/gstosxaudio.c:
4746         * sys/osxaudio/gstosxaudiosink.c:
4747         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4748         (gst_osx_audio_sink_getcaps),
4749         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4750         * sys/osxaudio/gstosxaudiosrc.c:
4751         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4752         (gst_osx_audio_src_create_ringbuffer):
4753         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4754         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4755         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4756         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4757         * sys/osxaudio/gstosxringbuffer.h:
4758         Activate osxaudio in gst-plugins-good with proper build setup.
4759         Add inlined documentation.
4760         Fix debug statements
4761         Fix ringbuffer when pausing.
4762         Fixes #323471
4763
4764 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4765         * gst/rtp/gstrtppcmapay.c:
4766         * gst/rtp/gstrtppcmapay.h:
4767         * gst/rtp/gstrtppcmupay.c:
4768         * gst/rtp/gstrtppcmupay.h:
4769         Ported mulaw and alaw payloaders to use new base class
4770
4771 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4772
4773         * po/af.po:
4774         * po/az.po:
4775         * po/cs.po:
4776         * po/en_GB.po:
4777         * po/it.po:
4778         * po/nl.po:
4779         * po/or.po:
4780         * po/sq.po:
4781         * po/sr.po:
4782         * po/sv.po:
4783         * po/uk.po:
4784         * po/vi.po:
4785           Update translations.
4786
4787 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4788
4789         * configure.ac:
4790           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4791
4792 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4795           Fix handling of -1 values for start and stop values when seeking,
4796           and SEEK_CUR+SEEK_END here as well.
4797
4798 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4799
4800         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4801           Fix handling of -1 values for start and stop values when seeking, 
4802           and SEEK_CUR+SEEK_END.
4803
4804 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4805
4806         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4807           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4808           the image format a variable-length NUL-terminated string; in
4809           versions before that the image format is a fixed-length string of
4810           3 characters (see #348644 for a sample tag).
4811           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4812
4813 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4814
4815         * win32/MANIFEST:
4816         Add new project files to MANIFEST.
4817         * win32/vs6/libgstaudiofx.dsp:
4818         * win32/vs6/libgstrtp.dsp:
4819         * win32/vs6/libgstrtsp.dsp:
4820         Update project files.
4821         
4822 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4823
4824         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4825         (gst_avi_demux_parse_index):
4826         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4827         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4828           Printf format fixes; also add some missing quotes in translated
4829           strings. Fixes #416728 and #416727.
4830
4831 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4832
4833         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4834           Tim and I can't think of any reason the child audio sink needs to 
4835           be set back to NULL after successfully determining that it can 
4836           reach READY - it gets immediately set back to READY by the caller
4837           anyway, causing an unnecessary close/open of any audio devices
4838           involved.
4839
4840 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * po/LINGUAS:
4843         * po/ja.po:
4844           Add ja.po file from #377306.
4845
4846 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4849         * sys/sunaudio/gstsunaudiomixertrack.c:
4850         (gst_sunaudiomixer_track_new):
4851           Actually translate sunaudio mixer track labels instead of just
4852           marking the strings as translatable (#377306); clean up weird
4853           label string mapping code that serves no apparent purpose. Also
4854           set the 'untranslated-label' property when creating mixer tracks
4855           if the GstMixerTrack base class supports this.
4856
4857         * tests/check/Makefile.am:
4858         * tests/check/elements/.cvsignore:
4859         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4860         (sunaudio_suite):
4861           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4862           actually tested on a system where sunaudiomixer is available).
4863
4864 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4865
4866         * tests/check/Makefile.am:
4867         Re-enable the states test and see if it works on the buildbots.
4868
4869 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4870
4871         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4872         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4873         (gst_dvdec_change_state):
4874         * ext/dv/gstdvdec.h:
4875         Infer pixel-aspect-ratio from the video frame format if it isn't
4876         provided by the container, as happens when playing DV from AVI
4877         or Quicktime containers.
4878
4879         Patch by: Wim Taymans <wim@fluendo.com>
4880         Fixes #380944
4881
4882 2007-03-09  Wim Taymans  <wim@fluendo.com>
4883
4884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4885         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4886         will later be handled by the jitterbuffer.
4887
4888 2007-03-09  Wim Taymans  <wim@fluendo.com>
4889
4890         * ext/taglib/gstid3v2mux.cc:
4891         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4892         Fixes #414496.
4893         
4894         Patch by: Alex Lancaster <alexl at users sourceforge net>
4895
4896 2007-03-09  Wim Taymans  <wim@fluendo.com>
4897
4898         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4899         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4900         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4901         (gst_avi_demux_chain):
4902         Fix stream position reporting after a seek. Fixes #416445.
4903
4904 2007-03-08  Wim Taymans  <wim@fluendo.com>
4905
4906         Patch by: René Stadler <mail at renestadler dot de>
4907
4908         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4909         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4910         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4911         Make avidemux accept optional header chunks in any order.
4912         Fixes #415446.
4913
4914 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4915
4916         * tests/check/Makefile.am:
4917         Disable the states check until the remaining Valgrind errors
4918         are fixed or suppressed.
4919
4920 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4921
4922         * tests/check/elements/.cvsignore:
4923           Add audiodynamic check to .cvsignore
4924
4925 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4926
4927         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4928
4929         * gst/audiofx/Makefile.am:
4930         * gst/audiofx/audiodynamic.c:
4931         (gst_audio_dynamic_characteristics_get_type),
4932         (gst_audio_dynamic_mode_get_type),
4933         (gst_audio_dynamic_set_process_function),
4934         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4935         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4936         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4937         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4938         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4939         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4940         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4941         (gst_audio_dynamic_transform_hard_knee_expander_int),
4942         (gst_audio_dynamic_transform_hard_knee_expander_float),
4943         (gst_audio_dynamic_transform_soft_knee_expander_int),
4944         (gst_audio_dynamic_transform_soft_knee_expander_float),
4945         (gst_audio_dynamic_transform_ip):
4946         * gst/audiofx/audiodynamic.h:
4947         * gst/audiofx/audiofx.c: (plugin_init):
4948         Add new audiodynamic element which can act as a compressor or
4949         expander. Supported are hard-knee and soft-knee operation modes with
4950         user-specified ratio and threshold.
4951         Attack and release parameters are not yet implemented but will follow.
4952         * docs/plugins/Makefile.am:
4953         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4954         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4955         * docs/plugins/gst-plugins-good-plugins.args:
4956         * docs/plugins/inspect/plugin-audiofx.xml:
4957         Integrate audiodynamic into the docs.
4958         * tests/check/Makefile.am:
4959         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4960         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4961         Add unit test for audiodynamic.
4962
4963 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4964
4965         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4966         Free handles that we allocated when exiting via the error paths.
4967
4968 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4969
4970         * gst/level/gstlevel.c: (gst_level_class_init),
4971         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4972         (gst_level_transform_ip):
4973         * gst/level/gstlevel.h:
4974           Resolve message timestamps against the playback segment.
4975
4976 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4977
4978         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4979         (gst_id3demux_sink_activate):
4980           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4981           caps passed to it (previously one code path assumed it took ownership
4982           while another one assumed it didn't, while in fact it sometimes did and
4983           sometimes didn't ...).
4984
4985         * configure.ac:
4986         * tests/files/Makefile.am:
4987         * tests/files/id3-407349-1.tag:
4988         * tests/files/id3-407349-2.tag:
4989           Add directory where data for unit tests can be stored.
4990
4991         * tests/Makefile.am:
4992         * tests/check/Makefile.am:
4993         * tests/check/elements/.cvsignore:
4994         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4995         (read_tags_from_file), (run_check_for_file),
4996         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4997           Add unit test for id3demux, and in particular for bug #407349. Only
4998           testing pull-mode for now; push mode doesn't work yet because the test
4999           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5000
5001 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5002
5003         * tests/check/Makefile.am:
5004           Add missing backslash at end of line.
5005
5006 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5007
5008         Trigger rebuild.
5009
5010 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5011
5012         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5013         * gst/id3demux/id3tags.h:
5014         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5015         (parse_obsolete_tdat_frame):
5016           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5017           the four-digit number will be interpreted as a year, whereas it is
5018           month and day in DDMM format. Instead, parse TDAT frames and fix up
5019           the date in the GST_TAG_DATE tag later if we also extracted a year.
5020           Fixes #407349.
5021
5022 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5023
5024         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5025         (gst_switch_commit_new_kid):
5026         Fix up the dispose logic so it doesn't leak, and fix setting of 
5027         the child state so that we don't set a child to our current state 
5028         just as we are changing it to something else.
5029
5030 2007-03-06  Wim Taymans  <wim@fluendo.com>
5031
5032         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5033         (gst_goom_chain):
5034         * gst/goom/gstgoom.h:
5035         Document, fix and improve goom adapter behaviour.
5036         Fixes #407006.
5037
5038 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5039
5040         * ext/esd/esdsink.c: (gst_esdsink_open):
5041         Unref static pad template after using it.
5042
5043 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5044
5045         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5046         (gst_switch_commit_new_kid):
5047         Fix up the reference counting of the child elements.
5048
5049 2007-03-05  Wim Taymans  <wim@fluendo.com>
5050
5051         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5052         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5053         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5054         Fix encoding-name case.
5055
5056 2007-03-05  Wim Taymans  <wim@fluendo.com>
5057
5058         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5059         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5060         (gst_rtp_speex_depay_process):
5061         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5062         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5063         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5064         (gst_rtp_speex_pay_change_state):
5065         * gst/rtp/gstrtpspeexpay.h:
5066         Fix speex (de)payloader. Fixes #358040.
5067
5068 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5069
5070         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5071         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5072         Install fakesink in NULL by fixing some broken logic. This obviates
5073         the need to manually set _IS_SINK.
5074         Add some comments and remove a little cruft while I'm at it.
5075
5076 2007-03-05  Wim Taymans  <wim@fluendo.com>
5077
5078         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5079         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5080
5081 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5082
5083         * po/POTFILES.in:
5084           Update.
5085
5086 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5087
5088         * tests/check/Makefile.am:
5089         Gah! Also disable gconfvideosink from the tests, otherwise
5090         it will instantiate autovideosink, and dfbvideosink and
5091         leak on the buildbots.
5092
5093 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5094
5095         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5096         (gst_cdio_cdda_src_finalize):
5097         Make sure we always destroy our libcdio handle.
5098
5099 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5100
5101         * tests/check/Makefile.am:
5102         Disable autovideosink so the buildbots don't barf over memory
5103         leaked in the directfb sink.
5104
5105 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5106
5107         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5108         Chain up in dispose
5109
5110 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5111
5112         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5113         (gst_multipart_find_pad_by_mime):
5114         Use gst_pad_new_from_static_template instead of
5115         static_pad_template_get+pad_new.
5116
5117 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5118
5119         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5120         Catch the case where no clock has been set.
5121
5122 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5123
5124         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5125         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5126         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5127         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5128         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5129         (gst_gconf_audio_src_finalize), (do_toggle_element):
5130         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5131         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5132         (do_toggle_element):
5133         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5134         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5135         (gst_gconf_video_src_finalize), (do_toggle_element):
5136         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5137         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5138         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5139         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5140         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5141         (gst_shout2send_init), (gst_shout2send_finalize):
5142         * gst/debug/testplugin.c: (gst_test_class_init),
5143         (gst_test_finalize):
5144         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5145         (gst_flxdec_dispose):
5146         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5147         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5149         (gst_rtspsrc_finalize):
5150         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5151         * gst/rtsp/rtspextwms.h:
5152         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5153         (gst_smpte_finalize):
5154         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5155         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5156         (gst_udpsink_finalize):
5157         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5158         (gst_wavparse_sink_activate):
5159         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5160         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5161         (gst_oss_src_finalize):
5162         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5163         * sys/v4l2/gstv4l2object.h:
5164         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5165         (gst_v4l2src_finalize):
5166         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5167
5168         Fix a bunch of leaks shown by the newly-added states test.
5169
5170 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5171
5172         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5173         Use gst_pad_new_from_static_template instead of 
5174         static_pad_template_get+pad_new.
5175
5176 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5177
5178         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5179
5180         * ext/libcaca/Makefile.am:
5181         * gst/debug/Makefile.am:
5182           Don't mix tabs and spaces (#414168).
5183
5184 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5185
5186         * tests/check/generic/.cvsignore:
5187           Ignore files to please buildbot.
5188
5189 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5190
5191         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5192         (gst_wavparse_stream_data):
5193           Unbreak my previous commit (swapped nominator & denominator). Tim,
5194           thanks for spotting.
5195
5196 2007-03-02  Wim Taymans  <wim@fluendo.com>
5197
5198         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5199         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5200         (gst_cdio_cdda_src_finalize):
5201         Small code cleanups.
5202         Don't use pad_alloc as the base class cannot deal with the error codes.
5203
5204 2007-03-02  Wim Taymans  <wim@fluendo.com>
5205
5206         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5207         (gst_udpsrc_create):
5208         Fix doc.
5209
5210 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5211
5212         Patch by: René Stadler <mail@renestadler.de>
5213
5214         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5215         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5216         (gst_wavparse_stream_data):
5217           Handle rounding better to not drop last sample frame. Fixes #356692
5218
5219 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5220
5221         * tests/check/Makefile.am:
5222         Disable cacasink from the states check too - it also calls exit(1)
5223         on us when it can't find a terminal to talk to.
5224
5225 2007-03-02  Wim Taymans  <wim@fluendo.com>
5226
5227         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5228
5229         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5230         (gst_udpsrc_create), (gst_udpsrc_set_property),
5231         (gst_udpsrc_get_property):
5232         * gst/udp/gstudpsrc.h:
5233         Add support to strip proprietary headers. Fixes #350296.
5234
5235 2007-03-02  Wim Taymans  <wim@fluendo.com>
5236
5237         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5238         Fix compilation.
5239
5240 2007-03-02  Wim Taymans  <wim@fluendo.com>
5241
5242         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5243
5244         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5245         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5246         (gst_rtp_mp2t_depay_set_property),
5247         (gst_rtp_mp2t_depay_get_property):
5248         * gst/rtp/gstrtpmp2tdepay.h:
5249         Add support to strip off proprietary headers. Fixes #350278.
5250
5251 2007-03-02  Wim Taymans  <wim@fluendo.com>
5252
5253         * ext/hal/hal.c:
5254         Fix compilation.
5255
5256 2007-03-02  Wim Taymans  <wim@fluendo.com>
5257
5258         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5259         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5260         (gst_sunaudiosrc_open):
5261         * sys/sunaudio/gstsunaudiosrc.h:
5262         Remove device-name from GstSunAudioSrc. Fixes #412597.
5263
5264 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5265
5266         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5267         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5268         Having NULL as UDI previously selected the default sink/src. Change
5269         this back but mention it in the debug output.
5270         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5271         (gst_hal_get_oss_element), (gst_hal_get_string),
5272         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5273         (gst_hal_get_audio_src):
5274         * ext/hal/hal.h:
5275         Refactor a bit, check all error conditions, greatly improve debugging
5276         and fix some possible memory leaks. Also implement OSS support
5277         and allow specifying an UDI that points to a real device. For this the
5278         child device which supports ALSA (preferred) or OSS is used.
5279         As a side effect this makes it impossible now to get a alsasink in
5280         halaudiosrc and a alsasrc in halaudiosink.
5281
5282 2007-03-01  Wim Taymans  <wim@fluendo.com>
5283
5284         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5285         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5286         Errors from the udp sources are not fatal unless all of them are in
5287         error.
5288
5289 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5290
5291         * tests/check/Makefile.am:
5292         Disable aasink in the states test. I suspect this is the element that
5293         is calling exit(1) when it can't proceed.
5294
5295 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5296
5297         * tests/check/Makefile.am:
5298         Draw plugins in from the build tree sys/ dir, rather than picking
5299         up the already installed versions.
5300
5301 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5302
5303         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5304         Error out correctly when getting xcontext fails.
5305
5306 2007-03-01  Wim Taymans  <wim@fluendo.com>
5307
5308         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5309         Make state change to PAUSED NO_PREROLL because that's what it will be in
5310         the future and rtspsrc relies on it.
5311
5312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5313         (gst_rtspsrc_change_state):
5314         Don't error out when we don't get an error from the state change
5315         function.
5316
5317 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5318
5319         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5320         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5321           Check if the device UDI is set before trying to query HAL
5322           about it and give a useful error message if it wasn't set.
5323         * ext/hal/hal.c: (gst_hal_get_string):
5324           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5325           gives an assertion failure in D-Bus when running with
5326           DBUS_FATAL_WARNINGS=1.
5327
5328 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5329
5330         * configure.ac:
5331           Convert to new AG_GST style.
5332
5333 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5334
5335         * tests/check/Makefile.am:
5336         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5337           add test for states
5338
5339 2007-02-28  Wim Taymans  <wim@fluendo.com>
5340
5341         * tests/check/elements/.cvsignore:
5342         Add new videofilter check to .cvsignore.
5343
5344 2007-02-28  Wim Taymans  <wim@fluendo.com>
5345
5346         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5347         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5348         (gst_avi_demux_loop), (gst_avi_demux_chain):
5349         Fix combined flow return. Fixes #412608.
5350
5351 2007-02-28  Wim Taymans  <wim@fluendo.com>
5352
5353         * gst/videofilter/Makefile.am:
5354         Dist header..
5355
5356 2007-02-28  Wim Taymans  <wim@fluendo.com>
5357
5358         * gst/videofilter/gstgamma.h:
5359         Add header too.
5360
5361 2007-02-28  Wim Taymans  <wim@fluendo.com>
5362
5363         Patch by: Mark Nauwelaerts <manauw at skynet be>
5364
5365         * gst/videofilter/Makefile.am:
5366         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5367         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5368         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5369         (oil_tablelookup_u8), (gst_gamma_set_caps),
5370         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5371         Port gamma filter to 0.10. Fixes #412704.
5372
5373         * tests/check/Makefile.am:
5374         * tests/check/elements/videofilter.c: (setup_filter),
5375         (cleanup_filter), (check_filter), (GST_START_TEST),
5376         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5377         Add unit tests for videofilters.
5378
5379 2007-02-28  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst/rtsp/URLS:
5382         Add another interesting test url.
5383
5384         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5385         Don't allow getting header fields from data packets.
5386
5387 2007-02-28  Michael Smith  <msmith@fluendo.com>
5388
5389         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5390         (gst_shout2send_init), (gst_shout2send_start),
5391         (gst_shout2send_set_property), (gst_shout2send_get_property):
5392         * ext/shout2/gstshout2.h:
5393           Add a property for username.
5394
5395 2007-02-27  Christian Schallerr <christian@fluendo.com>
5396
5397         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5398
5399 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5400
5401         * gst/rtsp/Makefile.am:
5402         Fix make check too.
5403
5404 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5405
5406         * gst/rtsp/base64.c: (util_base64_encode):
5407         * gst/rtsp/base64.h:
5408         Commit missing files for base64 encoding.
5409
5410 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5411
5412         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5413
5414         * configure.ac:
5415         * ext/annodex/Makefile.am:
5416         * ext/jpeg/Makefile.am:
5417         * ext/speex/Makefile.am:
5418         * gst/alpha/Makefile.am:
5419         * gst/cutter/Makefile.am:
5420         * gst/debug/Makefile.am:
5421         * gst/effectv/Makefile.am:
5422         * gst/goom/Makefile.am:
5423         * gst/level/Makefile.am:
5424         * gst/smpte/Makefile.am:
5425         * gst/videofilter/Makefile.am:
5426           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5427
5428 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5429
5430         * gst/rtsp/Makefile.am:
5431         * gst/rtsp/rtspconnection.c: (append_auth_header),
5432         (rtsp_connection_send), (rtsp_connection_set_auth):
5433         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5434         from icecast to replace it. Relicensed from GPL courtesy of Mike
5435         Smith.
5436
5437 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5438
5439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5440         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5441         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5442         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5443         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5444         (gst_rtspsrc_uri_set_uri):
5445         * gst/rtsp/gstrtspsrc.h:
5446         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5447         (append_auth_header), (rtsp_connection_send),
5448         (rtsp_connection_free), (rtsp_connection_set_auth):
5449         * gst/rtsp/rtspconnection.h:
5450         * gst/rtsp/rtspdefs.h:
5451         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5452         * gst/rtsp/rtspurl.h:
5453
5454         Implement simple Basic Authentication support so that urls like
5455         rtsp://user:pass@hostname/rtspstream work on hosts that require
5456         authentication.
5457
5458 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5459
5460         * sys/v4l2/gstv4l2object.c:
5461         * sys/v4l2/gstv4l2tuner.c:
5462         * sys/v4l2/v4l2_calls.c:
5463         Fix segfault when oppening a radio device.
5464         
5465 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5466
5467         * gst/level/gstlevel.c: (gst_level_set_caps),
5468         (gst_level_transform_ip):
5469         * sys/v4l2/README:
5470         * tests/check/elements/level.c: (GST_START_TEST):
5471           Fix level for multi-channel case.
5472
5473 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5474
5475         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5476         (gst_level_transform_ip):
5477         * gst/level/gstlevel.h:
5478           Use function pointer for process function and add process functions
5479           for float audio.
5480
5481 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5482
5483         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5484         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5485         (gst_v4l2src_capture_init):
5486           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5487           fixes #407369
5488
5489 2007-02-18  Wim Taymans  <wim@fluendo.com>
5490
5491         * gst/rtp/Makefile.am:
5492         * gst/rtp/gstrtp.c: (plugin_init):
5493         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5494         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5495         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5496         (gst_rtp_mp2t_pay_plugin_init):
5497         * gst/rtp/gstrtpmp2tpay.h:
5498         Added simple mpeg transport stream payloader.
5499
5500 2007-02-16  Wim Taymans  <wim@fluendo.com>
5501
5502         * gst/rtsp/URLS:
5503         Add example H264 rtsp url.
5504
5505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5506         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5507         Don't convert values to lowercase or we might mess up base64 encoded
5508         properties.
5509
5510 2007-02-16  Wim Taymans  <wim@fluendo.com>
5511
5512         * gst/rtp/README:
5513         Fix case of string params.
5514
5515         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5516         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5517         Fix depayloader, support more packet types.
5518         Add sync codes to make sure the packetizer can do its job.
5519
5520         * gst/rtp/gstrtpmp4gdepay.c:
5521         * gst/rtp/gstrtpmp4gpay.c:
5522         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5523         Fix caps case again.
5524
5525 2007-02-15  Wim Taymans  <wim@fluendo.com>
5526
5527         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5528         Set right caps on output buffers.
5529
5530 2007-02-14  Wim Taymans  <wim@fluendo.com>
5531
5532         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5533         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5534         Clear stack allocated SDPMedia struct before calling _init() on it.
5535         Clarify this in the docs as well.
5536
5537 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5538
5539         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5540         (do_change_child):
5541         Don't reset the profile when going switching states, as it makes
5542         the element non-reusable.
5543
5544 2007-02-14  Wim Taymans  <wim@fluendo.com>
5545
5546         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5547         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5548         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5549         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5550         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5551         (sdp_parse_line):
5552         * gst/rtsp/sdpmessage.h:
5553         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5554         Fix memory management of SDP messages. Fixes #407793.
5555
5556 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5557
5558         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5559
5560         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5561         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5562
5563 2007-02-14  Wim Taymans  <wim@fluendo.com>
5564
5565         Patch by: jp.liu <jp_liu at astrocom dot cn>
5566
5567         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5568         Fix parsing of password field in url. Fixes #407797.
5569
5570 2007-02-14  Wim Taymans  <wim@fluendo.com>
5571
5572         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5573         (gst_wavparse_reset), (gst_wavparse_init),
5574         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5575         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5576         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5577         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5578         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5579         (gst_wavparse_loop), (gst_wavparse_chain),
5580         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5581         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5582         (plugin_init):
5583         * gst/wavparse/gstwavparse.h:
5584         Update docs.
5585         Use boilerplate.
5586         Various code cleanups.
5587         When the bitrate is not known (bps == 0 or compressed formats) let
5588         downstream element guestimate the duration and position and don't
5589         generate timestamps or durations. Fixes #405213.
5590         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5591         error flowreturn upstream.
5592
5593 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5594
5595         * ext/gconf/Makefile.am:
5596         * ext/gconf/gconf.c: (gst_gconf_get_string),
5597         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5598         (gst_gconf_render_bin_with_default):
5599         * ext/gconf/gconf.h:
5600         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5601         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5602         (gst_gconf_audio_sink_dispose), (do_change_child),
5603         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5604         (cb_change_child), (gst_gconf_audio_sink_change_state):
5605         * ext/gconf/gstgconfaudiosink.h:
5606         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5607         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5608         (gst_switch_sink_init), (gst_switch_sink_dispose),
5609         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5610         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5611         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5612         * ext/gconf/gstswitchsink.h:
5613         * gst/autodetect/gstautoaudiosink.c:
5614         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5615         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5616         (gst_auto_audio_sink_detect):
5617         * gst/autodetect/gstautovideosink.c:
5618         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5619         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5620         (gst_auto_video_sink_detect):
5621         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5622         and a child that implements the GConf key monitoring. The end goal of
5623         this is an audio sink that can be changed on the fly, but at the 
5624         moment it still only changes on the next READY transition.
5625
5626 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5627
5628         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5629         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5630         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5631         (gst_avi_demux_calculate_durations_from_index),
5632         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5633         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5634         (gst_avi_demux_loop):
5635           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5636
5637 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5638
5639         * configure.ac:
5640         * docs/plugins/Makefile.am:
5641           Add crossreferences to glib/gobject/gstream docs.
5642
5643 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         * gst/monoscope/Makefile.am:
5646         * gst/monoscope/gstmonoscope.c:
5647           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5648           (but no LIBS, since we only use defines from the headers).
5649
5650 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5653
5654         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5655         (gst_wavparse_stream_data):
5656           Fix massive memory leak when operating in streaming mode due to
5657           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5658           Fixes #407057.
5659
5660 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5661
5662         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5663         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5664         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5665         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5666         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5667         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5668         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5669         (gst_avi_demux_calculate_durations_from_index),
5670         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5671         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5672         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5673         * gst/avi/gstavidemux.h:
5674           Save some memory (8%) by repacking the index entry structure (more to
5675           come). Add more FIXMEs to questionable parts.
5676
5677 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5678
5679         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5680         (gst_v4l2src_get_caps):
5681         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5682         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5683         (gst_v4l2src_capture_init):
5684           More FIXME comments and messaging changes.
5685
5686 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5687
5688         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5689         (gst_goom_change_state):
5690         * gst/goom/gstgoom.h:
5691           Improved docs and use GST_DEBUG_FUNCPTR.
5692
5693         * gst/level/gstlevel.c: (gst_level_class_init):
5694           Use GST_DEBUG_FUNCPTR.
5695
5696         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5697         (gst_monoscope_chain), (gst_monoscope_change_state):
5698           Improved docs source cleanups.
5699
5700 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * gst/debug/Makefile.am:
5703         * gst/debug/gstdebug.c: (plugin_init):
5704         * gst/debug/gstpushfilesrc.c:
5705         * gst/debug/gstpushfilesrc.h:
5706           Add code for a pushfilesrc element that implements a pushfile:// URI
5707           handler, to make debugging push-mode operation of demuxer/decoders
5708           that support both easier in connection with seek/playbin/etc.
5709           The element isn't registered at the moment.
5710
5711 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5712
5713         * gst/avi/gstavimux.c:
5714           Comment a #if 0 in caps template definition as VS6 seems to 
5715         do not support it.
5716         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5717           Use gst_guint64_to_gdouble for conversion.
5718         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5719           Move variables declaration before the first instruction.
5720         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5721           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5722           And don't include netdb.h for G_OS_WIN32
5723         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5724           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5725           by VS6 then use an other way to initialize SDPMedia structure.
5726         * gst/udp/gstdynudpsink.h:
5727         * gst/udp/gstdynudpnetutils.h:
5728           Do not include <sys/time.h> for G_OS_WIN32
5729         * gst/udp/gstudpsrc.c:
5730           Define socklen_t as int for G_OS_WIN32
5731         * win/common/config.h.in:
5732           Undef HAVE_NETINET_IN_H
5733         * win32/vs6/gst_plugins_good.dsw:
5734         * win32/vs6/libgstrtp.dsp:
5735         * win32/vs6/libgstrtsp.dsp:
5736         * win32/vs6/libgstautogen.dsp:
5737         * win32/vs6/libgstaudiofx.dsp:
5738         * win32/vs6/libgstudp.dsp:
5739           Add and update project files.
5740         * win32/common/gstudp-enumtypes.c:
5741         * win32/common/gstudp-enumtypes.h:
5742           Add a copy of udp enumtypes to win32/common as in core 
5743           and base.
5744         
5745 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5746
5747         * configure.ac:
5748           Activate monoscope when building with --enable-experimental. Fix
5749           --enable-external configure switch description.
5750
5751         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5752         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5753           Help gst-indent.
5754
5755 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5758           Explicitly cast result of pointer arithmetic to integer in order to
5759           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5760
5761 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         * gst/debug/progressreport.c:
5764           Some more docs.
5765
5766 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5767
5768         * docs/plugins/inspect/plugin-rtp.xml:
5769           Update for new elements.
5770
5771         * gst/debug/progressreport.h:
5772           Commit newly-created header file as well.
5773
5774 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5775
5776         * docs/plugins/Makefile.am:
5777         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5778         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5779         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5780         * gst/debug/Makefile.am:
5781         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5782         (gst_progress_report_do_query), (gst_progress_report_report):
5783           Make progressreport element post messages with the current progress
5784           on the bus. Also add some basic docs for it.
5785
5786 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * ext/hal/hal.c: (gst_hal_get_string):
5789         * ext/hal/hal.h:
5790           Some small cleanups; deal with errors when parsing the HAL ALSA
5791           capabilities a bit better.
5792
5793 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5796           Let's try this again and use the right cast this time.
5797
5798 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5801           Add cast to avoid compiler warnings with older GLib versions
5802           where the nick/name members in GEnumValue are not declared as
5803           constant strings.
5804
5805 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5808         (gst_gconf_render_bin_from_key),
5809         (gst_gconf_get_default_audio_sink):
5810         * ext/gconf/gconf.h:
5811         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5812         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5813         (gst_gconf_audio_sink_get_property):
5814           In gconfaudiosink, get the right key as the old key in do_toggle
5815           (ie. one dependent on the profile selected). Log some more stuff so
5816           we can see what's actually going on.
5817
5818 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5819
5820         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5821         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5822         (gst_audio_amplify_set_process_function),
5823         (gst_audio_amplify_setup):
5824         * gst/audiofx/audioamplify.h:
5825         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5826         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5827         * gst/audiofx/audioinvert.h:
5828         Some small cleanups and port both elements to the new GstAudioFilter
5829         base class to save a few lines of common code.
5830         * gst/audiofx/Makefile.am:
5831         Link against libgstaudio for the above changes
5832
5833 2007-01-29  Wim Taymans  <wim@fluendo.com>
5834
5835         * tests/check/elements/.cvsignore:
5836         Some more ignores.
5837
5838 2007-01-26  Wim Taymans  <wim@fluendo.com>
5839
5840         Patch by: charles <charlesg3 at gmail dot com>
5841
5842         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5843         (set_shout_metadata), (gst_shout2send_event):
5844         * ext/shout2/gstshout2.h:
5845         Properly handle tags in shout2send. Fixes #399825.
5846
5847 2007-01-25  Wim Taymans  <wim@fluendo.com>
5848
5849         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5850         (gst_rtspsrc_activate_streams):
5851         Convert SDP fields to upper/lowercase following the rules in the SDP to
5852         caps document. 
5853
5854 2007-01-25  Wim Taymans  <wim@fluendo.com>
5855
5856         * gst/rtp/README:
5857         * gst/rtp/gstrtpilbcdepay.c:
5858         * gst/rtp/gstrtpilbcpay.c:
5859         * gst/rtp/gstrtpmp4gdepay.c:
5860         * gst/rtp/gstrtpmp4gpay.c:
5861         * gst/rtp/gstrtpspeexdepay.c:
5862         * gst/rtp/gstrtpspeexpay.c:
5863         * gst/rtp/gstrtpsv3vdepay.c:
5864         * gst/rtp/gstrtptheoradepay.c:
5865         * gst/rtp/gstrtptheorapay.c:
5866         * gst/rtp/gstrtpvorbisdepay.c:
5867         * gst/rtp/gstrtpvorbispay.c:
5868         Fix case of encoding-name and key/value pairs to match the document.
5869         This is to make interoperation with SDP case-insensitive as required by
5870         the relevant RFCs.
5871
5872 2007-01-25  Wim Taymans  <wim@fluendo.com>
5873
5874         * configure.ac:
5875         Bump required -core/-base to CVS
5876
5877 2007-01-25  Wim Taymans  <wim@fluendo.com>
5878
5879         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5880         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5881         * gst/rtp/gstrtpL16pay.h:
5882         Fill up to MTU using adapter.
5883         Timestamp rtp packets.
5884
5885 2007-01-25  Edward Hervey  <edward@fluendo.com>
5886
5887         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5888         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5889         Use G_GSIZE_FORMAT in print statements for portability.
5890         Fixes build on macosx.
5891
5892 2007-01-24  Wim Taymans  <wim@fluendo.com>
5893
5894         * gst/rtp/Makefile.am:
5895         * gst/rtp/gstrtp.c: (plugin_init):
5896         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5897         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5898         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5899         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5900         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5901         (gst_rtp_L16_depay_plugin_init):
5902         * gst/rtp/gstrtpL16depay.h:
5903         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5904         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5905         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5906         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5907         (gst_rtp_L16_pay_plugin_init):
5908         * gst/rtp/gstrtpL16pay.h:
5909         Port and enable raw audio payloader/depayloader. Needs a bit more work
5910         on the payloader side.
5911
5912 2007-01-24  Wim Taymans  <wim@fluendo.com>
5913
5914         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5915         (gst_rtspsrc_stream_configure_transport),
5916         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5917         * gst/rtsp/gstrtspsrc.h:
5918         Only unblock the udp pads when we linked and activated them all.
5919         Fixes #395688.
5920
5921 2007-01-24  Wim Taymans  <wim@fluendo.com>
5922
5923         * gst/rtp/Makefile.am:
5924         * gst/rtp/gstrtp.c: (plugin_init):
5925         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5926         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5927         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5928         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5929         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5930         * gst/rtp/gstrtpac3depay.h:
5931         Added simple AC3 depayloader (RFC 4184).
5932
5933         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5934         Fix a leak.
5935
5936 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5937
5938         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5939
5940         * gst/audiofx/Makefile.am:
5941         * gst/audiofx/audioamplify.c:
5942         (gst_audio_amplify_clipping_method_get_type),
5943         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5944         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5945         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5946         (gst_audio_amplify_set_caps),
5947         (gst_audio_amplify_transform_int_clip),
5948         (gst_audio_amplify_transform_int_wrap_negative),
5949         (gst_audio_amplify_transform_int_wrap_positive),
5950         (gst_audio_amplify_transform_float_clip),
5951         (gst_audio_amplify_transform_float_wrap_negative),
5952         (gst_audio_amplify_transform_float_wrap_positive),
5953         (gst_audio_amplify_transform_ip):
5954         * gst/audiofx/audioamplify.h:
5955         * gst/audiofx/audiofx.c: (plugin_init):
5956         Add new element "audioamplify". This allows scaling of raw audio
5957         samples, similar to the "volume" element, but provides different modes
5958         for clipping and allows unlimited amplification. It's mainly targeted
5959         for creative sound design and not as a replacement of the "volume"
5960         element. Fixes #397162
5961         * docs/plugins/Makefile.am:
5962         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5963         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5964         * docs/plugins/gst-plugins-good-plugins.args:
5965         * docs/plugins/inspect/plugin-audiofx.xml:
5966         Add docs for audioamplify and integrate them into the build system
5967         * tests/check/Makefile.am:
5968         * tests/check/elements/audioamplify.c: (setup_amplify),
5969         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5970         Add fairly extensive unit test suite for audioamplify
5971
5972 2007-01-24  Wim Taymans  <wim@fluendo.com>
5973
5974         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5975         Unblock pads after adding the pads to the element so that autopluggers
5976         get a change to link something. Possibly fixes #395688.
5977
5978 2007-01-24  Wim Taymans  <wim@fluendo.com>
5979
5980         * gst/rtp/gstrtpamrdepay.c:
5981         * gst/rtp/gstrtpgsmdepay.c:
5982         * gst/rtp/gstrtph263pdepay.c:
5983         * gst/rtp/gstrtph263ppay.c:
5984         * gst/rtp/gstrtph264depay.c:
5985         * gst/rtp/gstrtpilbcdepay.c:
5986         * gst/rtp/gstrtpmp2tdepay.c:
5987         * gst/rtp/gstrtpmp4gdepay.c:
5988         * gst/rtp/gstrtpmp4gpay.c:
5989         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5990         * gst/rtp/gstrtpmp4vpay.c:
5991         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5992         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5993         (gst_rtp_mpa_depay_process):
5994         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5995         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5996         * gst/rtp/gstrtppcmadepay.c:
5997         * gst/rtp/gstrtppcmudepay.c:
5998         * gst/rtp/gstrtpspeexdepay.c:
5999         * gst/rtp/gstrtpspeexpay.c:
6000         * gst/rtp/gstrtpsv3vdepay.c:
6001         * gst/rtp/gstrtptheoradepay.c:
6002         * gst/rtp/gstrtptheorapay.c:
6003         * gst/rtp/gstrtpvorbisdepay.c:
6004         * gst/rtp/gstrtpvorbispay.c:
6005         Fix caps with payload numbers.
6006         Add some fixed payload numbers to caps when possible.
6007
6008 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6009
6010         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6011
6012         * gst/audiofx/Makefile.am:
6013         * gst/audiofx/audiofx.c: (plugin_init):
6014         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6015         (gst_audio_invert_class_init), (gst_audio_invert_init),
6016         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6017         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6018         (gst_audio_invert_transform_float),
6019         (gst_audio_invert_transform_ip):
6020         * gst/audiofx/audioinvert.h:
6021         Add new audiofx element "audioinvert". This element swaps the upper
6022         and lower half of samples and can be used for example for a
6023         wide-stereo effect. Fixes #396057
6024         * docs/plugins/Makefile.am:
6025         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6026         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6027         * docs/plugins/gst-plugins-good-plugins.args:
6028         * docs/plugins/inspect/plugin-audiofx.xml:
6029         Add docs for the audioinvert element and add them to the build system.
6030         * tests/check/Makefile.am:
6031         * tests/check/elements/audioinvert.c: (setup_invert),
6032         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6033         Add unit test suite for the audioinvert element.
6034
6035 2007-01-23  Wim Taymans  <wim@fluendo.com>
6036
6037         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6038         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6039         Parse config params as string and int.
6040         Parse and use AU header length
6041
6042 2007-01-23  Wim Taymans  <wim@fluendo.com>
6043
6044         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6045         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6046         * gst/smpte/gstmask.c: (_gst_mask_register):
6047         * gst/smpte/gstmask.h:
6048         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6049         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6050         (gst_smpte_paint_triangle_clock):
6051         constify some static structs.
6052         Don't update the mask if nothing changed to the params.
6053         Make sure we never draw outside of the picture. Fixes #398325.
6054
6055 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6056
6057         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6058           Error out properly when pull_range fails while we're reading the
6059           headers, instead of just pausing the task silently. Fixes #399338.
6060
6061 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6062
6063         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6064           Some more sanity checks to make sure the input formats match and the
6065           input pads are actually negotiated, in case someone tries to feed
6066           buffers from fakesrc or filesrc. Fixes #398299.
6067           Also const-ify an array, just because we can.
6068
6069 2007-01-19  Edward Hervey  <edward@fluendo.com>
6070
6071         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6072         Ignore previous commit, that was only valid for widths and heights
6073         that are multiples of 4.
6074         Copy over size/stride macros from jpegdec. This allows the element
6075         to work with any width,height...
6076         ... but puts in evidence that the actual transformations only work
6077         with width/height that are multiples of 4.
6078
6079 2007-01-19  Edward Hervey  <edward@fluendo.com>
6080
6081         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6082         Allocate buffers of the right size.
6083         The proper size of a I420 buffer in bytes is:
6084         
6085             width * height * 3
6086             ------------------
6087                     2
6088
6089 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6092           Proxy getcaps on sink pads too, so that we either end up with the
6093           same dimensions on all pads or error out if that's not possible
6094           (seems to work even!). Fixes #398086, I think.
6095
6096 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6097
6098         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6099         * docs/plugins/gst-plugins-good-plugins.args:
6100         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6101           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6102           fix integer properties with -1 as minimum value.
6103
6104         * docs/plugins/inspect/plugin-1394.xml:
6105         * docs/plugins/inspect/plugin-aasink.xml:
6106         * docs/plugins/inspect/plugin-alaw.xml:
6107         * docs/plugins/inspect/plugin-alpha.xml:
6108         * docs/plugins/inspect/plugin-alphacolor.xml:
6109         * docs/plugins/inspect/plugin-annodex.xml:
6110         * docs/plugins/inspect/plugin-apetag.xml:
6111         * docs/plugins/inspect/plugin-audiofx.xml:
6112         * docs/plugins/inspect/plugin-auparse.xml:
6113         * docs/plugins/inspect/plugin-autodetect.xml:
6114         * docs/plugins/inspect/plugin-avi.xml:
6115         * docs/plugins/inspect/plugin-cacasink.xml:
6116         * docs/plugins/inspect/plugin-cairo.xml:
6117         * docs/plugins/inspect/plugin-cdio.xml:
6118         * docs/plugins/inspect/plugin-cutter.xml:
6119         * docs/plugins/inspect/plugin-debug.xml:
6120         * docs/plugins/inspect/plugin-dv.xml:
6121         * docs/plugins/inspect/plugin-efence.xml:
6122         * docs/plugins/inspect/plugin-effectv.xml:
6123         * docs/plugins/inspect/plugin-esdsink.xml:
6124         * docs/plugins/inspect/plugin-flac.xml:
6125         * docs/plugins/inspect/plugin-flxdec.xml:
6126         * docs/plugins/inspect/plugin-gconfelements.xml:
6127         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6128         * docs/plugins/inspect/plugin-goom.xml:
6129         * docs/plugins/inspect/plugin-halelements.xml:
6130         * docs/plugins/inspect/plugin-icydemux.xml:
6131         * docs/plugins/inspect/plugin-id3demux.xml:
6132         * docs/plugins/inspect/plugin-jpeg.xml:
6133         * docs/plugins/inspect/plugin-level.xml:
6134         * docs/plugins/inspect/plugin-matroska.xml:
6135         * docs/plugins/inspect/plugin-mulaw.xml:
6136         * docs/plugins/inspect/plugin-multipart.xml:
6137         * docs/plugins/inspect/plugin-navigationtest.xml:
6138         * docs/plugins/inspect/plugin-ossaudio.xml:
6139         * docs/plugins/inspect/plugin-png.xml:
6140         * docs/plugins/inspect/plugin-rtp.xml:
6141         * docs/plugins/inspect/plugin-rtsp.xml:
6142         * docs/plugins/inspect/plugin-shout2send.xml:
6143         * docs/plugins/inspect/plugin-smpte.xml:
6144         * docs/plugins/inspect/plugin-speex.xml:
6145         * docs/plugins/inspect/plugin-taglib.xml:
6146         * docs/plugins/inspect/plugin-udp.xml:
6147         * docs/plugins/inspect/plugin-videobalance.xml:
6148         * docs/plugins/inspect/plugin-videobox.xml:
6149         * docs/plugins/inspect/plugin-videoflip.xml:
6150         * docs/plugins/inspect/plugin-videomixer.xml:
6151         * docs/plugins/inspect/plugin-wavenc.xml:
6152         * docs/plugins/inspect/plugin-wavparse.xml:
6153         * docs/plugins/inspect/plugin-ximagesrc.xml:
6154           Update to CVS.
6155
6156 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6157
6158         Patch by: Sebastian Dröge <slomo circular-chaos org>
6159
6160         * gst/audiofx/audiopanorama.c:
6161           Fix doc section name (Fixes #397946)
6162
6163 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6164
6165         * sys/v4l2/gstv4l2object.c:
6166         (gst_v4l2_object_install_properties_helper),
6167         (gst_v4l2_object_set_property_helper),
6168         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6169         * sys/v4l2/gstv4l2object.h:
6170         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6171         (gst_v4l2src_init), (gst_v4l2src_set_property),
6172         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6173         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6174         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6175         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6176         (gst_v4l2src_capture_deinit):
6177           Fix EIO handing when capturing. Add new property to specify the number of
6178           buffers to enque (and remove the borked num-buffers usage).
6179
6180 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6181
6182         Patch by: Sebastian Dröge <slomo circular-chaos org>
6183
6184         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6185         (gst_audio_panorama_set_process_function):
6186           Use a function array for process methods, add more docs and define the
6187           startindex of enums.
6188
6189 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         Patch by: Mark Nauwelaerts <manauw at skynet be>
6192
6193         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6194         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6195         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6196         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6197         (gst_avi_mux_riff_get_avi_header),
6198         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6199         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6200         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6201         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6202         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6203         (gst_avi_mux_change_state):
6204         * gst/avi/gstavimux.h:
6205         * tests/check/elements/avimux.c: (teardown_src_pad):
6206           Add support for more than one audio stream; write better AVIX
6207           header; refactor code a bit; don't announce vorbis caps on our audio
6208           sink pads since we don't support it anyway. Closes #379298.
6209
6210 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6211
6212         Patch by: Sebastian Dröge <slomo circular-chaos org>
6213
6214         * gst/audiofx/audiopanorama.c:
6215         (gst_audio_panorama_method_get_type),
6216         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6217         (gst_audio_panorama_set_process_function),
6218         (gst_audio_panorama_set_property),
6219         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6220         (gst_audio_panorama_transform_m2s_int_simple),
6221         (gst_audio_panorama_transform_s2s_int_simple),
6222         (gst_audio_panorama_transform_m2s_float_simple),
6223         (gst_audio_panorama_transform_s2s_float_simple):
6224         * gst/audiofx/audiopanorama.h:
6225           Add 'method' property and provide a simple (non-psychoacustic)
6226           processing method (#394859).
6227
6228         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6229         (panorama_suite):
6230           Tests for new method.
6231
6232 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6233
6234         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6235         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6236           Set correct caps on outgoing pulled buffers, or things blow up
6237           after recent core changes.
6238
6239 2007-01-11  Wim Taymans  <wim@fluendo.com>
6240
6241         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6242
6243         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6244         (gst_multipart_mux_request_new_pad),
6245         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6246         (gst_multipart_mux_change_state):
6247         Return FLOW errors ASAP. Fixes #394977.
6248         Misc cleanups.
6249
6250 2007-01-11  Wim Taymans  <wim@fluendo.com>
6251
6252         Patch by: Lutz Mueller <lutz at topfrose dot de>
6253
6254         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6255         Check for stream pad before activating. 
6256
6257 2007-01-10  Wim Taymans  <wim@fluendo.com>
6258
6259         Patch by: Peter Kjellerstedt  <pkj at axis com>
6260
6261         * gst/rtsp/COPYING.MIT:
6262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6263         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6264         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6265         (gst_rtspsrc_stream_configure_transport),
6266         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6267         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6268         (gst_rtspsrc_parse_methods),
6269         (gst_rtspsrc_create_transports_string),
6270         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6271         (gst_rtspsrc_open), (gst_rtspsrc_close):
6272         * gst/rtsp/gstrtspsrc.h:
6273         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6274         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6275         (parse_request_line), (parse_line), (rtsp_connection_read),
6276         (rtsp_connection_close):
6277         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6278         (rtsp_method_as_text), (rtsp_header_as_text),
6279         (rtsp_status_as_text), (rtsp_find_header_field),
6280         (rtsp_find_method):
6281         * gst/rtsp/rtspdefs.h:
6282         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6283         (rtsp_ext_wms_configure_stream):
6284         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6285         (rtsp_message_new_request), (rtsp_message_init_request),
6286         (rtsp_message_new_response), (rtsp_message_init_response),
6287         (rtsp_message_init_data), (rtsp_message_unset),
6288         (rtsp_message_free), (rtsp_message_add_header),
6289         (rtsp_message_get_header), (rtsp_message_set_body),
6290         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6291         * gst/rtsp/rtspmessage.h:
6292         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6293         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6294         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6295         (sdp_message_dump):
6296         Allow url to be NULL to be able to use it for server connections.
6297         Can now send responses as well as requests.
6298         No longer hangs in an endless loop if EOF is received.
6299         Can now convert a status code to a text string.
6300         Return RTSP_HDR_INVALID for unknown headers.
6301         Return RTSP_INVALID for unknown methods.
6302         Copy CSeq and Session headers from the request.
6303         Only free memory corresponding to the currently set message type.
6304         Added const to function arguments as appropriate.
6305         Avoid a compiler warning when initializing nmedia.
6306         Use guint rather than gint to avoid compiler warnings.
6307         Fix crasher in wms extension.
6308         Factor out stream setup from open_connection.
6309         Delay activation of streams when actual data is received from the
6310         server, this prepares us to do proper protocol switching.
6311         Added new license.
6312         Fixes #380895.
6313
6314
6315 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6316
6317         Patch by: Sebastian Dröge <slomo ubuntu com>
6318
6319         * docs/plugins/Makefile.am:
6320         * gst/audiofx/audiopanorama.c:
6321           Some small docs fixes (#394851).
6322
6323 2007-01-09  Wim Taymans  <wim@fluendo.com>
6324
6325         * gst/avi/gstavidemux.c:
6326         Fix docs.
6327
6328 2007-01-09  Wim Taymans  <wim@fluendo.com>
6329
6330         * gst/rtp/Makefile.am:
6331         * gst/rtp/gstrtp.c: (plugin_init):
6332         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6333         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6334         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6335         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6336         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6337         * gst/rtp/gstrtpmpvdepay.h:
6338           Added RFC 2250 MPEG Video Depayloader.
6339
6340         * gst/rtp/gstrtpL16depay.h:
6341         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6342         (gst_rtp_h263p_depay_process):
6343         Fix Header file. Small cleanups.
6344
6345         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6346         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6347         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6348         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6349         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6350         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6351         (gst_rtp_mp4v_depay_change_state):
6352         Remove usused code. Remove Adapter from state Change. Added debug.
6353
6354         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6355         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6356         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6357         * gst/rtp/gstrtpmpadepay.h:
6358         Subclass base depayloader.
6359         Added debug.
6360         Support static payload type assignment as well.
6361
6362         * gst/rtp/gstrtpmpapay.c:
6363         Fix caps.
6364
6365 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6366
6367         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6368
6369         * ext/jpeg/gstjpegdec.c:
6370         * ext/jpeg/gstjpegenc.c:
6371         * ext/jpeg/smokecodec.c:
6372           These libjpeg callbacks should return a 'boolean' (unsigned char
6373           apparently) and not a 'gboolean' (which maps to gint). Fixes
6374           warnings when compiling with MingW (#393427).
6375
6376         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6377           Use ioctlsocket on win32.
6378
6379         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6380           Some printf format fixes for win32.
6381
6382 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6383
6384         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6385           Use gst_guint64_to_gdouble for conversion.
6386         * win32/vs6/libgstmatroska.dsp:
6387           Add zlib to the link.
6388         * win32/vs6/libgstvideobox.dsp:
6389           Update liboil library name (project is linked to 
6390           liboil-0.3-0.lib now).
6391           
6392 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6393
6394         * gst/matroska/Makefile.am:
6395           If zlib is available and used, we must link it explicitly for
6396           things to work on MingW (fixes #392855).
6397
6398 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6399
6400         * ext/esd/esdsink.c: (gst_esdsink_delay):
6401           Don't return bogus values when esd_get_delay() fails for some
6402           reason (#392189).
6403
6404 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * sys/ximage/gstximagesrc.c: (composite_pixel):
6407           Fix presumably copy'n'pasto for 16bpp depth.
6408
6409 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6410
6411         * gst/matroska/matroska-mux.c:
6412         (gst_matroska_mux_audio_pad_setcaps):
6413           The "signed" field in audio caps is of boolean type, trying to use
6414           gst_structure_get_int() to extract it will fail. Fixing this makes
6415           matroskamux accept raw audio input (#387121) (use at your own risk
6416           though, due to the matroska spec being not entirely useful in this
6417           respect).
6418           Also fix up raw audio structures in template caps so that they
6419           represent what our setcaps function will actually accept, so that
6420           converters know what to convert to.
6421           Finally, don't fail if there isn't an "endianness" field in 8-bit
6422           PCM caps.
6423
6424 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6425
6426         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6427         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6428         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6429         (teardown_cmmldec):
6430         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6431         (teardown_cmmlenc):
6432         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6433           reapply consistent pad (de)activation
6434
6435 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6436
6437         * configure.ac:
6438         Back to CVS
6439
6440         * gst-plugins-good.doap:
6441         Add 0.10.5 doap entry
6442
6443 === release 0.10.5 ===
6444
6445 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6446
6447         * configure.ac:
6448           releasing 0.10.5, "The Path of Thorns"
6449
6450 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6451
6452         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6453         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6454         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6455         (teardown_cmmldec):
6456         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6457         (teardown_cmmlenc):
6458         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6459           revert my freeze breakage
6460
6461 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6462
6463         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6464         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6465         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6466         (teardown_cmmldec):
6467         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6468         (teardown_cmmlenc):
6469         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6470           consistent pad (de)activation
6471
6472 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6473
6474         * configure.ac:
6475         * ext/Makefile.am:
6476         Disable LADPSA, as it has moved to the -bad module for the duration.
6477
6478 2006-12-18  Wim Taymans  <wim@fluendo.com>
6479
6480         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6481         (gst_signal_processor_event):
6482         Reset flow_state back to _OK after a flush stop so that we exit our
6483         error state after the flush. Fixes #374213
6484
6485 2006-12-16  David Schleef  <ds@schleef.org>
6486
6487         * sys/osxvideo/osxvideosink.h:
6488         * sys/osxvideo/osxvideosink.m:
6489           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6490
6491 2006-12-16  David Schleef  <ds@schleef.org>
6492
6493         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6494
6495         * sys/osxvideo/Makefile.am:
6496         * sys/osxvideo/osxvideosink.h:
6497         * sys/osxvideo/osxvideosink.m:
6498           Preliminary patch for porting osxvideosink
6499
6500 2006-12-16  Wim Taymans  <wim@fluendo.com>
6501
6502         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6503
6504         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6505         (gst_videomixer_set_master_geometry),
6506         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6507         (gst_videomixer_reset), (gst_videomixer_init),
6508         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6509         (gst_videomixer_release_pad), (gst_videomixer_collected),
6510         (gst_videomixer_change_state):
6511         Introduce some locking around the videomixer state so that it does not
6512         crash when adding/removing pads. Fixes #383043.
6513
6514 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6515
6516         * configure.ac:
6517           Make sure libcaca can actually be used instead of just checking for
6518           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6519           cross-compiling (fixes #384587).
6520
6521 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6522
6523         * Makefile.am:
6524         * gst-plugins-good.doap:
6525         * gst-plugins-good.spec.in:
6526           adding doap file
6527
6528 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * configure.ac:
6531           libflac-1.1.3 changed API again, but we can't build against it yet,
6532           so make sure our check doesn't use libflac-1.1.3 and add a comment
6533           to this effect.
6534
6535 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6538         (gst_quarktv_planetable_clear):
6539           Add some NULL pointer checks (possibly related to #385623).
6540
6541 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6542
6543         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6544         (gst_tag_demux_chain):
6545         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6546           In streaming mode, if the first buffer we get doesn't have an
6547           offset, fix it up to be 0, otherwise trimming won't work later on
6548           and we'll be typefinding application/x-id3, which may result in
6549           decodebin plugging an endless number of id3demux elements as a
6550           consequence. Fixes #385031.
6551           
6552 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6553
6554         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6555           Ignore the buffer_time the sound device reports. Turns out it is 
6556           sometimes completely bogus and we're better off without it.
6557
6558 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6559
6560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6561         (gst_matroska_demux_video_caps):
6562         * gst/matroska/matroska-ids.c:
6563         (gst_matroska_track_init_video_context):
6564         * gst/matroska/matroska-ids.h:
6565           Try harder to extract the framerate for video tracks correctly and
6566           save it directly instead of converting it back and forth a few
6567           times. Mostly makes a difference for very small framerates (<1).
6568           Fixes #380199.
6569
6570 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6571
6572         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6573         (gst_gconf_audio_src_dispose), (do_toggle_element):
6574         * ext/gconf/gstgconfaudiosrc.h:
6575           Remove gconf notify hook when the gconfaudiosrc element is
6576           destroyed, otherwise the callback may be called on an
6577           already-destroyed instance and bad things happen. Should fix
6578           #378184.
6579           Also ignore gconf key changes when the source is already running.
6580
6581 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6582
6583         Patch by: Sebastian Dröge  <mail at slomosnail de>
6584
6585         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6586           We need to be able to read and parse any possible floating point string
6587           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6588           will parse the former only in certain locales though, so we really need
6589           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6590           make sure we can parse either version at all times.
6591           Fixes #382982 for real.
6592
6593 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6594
6595         * sys/sunaudio/gstsunaudiomixerctrl.c:
6596         * sys/sunaudio/gstsunaudiosrc.c:
6597
6598         Use the sunaudio debug category.
6599
6600         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6601         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6602         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6603         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6604         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6605         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6606         (gst_sunaudiosink_reset):
6607         * sys/sunaudio/gstsunaudiosink.h:
6608
6609         Uses the sunaudio debug category for all debug output
6610         Implements the _delay() callback to synchronise video playback better
6611         Change the segtotal and segsize values back to the parent class 
6612           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6613           respectively)
6614         Measure the samples written to the device vs. played.
6615         Keep track of segments in the device by writing empty eof frames, and
6616         sleep using a GCond when we get too far ahead and risk overrunning the
6617         sink's ringbuffer.
6618
6619         Fixes: #360673
6620
6621 2006-12-08  Wim Taymans  <wim@fluendo.com>
6622
6623         Patch by: Sebastian Dröge  <mail at slomosnail de >
6624
6625         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6626         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6627         * gst/audiofx/audiopanorama.h:
6628         Fix audiopanorame with float samples. Fixes #383726.
6629
6630 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6631
6632         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6633         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6634         (gst_sunaudiosrc_reset):
6635
6636         Implement reset functions to unblock the src/sink more quickly on 
6637         state change requests.
6638         Patch by: Brian Cameron <brian dot cameron at sun com>
6639
6640 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6641
6642         * sys/sunaudio/gstsunaudiomixer.c:
6643         (gst_sunaudiomixer_change_state):
6644         Construct the correct mixer device name when the AUDIODEV env var
6645         is set.
6646
6647         Patch by: Jerry Tan <jerry.tan at sun dot com>
6648         Fixes: #383596
6649
6650 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6651
6652         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6653         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6654         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6655         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6656         Patch by: Jerry Tan <jerry.tan at sun dot com>
6657         Fixes: #349015
6658
6659 2006-12-07  Wim Taymans  <wim@fluendo.com>
6660
6661         * gst/smpte/gstmask.h:
6662         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6663         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6664         (gst_smpte_collected), (gst_smpte_set_property),
6665         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6666         * gst/smpte/gstsmpte.h:
6667         Port to 0.10 some more. 
6668         Added duration property to specify the duration of the transition.
6669         Make framerate a fraction.
6670         Deprecate fps property, we only use negotiated fps.
6671         Added docs.
6672         Fix collectpad usage.
6673         Reset state in READY.
6674         Send NEWSEGMENT event.
6675         Fix racy updates of object properties.
6676         Added debug category.
6677         Fixes #383323.
6678
6679 2006-12-06  Wim Taymans  <wim@fluendo.com>
6680
6681         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6682
6683         * gst/videomixer/videomixer.c:
6684         (gst_videomixer_set_master_geometry),
6685         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6686         Don't reset xpos and ypos in the setcaps function because causes
6687         unexpected behaviour.
6688         Fixes #382179.
6689
6690 2006-12-06  Wim Taymans  <wim@fluendo.com>
6691
6692         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6693         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6694         Keep track of the buffer timestamp in the collectdata member instead
6695         of modifying the buffer without making the metadata writable first.
6696         Fixes #382277.
6697
6698 2006-12-06  Wim Taymans  <wim@fluendo.com>
6699
6700         Patch by: Rob Taylor <robtaylor at floopily dot org>
6701
6702         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6703         If using multicast in udpsrc, bind to the multicast address rather than
6704         IN_ADDR_ANY.
6705         This allows the simultanous use of multiple udpsrcs listening on
6706         different multicat addresses. Without this all udpsrcs will receive all
6707         packets from all subscribed multicast addresses.
6708         Fixes #383001.
6709
6710 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6711
6712         * ext/taglib/gstid3v2mux.cc:
6713         Don't attempt to write a NULL frame into the ID3 tag set when the 
6714         createFrame method returned NULL.
6715         Fixes: #381857
6716         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6717
6718 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6719
6720         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6721         Use g_strtod() instead of sscanf to parse doubles, so that it will
6722         try parsing in the C locale if the current locale fails.
6723         Fixes: #382982
6724         Patch by: Sebastian Dröge  <mail at slomosnail de >
6725
6726 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6727
6728         * win32/MANIFEST:
6729         Fix compilation on win32 under VS8
6730         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6731         Partially fixes #381175
6732
6733 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6734
6735         * gst/avi/gstavimux.c:
6736           accept all mpegversions,fixes #380825
6737           spotted by: Jerome Alet  
6738
6739 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6740
6741         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6742         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6743         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6744         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6745           cleanup the error message a bit more
6746
6747 2006-11-28  Wim Taymans  <wim@fluendo.com>
6748
6749         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6750         Fix width and height properties.
6751
6752         * ext/libcaca/gstcacasink.h:
6753         Fix compilation on newer libcaca that require us to include a new
6754         header. Fixes #379918.
6755
6756 2006-11-28  Wim Taymans  <wim@fluendo.com>
6757
6758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6759         * gst/rtsp/gstrtspsrc.h:
6760         * gst/rtsp/rtspext.h:
6761         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6762         (rtsp_ext_wms_get_context):
6763         Add method so that extensions can choose to disable the setup of
6764         a stream.
6765         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6766
6767 2006-11-27  Wim Taymans  <wim@fluendo.com>
6768
6769         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6770
6771         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6772         Push header in a separate buffer instead of memcpy:ing all data.
6773         Change LF => CRLF in headers.
6774         Move trailing LF to header. Fixes #379792.
6775
6776 2006-11-27  Wim Taymans  <wim@fluendo.com>
6777
6778         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6779         Small buffer overflow fix and improve debugging.
6780
6781 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6782
6783         * ext/esd/esdmon.h:
6784         * ext/esd/esdsink.h:
6785           remove obsolete _factory_init protos
6786
6787 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6788
6789         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6790         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6791         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6792         (gst_avi_demux_read_subindexes_push),
6793         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6794         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6795         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6796         (gst_avi_demux_massage_index),
6797         (gst_avi_demux_calculate_durations_from_index),
6798         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6799         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6800         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6801           remove dead code, tweak debugs statements, add comments, use
6802           _uint64_scale instead _uint64_scale_int when using guint64 values,
6803           small optimizations, reflow some error handling
6804
6805 2006-11-22  Edward Hervey  <edward@fluendo.com>
6806
6807         * po/.cvsignore:
6808         We never put .pot files in cvs. Let's ignore them all.
6809
6810 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * po/POTFILES.in:
6813           ... but better exclude files that aren't disted.
6814
6815 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         * po/POTFILES.in:
6818           Add v4l2 source files to list of files with translations, so the
6819           strings are actually extracted (however bad they still may be).
6820
6821 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6824           Minor clean-ups: const-ify static array, remove trailing comma from
6825           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6826
6827 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6828
6829         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6830         Make sure that g_free always gets called on the same pointer that was 
6831         returned by g_malloc.  Fixes #376594.
6832         Do not leak memory if decompressed size is wrong.
6833         Remove unneeded check of return value of g_malloc.
6834         Patch by: René Stadler <mail@renestadler.de>
6835
6836 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6837
6838         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6839           Add missing curly brackets.
6840
6841 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6842
6843         * sys/v4l2/v4l2src_calls.c:
6844         Fix capture_deinit.
6845
6846 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6849         (gst_matroska_mux_request_new_pad):
6850           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6851
6852         * tests/check/elements/matroskamux.c: (setup_src_pad),
6853         (setup_sink_pad), (GST_START_TEST):
6854         Activate pads before using them.
6855
6856 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6857
6858         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6859           Initialise variable to get rid of bogus compiler warning.
6860
6861 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6862
6863         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6864
6865         * gst/rtp/gstrtph263pay.c:
6866         * gst/rtp/gstrtph263pdepay.c:
6867         * gst/rtp/gstrtph263ppay.c:
6868           Specify H.263 variant and version in the caps (fixes #361637)
6869
6870 2006-11-15  Wim Taymans  <wim@fluendo.com>
6871
6872         * gst/rtsp/rtspconnection.c: (read_body):
6873         Don't set a data pointer to NULL and a size > 0 when we deal
6874         with empty packets.
6875
6876         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6877         (rtsp_message_init_response), (rtsp_message_init_data),
6878         (rtsp_message_unset), (rtsp_message_free),
6879         (rtsp_message_take_body):
6880         Check that we can't create invalid empty packets. 
6881
6882 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6883
6884         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6885
6886         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6887         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6888         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6889         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6890         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6891         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6892         * gst/matroska/matroska-mux.h:
6893           Add basic tag writing support; implement releasing pads (#374658).
6894
6895 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6898         (gst_matroska_demux_audio_caps):
6899           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6900
6901 2006-11-14  David Schleef  <ds@schleef.org>
6902
6903         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6904
6905 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6906
6907         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6908
6909         * win32/vs8/gst-plugins-good.sln:
6910         * win32/vs8/libgst1394.vcproj:
6911         * win32/vs8/libgstaasink.vcproj:
6912         * win32/vs8/libgstalaw.vcproj:
6913         * win32/vs8/libgstalpha.vcproj:
6914         * win32/vs8/libgstalphacolor.vcproj:
6915         * win32/vs8/libgstannodex.vcproj:
6916         * win32/vs8/libgstapetag.vcproj:
6917         * win32/vs8/libgstaudiofx.vcproj:
6918         * win32/vs8/libgstauparse.vcproj:
6919         * win32/vs8/libgstautodetect.vcproj:
6920         * win32/vs8/libgstavi.vcproj:
6921         * win32/vs8/libgstcacasink.vcproj:
6922         * win32/vs8/libgstcdio.vcproj:
6923         * win32/vs8/libgstcutter.vcproj:
6924         * win32/vs8/libgstdv.vcproj:
6925         * win32/vs8/libgsteffectv.vcproj:
6926         * win32/vs8/libgstflac.vcproj:
6927         * win32/vs8/libgstflxdec.vcproj:
6928         * win32/vs8/libgstgoom.vcproj:
6929         * win32/vs8/libgsticydemux.vcproj:
6930         * win32/vs8/libgstid3demux.vcproj:
6931         * win32/vs8/libgstjpeg.vcproj:
6932         * win32/vs8/libgstladspa.vcproj:
6933         * win32/vs8/libgstlevel.vcproj:
6934         * win32/vs8/libgstmatroska.vcproj:
6935         * win32/vs8/libgstmikmod.vcproj:
6936         * win32/vs8/libgstmng.vcproj:
6937         * win32/vs8/libgstmonoscope.vcproj:
6938         * win32/vs8/libgstmulaw.vcproj:
6939         * win32/vs8/libgstmultipart.vcproj:
6940         * win32/vs8/libgstpng.vcproj:
6941         * win32/vs8/libgstrtp.vcproj:
6942         * win32/vs8/libgstrtsp.vcproj:
6943         * win32/vs8/libgstshout2.vcproj:
6944         * win32/vs8/libgstsmpte.vcproj:
6945         * win32/vs8/libgstspeex.vcproj:
6946         * win32/vs8/libgsttaglib.vcproj:
6947         * win32/vs8/libgstudp.vcproj:
6948         * win32/vs8/libgstvideobalance.vcproj:
6949         * win32/vs8/libgstvideobox.vcproj:
6950         * win32/vs8/libgstvideoflip.vcproj:
6951         * win32/vs8/libgstvideomixer.vcproj:
6952         * win32/vs8/libgstwavenc.vcproj:
6953         * win32/vs8/libgstwavparse.vcproj:
6954           Make end-of-line returns unixy, so that when the files are checked
6955           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6956           Hopefully fixes #366492.
6957
6958 2006-11-14  Wim Taymans  <wim@fluendo.com>
6959
6960         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6961         Disable init_frames delay timestamp adjustment, it does not
6962         seem to be needed at all. Fixes #369621.
6963
6964 2006-11-13  Wim Taymans  <wim@fluendo.com>
6965
6966         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6967
6968         * gst/videomixer/videomixer.c:
6969         (gst_videomixer_set_master_geometry),
6970         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6971         (gst_videomixer_collect_free), (gst_videomixer_reset),
6972         (gst_videomixer_init), (gst_videomixer_finalize),
6973         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6974         (gst_videomixer_collected), (gst_videomixer_change_state):
6975         Fix memleak by unref'ing collectpads instance (when finalizing)
6976         Implement releasing a request pad. Fixes #374479.
6977
6978 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6979
6980         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6981
6982         * win32/vs8/gst-plugins-good.sln:
6983         * win32/vs8/libgst1394.vcproj:
6984         * win32/vs8/libgstaasink.vcproj:
6985         * win32/vs8/libgstalaw.vcproj:
6986         * win32/vs8/libgstalpha.vcproj:
6987         * win32/vs8/libgstalphacolor.vcproj:
6988         * win32/vs8/libgstannodex.vcproj:
6989         * win32/vs8/libgstapetag.vcproj:
6990         * win32/vs8/libgstaudiofx.vcproj:
6991         * win32/vs8/libgstauparse.vcproj:
6992         * win32/vs8/libgstautodetect.vcproj:
6993         * win32/vs8/libgstavi.vcproj:
6994         * win32/vs8/libgstcacasink.vcproj:
6995         * win32/vs8/libgstcdio.vcproj:
6996         * win32/vs8/libgstcutter.vcproj:
6997         * win32/vs8/libgstdv.vcproj:
6998         * win32/vs8/libgsteffectv.vcproj:
6999         * win32/vs8/libgstflac.vcproj:
7000         * win32/vs8/libgstflxdec.vcproj:
7001         * win32/vs8/libgstgoom.vcproj:
7002         * win32/vs8/libgsticydemux.vcproj:
7003         * win32/vs8/libgstid3demux.vcproj:
7004         * win32/vs8/libgstjpeg.vcproj:
7005         * win32/vs8/libgstladspa.vcproj:
7006         * win32/vs8/libgstlevel.vcproj:
7007         * win32/vs8/libgstmatroska.vcproj:
7008         * win32/vs8/libgstmikmod.vcproj:
7009         * win32/vs8/libgstmng.vcproj:
7010         * win32/vs8/libgstmonoscope.vcproj:
7011         * win32/vs8/libgstmulaw.vcproj:
7012         * win32/vs8/libgstmultipart.vcproj:
7013         * win32/vs8/libgstpng.vcproj:
7014         * win32/vs8/libgstrtp.vcproj:
7015         * win32/vs8/libgstrtsp.vcproj:
7016         * win32/vs8/libgstshout2.vcproj:
7017         * win32/vs8/libgstsmpte.vcproj:
7018         * win32/vs8/libgstspeex.vcproj:
7019         * win32/vs8/libgsttaglib.vcproj:
7020         * win32/vs8/libgstudp.vcproj:
7021         * win32/vs8/libgstvideobalance.vcproj:
7022         * win32/vs8/libgstvideobox.vcproj:
7023         * win32/vs8/libgstvideoflip.vcproj:
7024         * win32/vs8/libgstvideomixer.vcproj:
7025         * win32/vs8/libgstwavenc.vcproj:
7026         * win32/vs8/libgstwavparse.vcproj:
7027           Add VS8 project files (note that many of the plugins in ext are
7028           disabled by default). Fixes #366492.
7029
7030 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7031
7032         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7033           we do not translate debug messages
7034
7035 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7036
7037         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7038           fix categorisation, make short desc more explicit, remove unused code
7039           Fixes #372021
7040
7041 2006-11-08  Wim Taymans  <wim@fluendo.com>
7042
7043         * gst/rtp/gstrtpL16depay.c:
7044         * gst/rtp/gstrtpamrdepay.c:
7045         * gst/rtp/gstrtpamrpay.c:
7046         * gst/rtp/gstrtpgsmdepay.c:
7047         * gst/rtp/gstrtph263pay.c:
7048         * gst/rtp/gstrtph263pdepay.c:
7049         * gst/rtp/gstrtph263ppay.c:
7050         * gst/rtp/gstrtph264depay.c:
7051         * gst/rtp/gstrtpmp2tdepay.c:
7052         * gst/rtp/gstrtpmp4gdepay.c:
7053         * gst/rtp/gstrtpmp4gpay.c:
7054         * gst/rtp/gstrtpmp4vdepay.c:
7055         * gst/rtp/gstrtpmp4vpay.c:
7056         * gst/rtp/gstrtpmpadepay.c:
7057         * gst/rtp/gstrtpmpapay.c:
7058         * gst/rtp/gstrtppcmadepay.c:
7059         * gst/rtp/gstrtppcmapay.c:
7060         * gst/rtp/gstrtppcmudepay.c:
7061         * gst/rtp/gstrtppcmupay.c:
7062         * gst/rtp/gstrtpspeexdepay.c:
7063         * gst/rtp/gstrtpspeexpay.c:
7064         * gst/rtp/gstrtpsv3vdepay.c:
7065         Fix element descriptions.
7066
7067 2006-11-08  Wim Taymans  <wim@fluendo.com>
7068
7069         * gst/rtp/gstrtpvorbisdepay.c:
7070         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7071         Fix description.
7072         Small cleanup in the payloader.
7073
7074 2006-11-08  Wim Taymans  <wim@fluendo.com>
7075
7076         * gst/rtp/Makefile.am:
7077         * gst/rtp/gstrtp.c: (plugin_init):
7078         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7079         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7080         (gst_rtp_theora_depay_finalize),
7081         (gst_rtp_theora_depay_parse_configuration),
7082         (gst_rtp_theora_depay_setcaps),
7083         (gst_rtp_theora_depay_switch_codebook),
7084         (gst_rtp_theora_depay_process),
7085         (gst_rtp_theora_depay_set_property),
7086         (gst_rtp_theora_depay_get_property),
7087         (gst_rtp_theora_depay_change_state),
7088         (gst_rtp_theora_depay_plugin_init):
7089         * gst/rtp/gstrtptheoradepay.h:
7090         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7091         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7092         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7093         (gst_rtp_theora_pay_init_packet),
7094         (gst_rtp_theora_pay_flush_packet),
7095         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7096         (gst_rtp_theora_pay_handle_buffer),
7097         (gst_rtp_theora_pay_plugin_init):
7098         * gst/rtp/gstrtptheorapay.h:
7099         Add theora pay/depayloaders.
7100
7101 2006-11-06  Wim Taymans  <wim@fluendo.com>
7102
7103         * gst/rtp/Makefile.am:
7104         We depend on gsttag to generate the vorbis comments.
7105
7106         * gst/rtp/gstrtpvorbisdepay.c:
7107         (gst_rtp_vorbis_depay_parse_configuration),
7108         (gst_rtp_vorbis_depay_setcaps),
7109         (gst_rtp_vorbis_depay_switch_codebook),
7110         (gst_rtp_vorbis_depay_process):
7111         * gst/rtp/gstrtpvorbisdepay.h:
7112         Parse configuration string in the depayloader.
7113         Implement selecting and switching to a new codebook.
7114         Receiving vorbis over RTP now works.
7115
7116         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7117         (gst_rtp_vorbis_pay_init_packet),
7118         (gst_rtp_vorbis_pay_finish_headers),
7119         (gst_rtp_vorbis_pay_handle_buffer):
7120         * gst/rtp/gstrtpvorbispay.h:
7121         Set timestamps on outgoing buffers and RTP packets.
7122         Fix configuration string, prepend number of Packet headers.
7123         Fix encoding of ident string.
7124         Add delivery-method to caps.
7125         Streaming vorbis over RTP now works.
7126
7127 2006-11-06  Wim Taymans  <wim@fluendo.com>
7128
7129         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7130         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7131         (gst_rtp_vorbis_pay_handle_buffer):
7132         * gst/rtp/gstrtpvorbispay.h:
7133         Generate a valid configuration string in the caps based on the
7134         vorbis headers.
7135
7136 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7137
7138         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7139         * ext/cdio/gstcdio.h:
7140         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7141           Move CD-TEXT utility function into common file so it can also be
7142           used by a future cdioparanoiasrc.
7143
7144 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7145         
7146         * sys/v4l2/Makefile.am:
7147         * sys/v4l2/gstv4l2object.c:
7148         * sys/v4l2/gstv4l2src.c:
7149         * sys/v4l2/gstv4l2xoverlay.c:
7150         * sys/v4l2/v4l2_calls.c:
7151         * sys/v4l2/v4l2src_calls.c:
7152         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7153         xoverlay code that is still not implemented.
7154
7155 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7156
7157         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7158           We require a -base more recent than 0.10.9, so it's safe to use
7159           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7160
7161         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7162         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7163           Use _newsegment_full() now that we depend on a recent enough core.
7164
7165         * gst/wavparse/gstwavparse.c:
7166           Remove cruft that we don't need any longer now that we depend on
7167           a recent enough -base.
7168
7169 2006-10-31  Wim Taymans  <wim@fluendo.com>
7170
7171         * gst/rtp/Makefile.am:
7172         * gst/rtp/gstrtp.c: (plugin_init):
7173         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7174         (gst_rtpilbcpay_setcaps):
7175         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7176
7177 2006-10-31  Wim Taymans  <wim@fluendo.com>
7178
7179         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7180         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7181         Some small cleanups, use _scale.
7182
7183 2006-10-31  Wim Taymans  <wim@fluendo.com>
7184
7185         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7186         Use higher precision scale function.
7187
7188 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         Patch by: Michal Benes  <michal dot benes at itonis tv>
7191
7192         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7193         (gst_matroska_demux_read_track_encodings),
7194         (gst_matroska_decode_buffer):
7195           Fix several issues with encoded/compressed/encrypted/signed tracks;
7196           also, remove superfluous newline characters from some debug
7197           statements. (#366155)
7198
7199 2006-10-30  Wim Taymans  <wim@fluendo.com>
7200
7201         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7202         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7203         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7204         (gst_smokedec_change_state):
7205         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7206         (gst_smokeenc_init), (gst_smokeenc_finalize),
7207         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7208         (gst_smokeenc_resync), (gst_smokeenc_chain),
7209         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7210         (gst_smokeenc_change_state):
7211         Various cleanups, capsnego and leak fixes.
7212
7213 2006-10-30  Wim Taymans  <wim@fluendo.com>
7214
7215         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7216
7217         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7218         Fix videomixer so that it can handle any combination of framerates.
7219         Fixes #367221.
7220
7221 2006-10-28  Wim Taymans  <wim@fluendo.com>
7222
7223         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7224         (gst_avi_demux_parse_file_header),
7225         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7226         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7227         (gst_avi_demux_chain):
7228         Fix position query for audio. also fixes timestamps in streaming
7229         mode and bug #364958.
7230         Small cleanups.
7231
7232 2006-10-27  Wim Taymans  <wim@fluendo.com>
7233
7234         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7235         * ext/libpng/gstpngenc.h:
7236         Fix strides. Fixes #364856.
7237         Cleanup capsnego.
7238         Set caps on outgoing buffers.
7239
7240 2006-10-18  Wim Taymans  <wim@fluendo.com>
7241
7242         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7243
7244         * gst/rtp/gstrtpgsmpay.c:
7245         * gst/rtp/gstrtph263pay.c:
7246         * gst/rtp/gstrtpmpapay.c:
7247         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7248         (gst_rtp_pcma_pay_handle_buffer):
7249         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7250         Add static payload numbers in addition to the dynamic ones.
7251         Fixes #361639.
7252
7253 2006-10-18  Wim Taymans  <wim@fluendo.com>
7254
7255         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7256         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7257         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7258         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7259         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7260         * gst/rtsp/rtspdefs.h:
7261         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7262         * gst/rtsp/rtspurl.h:
7263         Reuse already existing enum for lower transport.
7264         Add rtspt and rtspu protocols.
7265         Send redirect to rtspt when udp times out.
7266
7267 2006-10-18  Wim Taymans  <wim@fluendo.com>
7268
7269         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7270         (gst_wavparse_stream_data):
7271         Fix seeking some more, mostly for speed changes.
7272
7273 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7274
7275         Patch by: Fredrik Persson  <frepe at bredband net>
7276
7277         * sys/v4l2/gstv4l2tuner.c:
7278         * sys/v4l2/gstv4l2tuner.h:
7279           Fix _set_channel(): remove useless g_object_notify() for "channel"
7280           property that doesn't exist any longer and therefore now also
7281           useless redirect (#338818).
7282
7283 2006-10-17  Wim Taymans  <wim@fluendo.com>
7284
7285         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7286         Some drivers do not support unsetting the non-blocking flag once the
7287         device is opened. In those cases, close/open the device in
7288         non-blocking mode. Fixes #362673.
7289
7290 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7291
7292         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7293         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7294         (gst_v4l2src_get_fps):
7295           dear stefan, framespersecond is not frameperiod, reverting but adding
7296           comment
7297
7298 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7299
7300         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7301         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7302         (gst_v4l2src_get_fps):
7303           Numerator is numerator and denominator is denominator. Say that aloud
7304           5 times and retry after next beer.
7305
7306 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         Patch by: Josep Torra Valles  <josep at fluendo com>
7309
7310         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7311         * ext/esd/esdsink.c: (gst_esdsink_write):
7312         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7313         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7314         (gst_flac_dec_send_newsegment):
7315         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7316         (gst_flac_enc_tell_callback):
7317         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7318         (smokecodec_parse_header), (smokecodec_decode):
7319         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7320         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7321         * gst/goom/Makefile.am:
7322         * gst/goom/gstgoom.c:
7323         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7324         * gst/rtsp/gstrtspsrc.c:
7325         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7326         * gst/udp/gstudpsink.c:
7327         * gst/udp/gstudpsrc.c:
7328         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7329         * sys/sunaudio/gstsunaudiomixertrack.h:
7330           Fix a bunch of problems discovered by the Forte compiler, mostly type
7331           mixups and pointer arithmetics with void pointers. Fixes #362603.
7332
7333 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         * ext/speex/gstspeex.c: (plugin_init):
7336         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7337         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7338         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7339         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7340         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7341         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7342         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7343         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7344         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7345         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7346         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7347         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7348         * ext/speex/gstspeexenc.h:
7349           Miscellaneous clean-ups, among other things: speexenc => enc to
7350           enhance code readability; change speexenc => speex_enc; in chain
7351           function unref input buffer in case of error; take reference in
7352           event function; use boilerplate macro; use gst_pad_query_peer_*
7353           convenience functions.
7354
7355 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7358         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7359         (gst_speexenc_set_header_on_caps):
7360           Fix some mem leaks.
7361
7362 2006-10-11  Wim Taymans  <wim@fluendo.com>
7363
7364         * gst/rtsp/URLS:
7365         Added some other URL.
7366
7367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7368         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7369         (gst_rtspsrc_open), (gst_rtspsrc_play),
7370         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7371         * gst/rtsp/gstrtspsrc.h:
7372         Work on fallback to TCP connection when the UDP socket times out.
7373         Handler server requests, just reply with OK for now.
7374
7375         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7376         * gst/rtsp/rtspdefs.h:
7377         Added some more Real extension headers.
7378
7379         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7380         Fix parsing of urls with a ':' that is not part of the hostname:port
7381         part of the url.
7382
7383 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7384
7385         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7386         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7387         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7388           Activate pad before adding it to the already-running element.
7389
7390         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7391           Activate newly-created pad too.
7392
7393 2006-10-11  Wim Taymans  <wim@fluendo.com>
7394
7395         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7396
7397         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7398         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7399         (gst_udpsrc_start):
7400         Fix some leaks in caps and uris. Fixes #361252.
7401
7402 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7403
7404         * gst/wavparse/Makefile.am:
7405           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7406
7407 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7408
7409         * sys/v4l2/gstv4l2xoverlay.c:
7410         * sys/v4l2/gstv4l2xoverlay.h:
7411         Fix build as per the patch in #338818 comment 36.
7412
7413 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7414
7415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7416           Activate pads before adding them to the source.
7417
7418 2006-10-06  Wim Taymans  <wim@fluendo.com>
7419
7420         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7421         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7422         Activate pads before adding.
7423
7424 2006-10-06  Wim Taymans  <wim@fluendo.com>
7425
7426         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7427         (gst_multipart_find_pad_by_mime):
7428         Activate pads before adding.
7429
7430         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7431         BOILERPLATE sets parent_class for us.
7432
7433 2006-10-06  Wim Taymans  <wim@fluendo.com>
7434
7435         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7436         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7437         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7438         (gst_rtspsrc_alloc_udp_ports),
7439         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7440         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7441         (gst_rtspsrc_create_transports_string),
7442         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7443         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7444         * gst/rtsp/gstrtspsrc.h:
7445         Rework how the transport string is constructed, try to share channels
7446         and udp ports.
7447         Make most of the stuff less dependant on RTP as we are also going to use
7448         it for RDT.
7449         Add support for transport specific session managers.
7450
7451         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7452         Implement _flush().
7453
7454         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7455         * gst/rtsp/rtspdefs.h:
7456         Add generic error return code.
7457
7458         * gst/rtsp/rtspext.h:
7459         Add support for pluggable tranport strings.
7460
7461         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7462         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7463         (rtsp_ext_wms_get_context):
7464         Detect WMServer and activate the extension.
7465
7466         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7467         (rtsp_transport_get_manager), (rtsp_transport_parse):
7468         * gst/rtsp/rtsptransport.h:
7469         Added methods to get mime/manager for certain transports.
7470
7471 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7472
7473         * ext/cairo/gsttimeoverlay.c:
7474         (gst_cairo_time_overlay_update_font_height):
7475         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7476         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7477         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7478         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7479         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7480         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7481         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7482         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7483         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7484         (gst_avi_demux_stream_data):
7485         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7486         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7487         (gst_fenced_buffer_copy):
7488         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7490         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7492         (gst_rtspsrc_handle_message):
7493         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7494         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7495           Printf format fixes.
7496
7497 2006-10-04  Wim Taymans  <wim@fluendo.com>
7498
7499         * gst/rtsp/Makefile.am:
7500         Dist new .h file too.
7501
7502 2006-10-04  Wim Taymans  <wim@fluendo.com>
7503
7504         * gst/rtsp/Makefile.am:
7505         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7506         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7508         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7509         (gst_rtspsrc_parse_rtpmap),
7510         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7511         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7512         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7513         * gst/rtsp/gstrtspsrc.h:
7514         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7515         * gst/rtsp/rtspdefs.h:
7516         * gst/rtsp/rtspext.h:
7517         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7518         (rtsp_ext_wms_get_context):
7519         * gst/rtsp/rtspextwms.h:
7520         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7521         (rtsp_transport_parse):
7522         * gst/rtsp/rtsptransport.h:
7523         Factor out extension in separate module.
7524         Fix getcaps to filter against the padtemplate.
7525         Use Content-Base if the server gives one.
7526         Rework the transport parsing a bit for future extensions.
7527         Added some Real Header field definitions.
7528
7529 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7530
7531         * docs/plugins/Makefile.am:
7532         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7533         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7534           added v4l2 stubs
7535         * gst-plugins-good.spec.in:
7536           add v4l2
7537
7538 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7539
7540         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7541           Extract disc/album/medium number and count and try harder
7542           to extract track number/count.
7543
7544 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7545
7546         * configure.ac:
7547         * sys/Makefile.am:
7548           add build stuff for v4l2, needs --enable-experimental until
7549           the last bits are resolved
7550
7551 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7552
7553         * tests/check/Makefile.am:
7554           Disable autodetect test temporarily, so that the build bots
7555           update -bad and the ranks of unreliable video sinks in there.
7556
7557         * tests/check/elements/autodetect.c: (GST_START_TEST):
7558           Skip test if no usable videosink is found.
7559
7560 2006-09-29  Wim Taymans  <wim@fluendo.com>
7561
7562         * gst/rtsp/URLS:
7563         Add some more URLs.
7564
7565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7566         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7567         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7568         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7569         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7570         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7571         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7572         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7573         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7574         * gst/rtsp/gstrtspsrc.h:
7575         Add timeout property to control UDP timeouts.
7576         Fix error messages.
7577         Also start a loop function when operating in UDP mode so that we can
7578         do some more stuff async.
7579         Handle element messages from udpsrc to detect timeouts. If a timeout
7580         happens we currently generate an error.
7581         API: rtspsrc::timeout property.
7582
7583         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7584         (gst_udpsrc_create):
7585         Really implement the timeout in microseconds and not milliseconds.
7586
7587 2006-09-29  Wim Taymans  <wim@fluendo.com>
7588
7589         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7590         (gst_udpsrc_create), (gst_udpsrc_set_property),
7591         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7592         * gst/udp/gstudpsrc.h:
7593         Added property to post a message on timeout.
7594         Updated docs.
7595         When restarting the select, initialize the fdsets again.
7596         Init control sockets so we don't accidentally close a random socket.
7597         API: GstUDPSrc::timeout property
7598
7599 2006-09-29  Wim Taymans  <wim@fluendo.com>
7600
7601         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7602         Fix flag registration.
7603
7604         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7605         Reading 0 also means 'no more commands'
7606
7607 2006-09-29  Wim Taymans  <wim@fluendo.com>
7608
7609         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7610
7611         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7612         Fix possible infinite loop when shutting down, a read can also return
7613         0 to indicate no more messages are available. Fixes #358156.
7614
7615 2006-09-25  Wim Taymans  <wim@fluendo.com>
7616
7617         * gst/autodetect/gstautoaudiosink.c:
7618         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7619         (gst_auto_audio_sink_find_best):
7620         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7621         Small cleanups.
7622         don't try to set "sync" property when it is not available.
7623
7624 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7625
7626         Patch by: Peter Kjellerstedt  <pkj at axis com>
7627
7628         * gst/alpha/gstalpha.c:
7629         * gst/rtp/gstrtpamrdepay.c:
7630         * gst/rtsp/gstrtspsrc.c:
7631         * gst/udp/gstudpsrc.c:
7632         * gst/videomixer/videomixer.c:
7633           Include stdlib.h in some more places, makes things compile
7634           with uClibc and -Werror (#357592).
7635
7636 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7637
7638         * ext/jpeg/gstjpegdec.c:
7639           Set minimum height to 8 (from 16), our code should handle
7640           that fine. Some of the buttons on the apple trailer site
7641           are apparently only 15 pixels high (see #357470).
7642
7643 2006-09-23  Wim Taymans  <wim@fluendo.com>
7644
7645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7646         (gst_rtspsrc_open):
7647         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7648         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7649         (rtsp_connection_receive):
7650         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7651         * gst/rtsp/rtspdefs.h:
7652         Improve error reporting.
7653
7654 2006-09-23  Wim Taymans  <wim@fluendo.com>
7655
7656         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7657         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7658         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7659         * gst/rtp/gstrtpdepay.c:
7660         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7661         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7662         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7663         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7664         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7665         (gst_rtp_mp2t_depay_plugin_init):
7666         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7667         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7668         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7669         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7670         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7671         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7672         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7673         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7674         Fix klass typos.
7675         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7676
7677 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7678
7679         * configure.ac:
7680           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7681
7682 2006-09-22  Wim Taymans  <wim@fluendo.com>
7683
7684         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7685         Don't check for a tag that is never there and check if we read the
7686         correct tag. Fixes seeking again.
7687         We must post an error when all pads are unlinked.
7688
7689 2006-09-22  Wim Taymans  <wim@fluendo.com>
7690
7691         * gst/rtp/Makefile.am:
7692         * gst/rtp/gstrtp.c: (plugin_init):
7693         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7694         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7695         (gst_rtp_vorbis_pay_reset_packet),
7696         (gst_rtp_vorbis_pay_init_packet),
7697         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7698         (gst_rtp_vorbis_pay_handle_buffer):
7699         More fixage, set endoder-params correctly in the payloader.
7700
7701 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         * gst/autodetect/gstautoaudiosink.c:
7704         (gst_auto_audio_sink_base_init):
7705         * gst/autodetect/gstautovideosink.c:
7706         (gst_auto_video_sink_base_init):
7707           Make static pad templates static to appease valgrind's leak
7708           detector.
7709
7710         * tests/check/Makefile.am:
7711         * tests/check/elements/.cvsignore:
7712         * tests/check/elements/autodetect.c: (GST_START_TEST),
7713         (autodetect_suite):
7714           Add simple test for the ghostpad lockup on shutdown fixed in core
7715           CVS (audio bit disabled because it would need dozens of alsa
7716           suppressions and I'm too lazy to add those now).
7717
7718 2006-09-22  Wim Taymans  <wim@fluendo.com>
7719
7720         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7721         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7722         Small cleanups.
7723
7724         * gst/rtp/Makefile.am:
7725         * gst/rtp/gstrtp.c: (plugin_init):
7726         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7727         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7728         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7729         (gst_rtp_vorbis_depay_process),
7730         (gst_rtp_vorbis_depay_set_property),
7731         (gst_rtp_vorbis_depay_get_property),
7732         (gst_rtp_vorbis_depay_change_state),
7733         (gst_rtp_vorbis_depay_plugin_init):
7734         * gst/rtp/gstrtpvorbisdepay.h:
7735         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7736         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7737         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7738         (gst_rtp_vorbis_pay_flush_packet),
7739         (gst_rtp_vorbis_pay_append_buffer),
7740         (gst_rtp_vorbis_pay_handle_buffer),
7741         (gst_rtp_vorbis_pay_plugin_init):
7742         * gst/rtp/gstrtpvorbispay.h:
7743         Add experimental vorbis pay and depayloaders.
7744
7745 2006-09-21  Wim Taymans  <wim@fluendo.com>
7746
7747         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7748         Fix profile-level-id parsing and setup.
7749
7750 2006-09-21  Wim Taymans  <wim@fluendo.com>
7751
7752         * gst/udp/README:
7753         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7754         Update README, simple cleanup.
7755
7756 2006-09-21  Wim Taymans  <wim@fluendo.com>
7757
7758         * gst/rtp/README:
7759         Update README with some examples.
7760
7761         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7762         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7763         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7764         (gst_rtp_mp4g_pay_setcaps):
7765         * gst/rtp/gstrtpmp4gpay.h:
7766         Make optional RTP parameters of type STRING, as required by the
7767         application/x-rtp caps specification.
7768
7769 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7770
7771         * gst/rtp/gstrtph263pdepay.c:
7772         * gst/rtp/gstrtph263ppay.c:
7773         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7774         RTP header.
7775
7776 2006-09-20  Wim Taymans  <wim@fluendo.com>
7777
7778         * gst/rtp/Makefile.am:
7779         And makefile too.
7780
7781 2006-09-20  Wim Taymans  <wim@fluendo.com>
7782
7783         * gst/rtp/gstrtp.c: (plugin_init):
7784         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7785         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7786         (decode_base64), (gst_rtp_asf_depay_setcaps),
7787         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7788         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7789         (gst_rtp_asf_depay_plugin_init):
7790         * gst/rtp/gstrtpasfdepay.h:
7791         Added preliminary ASF depayloader.
7792
7793         * gst/rtp/gstrtph264depay.c: (decode_base64):
7794         Fix base64 decoding.
7795
7796 2006-09-20  Wim Taymans  <wim@fluendo.com>
7797
7798         * gst/rtsp/URLS:
7799         Added some test URLS.
7800
7801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7802         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7803         * gst/rtsp/gstrtspsrc.h:
7804         When creating streams, give access to the complete SDP.
7805         Fix some leaks.
7806         Collect and merge global stream properties in stream caps.
7807         Preliminary support for WMServer.
7808
7809         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7810         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7811         (rtsp_connection_receive):
7812         * gst/rtsp/rtspconnection.h:
7813         Make connection interruptable.
7814         Refactor to make it reconnectable.
7815         Don't fail on short reads when reading data packets.
7816
7817         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7818         (rtsp_url_get_port):
7819         * gst/rtsp/rtspurl.h:
7820         Add methods for getting/setting the port.
7821
7822         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7823         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7824         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7825         (sdp_media_get_format), (sdp_parse_line),
7826         (sdp_message_parse_buffer):
7827         Fix headers. 
7828         Add methods for getting multiple attributes with the same name.
7829         Increase buffer size when parsing.
7830         Fix parsing of a=foo fields.
7831
7832         * gst/rtsp/test.c: (main):
7833         Update to new connection API.
7834
7835         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7836         (rtsp_message_init_response), (rtsp_message_init_data),
7837         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7838         * gst/rtsp/rtspmessage.h:
7839         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7840         * gst/rtsp/rtsptransport.h:
7841         * gst/rtsp/sdp.h:
7842         * gst/rtsp/sdpmessage.h:
7843         * gst/rtsp/gstrtsp.c:
7844         * gst/rtsp/gstrtsp.h:
7845         * gst/rtsp/gstrtpdec.c:
7846         * gst/rtsp/gstrtpdec.h:
7847         * gst/rtsp/rtsp.h:
7848         * gst/rtsp/rtspdefs.c:
7849         * gst/rtsp/rtspdefs.h:
7850         Dual licensed under MIT and LGPL now.
7851
7852 2006-09-19  Wim Taymans  <wim@fluendo.com>
7853
7854         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7855         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7856         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7857         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7858         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7859         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7860         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7861         * gst/rtsp/gstrtspsrc.h:
7862         Reorganize stream parsing and creation.
7863         Detect container formats in interleaved mode.
7864         Keep more state about the streams.
7865         Assume a server also supports PLAY if it does not say.
7866         Add unicast and interleaved properties to TCP transport requests to make
7867         some servers happy (WMServer).
7868
7869         * gst/rtsp/sdpmessage.h:
7870         Add some defines for the standard Bandwidth types.
7871
7872 2006-09-19  Wim Taymans  <wim@fluendo.com>
7873
7874         * gst/rtsp/test.c: (main):
7875         Fix build.
7876
7877 2006-09-19  Wim Taymans  <wim@fluendo.com>
7878
7879         * gst/wavparse/gstwavparse.c:
7880         Add ms-gsm to the src template.
7881
7882 2006-09-18  Wim Taymans  <wim@fluendo.com>
7883
7884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7885         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7886         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7887         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7888         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7889         * gst/rtsp/gstrtspsrc.h:
7890         Small cleanups, added documentation.
7891         Try to clean up the requests and responses.
7892         Refactor parsing the supported methods.
7893
7894         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7895         (rtsp_connection_create), (rtsp_connection_send),
7896         (parse_response_status), (parse_request_line),
7897         (rtsp_connection_receive), (rtsp_connection_close),
7898         (rtsp_connection_free):
7899         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7900         (rtsp_transport_init), (rtsp_transport_parse),
7901         (rtsp_transport_free):
7902         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7903         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7904         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7905         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7906         Use g_return_val some more.
7907
7908         * gst/rtsp/rtspdefs.h:
7909         Add more enum values to track initial states.
7910
7911         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7912         (rtsp_message_init_request), (rtsp_message_new_response),
7913         (rtsp_message_init_response), (rtsp_message_init_data),
7914         (rtsp_message_unset), (rtsp_message_free),
7915         (rtsp_message_add_header), (rtsp_message_remove_header),
7916         (rtsp_message_get_header), (rtsp_message_set_body),
7917         (rtsp_message_take_body), (rtsp_message_get_body),
7918         (rtsp_message_steal_body), (rtsp_message_dump):
7919         * gst/rtsp/rtspmessage.h:
7920         Reorder arguments, object goes as the first one.
7921         Use g_return_val some more.
7922
7923 2006-09-18  Wim Taymans  <wim@fluendo.com>
7924
7925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7926         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7927         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7928         * gst/rtsp/gstrtspsrc.h:
7929         Export sometimes source pad with correct caps on the template, create
7930         the ghostpad from the template.
7931         Remove RTCP template as we never expose RTCP.
7932         Protect against invalid body size.
7933         Avoid memcpy when creating the output buffer.
7934         Properly post an error and send EOS when the loop function is shut down.
7935
7936 2006-09-18  Wim Taymans  <wim@fluendo.com>
7937
7938         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7939
7940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7941         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7942         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7943         * gst/rtsp/gstrtspsrc.h:
7944         Make sure we can never set an invalid location.
7945
7946         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7947         * gst/rtsp/rtspmessage.h:
7948         Added _steal_body method for future use.
7949
7950         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7951         Make freeing of NULL url return immediatly.
7952
7953 2006-09-18  Wim Taymans  <wim@fluendo.com>
7954
7955         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7956
7957         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7958         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7959         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7960         (gst_rtspsrc_change_state):
7961         * gst/rtsp/gstrtspsrc.h:
7962         Use boilerplate.
7963         Make rtspsrc subclass GstBin to make state changes easier.
7964         Add Range header field on the PLAY request.
7965
7966 2006-09-18  Wim Taymans  <wim@fluendo.com>
7967
7968         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7969
7970         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7971         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7972         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7973         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7974         * gst/rtsp/rtspconnection.c: (inet_aton):
7975         Small cleanups.
7976         when multicast is selected as the transport, create UDP sources and
7977         connect to the multicast group.
7978         Move parsing and setting of caps to a common place.
7979         Fixes #349894.
7980
7981 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7982
7983         * ext/flac/gstflactag.c:
7984         * gst/alpha/gstalpha.c:
7985         * gst/debug/breakmydata.c:
7986         * gst/debug/negotiation.c:
7987         * gst/debug/testplugin.c:
7988         * gst/effectv/gstaging.c:
7989         * gst/effectv/gstdice.c:
7990         * gst/effectv/gstedge.c:
7991         * gst/effectv/gstquark.c:
7992         * gst/effectv/gstrev.c:
7993         * gst/effectv/gstshagadelic.c:
7994         * gst/effectv/gstvertigo.c:
7995         * gst/effectv/gstwarp.c:
7996         * gst/multipart/multipartdemux.c:
7997         * gst/multipart/multipartmux.c:
7998         * gst/videobox/gstvideobox.c:
7999         * gst/videofilter/gstgamma.c:
8000         * gst/videofilter/gstvideotemplate.c:
8001         * gst/videomixer/videomixer.c:
8002         * sys/sunaudio/gstsunaudiosrc.h:
8003         More G_OBJECT macro fixing.
8004
8005 2006-09-16  Wim Taymans  <wim@fluendo.com>
8006
8007         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8008
8009         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8010         Correctly set the dwLength in strh.
8011         With this patch, the file duration is now displayed correctly in window
8012         media player and the AVI plays completely. Fixes #356147
8013
8014 2006-09-15  Wim Taymans  <wim@fluendo.com>
8015
8016         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8017
8018         * sys/sunaudio/gstsunaudiomixerctrl.c:
8019         (gst_sunaudiomixer_ctrl_build_list):
8020         Set the output track as the MASTER so that the gnome-settings-daemon
8021         keybindings for changing the volume using the keyboard works.
8022         Fixes #356142.
8023
8024 2006-09-15  Wim Taymans  <wim@fluendo.com>
8025
8026         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8027         Fix documentation, it is not possible to control the framerate of jpegdec
8028         using filtered caps yet. Fixes #355210.
8029         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8030         stop when there is an error.
8031
8032 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8033
8034         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8035         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8036           Don't interpret a first buffer with an offset of NONE as
8037           'from the middle of the stream', but only a first buffer
8038           that has a valid buffer offset that's non-zero (see #345449).
8039
8040 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8041
8042         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8043         (gst_icydemux_typefind_or_forward):
8044         * gst/icydemux/gsticydemux.h:
8045           When we merge/collect multiple incoming buffers for typefinding
8046           purposes, keep an initial 0 offset on the first outgoing buffer
8047           as well (otherwise id3demux won't work right). Fixes #345449.
8048           Also Make buffer metadata writable before setting buffer caps.
8049
8050         * tests/check/elements/icydemux.c: (typefind_succeed),
8051         (cleanup_icydemux), (push_data), (GST_START_TEST),
8052         (icydemux_suite):
8053           Small test case for the above.
8054
8055 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8056
8057         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8058         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8059         (gst_avi_demux_stream_header_push),
8060         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8061         (gst_avi_demux_loop):
8062           More code reuse and better logging in _peek_chunk(). Reintroduce check
8063           for chunk sizes before reading them (avoid oom). Better handling for 
8064           invalid chunksizes when streaming.
8065
8066 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8067
8068         * gst/level/gstlevel.c: (gst_level_set_property):
8069         * gst/level/gstlevel.h:
8070           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8071           René Stadler
8072
8073 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8074
8075         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8076         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8077         (gst_avi_demux_stream_data):
8078           Revert one change to fix streaming avi (adapter size != data size).
8079
8080 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8083
8084         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8085         (gst_matroska_demux_reset),
8086         (gst_matroska_demux_read_track_encodings),
8087         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8088         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8089         (gst_matroska_demux_subtitle_caps):
8090         * gst/matroska/matroska-ids.h:
8091           Add support for VOBSUB subtitle tracks and zlib-compressed
8092           tracks. Make sure we start on a keyframe after a seek. (#343348)
8093
8094 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8095
8096         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8097         (gst_matroska_demux_push_flac_codec_priv_data),
8098         (gst_matroska_demux_push_xiph_codec_priv_data),
8099         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8100         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8101         * gst/matroska/matroska-ids.h:
8102           Add basic FLAC support (#311586), not perfect yet though, needs some
8103           tweaking in flacdec; also, seeking could be better.
8104           Do better bounds checking when deserialising vorbis stream headers
8105           to make sure we don't read beyond the end of the buffer on bad input.
8106
8107 2006-09-04  Wim Taymans  <wim@fluendo.com>
8108
8109         Patch by: Alessandro Decina <alessandro at nnva dot org>
8110
8111         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8112         Seeking back in a file containing a CMML stream errors out if the seek
8113         goes back up to the CMML headers. This is because after the seek the xml
8114         processing instruction <?xml ...?> is submitted to the xml parser again, 
8115         which results in an error. The attached patch fixes the problem. 
8116         Fixes #353908.
8117
8118         * ext/annodex/gstcmmlenc.h:
8119         Fix authors name.
8120
8121
8122 2006-08-28  Andy Wingo  <wingo@pobox.com>
8123
8124         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8125         New helper function to lessen the ifdefs.
8126         (GST_INFO_OBJECT): 
8127         (gst_dv1394src_iso_receive): Use it.
8128         (gst_dv1394src_create): Also use the control sockets in iec61883
8129         mode.
8130         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8131         handle for AVC operations; fixes #348233.
8132
8133 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8134
8135         * configure.ac:
8136         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8137         * docs/plugins/inspect/plugin-audiofx.xml:
8138         * docs/plugins/inspect/plugin-audiofxgood.xml:
8139         * gst/audiofx/Makefile.am:
8140         * gst/audiofx/audiofx.c:
8141         * gst/audiofxgood/.cvsignore:
8142         * gst/audiofxgood/Makefile.am:
8143         * gst/audiofxgood/audiofx.c:
8144         * gst/audiofxgood/audiopanorama.c:
8145         * gst/audiofxgood/audiopanorama.h:
8146           Rename again (audiofxgood -> audiofx).
8147
8148 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8149
8150         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8151         (gst_avi_demux_stream_scan):
8152           Initialze variables.
8153
8154 2006-08-25  Wim Taymans  <wim@fluendo.com>
8155
8156         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8157         (gst_avi_demux_init), (gst_avi_demux_finalize),
8158         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8159         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8160         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8161         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8162         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8163         (gst_avi_demux_massage_index),
8164         (gst_avi_demux_calculate_durations_from_index),
8165         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8166         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8167         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8168         (gst_avi_demux_change_state):
8169         * gst/avi/gstavidemux.h:
8170         More attempts to turn this into readable code.
8171         Don't leak adapters.
8172         Calculate duration according to index more efficiently.
8173         Don't try to act like we drive the pipeline in chain mode.
8174
8175 2006-08-25  Wim Taymans  <wim@fluendo.com>
8176
8177         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8178         Fix build.
8179
8180 2006-08-25  Wim Taymans  <wim@fluendo.com>
8181
8182         Patch by: Alessandro Decina <alessandro at nnva dot org>
8183
8184         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8185         Do some extra sanity checks.
8186         Fixes #350340.
8187
8188         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8189         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8190         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8191         Check if clip->start_time is valid before adding the clip to the
8192         track list.
8193         Reset enc->preamble going from PAUSED to READY.
8194         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8195         only used for EOS.
8196         Only post an error message if we were the one that created the fatal
8197         GstFlowReturn value.
8198
8199         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8200         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8201         Parse the seconds field of the npt-sec time format using %llu rather than
8202         %d and check that the value scaled by GST_SECOND doesn't overflow.
8203         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8204         Lookup a clip's track with clip->track rather than clip->id which
8205         makes no sense.
8206         Identify a clip by its track and start time and not its xml id.
8207         do some more input checking and make sure we don't do undefined shifts.
8208
8209         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8210         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8211         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8212         (push_clip), (push_empty_clip), (check_output_clip),
8213         (GST_START_TEST), (cmmldec_suite):
8214         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8215         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8216         (check_headers), (push_clip), (check_clip_times), (check_clip),
8217         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8218         Added some more checks.
8219
8220 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8221
8222         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8223         (gst_audio_panorama_set_property),
8224         (gst_audio_panorama_get_property),
8225         (gst_audio_panorama_transform_m2s_int),
8226         (gst_audio_panorama_transform_s2s_int),
8227         (gst_audio_panorama_transform_m2s_float),
8228         (gst_audio_panorama_transform_s2s_float):
8229         * gst/audiofxgood/audiopanorama.h:
8230         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8231           Make also the pan-property float (saves scaling and yields better
8232           resolution)
8233
8234 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8235
8236         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8237         (gst_audio_panorama_transform_m2s_float),
8238         (gst_audio_panorama_transform_s2s_float):
8239           ChangeLog surgery to add cymax's real name
8240
8241
8242 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8243
8244         Patch by: René Stadler <mail@renestadler.de>
8245
8246         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8247         (gst_audio_panorama_transform_m2s_int),
8248         (gst_audio_panorama_transform_s2s_int),
8249         (gst_audio_panorama_transform_m2s_float),
8250         (gst_audio_panorama_transform_s2s_float),
8251         (gst_audio_panorama_transform):
8252         * gst/audiofxgood/audiopanorama.h:
8253           Added float support
8254
8255 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8256
8257         * gst/audiofxgood/audiopanorama.c:
8258         (gst_audio_panorama_transform_m2s):
8259           Fix docs & debug category. Add Fixme for volume pan levels.
8260
8261 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8262
8263         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8264         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8265         (gst_avi_demux_stream_header_pull),
8266         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8267         (gst_avi_demux_chain):
8268           unbreak AVI index handling, some more debug, remove an obsolete
8269           adapter_flush that caused streaming to wander off in the wild
8270
8271 2006-08-24  Wim Taymans  <wim@fluendo.com>
8272
8273         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8274         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8275         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8276         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8277         (gst_avi_demux_calculate_durations_from_index),
8278         (gst_avi_demux_stream_header_push),
8279         (gst_avi_demux_stream_header_pull):
8280         * gst/avi/gstavidemux.h:
8281         Some more cleanups. 
8282         Fix totalFrames parsing in ODML.
8283         Disable use of index for length calculation in case of ODML as this is
8284         broken now.
8285
8286 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8287
8288         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8289           Use libgsttag helper function here too.
8290
8291 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8292
8293         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8294         (gst_avi_demux_init), (gst_avi_demux_dispose),
8295         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8296         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8297         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8298         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8299         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8300         (gst_avi_demux_parse_subindex),
8301         (gst_avi_demux_read_subindexes_push),
8302         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8303         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8304         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8305         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8306         (gst_avi_demux_stream_header_pull),
8307         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8308         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8309         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8310         (gst_avi_demux_change_state):
8311         * gst/avi/gstavidemux.h:
8312           Initial streaming support for avidemux (fixes #336465)
8313
8314 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8315
8316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8317           There is no taglibmux element ...
8318
8319         * gst/rtsp/gstrtspsrc.c:
8320           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8321           was complaining about unknown entity here.
8322
8323 2006-08-22  Wim Taymans  <wim@fluendo.com>
8324
8325         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8326         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8327         (gst_avi_demux_process_next_entry):
8328         * gst/avi/gstavidemux.h:
8329         Mark DISCONT.
8330         Remove old unused fields and reorder the struct a bit.
8331
8332 2006-08-22  Wim Taymans  <wim@fluendo.com>
8333
8334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8335         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8336         (gst_rtspsrc_pause):
8337         * gst/rtsp/gstrtspsrc.h:
8338         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8339         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8340         Small documentation updates.
8341
8342 2006-08-22  Wim Taymans  <wim@fluendo.com>
8343
8344         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8345         (gst_avi_demux_index_entry_for_time),
8346         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8347         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8348         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8349         (gst_avi_demux_next_data_buffer),
8350         (gst_avi_demux_calculate_durations_from_index),
8351         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8352         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8353         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8354         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8355         * gst/avi/gstavidemux.h:
8356         Precalc most of the duration query for each stream.
8357         Make seeking more correct.
8358         Use GstSegment to track position and duration.
8359         Code cleanups and leak fixes.
8360         Calculate correct total duration based on index length.
8361
8362 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8363
8364         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8365         (parse_insert_string_field):
8366           If strings in text fields are marked ISO8859-1, but contain
8367           valid UTF-8 already, then handle them as UTF-8 and ignore
8368           the encoding. (#351794)
8369
8370 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8371
8372         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8373         (gst_flac_dec_write), (gst_flac_dec_loop),
8374         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8375         (gst_flac_dec_src_query):
8376         * ext/flac/gstflacdec.h:
8377           Make flac-in-ogg work (#352100).
8378
8379 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8380
8381         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8382           Don't unref buffers of which we've already given away
8383           ownership to the adapter.
8384
8385 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8386
8387         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8388           Make metadata extraction actually work.
8389
8390         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8391         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8392         (gst_speexenc_chain):
8393           Fix metadata writing: replace old code which wrote completely
8394           broken tags with libgsttag-based code. Plus miscellaneous
8395           code cleanups (use static pad templates etc.) and a bunch
8396           of leak fixes.
8397
8398 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8399
8400         * gst/audiopanorama/.cvsignore:
8401         * gst/audiopanorama/Makefile.am:
8402         * gst/audiopanorama/audiofx.c:
8403         * gst/audiopanorama/audiopanorama.c:
8404         * gst/audiopanorama/audiopanorama.h:
8405           die! die! die! you should never have been there
8406
8407 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8408
8409         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8410         Fix invalid memory access in audiopanorama test suite.
8411
8412 2006-08-21  Edward Hervey  <edward@fluendo.com>
8413
8414         * tests/check/elements/.cvsignore:
8415         ignore built file
8416
8417 2006-08-21  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst/rtp/Makefile.am:
8420         Fix the build again.
8421
8422 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8423
8424         * gst/audiofxgood/.cvsignore:
8425         * gst/audiofxgood/Makefile.am:
8426         * gst/audiofxgood/audiofx.c: (plugin_init):
8427         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8428         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8429         (gst_audio_panorama_set_property),
8430         (gst_audio_panorama_get_property),
8431         (gst_audio_panorama_get_unit_size),
8432         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8433         (gst_audio_panorama_transform_m2s),
8434         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8435         * gst/audiofxgood/audiopanorama.h:
8436           resubmit with the desired name *again*
8437
8438 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8439
8440         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8441         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8442           use g_assert in _get_unit_size
8443
8444 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8445
8446         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8447         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8448         * docs/plugins/inspect/plugin-audiofxgood.xml:
8449           cleanup -unused.txt to make it useful, add previously missing docs
8450
8451         * ext/Makefile.am:
8452           Quietly (accidentally) enable LADSPA for building by default, 
8453           despite the fact that it doesn't meet the plugin checklist.
8454             -- Added by Jan Schmidt 18 Dec 2006
8455
8456         * ext/esd/esdmon.c:
8457         * ext/esd/esdsink.c:
8458         * ext/esd/gstesd.c: (plugin_init):
8459           reflow to get rid of two external symbols
8460
8461         * gst/audiofxgood/audiofx.c: (plugin_init):
8462           re-add
8463
8464 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8465
8466         * configure.ac:
8467         * gst/audiofxgood/.cvsignore:
8468         * gst/audiofxgood/Makefile.am:
8469         * gst/audiofxgood/audiofx.c
8470         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8471         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8472         (gst_audio_panorama_set_property),
8473         (gst_audio_panorama_get_property),
8474         (gst_audio_panorama_get_unit_size),
8475         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8476         (gst_audio_panorama_transform_m2s),
8477         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8478         * gst/audiofxgood/audiopanorama.h:
8479         * tests/check/Makefile.am:
8480         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8481         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8482         (panorama_suite), (main):
8483         Add audiofxgood plugin with audiopanorama element
8484
8485 2006-08-18  Wim Taymans  <wim@fluendo.com>
8486
8487         * docs/plugins/Makefile.am:
8488         More Oss docs fixage. 
8489
8490 2006-08-18  Wim Taymans  <wim@fluendo.com>
8491
8492         * gst/rtp/Makefile.am:
8493         * gst/rtp/gstrtp.c: (plugin_init):
8494         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8495         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8496         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8497         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8498         (gst_rtp_sv3v_depay_get_property),
8499         (gst_rtp_sv3v_depay_change_state),
8500         (gst_rtp_sv3v_depay_plugin_init):
8501         * gst/rtp/gstrtpsv3vdepay.h:
8502         Added experimental SVQ3 depayloader.
8503
8504 2006-08-18  Edward Hervey  <edward@fluendo.com>
8505
8506         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8507         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8508         * ext/dv/gstdvdemux.h:
8509         When handling seek requests, don't send the newsegment event from the
8510         calling thread. Instead save it so it can be sent from the streaming
8511         thread.
8512
8513 2006-08-17  Wim Taymans  <wim@fluendo.com>
8514
8515         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8516
8517         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8518         Accept leading whitespace before the boundary
8519         This patch makes the demuxer allow some whitespace before the actual
8520         boundary. This makes the demuxer work with the ``old'' gstreamer
8521         multipartmuxer again (which placed an extra \n before the start
8522         of the stream) Fixes #349068.
8523
8524 2006-08-17  Wim Taymans  <wim@fluendo.com>
8525
8526         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8527         Error out on non-implemented stuff.
8528
8529 2006-08-16  Wim Taymans  <wim@fluendo.com>
8530
8531         Patch by: Andy Wingo <wingo at pobox dot com>
8532
8533         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8534         (gst_signal_processor_start), (gst_signal_processor_stop),
8535         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8536         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8537         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8538         (gst_signal_processor_change_state):
8539         Make ladspa elements reusable. Fixes #350006.
8540
8541 2006-08-16  Wim Taymans  <wim@fluendo.com>
8542
8543         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8544         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8545         names as possible. Fixes #349901.
8546
8547 2006-08-16  Wim Taymans  <wim@fluendo.com>
8548
8549         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8550         (gst_signal_processor_do_pushes):
8551         A push() gives away our refcount so we should not use the buffer on the
8552         pen anymore.
8553
8554 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8555
8556         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8557         (gst_oss_mixer_element_finalize):
8558           Don't leak device string.
8559
8560 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8561
8562         * configure.ac:
8563           Require CVS of GStreamer core and -base (for
8564           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8565
8566         * ext/taglib/gstid3v2mux.cc:
8567           Write extended comment tags properly (#348762).
8568
8569         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8570         (parse_comment_frame):
8571           Extract COMM frames into extended comments, which makes it
8572           easier to properly retain the description bit of the tag
8573           and maintain this information when re-tagging (#348762).
8574
8575 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8576
8577         * tests/check/Makefile.am:
8578           Don't try to run annodex unit tests if the annodex
8579           plugin has not been built (Fixes #351116).
8580
8581 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8582
8583         * gst/autodetect/gstautoaudiosink.c:
8584         (gst_auto_audio_sink_find_best):
8585           When we can't find a usable audiosink, don't error out,
8586           but use a fake sink instead and post a warning message
8587           on the bus (#341278).
8588
8589 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8590
8591         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8592         * sys/oss/gstosssink.c:
8593         * sys/oss/gstosssrc.c:
8594           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8595           ossmixer's new device property.
8596
8597         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8598         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8599           Add docs for OSS elements.
8600
8601         * docs/plugins/inspect/plugin-aasink.xml:
8602         * docs/plugins/inspect/plugin-alaw.xml:
8603         * docs/plugins/inspect/plugin-alpha.xml:
8604         * docs/plugins/inspect/plugin-alphacolor.xml:
8605         * docs/plugins/inspect/plugin-annodex.xml:
8606         * docs/plugins/inspect/plugin-apetag.xml:
8607         * docs/plugins/inspect/plugin-auparse.xml:
8608         * docs/plugins/inspect/plugin-autodetect.xml:
8609         * docs/plugins/inspect/plugin-avi.xml:
8610         * docs/plugins/inspect/plugin-cacasink.xml:
8611         * docs/plugins/inspect/plugin-cairo.xml:
8612         * docs/plugins/inspect/plugin-cdio.xml:
8613         * docs/plugins/inspect/plugin-cutter.xml:
8614         * docs/plugins/inspect/plugin-debug.xml:
8615         * docs/plugins/inspect/plugin-dv.xml:
8616         * docs/plugins/inspect/plugin-efence.xml:
8617         * docs/plugins/inspect/plugin-effectv.xml:
8618         * docs/plugins/inspect/plugin-esdsink.xml:
8619         * docs/plugins/inspect/plugin-flac.xml:
8620         * docs/plugins/inspect/plugin-flxdec.xml:
8621         * docs/plugins/inspect/plugin-gconfelements.xml:
8622         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8623         * docs/plugins/inspect/plugin-goom.xml:
8624         * docs/plugins/inspect/plugin-halelements.xml:
8625         * docs/plugins/inspect/plugin-icydemux.xml:
8626         * docs/plugins/inspect/plugin-id3demux.xml:
8627         * docs/plugins/inspect/plugin-jpeg.xml:
8628         * docs/plugins/inspect/plugin-level.xml:
8629         * docs/plugins/inspect/plugin-matroska.xml:
8630         * docs/plugins/inspect/plugin-mulaw.xml:
8631         * docs/plugins/inspect/plugin-multipart.xml:
8632         * docs/plugins/inspect/plugin-navigationtest.xml:
8633         * docs/plugins/inspect/plugin-ossaudio.xml:
8634         * docs/plugins/inspect/plugin-png.xml:
8635         * docs/plugins/inspect/plugin-rtp.xml:
8636         * docs/plugins/inspect/plugin-rtsp.xml:
8637         * docs/plugins/inspect/plugin-shout2send.xml:
8638         * docs/plugins/inspect/plugin-smpte.xml:
8639         * docs/plugins/inspect/plugin-speex.xml:
8640         * docs/plugins/inspect/plugin-taglib.xml:
8641         * docs/plugins/inspect/plugin-udp.xml:
8642         * docs/plugins/inspect/plugin-videobalance.xml:
8643         * docs/plugins/inspect/plugin-videobox.xml:
8644         * docs/plugins/inspect/plugin-videoflip.xml:
8645         * docs/plugins/inspect/plugin-videomixer.xml:
8646         * docs/plugins/inspect/plugin-wavenc.xml:
8647         * docs/plugins/inspect/plugin-wavparse.xml:
8648         * docs/plugins/inspect/plugin-ximagesrc.xml:
8649           Update to CVS version.
8650           
8651 2006-08-16  Wim Taymans  <wim@fluendo.com>
8652
8653         * gst/rtp/gstrtpamrdepay.c:
8654         * gst/rtp/gstrtpmp4gdepay.c:
8655         Caps extra properties must be defined as strings for
8656         depayloaders because they are generated from an SDP.
8657
8658         * gst/rtp/Makefile.am:
8659         * gst/rtp/gstrtp.c: (plugin_init):
8660         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8661         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8662         (gst_rtp_h264_depay_finalize), (decode_base64),
8663         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8664         (gst_rtp_h264_depay_set_property),
8665         (gst_rtp_h264_depay_get_property),
8666         (gst_rtp_h264_depay_change_state),
8667         (gst_rtp_h264_depay_plugin_init):
8668         * gst/rtp/gstrtph264depay.h:
8669         Added basic, not completely functional RFC 3984 H264 depayloader.
8670
8671 2006-08-16  Wim Taymans  <wim@fluendo.com>
8672
8673         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8674         Add pads after setting them up.
8675
8676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8677         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8678         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8679         (gst_rtspsrc_stream_setup_rtp),
8680         (gst_rtspsrc_stream_configure_transport),
8681         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8682         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8683         (gst_rtspsrc_pause):
8684         * gst/rtsp/gstrtspsrc.h:
8685         Fix interleaved mode.
8686          - Protect streaming with lock.
8687          - Combine flows
8688          - set caps on outgoing buffers.
8689          - strip trailing \0 from data packets.
8690          - Configure RTP/RTCP in stream.
8691         Use DEBUG_OBJECT more.
8692
8693 2006-08-16  Wim Taymans  <wim@fluendo.com>
8694
8695         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8696         Turn a g_print into a DEBUG line.
8697
8698 2006-08-13  Wim Taymans  <wim@fluendo.com>
8699
8700         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8701         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8702         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8703         (gst_oss_mixer_element_get_property),
8704         (gst_oss_mixer_element_change_state):
8705         * sys/oss/gstossmixerelement.h:
8706         Small cleanups. Better error reporting.
8707         Add device property for the mixer instead of the hardcoded
8708         /dev/mixer. Fixes #350785.
8709         API: GstOssMixerElement::device property
8710
8711 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         Patch by: Jens Granseuer <jensgr at gmx net>
8714
8715         * gconf/Makefile.am:
8716           Make --disable-schemas work right (they still need
8717           to be copied to the installation directory, just not
8718           applied). Fixes #351347 (also #344100).
8719           
8720 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8721
8722         * configure.ac: back to HEAD
8723
8724 === release 0.10.4 ===
8725
8726 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8727
8728         * configure.ac:
8729           releasing 0.10.4, "Dear Leader"
8730
8731 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8732
8733         Patch by: Edward Hervey <edward@fluendo.com>
8734
8735         * configure.ac:
8736         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8737         (gst_wavparse_stream_data):
8738         Send the newsegment event in the streaming thread.
8739         Fixes #347529
8740
8741 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8742
8743         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8744         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8745         (gst_smokeenc_resync), (gst_smokeenc_chain):
8746           Refuse sink caps in the encoder if width or height is not a
8747           multiple of 16, the encoder does not support that yet (#349939);
8748           along the same lines, check the return value of the encoder
8749           setup function; also remove some debug log clutter.
8750
8751 2006-08-04  Andy Wingo  <wingo@pobox.com>
8752
8753         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8754         whether a processor can work in place or not, and for keeping
8755         track of its state. Change the FlowReturn instance variable from
8756         "state" to "flow_state", all callers changed.
8757
8758         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8759         (gst_signal_processor_start, gst_signal_processor_stop)
8760         (gst_signal_processor_cleanup): New functions to manage the
8761         processor's state.
8762         (gst_signal_processor_setcaps): start() as well as setup() here.
8763         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8764         (gst_signal_processor_change_state): Stop and cleanup the
8765         processor as we go to NULL.
8766
8767         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8768         INPLACE_BROKEN is not set.
8769
8770         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8771         Do the alloc_buffer in bytes, not frames.
8772         
8773 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8774
8775         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8776         Fix rgb masks when recording in < 24bpp.
8777
8778 2006-08-04  Andy Wingo  <wingo@pobox.com>
8779
8780         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8781         (gst_signal_processor_prepare)
8782         (gst_signal_processor_update_inputs)
8783         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8784         (gst_signal_processor_flush)
8785         (gst_signal_processor_sink_activate_push)
8786         (gst_signal_processor_src_activate_pull)
8787         (gst_signal_processor_change_state): Remove the last of the code
8788         that assumes that we process whole buffers at a time. Fix some
8789         debugging. Seems to work now in some cases.
8790         (gst_signal_processor_src_activate_pull): BPB
8791
8792 2006-08-01  Andy Wingo  <wingo@pobox.com>
8793
8794         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8795         Fix nframes-choosing.
8796         (gst_signal_processor_init): Init pending_in and pending_out.
8797
8798         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8799         more default sample rate, although we never check that the sample
8800         rate actually gets set. Something for the future.
8801         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8802         (gst_signal_processor_event): Refcount fixen.
8803         (gst_signal_processor_process): Pull the number of frames to
8804         process from the sizes of the buffers in the input pens.
8805         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8806         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8807         it instead of buffer_frames.
8808         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8809         to do_pulls.
8810         (gst_signal_processor_chain)
8811         (gst_signal_processor_sink_activate_push)
8812         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8813
8814         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8815
8816 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8817
8818         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8819         (gst_signal_processor_process):
8820           don't query buffer-frames from caps, add lots of debug-log,
8821           try fix for assert (#349189)
8822
8823 2006-07-31  Wim Taymans  <wim@fluendo.com>
8824
8825         * gst/udp/gstudpsrc.c:
8826         Fix docs.
8827
8828 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8829
8830         * ext/ladspa/gstsignalprocessor.c:
8831         (gst_signal_processor_add_pad_from_template),
8832         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8833         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8834         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8835         (gst_signal_processor_sink_activate_push),
8836         (gst_signal_processor_src_activate_pull),
8837         (gst_signal_processor_change_state):
8838          Add debugs logs here and there, add more error handling, add some
8839          FIXME comments, filed #349189
8840
8841 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8842
8843         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8844         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8845         Set caps on buffer correctly.  Fixes bug #349155.
8846
8847 2006-07-28  Wim Taymans  <wim@fluendo.com>
8848
8849         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8850
8851         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8852         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8853         (gst_multipart_demux_finalize), (get_line_end),
8854         (multipart_parse_header), (multipart_find_boundary),
8855         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8856         (gst_multipart_set_property), (gst_multipart_get_property):
8857         Uses GstAdapter instead of own buffering.
8858         Actually parses the mime-type correctly (In tests the mime-type was
8859         always "" with the old version).
8860         Uses the Content-length header if available to speed up things.
8861         Reliably autoscans the boundary name by default.
8862         Fixes #349068.
8863
8864         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8865         Don't start the stream with a \n.
8866
8867 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8868
8869         Patch by: Brian Cameron <brian dot cameron at sun com>
8870
8871         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8872           Open source with O_NONBLOCK (#349015).
8873
8874 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8875
8876         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8877         (gst_avi_demux_massage_index):
8878         * gst/avi/gstavidemux.h:
8879           Whitespace fixes and more debug
8880
8881 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8882
8883         * gst/autodetect/gstautoaudiosink.c:
8884         (gst_auto_audio_sink_create_element_with_pretty_name),
8885         (gst_auto_audio_sink_find_best),
8886         (gst_auto_audio_sink_change_state):
8887           Get rid of old and unused magic sound-server properties stuff.
8888           Add suffix to child sink's name that makes it easy to see from
8889           the name alone which type it actually is (alsa, oss, esd, etc.).
8890
8891 2006-07-27  Wim Taymans  <wim@fluendo.com>
8892
8893         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8894         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8895         (gst_udpsrc_start):
8896         * gst/udp/gstudpsrc.h:
8897         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8898         not some sort of feature we enable.
8899
8900 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8901
8902         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8903           Use CLOSE_SOCKET() here instead of close() to maintain
8904           win32 workiness.
8905
8906 2006-07-27  Wim Taymans  <wim@fluendo.com>
8907
8908         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8909
8910         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8911         (gst_udpsrc_create), (gst_udpsrc_set_property),
8912         (gst_udpsrc_get_property), (gst_udpsrc_start):
8913         * gst/udp/gstudpsrc.h:
8914         Added "buffer-size" property to control the kernel receive buffer size.
8915         Update documentation.
8916         Small cleanups. Fixes #348752.
8917         API: buffer-size property
8918
8919 2006-07-26  Wim Taymans  <wim@fluendo.com>
8920
8921         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8922
8923         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8924         (gst_rtp_pcma_pay_handle_buffer):
8925         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8926         (gst_rtp_pcmu_pay_handle_buffer):
8927         Fix timestamp calculation on outgoing RTP packets.
8928         Fixes #348675.
8929
8930 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8931
8932         * ext/taglib/gstid3v2mux.cc:
8933           Fix writing of comment frames (should be COMM not TCOM),
8934           is still sub-optimal though, since we don't retain or
8935           extract the comment descriptions properly (#334375,
8936           also see #334375).
8937
8938 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8939
8940         * gst/wavparse/gstwavparse.c:
8941           #define 'fact' RIFF chunk if we are not compiling against
8942           -base CVS (we don't want to depend on -base CVS for this
8943           one define only, and also not for release order reasons).
8944
8945 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8946
8947         * ext/taglib/gstid3v2mux.cc:
8948           Handle multiple tags of the same type properly. Re-inject
8949           unparsed ID3v2 frames that we get as binary blobs from
8950           id3demux into the tag again so we don't lose information
8951           when retagging (#334375).
8952
8953 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8954
8955         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8956           Document newly-added properties properly, so that there is a
8957           'Since: 0.10.4' in the plugin docs. Convert some property
8958           names into canonical GObject style (GObject will do that
8959           internally anyway).
8960
8961 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8962
8963         * gst/id3demux/id3tags.c:
8964         (id3demux_add_id3v2_frame_blob_to_taglist):
8965           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8966           well, and add the version to the blob's buffer caps, since that
8967           information will be needed for deserialisation later on (#348644).
8968
8969 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8970
8971         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8972         (gst_avi_demux_parse_stream):
8973          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8974          indentation and spacing.
8975
8976 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8977
8978         * docs/plugins/Makefile.am:
8979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8981         * docs/plugins/gst-plugins-good-plugins.args:
8982         * docs/plugins/inspect/plugin-1394.xml:
8983         * docs/plugins/inspect/plugin-aasink.xml:
8984         * docs/plugins/inspect/plugin-alaw.xml:
8985         * docs/plugins/inspect/plugin-alpha.xml:
8986         * docs/plugins/inspect/plugin-alphacolor.xml:
8987         * docs/plugins/inspect/plugin-annodex.xml:
8988         * docs/plugins/inspect/plugin-apetag.xml:
8989         * docs/plugins/inspect/plugin-auparse.xml:
8990         * docs/plugins/inspect/plugin-autodetect.xml:
8991         * docs/plugins/inspect/plugin-avi.xml:
8992         * docs/plugins/inspect/plugin-cacasink.xml:
8993         * docs/plugins/inspect/plugin-cairo.xml:
8994         * docs/plugins/inspect/plugin-cdio.xml:
8995         * docs/plugins/inspect/plugin-cutter.xml:
8996         * docs/plugins/inspect/plugin-debug.xml:
8997         * docs/plugins/inspect/plugin-dv.xml:
8998         * docs/plugins/inspect/plugin-efence.xml:
8999         * docs/plugins/inspect/plugin-effectv.xml:
9000         * docs/plugins/inspect/plugin-esdsink.xml:
9001         * docs/plugins/inspect/plugin-flac.xml:
9002         * docs/plugins/inspect/plugin-flxdec.xml:
9003         * docs/plugins/inspect/plugin-gconfelements.xml:
9004         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9005         * docs/plugins/inspect/plugin-goom.xml:
9006         * docs/plugins/inspect/plugin-halelements.xml:
9007         * docs/plugins/inspect/plugin-icydemux.xml:
9008         * docs/plugins/inspect/plugin-id3demux.xml:
9009         * docs/plugins/inspect/plugin-jpeg.xml:
9010         * docs/plugins/inspect/plugin-level.xml:
9011         * docs/plugins/inspect/plugin-matroska.xml:
9012         * docs/plugins/inspect/plugin-mulaw.xml:
9013         * docs/plugins/inspect/plugin-multipart.xml:
9014         * docs/plugins/inspect/plugin-navigationtest.xml:
9015         * docs/plugins/inspect/plugin-ossaudio.xml:
9016         * docs/plugins/inspect/plugin-png.xml:
9017         * docs/plugins/inspect/plugin-rtp.xml:
9018         * docs/plugins/inspect/plugin-rtsp.xml:
9019         * docs/plugins/inspect/plugin-shout2send.xml:
9020         * docs/plugins/inspect/plugin-smpte.xml:
9021         * docs/plugins/inspect/plugin-speex.xml:
9022         * docs/plugins/inspect/plugin-udp.xml:
9023         * docs/plugins/inspect/plugin-videobalance.xml:
9024         * docs/plugins/inspect/plugin-videobox.xml:
9025         * docs/plugins/inspect/plugin-videoflip.xml:
9026         * docs/plugins/inspect/plugin-videomixer.xml:
9027         * docs/plugins/inspect/plugin-wavenc.xml:
9028         * docs/plugins/inspect/plugin-wavparse.xml:
9029         * docs/plugins/inspect/plugin-ximagesrc.xml:
9030           Update files to CVS/Prerelease version, add esdsink docs.
9031
9032         * ext/esd/esdsink.c:
9033           Add gtk-doc blurb.
9034
9035         * gst/rtp/gstrtpmp4vpay.c:
9036           Fix typo in element description.
9037
9038 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         * ext/esd/esdsink.c: (gst_esdsink_open),
9041         (gst_esdsink_factory_init):
9042           Prevent libesd from auto-spawning a sound daemon if it
9043           is not already running. Now that we don't do evil stuff
9044           like that any longer we can give esdsink a rank so that
9045           autoaudiosink will try it as well if all other audio
9046           sinks fail (#343051).
9047
9048 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9049
9050         * ext/esd/Makefile.am:
9051           Oops, need to remove README from EXTRA_DIST as well.
9052
9053 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9054
9055         * ext/esd/README:
9056           Remove, it contains nothing useful anyway.
9057
9058         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9059         (gst_esdsink_delay):
9060           Some small clean-ups; use GST_BOILERPLATE etc.
9061
9062 2006-07-24  Wim Taymans  <wim@fluendo.com>
9063
9064         * gst/law/alaw-decode.c: (alawdec_getcaps):
9065         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9066         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9067         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9068         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9069
9070 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9071
9072         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9073         (gst_wavparse_other), (gst_wavparse_perform_seek),
9074         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9075         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9076         (gst_wavparse_pad_query):
9077         * gst/wavparse/gstwavparse.h:
9078           Use information from 'fact' chunk for length calculation of compressed
9079           samples. Calculate bps if bogus value is found in wav header (embeded
9080           mp2/mp3).
9081           
9082
9083 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9084
9085         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9086
9087         * configure.ac:
9088         * gst/udp/Makefile.am:
9089         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9090         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9091         * gst/udp/gstdynudpsink.h:
9092         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9093         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9094         * gst/udp/gstmultiudpsink.h:
9095         * gst/udp/gstudp.c: (plugin_init):
9096         * gst/udp/gstudpsink.h:
9097         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9098         (gst_udpsrc_start), (gst_udpsrc_stop):
9099         * gst/udp/gstudpsrc.h:
9100         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9101         (gst_udp_net_utils_win32_wsa_startup):
9102         * gst/udp/gstudpnetutils.h:
9103           Port udp plugin to win32 (#345288).
9104
9105 2006-07-24  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9108         Remove unwanted DEBUG line.
9109
9110 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * gst/id3demux/gstid3demux.c: (plugin_init):
9113         * gst/id3demux/id3tags.c:
9114         (id3demux_add_id3v2_frame_blob_to_taglist):
9115         * gst/id3demux/id3tags.h:
9116           On second thought, it might be wiser and more efficient
9117           not to do tag registration from a streaming thread.
9118
9119 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9120
9121         * gst/id3demux/id3tags.c:
9122         (id3demux_add_id3v2_frame_blob_to_taglist),
9123         (id3demux_id3v2_frames_to_tag_list):
9124           Put ID3v2 frames we can't parse as binary blobs into private
9125           tags, so that they are not lost when retagging, at least once
9126           id3v2mux has been taught to re-inject those frames again.
9127           See bug #334375.
9128
9129 2006-07-21  Wim Taymans  <wim@fluendo.com>
9130
9131         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9132         (gst_avi_demux_process_next_entry):
9133         Fix some leaks.
9134
9135         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9136         Don't use \n in debug lines.
9137
9138 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9139
9140         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9141         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9142           Add annodex and icydemux, cleanup the sections a bit
9143
9144 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9145
9146         Patch by: Alex Lancaster <alexl at users sourceforge net>
9147
9148         * ext/taglib/gstid3v2mux.cc:
9149           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9150           ID3v2 TSSE frames (#347898).
9151
9152 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9153
9154         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9155           Respect mpegversion for "video/mpeg" and give message in case of
9156           unhandled versions.
9157
9158 2006-07-17  Wim Taymans  <wim@fluendo.com>
9159
9160         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9161         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9162         (gst_pngdec_chain), (gst_pngdec_sink_event),
9163         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9164         (gst_pngdec_sink_activate_push):
9165         * ext/libpng/gstpngdec.h:
9166         Use statically allocated segment instead of leaking.
9167         Various cleanups.
9168         Fix flush and seek handling.
9169
9170 2006-07-16  Wim Taymans  <wim@fluendo.com>
9171
9172         * gst/rtp/Makefile.am:
9173         * gst/rtp/gstrtp.c: (plugin_init):
9174         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9175         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9176         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9177         (gst_rtp_mp4g_depay_set_property),
9178         (gst_rtp_mp4g_depay_get_property),
9179         (gst_rtp_mp4g_depay_change_state),
9180         (gst_rtp_mp4g_depay_plugin_init):
9181         * gst/rtp/gstrtpmp4gdepay.h:
9182         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9183         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9184         (gst_rtp_mp4g_pay_flush):
9185         Added simple generic mpeg4 depayloader.
9186         Fix generic mpeg4 payloader.
9187
9188 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9189
9190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9191           Don't try doing state changes on a NULL pointer.
9192
9193 2006-07-14  Wim Taymans  <wim@fluendo.com>
9194
9195         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9196
9197         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9198         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9199         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9200         * gst/rtp/gstrtpamrdepay.h:
9201         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9202         Fixes #321191
9203
9204 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9205
9206         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9207         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9208         Fix segfault when moving mouse pointer to the bottom right corner.
9209
9210 2006-07-12  Wim Taymans  <wim@fluendo.com>
9211
9212         * gst/rtp/Makefile.am:
9213         * gst/rtp/gstrtp.c: (plugin_init):
9214         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9215         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9216         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9217         (gst_rtp_mp2t_depay_set_property),
9218         (gst_rtp_mp2t_depay_get_property),
9219         (gst_rtp_mp2t_depay_change_state),
9220         (gst_rtp_mp2t_depay_plugin_init):
9221         * gst/rtp/gstrtpmp2tdepay.h:
9222         Added mpeg2 TS depayloader. Closing #347234.
9223
9224 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9225
9226         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9227           Remove g_assert that shouldn't be there and was triggered
9228           after trying to open a device that doesn't exist or can't
9229           be opened for some other reason (#347972).
9230
9231 2006-07-10  Edward Hervey  <edward@fluendo.com>
9232
9233         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9234         (gst_avi_demux_stream_header), (push_tag_lists):
9235         * gst/avi/gstavidemux.h:
9236         Don't push tag events found by gst_riff_parse_info() before outputting
9237         GST_EVENT_NEWSEGMENT.
9238
9239 2006-07-10  Wim Taymans  <wim@fluendo.com>
9240
9241         * gst/rtsp/Makefile.am:
9242         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9243         (rtsp_connection_close):
9244         * gst/rtsp/rtspdefs.h:
9245         replaced closesocket and close in code with one CLOSE_SOCKET. 
9246         Some more cleanups. Fixes #345301.
9247
9248 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9249
9250         * gst/autodetect/gstautoaudiosink.c:
9251           Fix example pipeline in docs.
9252
9253 2006-07-10  Wim Taymans  <wim@fluendo.com>
9254
9255         Patch by: Rob Taylor <robtaylor at floopily dot org>
9256
9257         * gst/udp/gstmultiudpsink.c: (join_multicast),
9258         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9259         If a destination is added before the stream is set to PAUSED, the
9260         multicast group is not joined as the socket is not created yet. 
9261         Also TTL and LOOP should also be set. Fixes #346921.
9262
9263 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9264
9265         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9266         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9267         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9268         (gst_ximage_src_init):
9269         * sys/ximage/gstximagesrc.h:
9270         Fix use-damage property to actually work :)
9271         Add startx, starty, endx, endy properties so screencasts other than full
9272         screen ones can work.
9273
9274 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9275
9276         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9277         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9278         (gst_ximage_src_class_init), (gst_ximage_src_init):
9279         * sys/ximage/gstximagesrc.h:
9280         Add use_damage property to offer ability to choose whether to use
9281         XDamage or not.
9282
9283 2006-07-07  Wim Taymans  <wim@fluendo.com>
9284
9285         * gst/goom/filters.c: (zoomFilterSetResolution):
9286         Avoid goom coredumping by clearing memory. 
9287         Fixes 345679.
9288
9289 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9290
9291         * win32/vs6/libgstid3demux.dsp:
9292         Add a link to libgsttag-0.10.lib.
9293
9294 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9295
9296         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9297         (gst_tag_demux_read_range):
9298         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9299         (gst_id3demux_read_range):
9300           Don't return FLOW_UNEXPECTED when a buffer is before
9301           the start of the stream (which might happen with
9302           large ID3v2 tags if the tag reading was done pullrange
9303           based and we then switched to push mode later on).
9304           Fixes regression introduced by commit from June 29th.
9305
9306 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9307
9308         * ext/taglib/gstid3v2mux.cc:
9309           Make UTF-8 the default encoding when writing string
9310           tags (before, our UTF-8 strings would automatically
9311           be converted to ISO-8859-1 by taglib and written as
9312           ISO-8859-1 fields if that was possible).
9313
9314         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9315         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9316         (test_taglib_id3mux_with_tags):
9317           Add test case that makes sure our UTF-8 strings have
9318           actually been written into the tag as UTF-8.
9319
9320 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         * configure.ac:
9323           Let's try that again.
9324
9325 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * configure.ac:
9328           Disable monoscope plugin for now until it fulfills
9329           all the requirements.
9330
9331 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9332
9333         * configure.ac:
9334         * gst/monoscope/Makefile.am:
9335         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9336         (gst_monoscope_class_init), (gst_monoscope_init),
9337         (gst_monoscope_finalize), (gst_monoscope_reset),
9338         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9339         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9340         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9341         (gst_monoscope_change_state), (plugin_init):
9342         * gst/monoscope/gstmonoscope.h:
9343           Port monoscope visualisation to 0.10.
9344
9345 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9348         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9349           Return FLOW_UNEXPECTED when at the end of the file, not
9350           FLOW_ERROR. Fixes 'internal stream error' errors that
9351           would sometimes occur in totem when scrubbing to the
9352           end of an ID3v1 tagged mp3 file.
9353
9354 2006-07-03  Edward Hervey  <edward@fluendo.com>
9355
9356         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9357         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9358         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9359         * ext/libpng/gstpngdec.h:
9360         Implement buffer clipping/dropping using GstSegment.
9361         This provides accurate seeking.
9362
9363 2006-07-03  Edward Hervey  <edward@fluendo.com>
9364
9365         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9366         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9367         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9368         (gst_avi_demux_process_next_entry), (push_tag_lists),
9369         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9370         * gst/avi/gstavidemux.h:
9371         Proper aggregation of each stream's GstFlowReturn in order to figure out
9372         whether the task should stop or not.
9373         Don't send inline events before pushing out a NEW_SEGMENT, more
9374         specifically for GST_TAG_EVENT.
9375         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9376         sub-indexes.
9377
9378 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9379
9380         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9381
9382         * sys/sunaudio/gstsunaudiomixerctrl.c:
9383         (gst_sunaudiomixer_ctrl_build_list):
9384           Move "Monitor" slider to input tab so it works more like
9385           sdtaudiocontrol, which is what people on Solaris are used
9386           to using for their mixer program (#346259).
9387
9388 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9389
9390         * tests/check/elements/level.c: (GST_START_TEST):
9391           fix a leak, clean up at the end
9392
9393 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9394
9395         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9396         (gst_matroska_demux_send_event),
9397         (gst_matroska_demux_loop_stream_parse_id):
9398         * gst/matroska/matroska-ids.h:
9399           Send tag event after newsegment event.
9400
9401 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9402
9403         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9404         (gst_id3demux_read_range):
9405           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9406           certain cases where a read beyond the end of the file is
9407           requested. Fixes #345930.
9408
9409         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9410         (gst_tag_demux_read_range):
9411           Fix same issue here as well.
9412
9413 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9414
9415         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9416         
9417         Fix hypothetical crash.
9418
9419 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9420
9421         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9422
9423         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9424           Do not modify the ports value. If the user has turned off the
9425           built-in speakers, then we should not reset it in the prepare
9426           function, since this causes the built-in speakers to turn
9427           back on anytime the user changes a track in totem, rhythmbox,
9428           etc. (#346066).
9429
9430 2006-06-23  Wim Taymans  <wim@fluendo.com>
9431
9432         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9433         Fix double caps unref when negotiation fails.
9434
9435 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9436
9437         * ext/annodex/gstcmmldec.c:
9438         * ext/annodex/gstcmmlenc.c:
9439         * ext/annodex/gstcmmlparser.c:
9440         * ext/dv/gstdvdec.c:
9441         * ext/dv/gstdvdemux.c:
9442         * ext/gdk_pixbuf/pixbufscale.c:
9443         * ext/jpeg/gstjpegenc.c:
9444         * ext/jpeg/gstsmokedec.c:
9445         * ext/jpeg/gstsmokeenc.c:
9446         * ext/libpng/gstpngdec.c:
9447         * ext/libpng/gstpngenc.c:
9448         * ext/speex/gstspeexenc.c:
9449         * gst/alpha/gstalphacolor.c:
9450         * gst/cutter/gstcutter.c:
9451         * gst/debug/gstnavigationtest.c:
9452         * gst/icydemux/gsticydemux.c:
9453         * gst/level/gstlevel.c:
9454         * gst/multipart/multipart.c:
9455         * gst/rtp/gstrtpamrpay.c:
9456         * gst/rtp/gstrtpdepay.c:
9457         * gst/rtp/gstrtpilbcpay.c:
9458         * gst/rtp/gstrtpmp4gpay.c:
9459         * gst/rtp/gstrtpmp4vpay.c:
9460         * gst/rtsp/gstrtpdec.c:
9461         * gst/rtsp/gstrtspsrc.c:
9462         * gst/udp/gstdynudpsink.c:
9463         * gst/udp/gstmultiudpsink.c:
9464         * gst/udp/gstudpsrc.c:
9465         * gst/videobox/gstvideobox.c:
9466         * gst/videofilter/gstvideoflip.c:
9467           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9468           plus two minor macro fixes.
9469
9470 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9471
9472         * gst/matroska/matroska-demux.c:
9473         (gst_matroska_demux_check_subtitle_buffer),
9474         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9475         (gst_matroska_demux_subtitle_caps):
9476         * gst/matroska/matroska-ids.c:
9477         (gst_matroska_track_init_subtitle_context):
9478         * gst/matroska/matroska-ids.h:
9479           Try to fix up broken matroska files containing subtitle
9480           streams with non-UTF8 character encodings (courtesy of
9481           mkvmerge) using either the encoding specified in the
9482           GST_SUBTITLE_ENCODING environment variable or the
9483           current locale's character set if it is non-UTF8.
9484           Fixes #337076.
9485
9486 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9489           Set image type from APIC frame as "image-type" field
9490           of GST_TAG_IMAGE buffer caps (#344605).
9491
9492 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9493
9494         * ext/flac/Makefile.am:
9495         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9496         (gst_flac_dec_reset_decoders),
9497         (gst_flac_dec_setup_seekable_decoder),
9498         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9499         (gst_flac_dec_metadata_callback),
9500         (gst_flac_dec_metadata_callback_seekable),
9501         (gst_flac_dec_metadata_callback_stream),
9502         (gst_flac_dec_error_callback),
9503         (gst_flac_dec_error_callback_seekable),
9504         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9505         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9506         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9507         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9508         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9509         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9510         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9511         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9512         (gst_flac_dec_sink_activate_push),
9513         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9514         * ext/flac/gstflacdec.h:
9515           Support chain-based operation, should make flac-over-DAAP
9516           work (#340492).
9517
9518 2006-06-20  Wim Taymans  <wim@fluendo.com>
9519
9520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9521         Doc updates, merge some unused symbols.
9522
9523 2006-06-20  Wim Taymans  <wim@fluendo.com>
9524
9525         * docs/plugins/Makefile.am:
9526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9528         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9529         * gst/rtsp/gstrtspsrc.c:
9530         * gst/rtsp/gstrtspsrc.h:
9531         Added documentation for the rtsp plugin. Fixes #345393.
9532
9533 2006-06-20  Wim Taymans  <wim@fluendo.com>
9534
9535         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9536         (rtsp_connection_close), (rtsp_connection_free):
9537         Use better G_OS_* macros. Fixes #345301 some more.
9538
9539 2006-06-20  Wim Taymans  <wim@fluendo.com>
9540
9541         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9542
9543         * sys/sunaudio/Makefile.am:
9544         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9545         * sys/sunaudio/gstsunaudiomixerctrl.c:
9546         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9547         (gst_sunaudiomixer_ctrl_list_tracks),
9548         (gst_sunaudiomixer_ctrl_get_volume),
9549         (gst_sunaudiomixer_ctrl_set_volume),
9550         (gst_sunaudiomixer_ctrl_set_mute),
9551         (gst_sunaudiomixer_ctrl_set_record):
9552         * sys/sunaudio/gstsunaudiomixerctrl.h:
9553         * sys/sunaudio/gstsunaudiomixertrack.c:
9554         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9555         * sys/sunaudio/gstsunaudiomixertrack.h:
9556         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9557         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9558         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9559         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9560         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9561         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9562         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9563         (gst_sunaudiosrc_reset):
9564         * sys/sunaudio/gstsunaudiosrc.h:
9565         Add a SunAudio source plugin.
9566         Support stereo and right/left channel gain in the mixer plugin.
9567         Support the RECORD flag so that you can switch between line-input and
9568         microphone in gnome-volume-control.
9569         Code cleanups like using an enumerator for track number instead of an 
9570         integer. Fixes #344923.
9571
9572 2006-06-20  Wim Taymans  <wim@fluendo.com>
9573
9574         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9575
9576         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9577         (rtsp_connection_close):
9578         Make RTSP plugin compile on windows. Fixes #345301.
9579         Some changes to original patch to catch errors better.
9580         use ifdef WIN32 instead of ifndef.
9581
9582 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9583
9584         * configure.ac:
9585         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9586
9587 2006-06-18  Edward Hervey  <edward@fluendo.com>
9588
9589         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9590         After a failed buffer alloc, we need to abort the jpeg decoding (it
9591         started when parsing headers to figure out how many bytes we need
9592         to request downstream).
9593
9594 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9595
9596         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9597
9598         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9599           Make sure we don't read beyond the end of the file (#345232).
9600
9601 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9602
9603         * configure.ac:
9604           Fix --disable-external (can't set conditionals conditionally,
9605           #343602).
9606
9607 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9608
9609         * autogen.sh:
9610         * configure.ac:
9611         * docs/Makefile.am:
9612           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9613
9614         * docs/plugins/Makefile.am:
9615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9616         * docs/plugins/inspect/plugin-taglib.xml:
9617           Add/fix apev2mux docs.
9618
9619 2006-06-14  Wim Taymans  <wim@fluendo.com>
9620
9621         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9622         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9623         (gst_dvdec_change_state):
9624         Reset segment info on flush.
9625         Alloc segment in _init, free in _finalize.
9626
9627         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9628         Don't send segments twice.
9629
9630 2006-06-14  Wim Taymans  <wim@fluendo.com>
9631
9632         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9633         Respect segment.stop. Fixes #342592.
9634
9635 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9636
9637         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9638           No language specified means the implied language is English
9639           according to the matroska spec (partially fixes #344708);
9640           add some more debug output.
9641
9642 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9643
9644         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9645         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9646         (gst_wavparse_chain):
9647           When operating chain-based, don't make any assumptions about the
9648           chunking of the incoming data and make streaming work on days other
9649           than the second Thursday after a full moon. Also fix up debug
9650           messages here and there and make use of the most excellent new
9651           gst_pad_query_peer_duration() utility function.
9652           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9653
9654         * gst/wavparse/gstwavparse.h:
9655           Remove trailing comma after last enum value, some compilers don't
9656           like that.
9657
9658 2006-06-13  Wim Taymans  <wim@fluendo.com>
9659
9660         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9661         Handle premature EOS gracefully.
9662
9663 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9666           Prevent out of bounds array access when scrubbing towards
9667           the end of the file between the last index entry and the
9668           end. Fixes occasional 'start <= stop' newsegment event
9669           assertions when scrubbing in MJPEG files.
9670
9671 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * tests/check/elements/.cvsignore:
9674           And another one.
9675
9676 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9677
9678         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9679         (scan_encoded_string), (parse_picture_frame):
9680           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9681
9682         * configure.ac:
9683           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9684           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9685
9686 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9687
9688         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9689           gratuitous comment changes
9690         * tests/check/elements/level.c: (GST_START_TEST):
9691           fix level test leaks
9692
9693 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9694
9695         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9696         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9697           Use gst_pad_query_peer_duration() utility function here.
9698
9699 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9700
9701         * autogen.sh:
9702           require am17
9703         * configure.ac:
9704         * ext/annodex/Makefile.am:
9705         * ext/cdio/Makefile.am:
9706         * ext/dv/Makefile.am:
9707         * ext/esd/Makefile.am:
9708         * ext/flac/Makefile.am:
9709         * ext/gdk_pixbuf/Makefile.am:
9710         * ext/ladspa/Makefile.am:
9711         * ext/libcaca/Makefile.am:
9712         * ext/speex/Makefile.am:
9713         * ext/taglib/Makefile.am:
9714         * sys/oss/Makefile.am:
9715         * sys/sunaudio/Makefile.am:
9716         * sys/ximage/Makefile.am:
9717           clean up build further
9718
9719 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9720
9721         * gconf/Makefile.am:
9722           Honour --disable-schemas-install configure option. Fixes #344100.
9723
9724 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         * tests/examples/level/Makefile.am:
9727           Add -lm to LIBS for pow() function, don't assume one of our
9728           dependencies (such as libxml-2.0) drags it in automatically
9729           (#343603).
9730
9731 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9732
9733         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9734
9735         * configure.ac:
9736           We should use $SED and not $(SED) in configure.ac (#343678).
9737
9738 2006-06-09  Wim Taymans  <wim@fluendo.com>
9739
9740         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9741
9742         * sys/sunaudio/gstsunaudiomixerctrl.c:
9743         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9744         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9745         (gst_sunaudiomixer_ctrl_set_mute):
9746         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9747         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9748         (gst_sunaudiosink_write):
9749         Attached find a patch that fixes a number of bugs with the SunAudio
9750         mixer plugin and fixes #344101:
9751         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9752            tracks onto the tracklist causing gnome-volume-control's preferences
9753            dialog to be messed up and would core dump if you checked/unchecked
9754            any item.
9755         2. We weren't previously setting the MUTE flag properly.  Fixing this
9756            makes gnome-volume-control work better.
9757         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9758            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9759            gnome-volume-control look better.
9760         Also some minor cleanup in gstsunaudiosink.c.
9761
9762 2006-06-09  Wim Taymans  <wim@fluendo.com>
9763
9764         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9765         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9766         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9767         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9768         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9769         * ext/jpeg/gstjpegdec.h:
9770         API: Added IDCT method property
9771         Small cleanups.
9772         Avoid dynamic allocation of trivial fixed structure.
9773         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9774
9775 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9776
9777         * configure.ac:
9778         We now require libraw1394 >= 1.1.0 and that version onwards all
9779         have .pc files.
9780
9781 2006-06-02  Edward Hervey  <edward@fluendo.com>
9782
9783         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9784         Trying to get items from an ANY or EMPTY caps is ... stupid.
9785
9786 2006-06-02  Edward Hervey  <edward@fluendo.com>
9787
9788         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9789         (gst_dvdec_chain), (gst_dvdec_change_state):
9790         * ext/dv/gstdvdec.h:
9791         Added GstSegment handling, now implements dropping/clipping.
9792
9793 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9794
9795         * ext/aalib/gstaasink.h:
9796         * ext/annodex/gstcmmldec.h:
9797         * ext/cairo/gsttimeoverlay.h:
9798         * ext/dv/gstdvdec.h:
9799         * ext/dv/gstdvdemux.h:
9800         * ext/esd/esdmon.h:
9801         * ext/esd/esdsink.h:
9802         * ext/flac/gstflacenc.h:
9803         * ext/gconf/gstgconfaudiosink.h:
9804         * ext/gconf/gstgconfaudiosrc.h:
9805         * ext/gconf/gstgconfvideosink.h:
9806         * ext/gconf/gstgconfvideosrc.h:
9807         * ext/gdk_pixbuf/gstgdkanimation.h:
9808         * ext/gdk_pixbuf/pixbufscale.h:
9809         * ext/hal/gsthalaudiosink.h:
9810         * ext/hal/gsthalaudiosrc.h:
9811         * ext/jpeg/gstjpegenc.h:
9812         * ext/jpeg/gstsmokedec.h:
9813         * ext/jpeg/gstsmokeenc.h:
9814         * ext/libcaca/gstcacasink.h:
9815         * ext/libmng/gstmngdec.h:
9816         * ext/libmng/gstmngenc.h:
9817         * ext/libpng/gstpngdec.h:
9818         * ext/libpng/gstpngenc.h:
9819         * ext/raw1394/gstdv1394src.h:
9820         * ext/speex/gstspeexenc.h:
9821         * gst/autodetect/gstautoaudiosink.h:
9822         * gst/autodetect/gstautovideosink.h:
9823         * gst/avi/gstavidemux.h:
9824         * gst/cutter/gstcutter.h:
9825         * gst/debug/efence.h:
9826         * gst/debug/gstnavigationtest.h:
9827         * gst/debug/gstnavseek.h:
9828         * gst/flx/gstflxdec.h:
9829         * gst/goom/gstgoom.h:
9830         * gst/icydemux/gsticydemux.h:
9831         * gst/id3demux/gstid3demux.h:
9832         * gst/law/alaw-decode.h:
9833         * gst/law/alaw-encode.h:
9834         * gst/law/mulaw-decode.h:
9835         * gst/law/mulaw-encode.h:
9836         * gst/matroska/matroska-mux.h:
9837         * gst/median/gstmedian.h:
9838         * gst/oldcore/gstaggregator.h:
9839         * gst/oldcore/gstfdsink.h:
9840         * gst/oldcore/gstmd5sink.h:
9841         * gst/oldcore/gstmultifilesrc.h:
9842         * gst/oldcore/gstpipefilter.h:
9843         * gst/oldcore/gstshaper.h:
9844         * gst/oldcore/gststatistics.h:
9845         * gst/rtp/gstasteriskh263.h:
9846         * gst/rtp/gstrtpL16depay.h:
9847         * gst/rtp/gstrtpL16pay.h:
9848         * gst/rtp/gstrtpamrdepay.h:
9849         * gst/rtp/gstrtpamrpay.h:
9850         * gst/rtp/gstrtpdepay.h:
9851         * gst/rtp/gstrtpgsmdepay.h:
9852         * gst/rtp/gstrtpgsmpay.h:
9853         * gst/rtp/gstrtph263pay.h:
9854         * gst/rtp/gstrtph263pdepay.h:
9855         * gst/rtp/gstrtph263ppay.h:
9856         * gst/rtp/gstrtpmp4gpay.h:
9857         * gst/rtp/gstrtpmp4vdepay.h:
9858         * gst/rtp/gstrtpmp4vpay.h:
9859         * gst/rtp/gstrtpmpadepay.h:
9860         * gst/rtp/gstrtpmpapay.h:
9861         * gst/rtp/gstrtppcmadepay.h:
9862         * gst/rtp/gstrtppcmapay.h:
9863         * gst/rtp/gstrtppcmudepay.h:
9864         * gst/rtp/gstrtppcmupay.h:
9865         * gst/rtp/gstrtpspeexdepay.h:
9866         * gst/rtp/gstrtpspeexpay.h:
9867         * gst/rtsp/gstrtpdec.h:
9868         * gst/rtsp/gstrtspsrc.h:
9869         * gst/smpte/gstsmpte.h:
9870         * gst/udp/gstdynudpsink.h:
9871         * gst/udp/gstmultiudpsink.h:
9872         * gst/udp/gstudpsink.h:
9873         * gst/udp/gstudpsrc.h:
9874         * gst/videofilter/gstvideobalance.h:
9875         * gst/videofilter/gstvideoflip.h:
9876         * sys/oss/gstossdmabuffer.h:
9877         * sys/oss/gstossmixerelement.h:
9878         * sys/oss/gstosssink.h:
9879         * sys/oss/gstosssrc.h:
9880         * sys/osxvideo/osxvideosink.h:
9881         * sys/sunaudio/gstsunaudiomixer.h:
9882         * sys/sunaudio/gstsunaudiosink.h:
9883         * sys/ximage/gstximagesrc.h:
9884         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9885
9886 2006-05-31  Wim Taymans  <wim@fluendo.com>
9887
9888         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9889         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9890         (gst_goom_src_setcaps), (gst_goom_src_event),
9891         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9892         (gst_goom_change_state):
9893         * gst/goom/gstgoom.h:
9894         Handle QoS.
9895         Handle flushing, discont and events.
9896         Fix timestamps and various other cleanups.
9897
9898 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9899
9900         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9901         Fix bus reset when using libiec61883
9902
9903 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9904
9905         * configure.ac:
9906         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9907         * ext/raw1394/Makefile.am:
9908         Add CFLAGS.
9909         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9910         New method, to receive using libiec61883.
9911         (gst_dv1394src_iso_receive),
9912         #ifdef'd out if libiec61883 is present.
9913         (gst_dv1394src_bus_reset),
9914         Get userdata correctly if using libiec61883. 
9915         (gst_dv1394src_create),
9916         When using libiec61883, only poll one fd and no need to read.
9917         (gst_dv1394src_discover_avc_node),
9918         Replace g_warnings.
9919         (gst_dv1394src_start),
9920         Create new handle when we know which dv port.  More reliable
9921         than setting port on an existing handle.  Initialise libiec61883.
9922         (gst_dv1394src_stop):
9923         If using libiec61883, then cleanup its handle properly.
9924         * ext/raw1394/gstdv1394src.h:
9925         Add libiec61883 handle.
9926
9927 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9928
9929         * gst/avi/gstavidemux.c:
9930           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9931         * win32/MANIFEST:
9932           sort file listing
9933         * win32/vs6/libgstavi.dsp:
9934           add gstavimux.c to the project
9935         * win32/vs6/libgstid3demux.dsp:
9936           add link to zlib library
9937         * win32/vs6/libgstmatroska.dsp:
9938           add matroska-ids.c to the project
9939
9940 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         Patch by: Sebastian Dröge  <mail at slomosnail de >
9943
9944         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9945         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9946         * ext/taglib/Makefile.am:
9947         * ext/taglib/gstapev2mux.cc:
9948         * ext/taglib/gstapev2mux.h:
9949         * ext/taglib/gstid3v2mux.cc:
9950         * ext/taglib/gsttaglibmux.c: (plugin_init):
9951         * ext/taglib/gsttaglibmux.h:
9952           Add apev2mux element (#343122).
9953         
9954         * tests/check/Makefile.am:
9955         * tests/check/elements/apev2mux.c:
9956         (test_taglib_apev2mux_create_tags),
9957         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9958         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9959         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9960         (apev2mux_suite), (main):
9961           Add unit test for apev2mux element.
9962
9963 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9964
9965         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9966         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9967         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9968           GST_PTR_FORMAT should be used to print caps in debug statements.
9969
9970 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9973
9974         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9975         (ape_demux_parse_tags):
9976           Some clean-ups and additions: map APE 'file' tag to
9977           GST_TAG_LOCATION (#343123); add support for extracting
9978           the track count and clean up parsing a bit (#343127).
9979
9980 2006-05-28  Edward Hervey  <edward@fluendo.com>
9981
9982         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9983         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9984
9985 2006-05-28  Edward Hervey  <edward@fluendo.com>
9986
9987         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9988         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9989         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9990         * ext/jpeg/gstjpegdec.h:
9991         Clip outgoing buffers according to currently configured segment.
9992
9993 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9994
9995         * ext/taglib/gstid3v2mux.cc:
9996           Handle  writing of track-count or album-volume-count without
9997           track-number or albume-volume-number (in this case the number
9998           will just be set to 0).
9999
10000         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10001           It would be nice if we actually checked the values received for
10002           track/album-volume number/count in  _check_tags(), rather than
10003           setting them again ...
10004
10005 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10006
10007         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10008           A track/volume number or count of 0 does not make sense,
10009           just ignore it along with negative numbers (a tag might
10010           only contain a track count without a track number).
10011
10012 2006-05-27  Edward Hervey  <edward@fluendo.com>
10013
10014         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10015         (gst_jpeg_dec_sink_event):
10016         Abort decompression when receiving FLUSH_STOP. This should avoid
10017         issues when interrupting decoding with flushes.
10018
10019 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10020
10021         * ext/flac/gstflac.c:
10022           Don't #include file we don't dist any longer.
10023
10024 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         * README:
10027           Replace current README (containing the release notes from
10028           some 0.9.x version) with a proper README taken from the core.
10029
10030 2006-05-24  Wim Taymans  <wim@fluendo.com>
10031
10032         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10033         Implement EOS correctly by either posting
10034         SEGMENT_DONE or pushing an EOS message depending
10035         on the seek type. Fixes #342592
10036
10037 2006-05-24  Wim Taymans  <wim@fluendo.com>
10038
10039         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10040         * gst/law/alaw-decode.h:
10041         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10042         * gst/law/alaw-encode.h:
10043         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10044         * gst/law/mulaw-decode.h:
10045         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10046         * gst/law/mulaw-encode.h:
10047         Some cleanups in the chain functions.
10048         Remove some GStreamer 0.0.2 bits.
10049
10050 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10051
10052         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10053
10054         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10055           gst_collect_pads_stop() needs to be called before chaining up
10056           to the parent class (#342734).
10057
10058 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10059
10060         * ext/flac/Makefile.am:
10061         * ext/flac/flac_compat.h:
10062         * ext/flac/gstflac.c:
10063         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10064         * ext/flac/gstflacenc.c:
10065           Remove backwards compatibility cruft for dealing with FLAC API
10066           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10067
10068 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10071         (gst_matroska_demux_push_xiph_codec_priv_data),
10072         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10073         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10074         * gst/matroska/matroska-ids.h:
10075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10076         (gst_matroska_mux_video_pad_setcaps),
10077         (xiph3_streamheader_to_codecdata),
10078         (vorbis_streamheader_to_codecdata),
10079         (theora_streamheader_to_codecdata),
10080         (gst_matroska_mux_audio_pad_setcaps),
10081         (gst_matroska_mux_write_data):
10082           Add support for muxing/demuxing theora video (#342448; too bad
10083           none of the usual linux players can actually play this). Playback
10084           in GStreamer will require additional changes to theoradec in -base.
10085           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10086           cleanups.
10087
10088 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10089
10090         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10091         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10092           Fix crashes when the horizontal subsampling is 1.
10093           Fixes #342097.
10094
10095 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10098
10099         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10100         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10101         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10102         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10103         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10104         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10105         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10106         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10107         (gst_avi_mux_change_state):
10108         * gst/avi/gstavimux.h:
10109           Some enhancements for avimux (#342526):
10110            - add odml (large file) index support
10111            - store codec init data (e.g. huffyuv)
10112            - miscellaneous other fixes/cleanups
10113
10114 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10115
10116         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10117         Don't output any tag when we encounter a negative track number - the
10118         tag type is uint, so we end up outputting huge positive numbers
10119         instead. (Fixes: #342029)
10120
10121 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10122
10123         * configure.ac:
10124           update for new GSTPB_PLUGINS_DIR
10125
10126 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10127
10128         * rtp/gst/gstrtph263pay.c:
10129         Properly set static caps for H263 at 34.
10130
10131 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10132
10133         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10134
10135         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10136           Merge event tags and tag setter tags correctly (#339918). Also,
10137           don't leak taglist in case of an error.
10138           
10139 2006-05-17  Edward Hervey  <edward@fluendo.com>
10140
10141         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10142         We can only do caps intersection if the othercaps are non-empty and not
10143         ANY. Else we return the pad template (base_caps).
10144
10145 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10148           Fix crash when outputting debugging information for certain
10149           pictures (always good to use the right struct member for
10150           the number of records in an array).
10151
10152 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10153
10154         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10155
10156         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10157         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10158         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10159         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10160         (gst_ebml_read_float), (gst_ebml_read_ascii),
10161         (gst_ebml_read_binary):
10162           Don't create unnecessary sub-buffers all the time. Dramatically
10163           improves performance with multiple concurrently running
10164           matroskademux instances (#341818) (and avoids doing
10165           unnecessarily inefficient things in the general case).
10166
10167 2006-05-16  Edward Hervey  <edward@fluendo.com>
10168
10169         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10170         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10171         return value of gst_pad_push_event().
10172
10173 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10174
10175         * gst/autodetect/gstautoaudiosink.c:
10176         (gst_auto_audio_sink_find_best):
10177         * gst/autodetect/gstautovideosink.c:
10178         (gst_auto_video_sink_find_best):
10179         Make the name of the child element be based on the name of the
10180         parent, so that debug output is more useful.
10181         
10182         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10183         (parse_insert_string_field), (parse_split_strings):
10184         Rework string parsing to always walk over BOM markers in UTF16
10185         strings, using the endianness indicated by the innermost one,
10186         then trying the opposite endianness if that fails to convert
10187         to valid UTF-8. Fixes #341774
10188
10189 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10190
10191         Patch from: Matthieu <matthieu at fluendo dot com>
10192
10193         * ext/libpng/Makefile.am:
10194         Add LIBPNG_CFLAGS.
10195
10196 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10197
10198         * ext/taglib/gstid3v2mux.cc:
10199           Add support for writing images (APIC frames) into ID3v2
10200           tags (picture type always set to 'other' for now though).
10201
10202 2006-05-14  Michael Smith  <msmith@fluendo.com>
10203
10204         * gst/wavparse/gstwavparse.c:
10205           Update docs; wavparse implements push and pull modes.
10206
10207 2006-05-12  Wim Taymans  <wim@fluendo.com>
10208
10209         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10210         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10211         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10212         Ooops, bitten by the copy-and-paste design paradigm, fixes
10213         seek again.
10214
10215 2006-05-12  Wim Taymans  <wim@fluendo.com>
10216
10217         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10218         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10219         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10220         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10221         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10222         (gst_avi_demux_massage_index),
10223         (gst_avi_demux_calculate_durations_from_index),
10224         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10225         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10226         (gst_avi_demux_loop):
10227         * gst/avi/gstavidemux.h:
10228         Some cleanups, prepare to use GstSegment.
10229         Fix error in entry walking code.
10230         Fix VBR detection.
10231         Smarter timestamp calculation code.
10232         Uniform error/eos handling.
10233
10234 2006-05-12  Michael Smith  <msmith@fluendo.com>
10235
10236         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10237         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10238           Fix use of uninitialised values if we're NOT seeking in ready.
10239           Fix typos.
10240
10241 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10242
10243         * gst/wavparse/Makefile.am:
10244           Add CFLAGS and LIBS for libgstbase, fixes build on
10245           Cygwin (#341489).
10246
10247 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10250           Some more debug info. No need to check whether the string
10251           returned by g_convert() is really UTF-8 - either it is or
10252           we get NULL returned.
10253
10254 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10255
10256         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10257           Fix parsing of numeric genre strings some more, by ensuring that
10258           we only try and parse strings that a) Start with '(' and b) Consist
10259           only of digits.
10260           Also, when finding an escaping '((' sequence, bust it back to '(' by
10261           swallowing the first parenthesis
10262
10263 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10266         (gst_esdsink_open), (gst_esdsink_close):
10267         * ext/esd/esdsink.h:
10268           Move the esd_get_server_info() into gst_esdsink_open() and fail
10269           with a decent error message on errors.
10270
10271 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10272
10273         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10274         (gst_esdmon_channels_get_type):
10275         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10276         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10277         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10278         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10279         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10280         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10281         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10282         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10283         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10284         * gst/videomixer/videomixer.c:
10285         (gst_video_mixer_background_get_type):
10286           Const-ify GEnumValue arrays.
10287
10288 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10289
10290         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10291
10292         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10293         (gst_avi_mux_do_video_buffer):
10294           Work around gst_buffer_make_metadata_writable() bug that
10295           results in avimux marking all frames in the index as
10296           keyframes (#340859).
10297           
10298 2006-05-08  Wim Taymans  <wim@fluendo.com>
10299
10300         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10301         Make parsing of urls suck slightly less.
10302
10303 2006-05-08  Edward Hervey  <edward@fluendo.com>
10304
10305         * autogen.sh: (CONFIGURE_DEF_OPT): 
10306         libtoolize on Darwin/MacOSX is called glibtoolize.
10307
10308 2006-05-08  Wim Taymans  <wim@fluendo.com>
10309
10310         Patch by: Jens Granseuer <jensgr at gmx dot net>
10311
10312         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10313         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10314         C89 compliance fixes. Fixes #340980
10315
10316 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10317
10318         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10319         * ext/flac/gstflacdec.h:
10320           Handle segment seeks that include the end of the file as stop point
10321           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10322           message instead of an EOS event in case we're in segment seek
10323           mode (fixes #340699).
10324           
10325 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10326
10327         * ext/cairo/gsttextoverlay.c:
10328         * ext/flac/gstflacdec.c:
10329         * ext/gdk_pixbuf/pixbufscale.c:
10330         * gst/apetag/gstapedemux.c:
10331         * gst/debug/breakmydata.c:
10332         * gst/debug/testplugin.c:
10333         * gst/matroska/ebml-write.c:
10334         * gst/multipart/multipartdemux.c:
10335         * sys/osxaudio/gstosxaudiosink.c:
10336         * sys/osxaudio/gstosxaudiosrc.c:
10337         Add semicolons after GST_BOILERPLATE[_FULL] so that
10338         indent doesn't mess up following lines.
10339
10340 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10341
10342         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10343
10344         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10345           Don't leak caps when freeing the stream context (#340623).
10346
10347 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10348
10349         * configure.ac:
10350           Back to CVS
10351
10352 === release 0.10.3 ===
10353
10354 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10355
10356         * configure.ac:
10357           releasing 0.10.3, "Desplazado"
10358
10359 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * gst/matroska/matroska-mux.c:
10362         (gst_matroska_mux_stream_is_vorbis_header),
10363         (gst_matroska_mux_write_data):
10364           Don't strcmp() NULL strings.
10365           Only start new clusters on video keyframes, not on any
10366           random audio buffer that doesn't have the DELTA_UNIT
10367           flag set (fixes 'make check' again).
10368
10369 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10370
10371         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10372
10373         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10374         (gst_matroska_mux_stream_is_vorbis_header),
10375         (gst_matroska_mux_write_data):
10376           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10377           value and then dead-lock when muxing vorbis audio streams
10378           (the three vorbis header buffers carry no timestamp, and it
10379           would try to mux these after all video buffers). Fixes #340346.
10380
10381           Improve clustering: start a new cluster also whenever we get
10382           a keyframe.     
10383
10384 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10385
10386         * win32/common/config.h:
10387         * win32/MANIFEST
10388           add the generated file as well
10389
10390 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10391
10392         * Makefile.am:
10393         * configure.ac:
10394         * win32/common/config.h.in:
10395           add win32 stuff
10396
10397 2006-05-03  Michael Smith  <msmith@fluendo.com>
10398
10399         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10400           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10401           SUCKS.
10402
10403 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10404
10405         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10406         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10407         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10408           don't leak caps-string
10409
10410 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10411
10412         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10413         (gst_id3demux_sink_activate):
10414           Let core insert default error message for TYPE_NOT_FOUND
10415           errors, it's just as good as our own and has the added
10416           bonus of being translated.
10417
10418 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10421         (gst_tag_demux_sink_event):
10422         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10423         (gst_id3demux_sink_event):
10424           Post an error message when we get an EOS event and were not
10425           able to find out the type of stream.
10426
10427         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10428         (test_taglib_id3mux_with_tags):
10429           Decrease num-buffers to 16 per iteration again, otherwise the
10430           many memcpy()s and reallocations in the test will hammer slow
10431           CPUs completely and make the test timeout.
10432
10433 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10434
10435         * configure.ac:
10436           figure out where plugins-base plugins are
10437         * tests/check/Makefile.am:
10438           use plugins-base plugins, so we have typefind functions
10439         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10440           increase num-buffers, this makes sure the test errors out instead
10441           of timing out when no typefind functions are present
10442
10443 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10444
10445         * docs/plugins/Makefile.am:
10446           also check .cc files for gtk-doc markup
10447         * configure.ac:
10448         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10450         * tests/check/Makefile.am:
10451         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10452         * ext/Makefile.am:
10453         * ext/taglib/Makefile.am:
10454         * ext/taglib/gstid3v2mux.h:
10455         * ext/taglib/gsttaglibmux.c:
10456         * ext/taglib/gsttaglibmux.h:
10457           move taglib-based id3v2muxer to -good.  Fixes #336110.
10458
10459 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10460
10461         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10462           ... and fix multichannel/WAVFORMATEX support again.
10463
10464 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10465
10466         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10467         (gst_wavparse_class_init), (gst_wavparse_dispose),
10468         (gst_wavparse_reset), (gst_wavparse_init),
10469         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10470         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10471         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10472         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10473         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10474         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10475         (gst_wavparse_stream_data), (gst_wavparse_loop),
10476         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10477         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10478         (gst_wavparse_change_state), (plugin_init):
10479         * gst/wavparse/gstwavparse.h:
10480           Add push (streaming) mode to wavparse (fixes #337625)
10481
10482 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10483
10484         * configure.ac:
10485         * tests/Makefile.am:
10486           add ximagesrc icles test
10487
10488 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10489
10490         * configure.ac:
10491         * docs/plugins/Makefile.am:
10492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10493         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10494         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10495         (gst_cmml_enc_push_clip):
10496         * sys/Makefile.am:
10497         * sys/ximage/Makefile.am:
10498         * sys/ximage/gstximagesrc.c:
10499           Move ximagesrc plug-in to good after review.  Fixes #336756.
10500
10501 2006-04-28  Michael Smith  <msmith@fluendo.com>
10502
10503         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10504         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10505         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10506         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10507         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10508         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10509         * gst/icydemux/gsticydemux.h:
10510           Fix event handling: cache events when typefinding and forward later.
10511
10512 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10513
10514         * sys/osxaudio/gstosxaudiosink.c:
10515         (plugin_init):
10516          Register osxaudiosrc to the plugin.
10517         * sys/osxaudio/gstosxaudiosrc.c:
10518         (gst_osx_audio_src_osxelement_do_init),
10519         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10520         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10521         (gst_osx_audio_src_get_property),
10522         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10523         (gst_osx_audio_src_osxelement_init):
10524         * sys/osxaudio/gstosxaudiosrc.h:
10525           Port of osxaudiosrc to 0.10.
10526         * sys/osxaudio/Makefile.am:
10527           Add osxaudiosrc
10528
10529 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10530
10531         * sys/osxaudio/gstosxringbuffer.c:
10532         * sys/osxaudio/gstosxringbuffer.h:
10533           Forgot to commit earlier, part of the OSX audio plugin port
10534
10535 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10538         (parse_split_strings):
10539           Recognise and skip any byte order marker (BOM) in
10540           UTF-16 strings.
10541
10542 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * docs/plugins/Makefile.am:
10545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10547         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10548         * docs/plugins/inspect/plugin-avi.xml:
10549         * gst/avi/gstavidemux.c:
10550         * gst/avi/gstavimux.c:
10551           Add docs for both avidemux and avimux.
10552
10553 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10556
10557         * gst/avi/Makefile.am:
10558         * gst/avi/gstavi.c: (plugin_init):
10559         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10560         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10561         (gst_avi_mux_class_init), (gst_avi_mux_init),
10562         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10563         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10564         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10565         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10566         (gst_avi_mux_riff_get_avix_header),
10567         (gst_avi_mux_riff_get_video_header),
10568         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10569         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10570         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10571         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10572         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10573         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10574         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10575         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10576         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10577         (gst_avi_mux_change_state):
10578         * gst/avi/gstavimux.h:
10579           Port AVI muxer to GStreamer-0.10 (#332031).
10580
10581         * tests/check/Makefile.am:
10582         * tests/check/elements/avimux.c:
10583         * tests/check/elements/.cvsignore:
10584           Add unit test for AVI muxer.
10585
10586 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10587
10588         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10589         (gst_wavparse_class_init), (gst_wavparse_reset),
10590         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10591         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10592         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10593         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10594         (gst_wavparse_stream_data), (gst_wavparse_loop),
10595         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10596         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10597         (plugin_init):
10598         * gst/wavparse/gstwavparse.h:
10599           reverted patch #337625 for the price of 1 hour sleep
10600
10601 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10602
10603         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10604         (gst_wavparse_class_init), (gst_wavparse_reset),
10605         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10606         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10607         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10608         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10609         (gst_wavparse_stream_data), (gst_wavparse_loop),
10610         (gst_wavparse_chain), (plugin_init):
10611         * gst/wavparse/gstwavparse.h:
10612           correct partial implementation of push mode
10613           (from my last commit)
10614
10615 2006-04-26  Wim Taymans  <wim@fluendo.com>
10616
10617         * ext/esd/esdsink.c:
10618         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10619         it is not in esd.h
10620
10621 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10622
10623         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10624         (gst_au_parse_class_init), (gst_au_parse_init),
10625         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10626         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10627         (gst_au_parse_chain), (gst_au_parse_src_convert),
10628         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10629         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10630         (gst_au_parse_change_state):
10631         * gst/auparse/gstauparse.h:
10632           Rewrite auparse to suck a little bit less: make source pad
10633           dynamic, so decodebin/playbin work with non-raw formats
10634           like alaw/mulaw; add query function for duration/position
10635           queries; check whether we have enough data before attempting
10636           to parse the header (instead of crashing when that is not the
10637           case); work around audioconvert sucking by swapping endianness
10638           to the native endianness ourselves for float formats; send
10639           initial newsegment event. Fixes #161712.
10640
10641 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10642
10643         * sys/osxaudio/Makefile.am:
10644         * sys/osxaudio/gstosxaudioelement.c:
10645         (gst_osx_audio_element_get_type),
10646         (gst_osx_audio_element_class_init):
10647         * sys/osxaudio/gstosxaudioelement.h:
10648         * sys/osxaudio/gstosxaudiosink.c:
10649         (gst_osx_audio_sink_osxelement_do_init),
10650         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10651         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10652         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10653         (gst_osx_audio_sink_create_ringbuffer),
10654         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10655         (plugin_init):
10656         * sys/osxaudio/gstosxaudiosink.h:
10657         Port of osxaudiosink to 0.10
10658
10659 2006-04-26  Wim Taymans  <wim@fluendo.com>
10660
10661         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10662         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10663         the size of the ringbuffer. This should fix hangs with older 
10664         esd sound servers.
10665
10666 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10667
10668         * ext/aalib/gstaasink.c:
10669         * ext/annodex/gstcmmldec.c:
10670         * ext/annodex/gstcmmlenc.c:
10671         * ext/cairo/gsttextoverlay.c:
10672         * ext/cairo/gsttimeoverlay.c:
10673         * ext/cdio/gstcdiocddasrc.c:
10674         * ext/dv/gstdvdec.c:
10675         * ext/dv/gstdvdemux.c:
10676         * ext/esd/esdmon.c:
10677         * ext/esd/esdsink.c:
10678         * ext/flac/gstflacenc.c:
10679         * ext/flac/gstflactag.c:
10680         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10681         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10682         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10683         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10684         * ext/gdk_pixbuf/pixbufscale.c:
10685         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10686         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10687         * ext/jpeg/gstjpegdec.c:
10688         * ext/jpeg/gstjpegenc.c:
10689         * ext/jpeg/gstsmokedec.c:
10690         * ext/jpeg/gstsmokeenc.c:
10691         * ext/libcaca/gstcacasink.c:
10692         * ext/libmng/gstmngdec.c:
10693         * ext/libmng/gstmngenc.c:
10694         * ext/libpng/gstpngdec.c:
10695         * ext/libpng/gstpngenc.c:
10696         * ext/mikmod/gstmikmod.c:
10697         * ext/raw1394/gstdv1394src.c:
10698         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10699         * ext/shout2/gstshout2.h:
10700         * ext/speex/gstspeexdec.c:
10701         * ext/speex/gstspeexenc.c:
10702         * gst/alpha/gstalpha.c:
10703         * gst/alpha/gstalphacolor.c:
10704         * gst/apetag/gstapedemux.c:
10705         * gst/auparse/gstauparse.c:
10706         * gst/autodetect/gstautoaudiosink.c:
10707         (gst_auto_audio_sink_base_init):
10708         * gst/autodetect/gstautovideosink.c:
10709         (gst_auto_video_sink_base_init):
10710         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10711         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10712         * gst/cutter/gstcutter.c:
10713         * gst/debug/breakmydata.c:
10714         * gst/debug/efence.c:
10715         * gst/debug/gstnavigationtest.c:
10716         * gst/debug/gstnavseek.c:
10717         * gst/debug/negotiation.c:
10718         * gst/debug/progressreport.c:
10719         * gst/debug/testplugin.c:
10720         * gst/effectv/gstaging.c:
10721         * gst/effectv/gstdice.c:
10722         * gst/effectv/gstedge.c:
10723         * gst/effectv/gstquark.c:
10724         * gst/effectv/gstrev.c:
10725         * gst/effectv/gstshagadelic.c:
10726         * gst/effectv/gstvertigo.c:
10727         * gst/effectv/gstwarp.c:
10728         * gst/flx/gstflxdec.c:
10729         * gst/goom/gstgoom.c:
10730         * gst/icydemux/gsticydemux.c:
10731         * gst/id3demux/gstid3demux.c:
10732         * gst/interleave/deinterleave.c:
10733         * gst/interleave/interleave.c:
10734         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10735         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10736         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10737         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10738         * gst/level/gstlevel.c:
10739         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10740         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10741         * gst/median/gstmedian.c:
10742         * gst/monoscope/gstmonoscope.c:
10743         * gst/multipart/multipartdemux.c:
10744         * gst/multipart/multipartmux.c:
10745         * gst/oldcore/gstaggregator.c:
10746         * gst/oldcore/gstfdsink.c:
10747         * gst/oldcore/gstmd5sink.c:
10748         * gst/oldcore/gstmultifilesrc.c:
10749         * gst/oldcore/gstpipefilter.c:
10750         * gst/oldcore/gstshaper.c:
10751         * gst/oldcore/gststatistics.c:
10752         * gst/rtp/gstasteriskh263.c:
10753         * gst/rtp/gstrtpL16depay.c:
10754         * gst/rtp/gstrtpL16pay.c:
10755         * gst/rtp/gstrtpamrdepay.c:
10756         * gst/rtp/gstrtpamrpay.c:
10757         * gst/rtp/gstrtpdepay.c:
10758         * gst/rtp/gstrtpgsmpay.c:
10759         * gst/rtp/gstrtph263pay.c:
10760         * gst/rtp/gstrtph263pdepay.c:
10761         * gst/rtp/gstrtph263ppay.c:
10762         * gst/rtp/gstrtpilbcdepay.c:
10763         * gst/rtp/gstrtpmp4gpay.c:
10764         * gst/rtp/gstrtpmp4vdepay.c:
10765         * gst/rtp/gstrtpmp4vpay.c:
10766         * gst/rtp/gstrtpmpadepay.c:
10767         * gst/rtp/gstrtpmpapay.c:
10768         * gst/rtp/gstrtppcmadepay.c:
10769         * gst/rtp/gstrtppcmapay.c:
10770         * gst/rtp/gstrtppcmudepay.c:
10771         * gst/rtp/gstrtppcmupay.c:
10772         * gst/rtp/gstrtpspeexdepay.c:
10773         * gst/rtp/gstrtpspeexpay.c:
10774         * gst/rtsp/gstrtpdec.c:
10775         * gst/rtsp/gstrtspsrc.c:
10776         * gst/smpte/gstsmpte.c:
10777         * gst/udp/gstdynudpsink.c:
10778         * gst/udp/gstmultiudpsink.c:
10779         * gst/udp/gstudpsink.c:
10780         * gst/udp/gstudpsrc.c:
10781         * gst/videobox/gstvideobox.c:
10782         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10783         * gst/videofilter/gstvideobalance.c:
10784         * gst/videofilter/gstvideoflip.c:
10785         * gst/videofilter/gstvideotemplate.c:
10786         (gst_videotemplate_base_init):
10787         * gst/videomixer/videomixer.c:
10788         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10789         (gst_wavparse_class_init), (gst_wavparse_dispose),
10790         (gst_wavparse_reset), (gst_wavparse_init),
10791         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10792         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10793         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10794         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10795         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10796         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10797         (gst_wavparse_change_state):
10798         * gst/wavparse/gstwavparse.h:
10799         * sys/oss/gstossmixerelement.c:
10800         * sys/oss/gstosssink.c:
10801         * sys/oss/gstosssrc.c:
10802         * sys/osxaudio/gstosxaudioelement.c:
10803         * sys/osxaudio/gstosxaudiosink.c:
10804         * sys/osxaudio/gstosxaudiosrc.c:
10805         * sys/sunaudio/gstsunaudiomixer.c:
10806         * sys/sunaudio/gstsunaudiosink.c:
10807           Define GstElementDetails as const and also static (when defined as
10808           global)
10809
10810 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10811
10812         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10813           Source pad has fixed caps. If we don't set this, bad
10814           things happen when the window is resized.
10815
10816 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10817
10818         * gst/matroska/Makefile.am:
10819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10820         (gst_matroska_demux_handle_src_event):
10821         * gst/matroska/matroska-ids.c:
10822         (gst_matroska_track_init_video_context),
10823         (gst_matroska_track_init_audio_context),
10824         (gst_matroska_track_init_subtitle_context),
10825         (gst_matroska_track_init_complex_context):
10826         * gst/matroska/matroska-ids.h:
10827           Handle case where the TrackType ebml chunk does not come before the
10828           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10829           events.
10830
10831 2006-04-25  Wim Taymans  <wim@fluendo.com>
10832
10833         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10834         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10835         It's codec_data, not codec_info.
10836
10837 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10838
10839         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10840
10841         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10842           Handle codec_data for VfW compatibility codec IDs (#339451)
10843
10844         * gst/matroska/matroska-mux.c:
10845         (gst_matroska_mux_video_pad_setcaps):
10846           Same here, handle codec_data and add additional caps we can handle
10847           now to the pad template (huffyuv, dv and h263 video) (#339451)
10848
10849 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10850
10851         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10852
10853         * gst/matroska/matroska-mux.c:
10854         (gst_matroska_mux_create_buffer_header),
10855         (gst_matroska_mux_write_data):
10856           Fix timestamping of B-frames, use signed integers, do
10857           some rounding (#339678).
10858
10859 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10860
10861         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10862         just make it compile with --disable-gst-debug.
10863
10864 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10865
10866         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10867         Fix a bad conversion using gst_guint64_to_gdouble.
10868         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10869         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10870         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10871     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10872         mistake.
10873
10874 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10875
10876         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10877         Use gst_guint64_to_gdouble for conversions
10878         * win32/vs6/gst_plugins_good.dsw:
10879         * win32/vs6/libgsticydemux.dsp:
10880         Add a project file for icydemux
10881
10882 2006-04-21  Wim Taymans  <wim@fluendo.com>
10883
10884         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10885
10886         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10887         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10888         When splitting audio chunks, the block alignment is not taken in
10889         consideration, so the smaller chunks could be of size which is 
10890         not a multiple of the block alignment. Fixes #336904
10891
10892 2006-04-21  Wim Taymans  <wim@fluendo.com>
10893
10894         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10895         Use scale functions
10896
10897 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         * ext/dv/gstdv.c: (plugin_init):
10900           Fix build.
10901
10902 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10905         (gst_progress_report_class_init), (gst_progress_report_init),
10906         (gst_progress_report_do_query), (gst_progress_report_report),
10907         (gst_progress_report_set_property),
10908         (gst_progress_report_get_property):
10909           Add 'format' property to force querying to a particular format.
10910
10911 2006-04-21  Andy Wingo  <wingo@pobox.com>
10912
10913         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10914         best, on big endian systems. Drop its rank in that case. OTOH on
10915         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10916
10917 2006-04-21  Michael Smith  <msmith@fluendo.com>
10918
10919         * configure.ac:
10920         * gst/icydemux/Makefile.am:
10921         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10922         (gst_icydemux_base_init), (gst_icydemux_class_init),
10923         (gst_icydemux_reset), (gst_icydemux_init),
10924         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10925         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10926         (unicodify), (gst_icydemux_unicodify),
10927         (gst_icydemux_parse_and_send_tags),
10928         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10929         (gst_icydemux_chain), (gst_icydemux_change_state),
10930         (gst_icydemux_send_tag_event), (plugin_init):
10931         * gst/icydemux/gsticydemux.h:
10932         * tests/check/Makefile.am:
10933         * tests/check/elements/icydemux.c: (typefind_succeed),
10934         (plugin_init), (icydemux_found_pad), (create_icydemux),
10935         (cleanup_icydemux), (push_data), (GST_START_TEST),
10936         (icydemux_suite), (main):
10937           Add icydemux, and tests.
10938
10939 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10940
10941         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10942           Post SEGMENT_DONE message in TIME format.
10943
10944 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10945
10946         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10947
10948         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10949         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10950           Fix index creation when we have to scan the file to create
10951           an index. There may be other types of RIFF 'LIST' chunks than
10952           'movi' and we need to skip them properly as well or we'll end up
10953           reading garbage (#336889). Some other cosmetic changes.
10954           
10955 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10956
10957         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10958         (gst_flac_dec_handle_seek_event):
10959           Add support for segment seeks (fixes #338290). Also demote
10960           some recurring debug message from DEBUG to LOG level.
10961
10962 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10963
10964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10965         (gst_matroskademux_do_index_seek),
10966         (gst_matroska_demux_handle_seek_event),
10967         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10968         * gst/matroska/matroska-ids.h:
10969           Set DISCONT flag on first buffer after a discontinuity.
10970           Fix newsegment events sent when seeking and honour KEY_UNIT
10971           seek flag. Create pad with bogus caps if we don't recognise
10972           the stream codec id.
10973
10974         * gst/matroska/matroska-demux.h:
10975           Fix GObject macros.
10976
10977 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10978
10979         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10980
10981         * gst/matroska/matroska-demux.c:
10982         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10983           Handle end of segment properly when set; don't dead-lock when
10984           posting start of segment message when doing a segment seek.
10985           Fixes #338810.
10986
10987 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10990         (gst_matroska_demux_plugin_init):
10991           Make mpeg2 aac audio work: create artificial private codec data
10992           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10993           Also call gst_riff_init(). Partially fixes #338767.
10994
10995 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10996
10997         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10998         (gst_wavenc_class_init), (gst_wavenc_init),
10999         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11000         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11001         (gst_wavenc_chain), (gst_wavenc_change_state):
11002         * gst/wavenc/gstwavenc.h:
11003           Set caps on first outgoing buffer, so that it doesn't error out
11004           immediately with a non-negotiated error (#338716). Rewrite and
11005           clean up a bit; fix setcaps function to parse things properly;
11006           fix sink caps (8bit audio is unsigned and doesn't have depth);
11007           use boilerplate macros; remove unused properties stuff.
11008
11009 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11012           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11013           handle MJPEG streams and might be autoplugged for those if the
11014           user doesn't have jpegdec installed (resulting in a cryptic error
11015           message about huffman tables). Better to disable JPEG decoding here
11016           and let the user figure out that she needs to install jpegdec.
11017
11018 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11019
11020         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11021         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11022         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11023         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11024           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11025           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11026           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11027           debug messages. Fix boilerplate macros.
11028
11029 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11030
11031         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11032         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11033           No need to special-case for Gdk-2.0 any longer, we require
11034           Gdk 2.2 or newer; minor clean-ups.
11035
11036 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11039         (gst_shout2send_class_init), (gst_shout2send_init),
11040         (set_shout_metadata), (gst_shout2send_set_metadata),
11041         (gst_shout2send_event), (gst_shout2send_start),
11042         (gst_shout2send_connect), (gst_shout2send_stop),
11043         (gst_shout2send_render), (gst_shout2send_set_property),
11044         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11045         (plugin_init):
11046         * ext/shout2/gstshout2.h:
11047         * po/POTFILES.in:
11048           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11049           change function; use GST_ELEMENT_ERROR for error reporting, not
11050           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11051           will cause crashes or assertion failures; remove (unused) "sync"
11052           property, basesink already has such a property; misc. other
11053           minor fixes and cleanups.
11054
11055 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11056
11057         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11058         * ext/esd/gstesd.c: (plugin_init):
11059         * po/POTFILES.in:
11060           Add translatable error message for when we cannot
11061           connect to the sound server, as "Cannot open resource
11062           for writing" isn't really an acceptable message to show
11063           to the user in this case.
11064
11065 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11066
11067         * sys/oss/gst-i18n-plugin.h:
11068           Remove bogus file that doesn't belong here.
11069
11070 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11071
11072         Patch by: Philippe Valembois
11073
11074         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11075         (gst_shout2send_set_metadata), (gst_shout2send_event),
11076         (gst_shout2send_render), (gst_shout2send_change_state):
11077         * ext/shout2/gstshout2.h:
11078           Handle tags being received before the connection to
11079           the server is established properly (see #338636).
11080
11081 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11082
11083         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11084           Don't crash in case the connection to the server fails:
11085           don't set pointer to NULL by assigning FALSE; error out
11086           properly by using GST_ELEMENT_ERROR and returning
11087           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11088           before resetting the pointer.
11089
11090 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11091
11092         * gst/id3demux/id3tags.c:
11093         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11094         (Fixes #338713)
11095
11096 2006-04-12  Wim Taymans  <wim@fluendo.com>
11097
11098         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11099         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11100         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11101         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11102         (gst_gdk_pixbuf_chain):
11103         Some cleanups.
11104         Added RGBA as a possible output format.
11105         Correctly free the supported mimetypes.
11106         deprecate silent arg, it's not used.
11107         Return result from _alloc_buffer to peer.
11108
11109 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11110
11111         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11112           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11113           overwriting GST_BUFFER_MALLOCDATA.
11114
11115 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11118         (user_endrow_callback), (user_end_callback),
11119         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11120         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11121         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11122         * ext/libpng/gstpngdec.h:
11123           Handle more than one frame if the content is framed,
11124           like with png-in-quicktime (#331917).
11125
11126 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11127
11128         * sys/oss/Makefile.am:
11129         * sys/oss/common.h:
11130         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11131         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11132         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11133         (gst_oss_src_unprepare):
11134           - the user-visible error strings were in the wrong category
11135           - and the messages were not marked for translation
11136           - which is actually a good thing, because they were exactly
11137             the kind of message you would never want anyone to see
11138           - the macros were using variables that didn't exist in the macro
11139             arguments
11140           - and they were obviously copied from each other and then modified
11141           - so a common header makes sense
11142
11143 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11144
11145         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11146           Don't try to modify read-only data.
11147
11148         * gst/matroska/matroska-demux.c:
11149         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11150           Fix comment (won't crash any longer now).
11151
11152 2006-04-10  Michael Smith  <msmith@fluendo.com>
11153
11154         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11155           Use copies of header buffers for caps to avoid circular refcounting
11156           problems (as in theoradec, vorbisdec).
11157
11158         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11159           Fix a typo in test that meant it was testing the wrong thing.
11160
11161         * tests/check/elements/cmmlenc.c: (check_headers):
11162           Fix refcount checks now that we use buffer-copies for caps.
11163
11164 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11165
11166         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11167         (gst_matroska_demux_handle_seek_event),
11168         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11169         (gst_matroska_demux_subtitle_caps),
11170         (gst_matroska_demux_plugin_init):
11171           Use static pad templates with ANY caps for audio and video
11172           source pads and get rid of a lot of unnecessary (and partially
11173           broken) code for the template caps. Clean up caps finding
11174           functions. Fixes playback of audio files/streams that do not
11175           contain the sample rate and/or number of channels in the audio
11176           context (happens a lot with vorbis/mp3 .mka files it seems).
11177           Fixes #337183.
11178           Also add myself to copyright holders.
11179
11180 2006-04-10  Michael Smith  <msmith@fluendo.com>
11181
11182         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11183           Use g_list_delete_link () instead of g_list_remove_link () so that
11184           we free the link as well as the contained data.
11185
11186 2006-04-10  Wim Taymans  <wim@fluendo.com>
11187
11188         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11189
11190         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11191         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11192         (gst_avi_demux_stream_header):
11193         Fix some crashers with empty chunks. (Fixes #337749)
11194
11195 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11196
11197         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11198           use G_GINT64_CONSTANT for INT64 constants
11199         * gst/videofilter/gstvideobalance.c:
11200           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11201         * win32/vs6/libgstavi.dsp:
11202          add missing libraries for the link and remove avimux.c from
11203          the project as it isn't ported to 0.10 yet
11204         
11205 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11206
11207         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11208           Even better would be if we actually did the right thing
11209           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11210
11211 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11212
11213         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11214           Can't just replace 1LL with 1L here just because MSVC doesn't
11215           support it, as it might lead to incorrect results when doing the
11216           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11217           force a 64-bit constant in a way that all compilers are happy with.
11218
11219 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11220
11221         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11222         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11223         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11224         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11225         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11226         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11227         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11228         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11229         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11230         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11231         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11232         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11233         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11234         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11235         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11236         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11237         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11238         * gst/debug/efence.c: (gst_efence_class_init):
11239         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11240         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11241         * gst/goom/gstgoom.c: (gst_goom_class_init):
11242         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11243         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11244         * gst/interleave/interleave.c: (interleave_class_init):
11245         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11246         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11247         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11248         * gst/median/gstmedian.c: (gst_median_class_init):
11249         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11250         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11251         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11252         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11253         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11254         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11255         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11256         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11257         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11258         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11259         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11260         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11261         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11262         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11263         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11264         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11265         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11266         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11267         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11268         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11269         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11270         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11271         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11272         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11273         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11275         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11276         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11277         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11278         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11279         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11280         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11281         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11282         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11283         * sys/osxaudio/gstosxaudioelement.c:
11284         (gst_osxaudioelement_class_init):
11285         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11286         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11287         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11288         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11289
11290 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11291
11292         * ext/mikmod/gstmikmod.h:
11293         * gst/level/gstlevel.h:
11294         Fix more broken GObject macros
11295
11296 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11297
11298         * ext/annodex/gstcmmldec.h:
11299         * ext/annodex/gstcmmlenc.h:
11300         * ext/annodex/gstcmmltag.h:
11301         * ext/cairo/gsttextoverlay.h:
11302         * ext/ladspa/gstsignalprocessor.h:
11303         * gst/matroska/ebml-read.h:
11304         * gst/matroska/ebml-write.h:
11305         * sys/osxaudio/gstosxaudioelement.h:
11306         Fix broken GObject macros
11307
11308 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11311           Don't try to seek beyond the end of the file (would
11312           occasionally display error dialogs in totem when seeking
11313           to the end) (#335869). Will still throw an error though
11314           if the file is truncated and the total_samples value in
11315           the stream header is wrong.
11316
11317 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11320         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11321         (gst_flac_dec_metadata_callback):
11322         * ext/flac/gstflacdec.h:
11323           If the stream header doesn't contain the total number of samples,
11324           search for the last flac frame at the end of the file and calculate
11325           the total duration from that frame's offset (fixes #337609).
11326
11327 2006-04-07  Edward Hervey  <edward@fluendo.com>
11328
11329         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11330         Don't unref the GstPadTemplate returned by
11331         gst_element_class_get_pad_template().
11332
11333 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11336
11337         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11338         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11339         * sys/sunaudio/gstsunaudiosink.h:
11340           Use spec->segsize and spec->segtotal in the prepare function
11341           to initialise the ring buffer instead of using the buffer-time
11342           property (#337421).
11343
11344 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11345
11346         * configure.ac:
11347           Bump core requirements to CVS for gst_pad_query_peer_duration()
11348           which is used by speexdec.
11349
11350 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11351
11352         * ext/speex/gstspeex.c: (plugin_init):
11353         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11354         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11355         (speex_get_sink_query_types), (speex_dec_sink_query),
11356         (speex_get_src_query_types), (speex_dec_src_query),
11357         (speex_dec_src_event), (speex_dec_sink_event),
11358         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11359         (speex_dec_chain_parse_data), (speex_dec_chain),
11360         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11361         (speex_dec_change_state):
11362         * ext/speex/gstspeexdec.h:
11363           Fix seeking and duration queries (#337033); clean up and
11364           refactor a bit.
11365
11366 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11367
11368         * ext/raw1394/gstdv1394src.c:
11369           distinguish between device not found and could not open for
11370           reading
11371
11372 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11373
11374         * Makefile.am:
11375         * configure.ac:
11376         * pkgconfig/.cvsignore:
11377         * pkgconfig/Makefile.am:
11378         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11379           add a .pc file so other modules can use good plugins in tests
11380
11381 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11382
11383         * configure.ac:
11384           clean up, use AS_VERSION and AS_NANO
11385         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11386           use PACKAGE_VERSION define
11387         * po/af.po:
11388         * po/az.po:
11389         * po/cs.po:
11390         * po/en_GB.po:
11391         * po/hu.po:
11392         * po/it.po:
11393         * po/nb.po:
11394         * po/nl.po:
11395         * po/or.po:
11396         * po/sq.po:
11397         * po/sr.po:
11398         * po/sv.po:
11399         * po/uk.po:
11400         * po/vi.po:
11401           updated
11402
11403 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11404
11405         * ext\jpeg\smokecodec.c:
11406           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11407         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11408           move first instruction after all variables declarations
11409         * gst\alpha\gstalpha.c:
11410         * gst\effectv\gstshagadelic.c:
11411         * gst\smpte\paint.c:
11412         * gst\videofilter\gstvideobalance.c:
11413           define M_PI if it's not defined (it's not defined on WIN32)
11414         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11415         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11416         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11417         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11418         (gst_matroska_demux_video_caps):
11419         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11420         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11421           use gst_guint64_to_gdouble for conversions
11422         * gst\goom\filters.c: (setPixelRGB_):
11423           fix a debug which was using undefined variable
11424         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11425         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11426           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11427         * win32/vs6:
11428           add vs6 projects files for most of plugins-good
11429         
11430 2006-03-30  j^  <j@bootlab.org>
11431
11432         * ext/aalib/gstaasink.c:
11433         * ext/annodex/gstcmmldec.c:
11434         * ext/annodex/gstcmmlenc.c:
11435         * ext/cairo/gsttextoverlay.c:
11436         * ext/cairo/gsttimeoverlay.c:
11437         * ext/cdio/gstcdiocddasrc.c:
11438         * ext/dv/gstdvdec.c:
11439         * ext/esd/esdmon.c:
11440         * ext/esd/esdsink.c:
11441         * ext/flac/gstflacdec.c:
11442         * ext/flac/gstflacenc.c:
11443         * ext/flac/gstflactag.c:
11444         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11445         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11446         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11447         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11448         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11449         * ext/gdk_pixbuf/pixbufscale.c:
11450         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11451         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11452         * ext/jpeg/gstjpegdec.c:
11453         * ext/jpeg/gstjpegenc.c:
11454         * ext/jpeg/gstsmokedec.c:
11455         * ext/jpeg/gstsmokeenc.c:
11456         * ext/libcaca/gstcacasink.c:
11457         * ext/libmng/gstmngdec.c:
11458         * ext/libmng/gstmngenc.c:
11459         * ext/libpng/gstpngdec.c:
11460         * ext/libpng/gstpngenc.c:
11461         * ext/mikmod/gstmikmod.c:
11462         * ext/raw1394/gstdv1394src.c:
11463         * ext/shout2/gstshout2.c:
11464         * ext/speex/gstspeexdec.c:
11465         * ext/speex/gstspeexenc.c:
11466         * gst/alpha/gstalpha.c:
11467         * gst/alpha/gstalphacolor.c:
11468         * gst/auparse/gstauparse.c:
11469         * gst/autodetect/gstautoaudiosink.c:
11470         (gst_auto_audio_sink_base_init):
11471         * gst/autodetect/gstautovideosink.c:
11472         (gst_auto_video_sink_base_init):
11473         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11474         * gst/cutter/gstcutter.c:
11475         * gst/debug/breakmydata.c:
11476         * gst/debug/efence.c:
11477         * gst/debug/gstnavigationtest.c:
11478         * gst/debug/negotiation.c:
11479         * gst/debug/progressreport.c:
11480         * gst/debug/testplugin.c:
11481         * gst/effectv/gstaging.c:
11482         * gst/effectv/gstdice.c:
11483         * gst/effectv/gstedge.c:
11484         * gst/effectv/gstquark.c:
11485         * gst/effectv/gstrev.c:
11486         * gst/effectv/gstvertigo.c:
11487         * gst/effectv/gstwarp.c:
11488         * gst/flx/gstflxdec.c:
11489         * gst/goom/gstgoom.c:
11490         * gst/interleave/deinterleave.c:
11491         * gst/interleave/interleave.c:
11492         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11493         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11494         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11495         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11496         * gst/level/gstlevel.c:
11497         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11498         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11499         * gst/median/gstmedian.c:
11500         * gst/monoscope/gstmonoscope.c:
11501         * gst/multipart/multipartdemux.c:
11502         * gst/multipart/multipartmux.c:
11503         * gst/oldcore/gstmd5sink.c:
11504         * gst/oldcore/gstmultifilesrc.c:
11505         * gst/oldcore/gstpipefilter.c:
11506         * gst/oldcore/gstshaper.c:
11507         * gst/oldcore/gststatistics.c:
11508         * gst/rtp/gstasteriskh263.c:
11509         * gst/rtp/gstrtpL16depay.c:
11510         * gst/rtp/gstrtpL16pay.c:
11511         * gst/rtp/gstrtpamrdepay.c:
11512         * gst/rtp/gstrtpamrpay.c:
11513         * gst/rtp/gstrtpdepay.c:
11514         * gst/rtp/gstrtpgsmpay.c:
11515         * gst/rtp/gstrtph263pay.c:
11516         * gst/rtp/gstrtph263pdepay.c:
11517         * gst/rtp/gstrtph263ppay.c:
11518         * gst/rtp/gstrtpmp4gpay.c:
11519         * gst/rtp/gstrtpmp4vdepay.c:
11520         * gst/rtp/gstrtpmp4vpay.c:
11521         * gst/rtp/gstrtpmpadepay.c:
11522         * gst/rtp/gstrtpmpapay.c:
11523         * gst/rtp/gstrtppcmadepay.c:
11524         * gst/rtp/gstrtppcmapay.c:
11525         * gst/rtp/gstrtppcmudepay.c:
11526         * gst/rtp/gstrtppcmupay.c:
11527         * gst/rtp/gstrtpspeexdepay.c:
11528         * gst/rtp/gstrtpspeexpay.c:
11529         * gst/rtsp/gstrtpdec.c:
11530         * gst/smpte/gstsmpte.c:
11531         * gst/videobox/gstvideobox.c:
11532         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11533         * gst/videofilter/gstvideobalance.c:
11534         * gst/videofilter/gstvideoflip.c:
11535         * gst/videofilter/gstvideotemplate.c:
11536         (gst_videotemplate_base_init):
11537         * gst/videomixer/videomixer.c:
11538         * gst/wavenc/gstwavenc.c:
11539         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11540          better/unified long descriptions
11541          Fixed #336602
11542          Some cleanups to auparse, don't send multiple newsegments.
11543
11544 2006-03-29  Wim Taymans  <wim@fluendo.com>
11545
11546         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11547
11548         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11549         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11550         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11551         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11552         * ext/dv/gstdvdemux.h:
11553         Seek in READY patch. Only works for pull based mode.
11554         Fixes #323880
11555
11556 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11557
11558         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11559         (gst_gdk_pixbuf_event):
11560           Fix two crashers: don't unref the same caps twice, and
11561           set pixbuf loader to NULL after freeing it.
11562
11563 2006-03-27  Wim Taymans  <wim@fluendo.com>
11564
11565         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11566         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11567         (gst_speexenc_chain):
11568         * ext/speex/gstspeexenc.h:
11569         Don't leak adapter.
11570         A push *always* takes ownership of the buffer, even on
11571         errors.
11572         Small cleanups.
11573
11574 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11575
11576         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11577           Create source pad without leaking.
11578
11579 2006-03-24  Wim Taymans  <wim@fluendo.com>
11580
11581         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11582         * ext/flac/gstflacdec.h:
11583         * ext/flac/gstflacenc.h:
11584         Spifify a bit.
11585         Fix deadly lock order error in seeking code, STREAM_LOCK
11586         cannot be taken within LOCK and the streaming variables are
11587         protected with the STREAM_LOCK anyway.
11588
11589 2006-03-24  Wim Taymans  <wim@fluendo.com>
11590
11591         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11592         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11593         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11594         this patch combines the global init_frames with the stream
11595         init_frames. Rationale being that the global delay should 
11596         be subtracted from any stream delay.
11597         Fixes #335858.
11598
11599 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11600
11601         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11602         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11603         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11604         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11605         use DEBUG_FUNCPTR for collectpads
11606
11607 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11610           Don't crash when encoding images where the number of rows isn't
11611           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11612
11613 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11614
11615         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11616         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11617         * gst/interleave/interleave.c: (interleave_change_state):
11618         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11619           More state change function fixes.
11620
11621 2006-03-23  Wim Taymans  <wim@fluendo.com>
11622
11623         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11624         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11625         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11626         (gst_esdsink_delay), (gst_esdsink_reset):
11627         * ext/esd/esdsink.h:
11628         Fix esd choppy playback by configuring audiosink
11629         correctly. Fixes #325191
11630
11631 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11632
11633         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11634           Make state change function thread-safe.
11635
11636 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11639         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11640           Don't try to read beyond the end of the file just because
11641           the header claims a bigger size (like with truncated files).
11642
11643 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11646         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11647         (gst_wavparse_stream_data), (gst_wavparse_loop):
11648         * gst/wavparse/gstwavparse.h:
11649           Delay source pad creation until we have the first chunk of
11650           media data, so the we can examine the data and adjust the
11651           caps accordingly if required. This makes playback of .wav
11652           files with DTS-declared-as-PCM content work (#313266).
11653
11654 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11655
11656         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11657         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11658         Don't attempt typefinding on too-short buffers that have been
11659         completely trimmed away. (Fixes #330239)
11660
11661         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11662         Improve the debug output
11663
11664 2006-03-21  Wim Taymans  <wim@fluendo.com>
11665
11666         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11667         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11668         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11669         (gst_esdsink_set_property), (gst_esdsink_get_property):
11670         Some cleanups.
11671         Reset fd to -1 when we close them.
11672
11673 2006-03-21  Wim Taymans  <wim@fluendo.com>
11674
11675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11676         the OPTIONS request result is optional so don't
11677         fail on it.
11678
11679 2006-03-21  Edward Hervey  <edward@fluendo.com>
11680
11681         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11682         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11683         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11684         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11685         (gst_wavparse_change_state):
11686         gcc 4.1 unreferenced pointer fixes.
11687
11688 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11689
11690         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11691
11692         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11693           Fix block alignment calculation. Alignment should be done before
11694           adding the byte offset where the data starts (#335231).
11695
11696 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11697
11698         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11699           Ensure that we set correct caps on buffers that are transferred
11700           direct from the input.
11701
11702 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11703
11704         * gst/goom/filters.c: (zoomFilterDestroy):
11705         * gst/goom/goom_core.c: (goom_close):
11706           Free filter data when cleaning up. (Fixes: #334995)
11707
11708 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11709
11710         * configure.ac:
11711           Don't compile udp and rtsp plugins on win32 (mingw) or other
11712           systems that don't have <sys/socket.h> for some reason (#316203).
11713
11714 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11715
11716         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11717         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11718         * ext/raw1394/gstdv1394src.h:
11719           Change bus reset handler so it reports useful information such as
11720           whether the device being used connected or disconnected
11721
11722 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11723
11724         * gst/id3demux/id3v2frames.c:
11725         (parse_relative_volume_adjustment_two):
11726           We only care about gain and peak data for the master volume.
11727
11728 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11731         (parse_id_string), (parse_unique_file_identifier),
11732         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11733           Read replay gain tags (#323721).
11734
11735 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11736
11737         * configure.ac:
11738           Bump requirements to gst-plugins-base CVS because
11739           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11740
11741 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11742
11743         * rtp/gst/gstrtppcmadepay.c:
11744         Fixed one of the caps in the code from mulaw to alaw.
11745
11746 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11747
11748         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11749           Ensure that we set caps on the buffers we pass.
11750
11751         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11752         (gst_id3demux_sink_activate):
11753           Ensure that we set caps on the buffers we pass.
11754
11755           Use STREAM, TYPE_NOT_FOUND as the error class when
11756           typefinding fails.
11757
11758 2006-03-15  Edward Hervey  <edward@fluendo.com>
11759
11760         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11761         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11762         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11763         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11764         (gst_jpeg_dec_setcaps):
11765         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11766         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11767         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11768         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11769         (gst_mngdec_src_getcaps):
11770         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11771         (gst_pngdec_caps_create_and_set):
11772         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11773         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11774         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11775         * gst/alpha/gstalpha.c: (gst_alpha_init):
11776         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11777         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11778         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11779         * gst/cutter/gstcutter.c: (gst_cutter_init):
11780         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11781         (gst_efence_checkgetrange):
11782         * gst/debug/negotiation.c: (gst_negotiation_init):
11783         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11784         * gst/goom/gstgoom.c: (gst_goom_init):
11785         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11786         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11787         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11788         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11789         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11790         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11791         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11792         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11793         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11794         (gst_wavparse_create_sourcepad):
11795         Fix memleak with gst_static_pad_template_get().
11796         This uses gst_pad_new_from_static_template() instead.
11797         Fixes #333512
11798
11799 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * configure.ac:
11802           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11803           used by id3demux.
11804
11805         * gst/id3demux/gstid3demux.c: (plugin_init):
11806         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11807         (parse_user_text_identification_frame),
11808         (parse_unique_file_identifier):
11809           Add support for UFID and TXXX frames and extract musicbrainz tags.
11810
11811 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11814           Catch short reads, like they might happen with truncated
11815           files (see #305279); remove unnecessary indentation.
11816
11817 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11818
11819         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11820           Fix DIB image inversion for pictures with a
11821           depth != 8 (#305279).
11822
11823 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11826         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11827         * ext/jpeg/gstjpegdec.h:
11828           Fix durations on outgoing buffers after seeking
11829           in MJPEG files (#334083); some minor clean-ups.
11830
11831 2006-03-13  Wim Taymans  <wim@fluendo.com>
11832
11833         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11834         (gst_wavparse_change_state):
11835         Implement seek in READY (re-fixes #327658)
11836
11837 2006-03-13  Wim Taymans  <wim@fluendo.com>
11838
11839         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11840         * ext/esd/esdmon.c: (gst_esdmon_get):
11841         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11842         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11843         (gst_gdk_pixbuf_sink_getcaps):
11844         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11845         (gst_jpegenc_setcaps):
11846         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11847         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11848         (gst_smokeenc_setcaps):
11849         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11850         (gst_mngdec_src_getcaps):
11851         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11852         (gst_mngenc_chain):
11853         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11854         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11855         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11856         (speex_dec_src_event), (speex_dec_chain):
11857         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11858         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11859         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11860         (gst_negotiation_pad_link), (gst_negotiation_chain):
11861         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11862         (gst_flxdec_chain):
11863         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11864         (deinterleave_chain):
11865         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11866         * gst/median/gstmedian.c: (gst_median_link):
11867         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11868         (gst_monoscope_chain):
11869         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11870         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11871         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11872         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11873         close #333784 unref the result of gst_pad_get_parent()
11874         by: Christophe Fergeau.
11875
11876 2006-03-09  Wim Taymans  <wim@fluendo.com>
11877
11878         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11879         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11880         Handle events in push mode better, can now do non-flushing
11881         seeks in push mode as well.
11882
11883 2006-03-07  Wim Taymans  <wim@fluendo.com>
11884
11885         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11886         Applied patch from Kai Vehmanen, fixes #333624.
11887
11888 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11889
11890         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11891         Implement paletted and grayscale png files handling.
11892         (#150363).
11893
11894 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11895
11896         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11897         (gst_speexenc_chain):
11898           fix a tag list assert
11899           follow gst-plugins-base/ext/ogg/README; set OFFSET
11900           and OFFSET_END.  Muxes correctly with gst-plugins-base
11901           > 0.9.3
11902
11903 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11904
11905         * gst/id3demux/Makefile.am:
11906         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11907         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11908           Use new typefind helper functions here as well, and
11909           do typefinding in pull-mode if upstream supports that.
11910
11911 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11912
11913         * sys/sunaudio/gstsunaudiomixerctrl.c:
11914         (gst_sunaudiomixer_ctrl_get_volume),
11915         (gst_sunaudiomixer_ctrl_set_volume):
11916         * sys/sunaudio/gstsunaudiomixertrack.c:
11917         (gst_sunaudiomixer_track_new):
11918           Remove unused variables, breaks build from CVS
11919           with -Werror (#333392, patch by: Benjamin Pineau)
11920
11921 2006-03-03  Wim Taymans  <wim@fluendo.com>
11922
11923         * docs/plugins/Makefile.am:
11924         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11925         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11926         Added wavparse docs.
11927
11928         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11929         (gst_wavparse_reset), (gst_wavparse_init),
11930         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11931         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11932         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11933         (gst_wavparse_stream_data), (gst_wavparse_loop),
11934         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11935         (gst_wavparse_change_state):
11936         * gst/wavparse/gstwavparse.h:
11937         Implement seek in READY (fixes #327658)
11938         Added docs and did some cleanups.
11939
11940 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11941
11942         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11943         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11944         (gst_avi_demux_calculate_durations_from_index),
11945         (gst_avi_demux_stream_header):
11946         * gst/avi/gstavidemux.h:
11947           If we have an index, use a duration based on the index instead
11948           of blindly trusting the information in the stream headers
11949           (fixes #331817).
11950
11951 2006-03-03  Wim Taymans  <wim@fluendo.com>
11952
11953         * docs/plugins/Makefile.am:
11954         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11955         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11956         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11957         Added smoke and jpeg to the docs.
11958
11959         * ext/jpeg/Makefile.am:
11960         * ext/jpeg/gstjpeg.c: (plugin_init):
11961         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11962         * ext/jpeg/gstjpegenc.h:
11963         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11964         (gst_smokedec_chain):
11965         * ext/jpeg/gstsmokedec.h:
11966         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11967         * ext/jpeg/gstsmokeenc.h:
11968         * ext/jpeg/smokecodec.h:
11969         Port smokedec (fixes #331905).
11970         Added some docs.
11971         Some cleanups.
11972
11973 2006-03-03  Wim Taymans  <wim@fluendo.com>
11974
11975         * docs/plugins/Makefile.am:
11976         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11977         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11978         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11979         Added videobalance and videoflip to the docs.
11980
11981         * gst/videofilter/Makefile.am:
11982         * gst/videofilter/gstvideobalance.c:
11983         (gst_video_balance_update_tables_planar411),
11984         (gst_video_balance_is_passthrough),
11985         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11986         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11987         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11988         (gst_video_balance_finalize), (gst_video_balance_class_init),
11989         (gst_video_balance_init), (gst_video_balance_interface_supported),
11990         (gst_video_balance_interface_init),
11991         (gst_video_balance_colorbalance_list_channels),
11992         (gst_video_balance_colorbalance_set_value),
11993         (gst_video_balance_colorbalance_get_value),
11994         (gst_video_balance_colorbalance_init),
11995         (gst_video_balance_set_property), (gst_video_balance_get_property),
11996         (gst_video_balance_get_type), (plugin_init):
11997         * gst/videofilter/gstvideobalance.h:
11998         Ported to 0.10. (Fixes #326160)
11999         Added docs.
12000
12001         * gst/videofilter/gstvideoflip.c:
12002         * gst/videofilter/gstvideoflip.h:
12003         Added docs.
12004
12005 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12006
12007         * configure.ac:
12008           Bump requirements to current core and -base CVS
12009           (core for new typefind helper API, and -base for the
12010           WAVFORMATEX support that was added to libgstriff and
12011           is needed by wavparse).
12012         
12013         * gst/apetag/Makefile.am:
12014         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12015         (gst_tag_demux_sink_activate):
12016           Use new typefind helpers for typefinding instead of our
12017           home-grown stuff; also, do typefinding in pull-mode if
12018           upstream supports that.
12019
12020 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12021
12022         Reviewed by: Christian Schaller <christian@fluendo.com>
12023
12024         This patch fixes bug: 329107
12025
12026         This Changelog entry is for a commit done on February 17
12027
12028         * ext/gconf/gconf.c
12029         * ext/gconf/gconf.h
12030         * ext/gconf/gstgconfaudiosink.c
12031         * ext/gconf/gstgconfaudiosink.h
12032         * gconf/gstreamer.schemas.in
12033
12034 2006-02-28  Wim Taymans  <wim@fluendo.com>
12035
12036         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12037         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12038         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12039         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12040         Use DEBUG_OBJECT more.
12041
12042 2006-02-28  Wim Taymans  <wim@fluendo.com>
12043
12044         * docs/plugins/Makefile.am:
12045         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12046         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12047         Added dvdec and dvdemux to docs.
12048
12049         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12050         Added docs.
12051         Check frame sizes so we don't crash when don't have enough
12052         data.
12053         Send nice error messages on error.
12054
12055         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12056         (gst_dvdemux_class_init), (gst_dvdemux_init),
12057         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12058         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12059         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12060         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12061         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12062         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12063         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12064         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12065         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12066         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12067         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12068         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12069         * ext/dv/gstdvdemux.h:
12070         Added docs.
12071         Implement pull mode.
12072         Fix memleaks.
12073         Reduce memcpy for the video demuxing.
12074
12075 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12076
12077         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12078         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12079         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12080         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12081           Add a little extra debug. Make the decoder not return NOT_LINKED,
12082           as we want to continue decoding all CMML and emitting tags.
12083
12084 2006-02-27  Michael Smith  <msmith@fluendo.com>
12085
12086         * ext/annodex/gstskeltag.c:
12087         * ext/annodex/gstskeltag.h:
12088           Deleted; these files aren't used any more either.
12089
12090 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12091
12092         * ext/Makefile.am: Fix dist-check.
12093
12094 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12095
12096         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12097         memleak.
12098
12099 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12100
12101         * ext/annodex/Makefile.am:
12102         * ext/annodex/gstannodex.c:
12103         * ext/annodex/gstcmmldec.c:
12104         * ext/annodex/gstcmmlenc.c:
12105         * ext/annodex/gstcmmlparser.c:
12106         * ext/annodex/gstcmmlparser.h:
12107         * ext/annodex/gstcmmlutils.c:
12108         * tests/check/elements/cmmldec.c:
12109         * tests/check/elements/cmmlenc.c:
12110           Fix a memleak in gst_cmml_track_list_add_clip.
12111           Handle overflows in clip's start and end times.
12112           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12113           Do not parse junk at the end of a CMML preamble buffer.
12114           Register a libxml error handler to not print stuff on stderr.
12115           Check for bad clip start and end times in the testsuites.
12116
12117 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12118
12119         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12120         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12121         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12122         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12123         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12124         possible memleaks.
12125
12126 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12127
12128         * tests/check/Makefile.am:
12129         * tests/check/elements/cmmldec.c:
12130         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12131         the plugins-base tags.
12132
12133 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12134
12135         * ext/Makefile.am: Re-enable module.
12136
12137 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12138
12139         * tests/check/Makefile.am: Forgot to remove that test.
12140
12141 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12142
12143         * ext/annodex/Makefile.am:
12144         * ext/annodex/gstannodex.c: (plugin_init):
12145         * ext/annodex/gstcmmldec.c:
12146         * ext/annodex/gstskeldec.c:
12147         * ext/annodex/gstskeldec.h:
12148         * tests/check/Makefile.am:
12149         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12150
12151 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12152
12153         * tests/check/Makefile.am: Disable those checks as well.
12154
12155 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12156
12157         * ext/Makefile.am: Disable annodex for now until we figure out
12158         how to make it build.
12159         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12160         Add a rule to your checklist : "please try to at least build 
12161         what you are going to commit into -good, or if you are too lazy
12162         to do that, please check that the buildbots are not crying because
12163         of your commit."
12164
12165 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12166
12167         * configure.ac:
12168         * ext/Makefile.am:
12169         * ext/gdk_pixbuf/Makefile.am:
12170         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12171         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12172         * ext/gdk_pixbuf/pixbufscale.c:
12173         * ext/gdk_pixbuf/pixbufscale.h:
12174           Gdkpixbuf ported from 0.8 to 0.10 by
12175           Renato Filho <renato.filho@indt.org.br>.
12176           gst_loader and gdkpixbufanimation still need port.
12177
12178 2006-02-24  Michael Smith  <msmith@fluendo.com>
12179
12180         * configure.ac:
12181         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12182         * ext/Makefile.am:
12183         * ext/annodex/Makefile.am:
12184         * ext/annodex/gstannodex.c:
12185         * ext/annodex/gstannodex.h:
12186         * ext/annodex/gstcmmldec.c:
12187         * ext/annodex/gstcmmldec.h:
12188         * ext/annodex/gstcmmlenc.c:
12189         * ext/annodex/gstcmmlenc.h:
12190         * ext/annodex/gstcmmlparser.c:
12191         * ext/annodex/gstcmmlparser.h:
12192         * ext/annodex/gstcmmltag.c:
12193         * ext/annodex/gstcmmltag.h:
12194         * ext/annodex/gstcmmlutils.c:
12195         * ext/annodex/gstcmmlutils.h:
12196         * ext/annodex/gstskeldec.c:
12197         * ext/annodex/gstskeldec.h:
12198         * ext/annodex/gstskeltag.c:
12199         * ext/annodex/gstskeltag.h:
12200         * tests/check/Makefile.am:
12201         * tests/check/elements/cmmldec.c:
12202         * tests/check/elements/cmmlenc.c:
12203         * tests/check/elements/skeldec.c:
12204           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12205           Includes tests & docs, oh my! Passes Thomas's -good checklist
12206           entirely. Wow.
12207
12208 2006-02-24  Michael Smith  <msmith@fluendo.com>
12209
12210         * autogen.sh:
12211           Check for automake 1.9 as well.
12212
12213 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * ext/flac/gstflacenc.c:
12216           Change min. sample rate to 8kHz to match flacdec's.
12217           
12218 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12219
12220         * ext/cdio/Makefile.am:
12221           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12222           required for Cygwin, see #317048)
12223
12224         * gst/rtp/gstasteriskh263.c:
12225           Cygwin has includes for both the unix network socket API
12226           and the windows API, but only one can be included, so fix
12227           includes to only use one or the other, prefering the unxi
12228           one (#317048).
12229
12230 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12231
12232         * rtp/gst/gstrtppcmadepay.c:
12233         * rtp/gst/gstrtppcmadepay.h:
12234         * rtp/gst/gstgstrtppcmapay.c:
12235         * rtp/gst/gstgstrtppcmapay.h:
12236         * rtp/gst/gstrtppcmudepay.c:
12237         * rtp/gst/gstrtppcmudepay.h:
12238         * rtp/gst/gstrtppcmupay.c:
12239         * rtp/gst/gstrtppcmupay.h:
12240         * rtp/gst/Makefile.am:
12241         * rtp/gst/gstrtp.c:
12242         * rtp/gst/README:
12243         Separated the G711 payloaders/depayloaders into separate elements for
12244         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12245
12246 2006-02-22  Wim Taymans  <wim@fluendo.com>
12247
12248         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12249         (gst_dvdec_change_state):
12250         * ext/dv/gstdvdec.h:
12251         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12252         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12253         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12254         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12255         (gst_dvdemux_flush), (gst_dvdemux_chain),
12256         (gst_dvdemux_change_state):
12257         * ext/dv/gstdvdemux.h:
12258         Ueber spiffify some more, added debug category.
12259         Use _scale.
12260         Use segments, respect playback rate from newsegment.
12261         Fix refcount issue.
12262
12263 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12264
12265         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12266         (gst_signal_processor_process):
12267         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12268         enabled for the build, but it helps me win the feature-count
12269         competitions ooh yeah.
12270
12271 2006-02-19  Wim Taymans  <wim@fluendo.com>
12272
12273         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12274         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12275         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12276         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12277         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12278         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12279         Use scaling code for added precission and more correct stop
12280         position in case scale==0.
12281
12282 2006-02-19  Wim Taymans  <wim@fluendo.com>
12283
12284         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12285         (gst_flxdec_chain):
12286         * gst/flx/gstflxdec.h:
12287         Implement DURATION query.
12288
12289 2006-02-19  Wim Taymans  <wim@fluendo.com>
12290
12291         * gst/flx/flx_color.h:
12292         * gst/flx/flx_fmt.h:
12293         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12294         (gst_flxdec_src_query_handler), (flx_decode_color),
12295         (gst_flxdec_chain):
12296         * gst/flx/gstflxdec.h:
12297         Set MALLOCDATA for the temp buffers so we don't leak.
12298         Some debug cleanups.
12299         Consume all data in the adapter before leaving the chain
12300         function. Fixes #330678.
12301
12302 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12303
12304         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12305         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12306          Handle 0 data size in otherwise valid frames.
12307          Handle numeric strings in 2.4.0 even when not in parentheses 
12308
12309 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12310
12311         * gst/matroska/matroska-demux.c:
12312         (gst_matroska_demux_subtitle_caps),
12313         (gst_matroska_demux_plugin_init):
12314         * gst/matroska/matroska-ids.h:
12315           Recognise SSA/ASS and USF subtitle formats and
12316           set proper caps when they are found.
12317
12318 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12319
12320         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12321         (gst_jpeg_dec_chain):
12322           Fix invalid memory access for some odd-sized images
12323           (see image contained in quicktime stream in #327083);
12324           use g_malloc() instead of g_alloca().
12325
12326 2006-02-17  Wim Taymans  <wim@fluendo.com>
12327
12328         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12329         Patch from Sebastien Cote, fixes #319884
12330
12331 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12332
12333         * ext/cdio/gstcdio.c: (plugin_init):
12334           Init debug category (#331253).
12335
12336 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12337
12338         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12339           Pass extra_data to gst_riff_create_audio_caps(), so that
12340           WAVEFORMATEX stuff works. Post audio codec name and post
12341           it as taglist on the bus. Allow up to 8 channesl for raw
12342           PCM in the source pad template caps.
12343
12344 2006-02-16  Wim Taymans  <wim@fluendo.com>
12345
12346         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12347         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12348         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12349         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12350         (gst_multipart_set_property), (gst_multipart_get_property):
12351         Applied #318663. Gives quite a few false positives in
12352         autoscan mode, but it's better than nothing. Not closing yet.
12353
12354 2006-02-16  Wim Taymans  <wim@fluendo.com>
12355
12356         * docs/plugins/Makefile.am:
12357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12359         * docs/plugins/gst-plugins-good-plugins.args:
12360         * docs/plugins/inspect/plugin-udp.xml:
12361         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12362         (gst_udpsrc_start):
12363         Update documentation.
12364         Fix args.
12365
12366 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12367
12368         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12369         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12370         frame size. (Fixes #331368)
12371
12372 2006-02-16  Wim Taymans  <wim@fluendo.com>
12373
12374         * gst/rtsp/README:
12375         Updated README.
12376
12377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12378         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12379         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12380         * gst/rtsp/gstrtspsrc.h:
12381         Make sure the RTP port is an even port an try to allocate 
12382         another if not.
12383         Added retry property to control max retries for port allocation.
12384         Make sure RTCP port is RTP port+1.
12385         Cleanup when port allocation fails.
12386         Fixes #319183.
12387         
12388 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12389
12390         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12391           Don't ignore return value of the parent class's state
12392           change function (#331385, patch by: Wouter Paesen).
12393
12394 2006-02-15  Wim Taymans  <wim@fluendo.com>
12395
12396         * configure.ac:
12397         * docs/plugins/Makefile.am:
12398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12400         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12401         * ext/Makefile.am:
12402         * ext/hal/Makefile.am:
12403         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12404         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12405         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12406         (do_toggle_element), (gst_hal_audio_sink_set_property),
12407         (gst_hal_audio_sink_get_property),
12408         (gst_hal_audio_sink_change_state):
12409         * ext/hal/gsthalaudiosink.h:
12410         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12411         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12412         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12413         (do_toggle_element), (gst_hal_audio_src_set_property),
12414         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12415         * ext/hal/gsthalaudiosrc.h:
12416         * ext/hal/gsthalelements.c: (plugin_init):
12417         * ext/hal/gsthalelements.h:
12418         * ext/hal/hal.c: (gst_hal_get_string),
12419         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12420         (gst_hal_get_audio_src):
12421         * ext/hal/hal.h:
12422         Add HAL sound device wrapper plugins. Closes #329106
12423
12424 2006-02-15  Wim Taymans  <wim@fluendo.com>
12425
12426         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12427         Add comment in a fultile attempt to stop the copy-and-paste 
12428         paradigm leading to duplication of bad code.
12429
12430         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12431         Mime parameters have to be checked case insensitive
12432
12433 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12436           Advance stream time for lagging subtitle streams by sending
12437           newsegment events with the update flag set.
12438
12439 2006-02-14  Edward Hervey  <edward@fluendo.com>
12440
12441         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12442         There can be bogus data before the hdrl LIST tag in the RIFF header.
12443         It's hard to say if it's not respecting the AVI specifications or not,
12444         but since Google Video is producing AVIs like that and the other player
12445         don't seem to complain, I guess we should do the same.
12446
12447 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12448
12449         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12450         (parse_split_strings):
12451         Add more validation to ensure that a char encoding conversion
12452         produced a valid UTF-8 string.
12453
12454 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12455
12456         Reviewed by: Edward Hervey  <edward@fluendo.com>
12457
12458         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12459         Properly handle end of segment. Closes #330885.
12460
12461 2006-02-13  Wim Taymans  <wim@fluendo.com>
12462
12463         * gst/rtp/gstrtpmp4gpay.h:
12464         For got to commit this one.
12465
12466 2006-02-12  Wim Taymans  <wim@fluendo.com>
12467
12468         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12469         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12470         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12471         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12472         * gst/rtp/gstrtpmp4gpay.h:
12473         Make more things work.
12474         Handle ACC config strings.
12475
12476 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12477
12478         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12479           set timestamps if no incoming timestamps set
12480
12481 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12482
12483         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12484         (gst_tag_demux_do_typefind):
12485           ... and fix the very same leaks in GstTagDemux.
12486
12487 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12488
12489         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12490         (gst_id3demux_do_typefind):
12491         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12492         <jonathan at kaolin dot wh9 dot net>)
12493
12494 2006-02-10  Wim Taymans  <wim@fluendo.com>
12495
12496         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12497         First set options, then set caps or else the baseclass
12498         will not know about the options, duh.
12499
12500 2006-02-10  Wim Taymans  <wim@fluendo.com>
12501
12502         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12503         (gst_rtp_mp4v_pay_setcaps):
12504         Don't waste time looking for a config string if we have codec_info
12505         on the incomming caps.
12506
12507 2006-02-10  Wim Taymans  <wim@fluendo.com>
12508
12509         * gst/rtp/README:
12510         Say something about case-sensitivity of caps vs mime-attributes.
12511
12512         * gst/rtp/Makefile.am:
12513         * gst/rtp/gstrtp.c: (plugin_init):
12514         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12515         (gst_rtp_amr_pay_handle_buffer):
12516         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12517         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12518         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12519         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12520         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12521         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12522         (gst_rtp_mp4g_pay_plugin_init):
12523         * gst/rtp/gstrtpmp4gpay.h:
12524         Added beginnings of mpeg4-generic payloader (RFC 3640)
12525
12526 2006-02-09  Wim Taymans  <wim@fluendo.com>
12527
12528         * gst/rtsp/Makefile.am:
12529         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12530         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12531         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12532         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12533         (gst_rtpdec_change_state):
12534         * gst/rtsp/gstrtpdec.h:
12535         * gst/rtsp/gstrtsp.c: (plugin_init):
12536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12537         * gst/rtsp/rtspconnection.c: (read_body),
12538         (rtsp_connection_receive):
12539         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12540         Resurected rtpdec to make rtspsrc happy again.
12541         Skip attributes from the session id.
12542         Don't crash when dumping a message with an empty body.
12543
12544
12545 2006-02-09  Wim Taymans  <wim@fluendo.com>
12546
12547         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12548         Added more meaningfull warnings when something goes wrong.
12549         Clear F bit on outgoing AMR packets.
12550
12551         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12552         (gst_rtp_amr_pay_handle_buffer):
12553         Added debugging category
12554         Support payloading of multiple AMR frames.
12555
12556         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12557         Added some debugging.
12558
12559 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12560
12561         * configure.ac:
12562           Back to CVS
12563
12564 === release 0.10.2 ===
12565
12566 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12567
12568         * configure.ac:
12569           releasing 0.10.2, "Papa was a rolling stone"
12570
12571 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12572
12573         * configure.ac:
12574           Bump core and plugins-base requirement to 0.10.2.2
12575           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12576
12577 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12578
12579         * ext/flac/gstflac.c: (plugin_init):
12580         * ext/speex/gstspeex.c: (plugin_init):
12581           Register musicbrainz tags.
12582
12583 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12584
12585         * ext/gconf/gconf.h:
12586           Remove declaration of function that no longer exists.
12587
12588 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12589
12590         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12591         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12592         Make shout2 work for non ogg streams
12593
12594 2006-02-06  Wim Taymans  <wim@fluendo.com>
12595
12596         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12597         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12598         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12599         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12600         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12601         * gst/udp/gstmultiudpsink.h:
12602         Updated docs.
12603         Added properties bytes-served, bytes_to_serve.
12604         Post proper error messages,
12605         Emit client added signal too.
12606
12607 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12608
12609         * docs/plugins/Makefile.am:
12610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12612         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12613         (gst_multiudpsink_get_stats):
12614           adding docs for multiudpsink
12615
12616 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12617
12618         * gst/level/gstlevel.c: (gst_level_transform_ip):
12619           peak below decay is not necessarily an error, so don't ERROR log
12620
12621 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12622
12623         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12624         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12625         (gst_ebml_write_seek):
12626         * gst/matroska/ebml-write.h:
12627           Make sure we send a newsegment event in BYTES format
12628           before sending buffers (#328531).
12629
12630 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12631
12632         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12633         (gst_dvdemux_sink_query):
12634         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12635         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12636         (speex_dec_src_query):
12637         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12638         (gst_speexenc_sink_query):
12639         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12640         * gst/matroska/matroska-demux.c:
12641         (gst_matroska_demux_get_src_query_types),
12642         (gst_matroska_demux_handle_src_query):
12643         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12644         (gst_wavparse_pad_query):
12645           Pass unhandled queries upstream instead of just dropping
12646           them (#326446). Update query type arrays here and there.
12647
12648 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12649
12650         * tests/check/elements/matroskamux.c: (setup_src_pad):
12651           Collectpads in core got changed and now also holds a
12652           reference to any pad that is part of it. Fix refcount
12653           checks in test case accordingly.
12654
12655 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12656
12657         * gst/apetag/gstapedemux.h:
12658           Fix include, for now GstTagDemux is in the apetag dir.
12659
12660 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12661
12662         * docs/plugins/Makefile.am:
12663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12665         * docs/plugins/inspect/plugin-cdio.xml:
12666           Add cdio plugin to docs.
12667
12668         * ext/cdio/gstcdiocddasrc.c:
12669           Add gtk-doc blurb.
12670
12671         * ext/cdio/gstcdio.c:
12672           The plugin is called 'cdio' not 'cddio'.
12673
12674 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12675
12676         * configure.ac:
12677         * docs/plugins/Makefile.am:
12678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12680         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12681         * docs/plugins/inspect/plugin-apetag.xml:
12682         * gst/apetag/Makefile.am:
12683         * gst/apetag/gstapedemux.c:
12684         * gst/apetag/gstapedemux.h:
12685         * gst/apetag/gsttagdemux.c:
12686         * gst/apetag/gsttagdemux.h:
12687           Add APE tag demuxer (#325649).
12688
12689 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12690
12691         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12692         (gst_gconf_get_default_video_sink),
12693         (gst_gconf_get_default_audio_src),
12694         (gst_gconf_get_default_video_src):
12695         * ext/gconf/gconf.h:
12696         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12697         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12698         (do_toggle_element):
12699         * ext/gconf/gstgconfaudiosink.h:
12700         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12701         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12702         (do_toggle_element):
12703         * ext/gconf/gstgconfaudiosrc.h:
12704         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12705         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12706         (do_toggle_element):
12707         * ext/gconf/gstgconfvideosink.h:
12708         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12709         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12710         (do_toggle_element):
12711         * ext/gconf/gstgconfvideosrc.h:
12712           Ignore changing the GConf key to "". Ignore GConf key updates
12713           that don't actually change the string.
12714           For now, ignore the GConf key when the state is > READY, as
12715           it breaks streaming. Sometime it will be nice to bring the
12716           new sink online even mid-stream, by sending NEWSEGMENT info
12717           and possibly prerolling.
12718           (Fixes #326736)
12719
12720 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12721
12722         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12723         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12724         (zoomFilterSetResolution), (zoomFilterDestroy),
12725         (zoomFilterFastRGB), (pointFilter):
12726         * gst/goom/filters.h:
12727         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12728         (goom_update), (goom_close):
12729         * gst/goom/goom_core.h:
12730         * gst/goom/goom_tools.h:
12731         * gst/goom/graphic.c:
12732         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12733         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12734         * gst/goom/gstgoom.h:
12735         * gst/goom/lines.c: (goom_lines):
12736         * gst/goom/lines.h:
12737           Make goom reentrant by moving all important static variables
12738           into instance structures.
12739           (Fixes #329181)
12740
12741 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12742
12743         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12744         (gst_avi_demux_all_source_pads_unlinked),
12745         (gst_avi_demux_process_next_entry):
12746         * gst/avi/gstavidemux.h:
12747           Third attempt, use gst_pad_is_linked() this time.
12748
12749 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12750
12751         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12752         (parse_split_strings):
12753         Adjust for data length indicators when parsing (Fixes #329810)
12754         Fix stupid bug parsing UTF-8 tag text.
12755         Output tag strings with multiple fields as multiple tags, so the
12756         app gets all the data.
12757
12758 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12759
12760         * ext/flac/gstflacenc.c:
12761         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12762         show me.
12763         
12764 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12765
12766         * ext/flac/gstflacenc.c:
12767         * gst/matroska/ebml-read.c:
12768         Just make it compile with --disable-gst-debug.
12769
12770 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12771
12772         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12773         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12774         (id3v2_genre_fields_to_taglist):
12775           Never output a tag with a null contents string.
12776
12777 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12778
12779         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12780           Only pause if all pads are unlinked AND we've tried to send data
12781           on all of them at least once.
12782
12783 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12784
12785         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12786         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12787           Make loop function/task pause itself when all source pads are
12788           unlinked.
12789
12790 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12791
12792         * configure.ac:
12793         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12794           Use new functions from core to render a bin from a
12795           string. Fixes build. Up requirements to core CVS.
12796
12797 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12798
12799         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12800           Don't push buffers into the adapter that we are going to
12801           push downstream again without framing anyway. Also, the
12802           adaptor takes ownership of buffers put into it (fixes
12803           auparse pushing invalid buffers for .au files with
12804           ADPCM contents). Finally, set caps on all outgoing buffers.
12805
12806 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12807
12808         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12809         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12810         (gst_id3demux_send_tag_event):
12811         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12812         Someone should kick my butt. Remove ID3v1 tags from the end of the
12813         file.
12814
12815         Improve error messages. Send the TAG message as soon as we complete
12816         typefinding, instead of waiting until we send the first buffer.
12817         Downstream tag event is still sent before the first buffer.
12818
12819 2006-01-27  Jan Gerber  <j@bootlab.org>
12820
12821         Reviewed by: Andy Wingo <wingo@pobox.com>
12822
12823         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12824         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12825         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12826         to not have warings flooding stderr. this is the suggested way
12827         also used in dvgrab and kino. (#328336)
12828
12829 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12830
12831         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12832         (gst_oss_sink_init), (gst_oss_sink_finalise):
12833           Free the device name string when finalised.
12834
12835 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12836
12837         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12838           Don't put function calls in g_return_if_fail() statements,
12839           or they'll be replaced with NOOPs if someone compiles with
12840           G_DISABLE_CHECKS defined.
12841           
12842 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12843
12844         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12845         Never trust ANY information encoded in a media file, especially
12846         when it's giving you sizes. (Fixes #328452)
12847
12848 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12849
12850         * gst/rtp/gstrtpg711pay.c:
12851         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12852         bug #325148.
12853
12854 2006-01-23  Edward Hervey  <edward@fluendo.com>
12855
12856         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12857         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12858         * gst/matroska/matroska-ids.h:
12859         Added recognition of Real Audio and Video streams in matroska demuxer.
12860
12861 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12862
12863         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12864           Remove errant break statement, and fix compilation with
12865           older GCC.
12866
12867 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12868
12869         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12870
12871         * sys/sunaudio/gstsunaudiomixerctrl.c:
12872         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12873           Export functions that are needed in other parts of the code,
12874           makes the mixer actually work; adjust magic minimum buffer-time
12875           value from 3ms to 5ms to work around stuttering during mp3
12876           playback (#327765).
12877
12878 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12879
12880         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12883         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12884           Fix possible deadlock in matroska muxer (#327825).
12885
12886 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12887
12888         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12889         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12890         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12891         * gst/rtsp/sdpmessage.h:
12892         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12893         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12894           C89 fixes: declare variables at the beginning of a block and
12895           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12896           <jensgr at gmx dot net>).
12897
12898 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12899
12900         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12901         * gst/id3demux/id3tags.h:
12902         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12903         (parse_comment_frame), (parse_text_identification_frame),
12904         (id3v2_tag_to_taglist), (id3v2_are_digits),
12905         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12906         (parse_split_strings), (free_tag_strings):
12907           Rewrite parsing of text tags to handle multiple NULL terminated
12908           strings. Parse numeric genre strings and ID3v2 type
12909           "(3)(6)Alternative" style genre strings.
12910           Parse dates that are only YYYY or YYYY-mm format.
12911           (Fixes #328241 and #322154)
12912
12913 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12914
12915         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12916           Don't forget to initialize liboil, otherwise our oil functions
12917           will crash (fixes #327871; patch by: Christoph Burghardt
12918           <hawkes at web dot de>).
12919
12920 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12921
12922         * configure.ac:
12923           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12924           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12925           patch by: Brian Cameron <brian dot cameron at sun dot com>
12926
12927 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12928
12929         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12930         * ext/cdio/gstcdio.h:
12931         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12932           Fix build for libcdio versions >= 76; give slightly lower rank
12933           than cdparanoia.
12934
12935 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12936
12937         * configure.ac:
12938         * ext/Makefile.am:
12939         * ext/cdio/Makefile.am:
12940         * ext/cdio/gstcdio.c:
12941         * ext/cdio/gstcdio.h:
12942         * ext/cdio/gstcdiocddasrc.c:
12943         * ext/cdio/gstcdiocddasrc.h:
12944           Port libcdio cdda source, formerly known as cddasrc, now known as
12945           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12946           but that's not tested (fixes #317658).
12947
12948 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12949
12950         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12951           Fix conversion from TIME to BYTES format (fixes #326864;
12952           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12953
12954 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12955
12956         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12957           Fix compilation of id3demux when zlib is not present.
12958           (Fixes #326602; patch by: Sergey Scobich)
12959
12960 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12961
12962         * ext/esd/Makefile.am:
12963           Add $(ESD_CFLAGS), otherwise build will fail for folks
12964           with libesd in a non-standard prefix (#327009).
12965
12966 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12967
12968         * configure.ac:
12969           back to HEAD
12970
12971 === release 0.10.1 ===
12972
12973 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12974
12975         * configure.ac:
12976           releasing 0.10.1, "Li"
12977
12978 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12979
12980           patch by: Wim Taymans
12981
12982         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12983           fix memleak.  Fixes #326618
12984
12985 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12986
12987           patch by: Mike Smith
12988
12989         * gst/level/gstlevel.c: (gst_level_message_new),
12990         (gst_level_message_append_channel):
12991           Fix memleak.  Fixes #326612
12992
12993 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12994
12995         * configure.ac:
12996           prereleasing
12997         * po/af.po:
12998         * po/az.po:
12999         * po/cs.po:
13000         * po/en_GB.po:
13001         * po/hu.po:
13002         * po/it.po:
13003         * po/nb.po:
13004         * po/nl.po:
13005         * po/or.po:
13006         * po/sq.po:
13007         * po/sr.po:
13008         * po/sv.po:
13009         * po/uk.po:
13010         * po/vi.po:
13011           update translations
13012
13013 2006-01-10  Michael Smith  <msmith@fluendo.com>
13014
13015         * gst/level/gstlevel.c: (gst_level_class_init),
13016         (gst_level_dispose):
13017           Don't leak filter arrays.
13018
13019 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13020
13021         reviewed by: Christian Schaller <uraeus@gnome.org>
13022         
13023         * configure.ac:
13024         * gst-plugins-good.spec.in:
13025         * sys/Makefile.am:
13026         * sys/sunaudio/Makefile.am:
13027         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13028         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13029         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13030         (gst_sunaudiomixer_change_state):
13031         * sys/sunaudio/gstsunaudiomixer.h:
13032         * sys/sunaudio/gstsunaudiomixerctrl.c:
13033         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13034         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13035         (gst_sunaudiomixer_ctrl_list_tracks),
13036         (gst_sunaudiomixer_ctrl_get_volume),
13037         (gst_sunaudiomixer_ctrl_set_volume),
13038         (gst_sunaudiomixer_ctrl_set_mute),
13039         (gst_sunaudiomixer_ctrl_set_record):
13040         * sys/sunaudio/gstsunaudiomixerctrl.h:
13041         * sys/sunaudio/gstsunaudiomixertrack.c:
13042         (gst_sunaudiomixer_track_class_init),
13043         (gst_sunaudiomixer_track_init), (fill_labels),
13044         (gst_sunaudiomixer_track_new):
13045         * sys/sunaudio/gstsunaudiomixertrack.h:
13046         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13047         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13048         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13049         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13050         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13051         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13052         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13053         * sys/sunaudio/gstsunaudiosink.h:
13054
13055         Add SunAudio plugin - tested to make sure it doesn't break
13056         the build under GNU/Linux.      
13057
13058 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13059
13060         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13061         * gst-plugins-good/gst/udp/gstudpsrc.c:
13062         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13063         overrides the port or multicast parameters. Fixes bugs #323021.
13064         API addition: adds GstUDPSrc::sockfd property   
13065
13066 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13067
13068         * ext/gconf/Makefile.am:
13069         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13070         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13071         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13072         (do_toggle_element), (cb_toggle_element),
13073         (gst_gconf_audio_src_change_state):
13074         * ext/gconf/gstgconfaudiosrc.h:
13075         * ext/gconf/gstgconfelements.c: (plugin_init):
13076         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13077         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13078         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13079         (do_toggle_element), (cb_toggle_element),
13080         (gst_gconf_video_src_change_state):
13081         * ext/gconf/gstgconfvideosrc.h:
13082           Add new gconfaudiosrc and gconfvideosrc elements
13083           (needed for gnome-sound-recorder).
13084
13085 2006-01-06  Edward Hervey  <edward@fluendo.com>
13086
13087         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13088         Add gst_element_no_more_pads() for proper decodebin behaviour.
13089         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13090         (parse_text_identification_frame), (parse_split_strings):
13091         Failure to decode some tags is not a GST_ERROR() but a
13092         GST_WARNING()
13093         When iterating over a chunk of text, check that we haven't gone too
13094         far.
13095
13096 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13097
13098         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13099         (plugin_init):
13100           call oil_init() when using liboil
13101
13102 2006-01-04  Wim Taymans  <wim@fluendo.com>
13103
13104         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13105         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13106         Fix leaks.
13107
13108 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13109
13110         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13111
13112         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13113         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13114         (gst_flac_dec_change_state):
13115           Don't g_assert() where we should just return FALSE; remove
13116           unnecessary g_assert(); initialize some fields properly in
13117           state change function (fixes #325504). Also, use
13118           GST_DEBUG_OBJECT in two more places.
13119
13120 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13121
13122         * configure.ac:
13123           also remove smoothwave's Makefile.am
13124         * docs/plugins/Makefile.am:
13125           fix plugin docs
13126
13127 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13128
13129         * tests/examples/Makefile.am:
13130           added missing Makefile.am
13131
13132 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13133
13134         * configure.ac:
13135         * gst/level/Makefile.am:
13136         * gst/level/level-example.c:
13137         * tests/Makefile.am:
13138         * tests/examples/level/Makefile.am:
13139         * tests/examples/level/level-example.c: (message_handler), (main):
13140           moved level-example to tests/examples/level-example
13141         * tests/old/examples/level/demo.c: (main):
13142         * tests/old/examples/level/plot.c: (main):
13143           some initial fixes
13144
13145 2005-12-29  Michael Smith  <msmith@fluendo.com>
13146
13147         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13148         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13149         * gst/udp/gstmultiudpsink.h:
13150           Track packets sent per client in addition to bytes sent; provide
13151           this info through get-stats signal
13152
13153 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13154
13155         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13156           Can't use gst_object_unref() on a GstAdapter (#325191).
13157
13158 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13159
13160         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13161         If a broken tag has 0 bytes payload, at least still skip
13162         the 10 byte header
13163
13164 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13165
13166         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13167         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13168         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13169         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13170           Making these depayloaders (H263+ and mpeg4 video) inherit from
13171           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13172
13173 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13174
13175         * docs/plugins/gst-plugins-good-plugins.args:
13176         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13177         Regenerate the plugin hiearchy.
13178
13179 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13180
13181         * docs/plugins/Makefile.am:
13182         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13183         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13184         * docs/plugins/gst-plugins-good-plugins.args:
13185         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13186         (gst_id3demux_base_init), (gst_id3demux_class_init),
13187         (gst_id3demux_chain):
13188         * gst/id3demux/gstid3demux.h:
13189           Add documentation for id3demux.
13190           Don't fail if the first buffer is not at offset 0, just
13191           attempt to typefind and do pass through
13192           Rename the gst_type function from gst_gst_id3demux..
13193
13194 2005-12-20  Michael Smith  <msmith@fluendo.com>
13195
13196         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13197         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13198         (gst_multiudpsink_get_stats):
13199         * gst/udp/gstmultiudpsink.h:
13200           Collect statistics; return them from get_stats.
13201
13202 2005-12-19  Edward Hervey  <edward@fluendo.com>
13203
13204         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13205         Stupid signedness issue...
13206
13207 2005-12-19  Edward Hervey  <edward@fluendo.com>
13208
13209         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13210         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13211         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13212         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13213         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13214         Construct index for indexless files.
13215         Make sure pad/buffers are correctly reset to NULL once we don't need
13216         them anymore, else we get lovely segfaults/assertions.
13217         * gst/wavparse/gstwavparse.c:
13218         Yes, you can have 96KHz audio and wma in wav :(
13219
13220 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13221
13222         * configure.ac:
13223           Check for optional dependency on zlib for id3demux
13224
13225         * gst/id3demux/Makefile.am:
13226         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13227         (gst_id3demux_base_init), (gst_id3demux_class_init),
13228         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13229         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13230         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13231         (gst_id3demux_set_property), (gst_id3demux_get_property),
13232         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13233         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13234         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13235         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13236         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13237         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13238         (simple_find_peek), (simple_find_suggest),
13239         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13240         (plugin_init):
13241         * gst/id3demux/gstid3demux.h:
13242         * gst/id3demux/id3tags.c: (read_synch_uint),
13243         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13244         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13245         (id3demux_id3v2_frames_to_tag_list):
13246         * gst/id3demux/id3tags.h:
13247         * gst/id3demux/id3v2.4.0-frames.txt:
13248         * gst/id3demux/id3v2.4.0-structure.txt:
13249         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13250         (parse_comment_frame), (parse_text_identification_frame),
13251         (id3v2_tag_to_taglist), (parse_split_strings):
13252           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13253           otherwise it discards them. Works on my test files. 
13254
13255         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13256           Don't send EOS to a non-existing srcpad
13257           The debug category can be static
13258
13259 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13260
13261         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13262         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13263         * gst/multipart/multipartdemux.c:
13264           change some char* into char[]
13265
13266 2005-12-16  Wim Taymans  <wim@fluendo.com>
13267
13268         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13269         (gst_wavparse_other), (gst_wavparse_perform_seek),
13270         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13271         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13272         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13273         * gst/wavparse/gstwavparse.h:
13274         Use GstSegment to implement more seeking features.
13275
13276 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13277
13278         * gst/rtsp/rtspconnection.c:
13279           Add <netinet/in.h> include and move <arpa/inet.h> include
13280           to make things work on OpenBSD as well (fixes #323717;
13281           patch by: Benjamin Pineau)
13282
13283 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13284
13285         * gst/rtp/gstrtpspeexdepay.c:
13286         * gst/rtp/gstrtpspeexpay.c:
13287         Set clock rate to be fixed in 8000. It fixes bug #324012.
13288
13289 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13290
13291         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13292         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13293         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13294         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13295         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13296         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13297         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13298         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13299         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13300         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13301         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13302         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13303         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13304         * gst-plugins-good/gst/rtp/README:
13305         Fixed payload range in payloder caps. Removed payload range completely
13306         from depayloaders as they don't require payload type in their caps.
13307         In effect, there isn't any specific payload type for any given codec,
13308         only suggestions.
13309         Fixes bug #324011.
13310
13311 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13312
13313         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13314         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13315         (gst_videomixer_collected): Code cleanup and re-enabling 
13316         queued time validity check for correct EOS handling.
13317
13318 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13319
13320         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13321         (gst_oss_mixer_element_get_property),
13322         (gst_oss_mixer_element_change_state):
13323         Add 'device-name' property and fix state change function.
13324
13325 2005-12-13  Edward Hervey  <edward@fluendo.com>
13326
13327         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13328         If the speed of the file is null in the header, set the frame_time to
13329         the default setting of GST_SECOND / 70. Which is the default
13330         frame_delay for .fli files as stated in this document :
13331         http://www.compuphase.com/flic.htm
13332         Would be nice to have the time conversion done properly too (duration =
13333         flxh->frames * flxdec->frame_time)
13334
13335 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13336
13337         * docs/plugins/Makefile.am:
13338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13340         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13341         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13342         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13343         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13344         documentation for videomixer on my way with a funny sample
13345         pipeline.
13346
13347 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13348
13349         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13350         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13351         (gst_videomixer_update_queues), (gst_videomixer_collected):
13352         Fix caps negotiation. (#323896)
13353
13354 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13355
13356         * gst/matroska/matroska-demux.c:
13357         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13358           Set correct timestamps on audio laces, fixes playback of mp3 from
13359                 matroska.
13360
13361 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13362
13363         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13364         (gst_au_parse_class_init), (gst_au_parse_init),
13365         (gst_au_parse_dispose), (gst_au_parse_chain),
13366         (gst_au_parse_change_state), (plugin_init):
13367         * gst/auparse/gstauparse.h:
13368           Use gst_object_unref() for GstObjects instead of
13369           g_object_unref() and fix a mem leak in a debug
13370           statement; while we're at it, also borgify, use
13371           boilerplate macros and clean up a little bit.
13372
13373 2005-12-11  Edward Hervey  <edward@fluendo.com>
13374
13375         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13376         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13377         Added pull mode.
13378
13379 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13380
13381         * gst/goom/gstgoom.c:
13382         * gst/level/level-example.c: (main):
13383         * gst/smoothwave/demo-osssrc.c: (main):
13384           Use audiotestsrc instead of sinesrc (#323798).
13385
13386 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13387
13388         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13389           more debug-func-ptr usage
13390
13391 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13392
13393         * gst/flx/flx_color.c: (flx_colorspace_convert):
13394         * gst/flx/flx_color.h:
13395         * gst/flx/flx_fmt.h:
13396         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13397         * gst/flx/gstflxdec.h:
13398           Now flxdec works on big-endian machines as well.
13399
13400 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13401
13402         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13403         (gst_fenced_buffer_copy):
13404           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13405           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13406           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13407           and use GST_DEBUG_FUNCPTR for pad functions.
13408
13409 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13410
13411         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13412         (gst_flac_dec_class_init), (gst_flac_dec_init),
13413         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13414         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13415         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13416         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13417         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13418         (gst_flac_dec_change_state):
13419         * ext/flac/gstflacdec.h:
13420           Rewrite flacdec a bit, so that even seeking might work now. Most
13421           importantly, don't act upon any flow return values we get, just tell
13422           the decoder everything's dandy and act on the flow return values
13423           later on in the loop function. We don't want to mess up the internal
13424           decoder state for non-fatal things like flushing pads etc. Other
13425           than that, use GstSegment (segment seeks don't work yet though, but
13426           should be easy to add), use boilerplate macros, drop the superfluous
13427           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13428           lots of other things.
13429
13430 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13431
13432         * configure.ac:
13433           Update comment in OSS includes check.
13434
13435         * sys/oss/gstossdmabuffer.c:
13436         * sys/oss/gstosshelper.c:
13437         * sys/oss/gstossmixer.c:
13438         * sys/oss/gstossmixertrack.c:
13439         * sys/oss/gstosssink.c:
13440         * sys/oss/gstosssrc.c:
13441         * sys/oss/oss_probe.c:
13442           Don't assume the OSS soundcard.h include is always in
13443           the sys/ directory. Instead, use the existing defines
13444           from config.h to include the right file. Fixes
13445           compilation on OpenBSD 3.8 (#323718).
13446
13447 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13448
13449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13450         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13451         * docs/plugins/inspect/plugin-1394.xml:
13452         * docs/plugins/inspect/plugin-aasink.xml:
13453         * docs/plugins/inspect/plugin-alaw.xml:
13454         * docs/plugins/inspect/plugin-alpha.xml:
13455         * docs/plugins/inspect/plugin-alphacolor.xml:
13456         * docs/plugins/inspect/plugin-auparse.xml:
13457         * docs/plugins/inspect/plugin-autodetect.xml:
13458         * docs/plugins/inspect/plugin-avi.xml:
13459         * docs/plugins/inspect/plugin-cacasink.xml:
13460         * docs/plugins/inspect/plugin-cairo.xml:
13461         * docs/plugins/inspect/plugin-cutter.xml:
13462         * docs/plugins/inspect/plugin-debug.xml:
13463         * docs/plugins/inspect/plugin-dv.xml:
13464         * docs/plugins/inspect/plugin-efence.xml:
13465         * docs/plugins/inspect/plugin-effectv.xml:
13466         * docs/plugins/inspect/plugin-esdsink.xml:
13467         * docs/plugins/inspect/plugin-flac.xml:
13468         * docs/plugins/inspect/plugin-flxdec.xml:
13469         * docs/plugins/inspect/plugin-gconfelements.xml:
13470         * docs/plugins/inspect/plugin-goom.xml:
13471         * docs/plugins/inspect/plugin-jpeg.xml:
13472         * docs/plugins/inspect/plugin-level.xml:
13473         * docs/plugins/inspect/plugin-matroska.xml:
13474         * docs/plugins/inspect/plugin-mulaw.xml:
13475         * docs/plugins/inspect/plugin-multipart.xml:
13476         * docs/plugins/inspect/plugin-navigationtest.xml:
13477         * docs/plugins/inspect/plugin-ossaudio.xml:
13478         * docs/plugins/inspect/plugin-png.xml:
13479         * docs/plugins/inspect/plugin-rtp.xml:
13480         * docs/plugins/inspect/plugin-rtsp.xml:
13481         * docs/plugins/inspect/plugin-shout2send.xml:
13482         * docs/plugins/inspect/plugin-smpte.xml:
13483         * docs/plugins/inspect/plugin-speex.xml:
13484         * docs/plugins/inspect/plugin-udp.xml:
13485         * docs/plugins/inspect/plugin-videobox.xml:
13486         * docs/plugins/inspect/plugin-videoflip.xml:
13487         * docs/plugins/inspect/plugin-videomixer.xml:
13488         * docs/plugins/inspect/plugin-wavenc.xml:
13489         * docs/plugins/inspect/plugin-wavparse.xml:
13490         * ext/flac/gstflac.c: (plugin_init):
13491         * ext/flac/gstflacdec.c: (flacdec_get_type),
13492         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13493         (gst_flac_dec_init), (gst_flac_dec_finalize),
13494         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13495         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13496         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13497         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13498         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13499         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13500         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13501         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13502         * ext/flac/gstflacdec.h:
13503         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13504         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13505         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13506         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13507         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13508         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13509         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13510         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13511         (gst_flac_enc_change_state):
13512         * ext/flac/gstflacenc.h:
13513           borgify and fix up documentation
13514
13515 2005-12-09  Michael Smith  <msmith@fluendo.com>
13516
13517         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13518           Accept a wider range of flac files, more closely matching flac spec.
13519
13520 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13521
13522         * docs/plugins/Makefile.am: Add multipart elements.
13523         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13524         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13525         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13526         * gst/multipart/multipartdemux.c:
13527         * gst/multipart/multipartmux.c: Add docs.
13528
13529 2005-12-07  Edward Hervey  <edward@fluendo.com>
13530
13531         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13532         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13533         (gst_avi_demux_invert):
13534         Memleak and crasher fixes.
13535         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13536         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13537         Memleak fixes
13538
13539 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13540
13541         * ext/aalib/gstaasink.h:
13542         * ext/cairo/gsttextoverlay.h:
13543         * ext/dv/gstdvdec.h:
13544         * ext/dv/gstdvdemux.c:
13545         * ext/dv/gstdvdemux.h:
13546         * ext/esd/esdsink.h:
13547         * ext/flac/flac_compat.h:
13548         * ext/flac/gstflacdec.h:
13549         * ext/flac/gstflacenc.h:
13550         * ext/gconf/gconf.h:
13551         * ext/gconf/gstgconfaudiosink.h:
13552         * ext/gconf/gstgconfvideosink.h:
13553         * ext/gdk_pixbuf/gstgdkanimation.h:
13554         * ext/jpeg/gstjpegdec.h:
13555         * ext/jpeg/smokecodec.h:
13556         * ext/jpeg/smokeformat.h:
13557         * ext/ladspa/gstsignalprocessor.h:
13558         * ext/ladspa/search.c: (LADSPAPluginSearch):
13559         * ext/ladspa/utils.h:
13560         * ext/libmng/gstmng.c:
13561         * ext/libmng/gstmngdec.h:
13562         * ext/libmng/gstmngenc.c:
13563         * ext/libmng/gstmngenc.h:
13564         * ext/libpng/gstpng.c:
13565         * ext/libpng/gstpngenc.c:
13566         * ext/libpng/gstpngenc.h:
13567         * ext/shout2/gstshout2.h:
13568         * ext/speex/gstspeexdec.h:
13569         * ext/speex/gstspeexenc.c:
13570         * ext/speex/gstspeexenc.h:
13571         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13572         * gst/autodetect/gstautoaudiosink.h:
13573         * gst/autodetect/gstautovideosink.h:
13574         * gst/avi/gstavidemux.h:
13575         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13576         (gst_cutter_set_property), (gst_cutter_get_caps):
13577         * gst/cutter/gstcutter.h:
13578         * gst/debug/tests.c: (md5_process_block):
13579         * gst/debug/tests.h:
13580         * gst/effectv/gstwarp.c:
13581         * gst/flx/flx_fmt.h:
13582         * gst/flx/gstflxdec.h:
13583         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13584         (zoomFilterFastRGB):
13585         * gst/goom/filters.h:
13586         * gst/goom/goom_tools.h:
13587         * gst/law/alaw-encode.c:
13588         * gst/level/gstlevel.c:
13589         * gst/level/gstlevel.h:
13590         * gst/matroska/ebml-write.h:
13591         * gst/matroska/matroska-demux.h:
13592         * gst/matroska/matroska-ids.h:
13593         * gst/matroska/matroska-mux.h:
13594         * gst/monoscope/convolve.c: (convolve_match):
13595         * gst/monoscope/convolve.h:
13596         * gst/multipart/multipartmux.c:
13597         * gst/oldcore/gstaggregator.c:
13598         * gst/oldcore/gstaggregator.h:
13599         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13600         * gst/oldcore/gstmd5sink.h:
13601         * gst/oldcore/gstmultifilesrc.c:
13602         * gst/oldcore/gstmultifilesrc.h:
13603         * gst/oldcore/gstpipefilter.h:
13604         * gst/oldcore/gstshaper.h:
13605         * gst/rtp/gstrtpL16depay.h:
13606         * gst/rtp/gstrtpL16pay.h:
13607         * gst/rtp/gstrtpdepay.h:
13608         * gst/rtp/gstrtpmp4vpay.c:
13609         * gst/rtp/gstrtpmp4vpay.h:
13610         * gst/rtsp/gstrtspsrc.c:
13611         * gst/rtsp/gstrtspsrc.h:
13612         * gst/rtsp/rtspconnection.h:
13613         * gst/rtsp/rtspdefs.h:
13614         * gst/rtsp/rtspmessage.h:
13615         * gst/rtsp/rtsptransport.h:
13616         * gst/rtsp/rtspurl.c:
13617         * gst/rtsp/rtspurl.h:
13618         * gst/rtsp/sdpmessage.c:
13619         * gst/rtsp/sdpmessage.h:
13620         * gst/smpte/barboxwipes.c:
13621         * gst/smpte/gstmask.h:
13622         * gst/smpte/gstsmpte.h:
13623         * gst/smpte/paint.c:
13624         * gst/smpte/paint.h:
13625         * gst/udp/gstdynudpsink.h:
13626         * gst/udp/gstmultiudpsink.h:
13627         * gst/udp/gstudpsink.c:
13628         * gst/udp/gstudpsink.h:
13629         * gst/udp/gstudpsrc.c:
13630         * gst/videomixer/videomixer.c:
13631         * gst/wavenc/riff.h:
13632         * gst/wavparse/gstwavparse.h:
13633         * sys/oss/gstossdmabuffer.h:
13634         * sys/oss/gstossmixer.h:
13635         * sys/oss/gstossmixerelement.h:
13636         * sys/oss/gstossmixertrack.h:
13637         * sys/oss/gstosssink.c:
13638         * sys/oss/gstosssink.h:
13639         * sys/oss/gstosssrc.c:
13640         * sys/oss/gstosssrc.h:
13641         * sys/osxaudio/gstosxaudioelement.h:
13642         * sys/osxaudio/gstosxaudiosink.h:
13643         * sys/osxaudio/gstosxaudiosrc.h:
13644           expand tabs
13645
13646 === release 0.10.0 ===
13647
13648 2005-12-05   <thomas (at) apestaart (dot) org>
13649
13650         * configure.ac:
13651           releasing 0.10.0, "Abondance"
13652
13653 2005-12-05  Andy Wingo  <wingo@pobox.com>
13654
13655         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13656         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13657         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13658         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13659         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13660         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13661         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13662         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13663         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13664         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13665         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13666         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13667         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13668         * gst/goom/gstgoom.c: (gst_goom_chain):
13669         * gst/matroska/matroska-demux.c:
13670         (gst_matroska_demux_push_vorbis_codec_priv_data),
13671         (gst_matroska_demux_add_wvpk_header):
13672         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13673         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13674         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13675         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13676         alloc_buffer changes.
13677
13678 2005-12-05  Michael Smith  <msmith@fluendo.com>
13679
13680         * docs/plugins/gst-plugins-good-plugins.args:
13681           Remove args for plugins that aren't in -good.
13682
13683 === release 0.9.7 ===
13684
13685 2005-12-01   <thomas (at) apestaart (dot) org>
13686
13687         * configure.ac:
13688           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13689
13690 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13691
13692         * docs/plugins/.cvsignore:
13693         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13694         * docs/plugins/inspect/plugin-multipart.xml:
13695         * docs/plugins/inspect/plugin-rtp.xml:
13696           add multipart plugin to docs
13697
13698 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13699
13700         * configure.ac:
13701         * ext/Makefile.am:
13702         * ext/pango/Makefile.am:
13703         * ext/pango/gstclockoverlay.c:
13704         * ext/pango/gstclockoverlay.h:
13705         * ext/pango/gsttextoverlay.c:
13706         * ext/pango/gsttextoverlay.h:
13707         * ext/pango/gsttextrender.c:
13708         * ext/pango/gsttextrender.h:
13709         * ext/pango/gsttimeoverlay.c:
13710         * ext/pango/gsttimeoverlay.h:
13711           move pango to base
13712
13713 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13714
13715         * gst/rtp/Makefile.am:
13716         * gst/rtp/gstrtpL16depay.c:
13717         * gst/rtp/gstrtpL16depay.h:
13718         * gst/rtp/gstrtpL16parse.c:
13719         * gst/rtp/gstrtpL16parse.h:
13720         * gst/rtp/gstrtpgsmdepay.c:
13721         * gst/rtp/gstrtpgsmdepay.h:
13722         * gst/rtp/gstrtpgsmparse.c:
13723         * gst/rtp/gstrtpgsmparse.h:
13724           parsers are depayers
13725
13726 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13727
13728         * gst/rtp/Makefile.am:
13729         * gst/rtp/gstasteriskh263.c:
13730         * gst/rtp/gstrtp.c:
13731         * gst/rtp/gstrtpL16enc.c:
13732         * gst/rtp/gstrtpL16enc.h:
13733         * gst/rtp/gstrtpL16parse.c:
13734         * gst/rtp/gstrtpL16parse.h:
13735         * gst/rtp/gstrtpL16pay.c:
13736         * gst/rtp/gstrtpL16pay.h:
13737         * gst/rtp/gstrtpamrdec.c:
13738         * gst/rtp/gstrtpamrdec.h:
13739         * gst/rtp/gstrtpamrdepay.c:
13740         * gst/rtp/gstrtpamrdepay.h:
13741         * gst/rtp/gstrtpamrenc.c:
13742         * gst/rtp/gstrtpamrenc.h:
13743         * gst/rtp/gstrtpamrpay.c:
13744         * gst/rtp/gstrtpamrpay.h:
13745         * gst/rtp/gstrtpdec.c:
13746         * gst/rtp/gstrtpdec.h:
13747         * gst/rtp/gstrtpdepay.c:
13748         * gst/rtp/gstrtpdepay.h:
13749         * gst/rtp/gstrtpg711dec.c:
13750         * gst/rtp/gstrtpg711dec.h:
13751         * gst/rtp/gstrtpg711depay.c:
13752         * gst/rtp/gstrtpg711depay.h:
13753         * gst/rtp/gstrtpg711enc.c:
13754         * gst/rtp/gstrtpg711enc.h:
13755         * gst/rtp/gstrtpg711pay.c:
13756         * gst/rtp/gstrtpg711pay.h:
13757         * gst/rtp/gstrtpgsmenc.c:
13758         * gst/rtp/gstrtpgsmenc.h:
13759         * gst/rtp/gstrtpgsmparse.c:
13760         * gst/rtp/gstrtpgsmparse.h:
13761         * gst/rtp/gstrtpgsmpay.c:
13762         * gst/rtp/gstrtpgsmpay.h:
13763         * gst/rtp/gstrtph263enc.c:
13764         * gst/rtp/gstrtph263enc.h:
13765         * gst/rtp/gstrtph263pay.c:
13766         * gst/rtp/gstrtph263pay.h:
13767         * gst/rtp/gstrtph263pdec.c:
13768         * gst/rtp/gstrtph263pdec.h:
13769         * gst/rtp/gstrtph263pdepay.c:
13770         * gst/rtp/gstrtph263pdepay.h:
13771         * gst/rtp/gstrtph263penc.c:
13772         * gst/rtp/gstrtph263penc.h:
13773         * gst/rtp/gstrtph263ppay.c:
13774         * gst/rtp/gstrtph263ppay.h:
13775         * gst/rtp/gstrtpmp4vdec.c:
13776         * gst/rtp/gstrtpmp4vdec.h:
13777         * gst/rtp/gstrtpmp4vdepay.c:
13778         * gst/rtp/gstrtpmp4vdepay.h:
13779         * gst/rtp/gstrtpmp4venc.c:
13780         * gst/rtp/gstrtpmp4venc.h:
13781         * gst/rtp/gstrtpmp4vpay.c:
13782         * gst/rtp/gstrtpmp4vpay.h:
13783         * gst/rtp/gstrtpmpadec.c:
13784         * gst/rtp/gstrtpmpadec.h:
13785         * gst/rtp/gstrtpmpadepay.c:
13786         * gst/rtp/gstrtpmpadepay.h:
13787         * gst/rtp/gstrtpmpaenc.c:
13788         * gst/rtp/gstrtpmpaenc.h:
13789         * gst/rtp/gstrtpmpapay.c:
13790         * gst/rtp/gstrtpmpapay.h:
13791         * gst/rtp/gstrtpspeexdec.c:
13792         * gst/rtp/gstrtpspeexdec.h:
13793         * gst/rtp/gstrtpspeexdepay.c:
13794         * gst/rtp/gstrtpspeexdepay.h:
13795         * gst/rtp/gstrtpspeexenc.c:
13796         * gst/rtp/gstrtpspeexenc.h:
13797         * gst/rtp/gstrtpspeexpay.c:
13798         * gst/rtp/gstrtpspeexpay.h:
13799           Do burger's rename for rtp payloaders and depayloaders
13800
13801 2005-11-30  Wim Taymans  <wim@fluendo.com>
13802
13803         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13804         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13805         * ext/dv/gstdvdemux.h:
13806         Fix seeking in dvdemux again, add some more debug info.
13807
13808 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13809
13810         * configure.ac:
13811           fix tests
13812
13813 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13814
13815         * PORTED_09:
13816         * docs/random/PORTED_09:
13817           move
13818         * tests/Makefile.am:
13819           add
13820         * win32/gst.sln:
13821           remove
13822
13823 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13824
13825         * Makefile.am:
13826         * check/.cvsignore:
13827         * check/Makefile.am:
13828         * check/elements/.cvsignore:
13829         * check/elements/level.c:
13830         * check/elements/matroskamux.c:
13831         * configure.ac:
13832         * examples/Makefile.am:
13833         * examples/capsfilter/Makefile.am:
13834         * examples/capsfilter/capsfilter1.c:
13835         * examples/gob/Makefile.am:
13836         * examples/gob/gst-identity2.gob:
13837         * examples/gstplay/.cvsignore:
13838         * examples/gstplay/Makefile.am:
13839         * examples/gstplay/player.c:
13840         * examples/indexing/.cvsignore:
13841         * examples/indexing/Makefile.am:
13842         * examples/indexing/indexmpeg.c:
13843         * examples/level/Makefile.am:
13844         * examples/level/README:
13845         * examples/level/demo.c:
13846         * examples/level/plot.c:
13847         * examples/stats/Makefile.am:
13848         * examples/stats/mp2ogg.c:
13849         * examples/switch/.cvsignore:
13850         * examples/switch/Makefile.am:
13851         * examples/switch/switcher.c:
13852           move under tests/
13853
13854 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13855
13856         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13857         (gst_text_render_class_init), (resize_bitmap),
13858         (gst_text_render_render_text), (gst_text_render_setcaps),
13859         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13860         (gst_text_render_chain), (gst_text_render_finalize),
13861         (gst_text_render_init), (gst_text_render_set_property):
13862         * ext/pango/gsttextrender.h:
13863           Add missing files.
13864
13865 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13866
13867         * configure.ac:
13868         * ext/Makefile.am:
13869         * ext/pango/Makefile.am:
13870         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13871         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13872         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13873         * ext/pango/gstclockoverlay.h:
13874         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13875         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13876         (gst_text_overlay_finalize), (gst_text_overlay_init),
13877         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13878         (gst_text_overlay_text_pad_linked),
13879         (gst_text_overlay_text_pad_unlinked),
13880         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13881         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13882         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13883         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13884         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13885         (gst_text_overlay_change_state), (plugin_init):
13886         * ext/pango/gsttextoverlay.h:
13887         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13888         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13889         (gst_time_overlay_class_init), (gst_time_overlay_init):
13890         * ext/pango/gsttimeoverlay.h:
13891           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13892           and add background shading and text wrapping modes. Make 
13893           timoverlay derive from textoverlay. Also add new clockoverlay
13894           element.
13895
13896 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13897
13898         * gst/udp/Makefile.am: Moved to netbuffer.
13899
13900 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13901
13902         * configure.ac:
13903         * PORTED_O9:
13904         * gst/multipart/Makefile.am:
13905         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13906         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13907         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13908         (gst_multipart_demux_change_state),
13909         (gst_multipart_demux_plugin_init):
13910         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13911         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13912         (gst_multipart_mux_sinkconnect),
13913         (gst_multipart_mux_request_new_pad),
13914         (gst_multipart_mux_handle_src_event),
13915         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13916         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13917         0.9.
13918
13919 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13920
13921         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13922         * gst/debug/gstnavigationtest.h:
13923         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13924         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13925         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13926         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13927         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13928         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13929         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13930         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13931         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13932         (gst_video_flip_get_type):
13933         * gst/videofilter/gstvideoflip.h:
13934           update for symbols change
13935
13936 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13937
13938         * gst/udp/gstdynudpsink.c:
13939         * gst/udp/gstudpsrc.c:
13940           the old gstnet lib was renamed gstnetbuffer (#322257)
13941
13942 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13943
13944         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13945         (gst_text_overlay_collected):
13946           Actually render the text from the text pad.
13947
13948 2005-11-29  Edward Hervey  <edward@fluendo.com>
13949
13950         * gst/debug/gstnavseek.c: (gst_navseek_event):
13951         * gst/debug/progressreport.c: (gst_progress_report_event):
13952         Update for GstBaseTransform event virtual method
13953
13954 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13955
13956         * ext/cairo/Makefile.am:
13957           no need to link to videofilter
13958
13959 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13960
13961         * gst/debug/Makefile.am:
13962         * gst/debug/gstnavigationtest.h:
13963         * gst/effectv/Makefile.am:
13964         * gst/effectv/gstaging.c:
13965         * gst/effectv/gstdice.c:
13966         * gst/effectv/gstedge.c:
13967         * gst/effectv/gstquark.c:
13968         * gst/effectv/gstrev.c:
13969         * gst/effectv/gstshagadelic.c:
13970         * gst/effectv/gstvertigo.c:
13971         * gst/effectv/gstwarp.c:
13972         * gst/videofilter/Makefile.am:
13973         * gst/videofilter/gstvideofilter.c:
13974         * gst/videofilter/gstvideofilter.h:
13975         * gst/videofilter/gstvideoflip.h:
13976           remove the videofilter library and link to the one in base
13977
13978 2005-11-28  Edward Hervey  <edward@fluendo.com>
13979
13980         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13981         Useless check now we're setting the current entry correctly.
13982
13983 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13984
13985         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13986         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13987         (gst_jpegenc_change_state):
13988           Don't leak input buffer in chain function (fixes #322667); make 
13989           state change function thread-safe; don't repeat the current function
13990           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13991           gst_pad_alloc_buffer(); misc. minor cleanups.
13992
13993 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13994
13995         * gst/matroska/matroska-mux.c:
13996         (gst_matroska_mux_video_pad_setcaps):
13997         Look for pixel-aspect-ratio in caps, not pixel_width and
13998         pixel_height (Fixes: #322645)
13999
14000 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14001
14002         * gst/matroska/matroska-mux.c:
14003         (gst_matroska_mux_video_pad_setcaps):
14004         From Michal Benes:
14005         frame duration should be GST_SECOND / framerate, not
14006         GST_SECOND * framerate. (Fixes: #322643)
14007
14008 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14009
14010         * configure.ac:
14011           fix up GST_PLUGIN_LDFLAGS
14012         * gst/rtsp/rtspconnection.c:
14013           fix includes (see #317043)
14014         * gst/videofilter/Makefile.am:
14015           stop installing this library
14016
14017 2005-11-26  Edward Hervey  <edward@fluendo.com>
14018
14019         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14020         Handle the case where the incoming Video dv stream doesn't have
14021         a pixel aspect ratio set.
14022
14023 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14024
14025         * docs/plugins/Makefile.am:
14026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14028         * ext/flac/gstflacdec.c:
14029           document flacdec
14030
14031 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14032
14033         * docs/plugins/Makefile.am:
14034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14036         * docs/plugins/inspect/plugin-autodetect.xml:
14037         * ext/cairo/gstcairo.c: (plugin_init):
14038         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14039         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14040         (gst_text_overlay_init), (gst_text_overlay_font_init),
14041         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14042         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14043         (gst_text_overlay_text_pad_linked),
14044         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14045         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14046         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14047         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14048         (gst_text_overlay_change_state):
14049         * ext/cairo/gsttextoverlay.h:
14050         * ext/cairo/gsttimeoverlay.c:
14051         (gst_cairo_time_overlay_update_font_height),
14052         (gst_cairo_time_overlay_set_caps),
14053         (gst_cairo_time_overlay_get_unit_size),
14054         (gst_cairo_time_overlay_print_smpte_time),
14055         (gst_cairo_time_overlay_transform),
14056         (gst_cairo_time_overlay_base_init),
14057         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14058         (gst_cairo_time_overlay_get_type):
14059         * ext/cairo/gsttimeoverlay.h:
14060           do some name borgifying
14061           document
14062
14063 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14064
14065         * docs/plugins/Makefile.am:
14066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14068         * gst/autodetect/gstautoaudiosink.c:
14069         (gst_auto_audio_sink_base_init):
14070         * gst/autodetect/gstautovideosink.c:
14071         (gst_auto_video_sink_base_init),
14072         (gst_auto_video_sink_factory_filter):
14073           documenting auto*sink
14074           using strstr for the video sink lookup, class field is not ordered
14075         * docs/plugins/inspect/plugin-1394.xml:
14076         * docs/plugins/inspect/plugin-aasink.xml:
14077         * docs/plugins/inspect/plugin-alaw.xml:
14078         * docs/plugins/inspect/plugin-alpha.xml:
14079         * docs/plugins/inspect/plugin-alphacolor.xml:
14080         * docs/plugins/inspect/plugin-auparse.xml:
14081         * docs/plugins/inspect/plugin-autodetect.xml:
14082         * docs/plugins/inspect/plugin-avi.xml:
14083         * docs/plugins/inspect/plugin-cacasink.xml:
14084         * docs/plugins/inspect/plugin-cairo.xml:
14085         * docs/plugins/inspect/plugin-cutter.xml:
14086         * docs/plugins/inspect/plugin-debug.xml:
14087         * docs/plugins/inspect/plugin-dv.xml:
14088         * docs/plugins/inspect/plugin-efence.xml:
14089         * docs/plugins/inspect/plugin-effectv.xml:
14090         * docs/plugins/inspect/plugin-esdsink.xml:
14091         * docs/plugins/inspect/plugin-flac.xml:
14092         * docs/plugins/inspect/plugin-flxdec.xml:
14093         * docs/plugins/inspect/plugin-gconfelements.xml:
14094         * docs/plugins/inspect/plugin-goom.xml:
14095         * docs/plugins/inspect/plugin-jpeg.xml:
14096         * docs/plugins/inspect/plugin-level.xml:
14097         * docs/plugins/inspect/plugin-matroska.xml:
14098         * docs/plugins/inspect/plugin-mulaw.xml:
14099         * docs/plugins/inspect/plugin-navigationtest.xml:
14100         * docs/plugins/inspect/plugin-ossaudio.xml:
14101         * docs/plugins/inspect/plugin-png.xml:
14102         * docs/plugins/inspect/plugin-rtp.xml:
14103         * docs/plugins/inspect/plugin-rtsp.xml:
14104         * docs/plugins/inspect/plugin-shout2send.xml:
14105         * docs/plugins/inspect/plugin-smpte.xml:
14106         * docs/plugins/inspect/plugin-speex.xml:
14107         * docs/plugins/inspect/plugin-udp.xml:
14108         * docs/plugins/inspect/plugin-videobox.xml:
14109         * docs/plugins/inspect/plugin-videoflip.xml:
14110         * docs/plugins/inspect/plugin-videomixer.xml:
14111         * docs/plugins/inspect/plugin-wavenc.xml:
14112         * docs/plugins/inspect/plugin-wavparse.xml:
14113           update for HEAD version
14114
14115 2005-11-25  Michael Smith  <msmith@fluendo.com>
14116
14117         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14118           Patch from Sebastien Cote to close control sockets in udpsrc.
14119
14120 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14121
14122         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14123         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14124         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14125         (gst_quarktv_base_init), (gst_quarktv_class_init),
14126         (gst_quarktv_init): Flush the planes list on reverse caps
14127         negotiation. This was crashing because of differently sized
14128         buffers.
14129
14130 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14131
14132         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14133         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14134         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14135         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14136         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14137         (gst_videoflip_set_property), (gst_videoflip_base_init),
14138         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14139         correctly, fix identity flipping, convert navigation event 
14140         correctly again.
14141
14142 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14143
14144         * configure.ac: back to HEAD
14145
14146 === release 0.9.6 ===
14147
14148 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14149
14150         * configure.ac:
14151           releasing 0.9.6, "Everything's Not Lost"
14152
14153 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14154
14155         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14156         Oops, initialise the framerate GValue
14157
14158 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14159
14160         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14161         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14162         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14163         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14164         (gst_timeoverlay_get_type):
14165         * ext/cairo/gsttimeoverlay.h:
14166         * gst/debug/Makefile.am:
14167         * gst/debug/gstnavigationtest.c:
14168         (gst_navigationtest_handle_src_event),
14169         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14170         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14171         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14172         (gst_navigationtest_init), (gst_navigationtest_get_type),
14173         (plugin_init):
14174         * gst/debug/gstnavigationtest.h:
14175         * gst/effectv/Makefile.am:
14176         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14177         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14178         (gst_agingtv_base_init), (gst_agingtv_class_init),
14179         (gst_agingtv_init), (gst_agingtv_get_type):
14180         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14181         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14182         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14183         (gst_dicetv_get_type):
14184         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14185         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14186         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14187         (gst_edgetv_get_type):
14188         * gst/effectv/gsteffectv.c:
14189         * gst/effectv/gsteffectv.h:
14190         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14191         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14192         (gst_quarktv_change_state), (gst_quarktv_base_init),
14193         (gst_quarktv_class_init), (gst_quarktv_init),
14194         (gst_quarktv_get_type):
14195         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14196         (gst_revtv_get_unit_size), (gst_revtv_transform),
14197         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14198         (gst_revtv_get_type):
14199         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14200         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14201         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14202         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14203         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14204         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14205         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14206         (gst_vertigotv_init), (gst_vertigotv_get_type):
14207         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14208         (gst_warptv_get_unit_size), (gst_warptv_transform),
14209         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14210         (gst_warptv_get_type):
14211         * gst/videofilter/Makefile.am:
14212         * gst/videofilter/gstvideobalance.c:
14213         * gst/videofilter/gstvideobalance.h:
14214         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14215         (gst_videofilter_class_init), (gst_videofilter_init):
14216         * gst/videofilter/gstvideofilter.h:
14217         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14218         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14219         (gst_videoflip_flip), (gst_videoflip_transform),
14220         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14221         (gst_videoflip_base_init), (gst_videoflip_class_init),
14222         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14223         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14224         BaseTransform, it's just a place holder for now and every video
14225         effect plugin has been ported to use BaseTransform features 
14226         directly. QuarkTV was fixed too (was broken), navigationtest works
14227         and best for the end, videoflip converts navigation events depending
14228         on flip method ! Fixes #320953
14229
14230 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14231
14232         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14233         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14234         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14235         (gst_goom_src_negotiate), (gst_goom_chain):
14236         * gst/matroska/matroska-mux.c:
14237         (gst_matroska_mux_video_pad_setcaps):
14238         * sys/osxvideo/osxvideosink.m:
14239           Fixes for API changes
14240
14241 2005-11-23  Michael Smith <msmith@fluendo.com>
14242
14243         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14244         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14245         * ext/jpeg/gstjpegdec.h:
14246         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14247         * ext/jpeg/gstjpegenc.h:
14248         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14249         (gst_smokeenc_resync):
14250         * ext/jpeg/gstsmokeenc.h:
14251           JPEG fractiony goodness.
14252
14253 2005-11-22  Michael Smith <msmith@fluendo.com>
14254
14255         * gst/goom/filters.c:
14256         * gst/goom/graphic.h:
14257           Fix compilation by making some functions static inline instead of
14258           extern inline, matching the way they're used.
14259
14260 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14261
14262         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14263         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14264         * ext/cairo/gsttextoverlay.h:
14265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14266         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14267         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14268         (gst_pngdec_caps_create_and_set):
14269         * ext/libpng/gstpngdec.h:
14270         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14271         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14272         * gst/avi/gstavimux.c: (gst_avimux_init),
14273         (gst_avimux_vidsinkconnect):
14274         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14275         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14276         (gst_goom_src_negotiate), (gst_goom_chain):
14277         * gst/goom/gstgoom.h:
14278         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14279         * gst/matroska/matroska-mux.c:
14280         (gst_matroska_mux_video_pad_setcaps):
14281         * sys/osxvideo/osxvideosink.h:
14282         * sys/osxvideo/osxvideosink.m:
14283           More fractional framerate conversions 
14284
14285 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14286
14287         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14288         * gst/debug/gstnavigationtest.c:
14289         (gst_navigationtest_handle_src_event):
14290         * gst/videofilter/gstvideofilter.c:
14291         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14292         (gst_videofilter_init):
14293         * gst/videofilter/gstvideofilter.h:
14294           Convert to fractional framerates.
14295
14296 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14297
14298         * ext/aalib/gstaasink.c:
14299         * ext/dv/gstdvdec.c:
14300         * ext/esd/esdmon.c:
14301         * ext/flac/gstflacenc.c:
14302         * ext/gdk_pixbuf/pixbufscale.c:
14303         * ext/libcaca/gstcacasink.c:
14304         * ext/shout2/gstshout2.c:
14305         * gst/alpha/gstalpha.c:
14306         * gst/oldcore/gstaggregator.c:
14307         * gst/oldcore/gstshaper.c:
14308         * gst/smpte/barboxwipes.c:
14309         * gst/smpte/gstsmpte.c:
14310         * gst/videobox/gstvideobox.c:
14311         * gst/videofilter/gstvideoflip.c:
14312         * gst/videomixer/videomixer.c:
14313           fix up more enums
14314
14315 2005-11-22  Michael Smith <msmith@fluendo.com>
14316
14317         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14318         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14319         (gst_videomixer_update_queues):
14320           Fractional framerates, videomixer.
14321
14322 2005-11-22  Michael Smith <msmith@fluendo.com>
14323
14324         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14325         * ext/dv/gstdvdec.h:
14326         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14327         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14328         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14329         (gst_dvdemux_flush):
14330         * ext/dv/gstdvdemux.h:
14331           Fractional framerates for DV. 
14332
14333 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * gst/autodetect/gstautoaudiosink.c:
14336         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14337         * gst/autodetect/gstautovideosink.c:
14338         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14339           Use gst_plugin_feature_list_free() to free feature list and
14340           in the case of autovideosink free the list at all. Also
14341           miscellaneous cosmetic fixes.
14342
14343 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14344
14345         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14346         (gst_cutter_set_property), (gst_cutter_get_caps):
14347           copy calculation code from level; remove use of some audio
14348           functions
14349
14350 2005-11-22  Andy Wingo  <wingo@pobox.com>
14351
14352         * Update for gst_tag_setter API changes.
14353
14354 2005-11-22  Andy Wingo  <wingo@pobox.com>
14355
14356         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14357         (gst_dvdemux_demux_frame)
14358         * ext/flac/gstflacdec.c (gst_flacdec_write)
14359         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14360         (gst_flacenc_sink_event)
14361         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14362         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14363         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14364         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14365         * gst/auparse/gstauparse.c (gst_auparse_chain)
14366         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14367         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14368         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14369         (gst_avi_demux_handle_seek)
14370         * gst/goom/gstgoom.c (gst_goom_event)
14371         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14372         * gst/matroska/matroska-demux.c
14373         (gst_matroska_demux_handle_seek_event)
14374         (gst_matroska_demux_loop_stream_parse_id)
14375         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14376         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14377         (gst_wavparse_stream_headers): Run update-funcnames.
14378
14379 2005-11-22  Edward Hervey  <edward@fluendo.com>
14380
14381         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14382         (gst_dv1394src_init), (gst_dv1394src_dispose),
14383         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14384         (gst_dv1394src_uri_set_uri):
14385         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14386         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14387         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14388         URIHandler interface and element properties are now properly
14389         synchronized for DV1394src and UDPSrc
14390
14391 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         * ext/flac/Makefile.am:
14394         * ext/speex/Makefile.am:
14395           libgsttagedit has been renamed to libgsttag.
14396
14397 2005-11-21  Wim Taymans  <wim@fluendo.com>
14398
14399         * gst/rtsp/rtspconnection.c: (read_body):
14400         Apply patch from Sebastien Cote to fix #319184.
14401
14402 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14403
14404         * configure.ac:
14405         * gst/cutter/Makefile.am:
14406         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14407         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14408         (gst_cutter_set_property), (gst_cutter_get_property),
14409         (plugin_init), (gst_cutter_get_caps):
14410           port cutter
14411         * gst/level/gstlevel.c:
14412           fix up plugin details
14413
14414 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14415
14416         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14417         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14418         (gst_flacdec_src_event):
14419         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14420         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14421         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14422         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14423         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14424         (gst_flxdec_sink_event_handler):
14425         * gst/matroska/matroska-demux.c:
14426         (gst_matroska_demux_handle_seek_event):
14427         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14428           Update for stream lock API changes: don't take stream log
14429           in sink event handlers any longer and change GST_STREAM_LOCK
14430           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14431           functions.
14432
14433 2005-11-21  Michael Smith <msmith@fluendo.com>
14434
14435         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14436           gst_object_unref, not g_object_unref
14437
14438 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14439
14440         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14441         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14442           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14443
14444 2005-11-21  Michael Smith <msmith@fluendo.com>
14445
14446         * gst/auparse/Makefile.am:
14447         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14448         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14449         (gst_auparse_change_state):
14450         * gst/auparse/gstauparse.h:
14451           Partially fix #161712. playbin still doesn't work on these files,
14452           (on the bug report, Andy says we aren't typefinding it for some
14453           reason?) but at least auparse isn't totally busted like it was before.
14454
14455 2005-11-21  Andy Wingo  <wingo@pobox.com>
14456
14457         * *.h:
14458         * *.c: Ran scripts/update-macros. Oh yes.
14459
14460 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14461
14462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14463           Filler events are gone for now, comment out section generating
14464           them.
14465
14466 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14467
14468         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14469         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14470         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14471         * sys/osxvideo/osxvideosink.m:
14472           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14473           (#322027)
14474
14475 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14476
14477         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14478         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14479         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14480         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14481         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14482         (gst_avi_demux_stream_data):
14483         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14484         * gst/wavenc/gstwavenc.c: (write_metadata):
14485         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14486         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14487         Fixes for GST_FOURCC_FORMAT API change.
14488
14489 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14490
14491         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14492         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14493         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14494         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14495         (gst_text_overlay_change_state):
14496         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14497         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14498         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14499         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14500         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14501         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14502         (gst_videomixer_change_state):
14503           Fix for collect pads API change. Also fix textoverlay state
14504           change function.
14505
14506 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14507
14508         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14509         GST_PAD_IS_USABLE by something approaching it.
14510
14511 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14512
14513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14514         API changes.
14515         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14516         but also fix the code that was not checking return values from
14517         pad_push neither using pad_alloc_buffer.
14518
14519 2005-11-18  Edward Hervey  <edward@fluendo.com>
14520
14521         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14522         (gst_pngenc_chain):
14523         Added debug category
14524         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14525         goes to EOS.
14526
14527 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14528
14529         * gst/rtp/Makefile.am
14530         * gst/rtp/gstrtp.c
14531         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14532         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14533         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14534         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14535         * gst/rtp/gstrtpg711enc.h:
14536         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14537         * gst/rtp/gstrtpspeexenc.c:
14538         * gst/rtp/gstrtpspeexenc.h:
14539         * gst/rtp/gstrtpspeexdec.c:
14540         * gst/rtp/gstrtpspeexdec.h:
14541         Created Speex payloader and depayloader; Optimize G711 payloader to
14542         use adapter and send packets until MTU size.
14543
14544 2005-11-16  Wim Taymans  <wim@fluendo.com>
14545
14546         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14547         Fix leak in check.
14548
14549 2005-11-16  Wim Taymans  <wim@fluendo.com>
14550
14551         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14552         Fix state change.
14553
14554 2005-11-16  Andy Wingo  <wingo@pobox.com>
14555
14556         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14557         (gst_udpsrc_create): Move comment.
14558
14559 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14560
14561         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14562
14563         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14564           When seeking, seek to closest index entry at or before the requested
14565           seek position, not just the closest one (#321001).
14566
14567 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14568
14569         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14570         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14571           Invert DIB images again (see #132341).
14572
14573 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14574
14575         * configure.ac:
14576           rework configure.ac file
14577         * ext/aalib/gstaasink.c:
14578         * ext/cairo/gstcairo.c:
14579         * ext/dv/gstdv.c:
14580         * ext/esd/gstesd.c:
14581         * ext/flac/gstflac.c:
14582         * ext/gconf/gstgconfelements.c:
14583         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14584         * ext/jpeg/gstjpeg.c:
14585         * ext/ladspa/gstladspa.c:
14586         * ext/libcaca/gstcacasink.c:
14587         * ext/libmng/gstmng.c:
14588         * ext/libpng/gstpng.c:
14589         * ext/mikmod/gstmikmod.c:
14590         * ext/pango/gsttextoverlay.c:
14591         * ext/pango/gsttimeoverlay.c:
14592         * ext/raw1394/gst1394.c:
14593         * ext/speex/gstspeex.c:
14594         * gst/alpha/Makefile.am:
14595         * gst/alpha/gstalpha.c:
14596         * gst/alpha/gstalphacolor.c:
14597         * gst/auparse/gstauparse.c:
14598         * gst/autodetect/gstautoaudiosink.c:
14599         (gst_auto_audio_sink_factory_filter),
14600         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14601         * gst/autodetect/gstautodetect.c:
14602         * gst/avi/gstavi.c:
14603         * gst/cutter/gstcutter.c:
14604         * gst/debug/efence.c:
14605         * gst/debug/gstdebug.c:
14606         * gst/debug/gstnavigationtest.c:
14607         * gst/effectv/gsteffectv.c:
14608         * gst/flx/gstflxdec.c:
14609         * gst/goom/gstgoom.c:
14610         * gst/interleave/plugin.c:
14611         * gst/law/alaw.c:
14612         * gst/law/mulaw.c:
14613         * gst/level/gstlevel.c:
14614         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14615         * gst/matroska/matroska.c:
14616         * gst/median/gstmedian.c:
14617         * gst/monoscope/gstmonoscope.c:
14618         * gst/multipart/multipart.c:
14619         * gst/oldcore/gstelements.c:
14620         * gst/rtp/gstrtp.c:
14621         * gst/rtsp/gstrtsp.c:
14622         * gst/smoothwave/gstsmoothwave.c:
14623         * gst/smpte/gstsmpte.c:
14624         * gst/udp/gstudp.c:
14625         * gst/videobox/gstvideobox.c:
14626         * gst/videofilter/gstgamma.c:
14627         * gst/videofilter/gstvideobalance.c:
14628         * gst/videofilter/gstvideoflip.c:
14629         * gst/videofilter/gstvideotemplate.c:
14630         * gst/videomixer/videomixer.c:
14631         * gst/wavenc/gstwavenc.c:
14632         * gst/wavparse/gstwavparse.c:
14633         * sys/oss/gstossaudio.c:
14634         * sys/osxaudio/gstosxaudio.c:
14635           update GST_PLUGIN_DEFINE
14636         * gst/rtp/Makefile.am:
14637         * gst/rtp/gstasteriskh263.c:
14638           check for htons/htonl headers and possibly link to winsock2 lib
14639
14640 2005-11-12  Edward Hervey  <edward@fluendo.com>
14641
14642         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14643         Only GST_DEBUG() information on the valid components.
14644
14645 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14646
14647         * configure.ac: back to HEAD
14648
14649 === release 0.9.5 ===
14650
14651 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14652
14653         * configure.ac:
14654           releasing 0.9.5, "Phone Alarm"
14655
14656 2005-11-11  Edward Hervey  <edward@fluendo.com>
14657
14658         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14659         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14660         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14661         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14662         (gst_avi_demux_loop):
14663         * gst/avi/gstavidemux.h:
14664         Yeah, implement proper seeking. Exact seeking and segment seeking.
14665         Still need to do some checks for segment_stop.
14666
14667 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14668
14669         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14670
14671         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14672           Don't try to ready buffer duration from buffer that we don't
14673           own any  longer and that might already have been unreffed.
14674           (#321136)
14675
14676 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14677
14678         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14679         (flx_decode_delta_flc), (gst_flxdec_chain):
14680         Attempting to optimize the code for embedded systems.
14681
14682 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14683
14684         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14685
14686         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14687           Don't re-use already closed file descriptor. (#320920)
14688
14689 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14690
14691         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14692         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14693         (gst_oss_sink_prepare):
14694         * sys/oss/gstosssink.h:
14695           Cache probed caps; fix debug output for SET_PARAM macros.
14696
14697 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14698
14699         * ext/cairo/Makefile.am:
14700         * ext/cairo/gstcairo.c: (plugin_init):
14701         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14702         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14703         (gst_text_overlay_init), (gst_text_overlay_font_init),
14704         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14705         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14706         (gst_text_overlay_text_pad_linked),
14707         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14708         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14709         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14710         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14711         (gst_text_overlay_change_state):
14712         * ext/cairo/gsttextoverlay.h:
14713           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14714           property and redo positioning. Doesn't handle upstream renegotiation
14715           yet though.
14716
14717 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14720         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14721         (gst_avi_demux_loop):
14722           No need to take the STREAM_LOCK in the loop function. Improve
14723           some debug messages. Don't leak pad names in debug messages.
14724
14725 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14726
14727         * gst/matroska/matroska-demux.c:
14728         (gst_matroska_demux_push_vorbis_codec_priv_data),
14729         (gst_matroska_demux_add_wvpk_header):
14730           Don't error out when the source pad isn't linked.
14731
14732 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14733
14734         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14735         (gst_gconf_audio_sink_change_state):
14736         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14737         (gst_gconf_video_sink_change_state):
14738           Fix state change functions here as well and set kid
14739           to NULL state before removing it.
14740
14741 2005-11-01  Edward Hervey  <edward@fluendo.com>
14742
14743         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14744         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14745         Added proper event handlind, 
14746         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14747         ignored),
14748         and don't set a duration of 0 for buffers otherwise they are discarded
14749         by GstBaseSink.
14750
14751         GstWavEnc needs some serious loving, after going through the code I'm
14752         really wondering how this can stay in -good ...
14753
14754 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14755
14756         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14757         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14758         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14759         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14760         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14761         (gst_matroska_mux_collected):
14762           Fix leaks and invalid memory access as reported by valgrind
14763
14764 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14765
14766         Patch by: Michal Benes <michal.benes@xeris.cz>
14767
14768         * check/Makefile.am:
14769         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14770         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14771         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14772           add a unit test for matroskamux
14773           fix the bugs that the unit test exposed
14774
14775 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         * gst/autodetect/gstautoaudiosink.c:
14778         (gst_auto_audio_sink_class_init),
14779         (gst_auto_audio_sink_change_state):
14780         * gst/autodetect/gstautovideosink.c:
14781         (gst_auto_video_sink_class_init),
14782         (gst_auto_video_sink_change_state):
14783           Fix state change function and use GST_DEBUG_FUNCPTR in
14784           class_init.
14785
14786 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14787
14788         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14789
14790         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14791         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14792         * gst/matroska/ebml-write.h:
14793         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14794           Set timestamps on outgoing ebml headers as well, so that the
14795           element after matroskamux can get the timestamp already when
14796           reading the first ebml element and doesn't have to wait for
14797           the actual data buffer for that (#320308).
14798           
14799 2005-10-31  Andy Wingo  <wingo@pobox.com>
14800
14801         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14802         (gst_videomixer_pad_link): Kill some memleaks.
14803         (gst_videomixer_pad_get_property): Style fix.
14804         (gst_videomixer_pad_set_property): Style fix.
14805         (gst_videomixer_pad_init): Style fix.
14806         (gst_videomixer_update_queues): Kill memleak.
14807         (gst_videomixer_loop): Kill memleak.
14808         (gst_videomixer_collected): Kill memleak.
14809
14810 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14811
14812         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14813         gst_auparse_change_state:
14814         Just some cleanup.
14815
14816 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14817
14818         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14819         Add checks to GST_FLOW_NOT_LINKED for values returned
14820         from gst_pad_push.
14821         
14822 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14823
14824         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14825         (gst_rtpg711dec_process):
14826         * gst/rtp/gstrtpgsmenc.c:
14827         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14828         are never set. This is important for the g711 to work with burger's rtpbin
14829         element.
14830
14831 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14832
14833         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14834         (gst_speexenc_push_buffer):
14835         Add checks for return values from gst_pad_push and
14836         gst_pad_alloc_buffer.
14837
14838 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14839
14840         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14843         (gst_matroska_demux_parse_info),
14844         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14845         (gst_matroska_demux_parse_cluster):
14846         * gst/matroska/matroska-ids.h:
14847         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14848         (gst_matroska_mux_init), (gst_matroska_mux_start),
14849         (gst_matroska_mux_create_buffer_header),
14850         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14851         (gst_matroska_mux_get_property):
14852         * gst/matroska/matroska-mux.h:
14853           Add SimpleBlock support to matroska demuxer and muxer (part of
14854           Matroska v2). (#319731)
14855
14856 2005-10-28  Wim Taymans  <wim@fluendo.com>
14857
14858         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14859         (gst_jpeg_dec_change_state):
14860         * ext/jpeg/gstjpegdec.h:
14861         Cleanups. Don't create caps for every chain.
14862
14863 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14864
14865         * gst/law/alaw-encode.c: (gst_alawenc_init),
14866         (alawenc_setcaps), (gst_alawenc_chain)
14867         * gst/law/alaw-encode.h:
14868         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14869         (mulawenc_setcaps), (gst_mulawenc_chain)
14870         * gst/law/mulaw-encode.h:
14871         Set timestamp on buffer and it allows RTP G711 elements
14872         work properly.
14873
14874 2005-10-27  Wim Taymans  <wim@fluendo.com>
14875
14876         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14877         Set correct format on oss instead of a silly value. 
14878
14879 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14880
14881         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14882         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14883         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14884         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14885         I420 rendering as well, doesn't bring much for my platform.
14886         Might help on some other platforms.
14887
14888 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14889
14890         * gst/rtp/gstrtpgsmenc.c:
14891         * gst/rtp/gstrtpgsmparse.c:
14892         Declaring the padtemplate correctly.
14893
14894 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14895
14896         * gst/rtp/gstrtpg711dec.c:
14897         * gst/rtp/gstrtpg711enc.c:
14898         * gst/rtp/gstrtpgsmenc.c:
14899         * gst/rtp/gstrtpgsmparse.c:
14900         Setting the proper copyright notice.
14901
14902 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14903
14904         * gst/videobox/Makefile.am: Use liboil.
14905         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14906         (gst_video_box_set_property), (gst_video_box_transform_caps),
14907         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14908         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14909         using liboil. Will dot the same to I420 border generation
14910         tomorrow.
14911
14912 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14913
14914         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14915         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14916         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14917         * gst/rtp/gstrtpg711dec.h:
14918         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14919         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14920         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14921         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14922         (gst_rtpgsmenc_handle_buffer):
14923         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14924         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14925         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14926         * gst/rtp/gstrtpgsmparse.h:
14927         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14928         inherits from the basertpdepayloader.
14929
14930 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14931
14932         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14933         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14934         (gst_video_box_ayuv): Removing this forgotten debug.
14935
14936 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14937
14938         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14939         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14940         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14941
14942 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * sys/oss/gstossaudio.c:
14945         * sys/oss/gstossdmabuffer.c:
14946         * sys/oss/gstosshelper.c:
14947         * sys/oss/gstossmixer.c:
14948         * sys/oss/gstossmixerelement.c:
14949         * sys/oss/gstossmixertrack.c:
14950         * sys/oss/gstosssink.c:
14951         * sys/oss/gstosssrc.c:
14952           Actually use the 'oss' debug category we register.
14953
14954 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14955
14956         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14957         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14958         Use gst_pad_get_parent and drop the ref that was added through
14959         that call.
14960
14961 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         * gst/rtp/gstrtpgsmenc.c:
14964           Fix compilation
14965
14966 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14967
14968         * gst/rtp/gstrtpg711dec.c
14969         Just removed a couple of lines of weird code used during
14970         development/test time.
14971
14972 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14973
14974         * gst/rtp/Makefile.am
14975         * gst/rtp/gstrtp.c
14976         * gst/rtp/gstrtpg711enc.c
14977         * gst/rtp/gstrtpg711enc.h
14978         * gst/rtp/gstrtpg711dec.c
14979         * gst/rtp/gstrtpg711dec.h
14980         Created G711 payloader and depayloader (it supports mulaw and alaw
14981         (dec)encoders)
14982
14983 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14984
14985         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14986         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14987         Doh ! I introduced wingo's bug again ! Sorry...
14988
14989 2005-10-25  Christian Schaller <christian@fluendo.com> 
14990
14991         * gst/rtp/Makefile.am: add missing header files for disting
14992
14993 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14994
14995         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14996         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14997         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14998         (gst_rtpgsmenc_handle_buffer):
14999         * gst/rtp/gstrtpgsmenc.h:
15000         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15001         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15002         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15003         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15004         * gst/rtp/gstrtpgsmparse.h:
15005         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15006
15007 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15008
15009         * ext/libpng/gstpngdec.c: (user_info_callback),
15010         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15011         a newsegment event, move some redundant code in a single place.
15012
15013 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15014
15015         * ext/libpng/gstpngdec.c: (user_info_callback),
15016         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15017         hack to get correct colors order when we have a png image with
15018         alpha channel.
15019
15020 2005-10-24  Edward Hervey  <edward@fluendo.com>
15021
15022         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15023         Call gst_element_no_more_pads when there will be no more pads.
15024
15025 2005-10-24  Wim Taymans  <wim@fluendo.com>
15026
15027         * gst/rtp/Makefile.am:
15028         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15029         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15030         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15031         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15032         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15033         (gst_asteriskh263_plugin_init):
15034         * gst/rtp/gstasteriskh263.h:
15035         * gst/rtp/gstrtp.c: (plugin_init):
15036         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15037         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15038         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15039         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15040         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15041         (gst_rtph263enc_plugin_init):
15042         * gst/rtp/gstrtph263enc.h:
15043         Added two new payloaders, an RFC 2190 payloader for h263 and
15044         a payload convertor for an asterisk server.
15045
15046 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15047
15048         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15049           Set bytes_per_sample correctly (is not always 4, but 
15050           depends on width and number of channels).
15051
15052 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15055         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15056         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15057         (gst_flacenc_sink_event), (gst_flacenc_chain),
15058         (gst_flacenc_set_property), (gst_flacenc_get_property),
15059         (gst_flacenc_change_state):
15060         * ext/flac/gstflacenc.h:
15061           Fix seeking, so that flacenc can rewrite the header with the
15062           correct duration and amount of samples and all that at EOS;
15063           also set timestamps and granulepos on outgoing buffers; add
15064           debug category; fix state change function.
15065           
15066 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15067
15068         * gst/videomixer/videomixer.c: Don't restrict video geometry
15069         from 16 to 4096.
15070
15071 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15072
15073         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15074         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15075         Fix caps negotiation correctly, add debugging category.
15076
15077 2005-10-24  Christian Schaller  <christian@fluendo.com>
15078
15079         * configure.ac: Port over Thomas's change from base listing all plugins
15080
15081 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15082
15083         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15084         a sink pad.
15085
15086 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15087
15088         * configure.ac:
15089         * docs/upload.mak:
15090           back to HEAD
15091
15092 === release 0.9.4 ===
15093
15094 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15095
15096         * configure.ac:
15097           Releasing 0.9.4, "Dromiceiomimus"
15098
15099 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15102         (gst_speexenc_src_query):
15103           Add position and duration query, fix query type function.
15104           
15105         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15106         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15107           Let's not set non-fixed caps on source pads.
15108
15109 2005-10-21  Wim Taymans  <wim@fluendo.com>
15110
15111         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15112         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15113         (gst_avi_demux_handle_seek):
15114         Set correct stream_time in newsegment event.
15115         avi can also handle a duration query now.
15116
15117 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15118
15119         * gst/matroska/matroska-demux.c:
15120         (gst_matroska_demux_handle_src_query),
15121         (gst_matroska_demux_handle_seek_event),
15122         (gst_matroska_demux_loop_stream_parse_id):
15123           Fix duration query; fix basetime in newsegment event after
15124           seek; fix duration in initial newsegment event.
15125
15126         * gst/matroska/matroska-mux.c:
15127         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15128           Extract number of channels and samplerate from vorbis headers;
15129           add some debug messages when querying the durations of the
15130           input streams.
15131
15132 2005-10-20  Wim Taymans  <wim@fluendo.com>
15133
15134         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15135         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15136         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15137         Set stream time correctly in newsegment.
15138
15139 2005-10-20  Wim Taymans  <wim@fluendo.com>
15140
15141         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15142         Correctly fill in the stream time.
15143
15144 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15145
15146         * check/elements/level.c: (GST_START_TEST):
15147         * gst/level/gstlevel.c: (gst_level_message_new):
15148         * gst/level/level-example.c: (message_handler):
15149           use ELEMENT messages instead
15150
15151 2005-10-19  Wim Taymans  <wim@fluendo.com>
15152
15153         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15154         (gst_dvdemux_src_query):
15155         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15156         (gst_flacdec_src_query):
15157         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15158         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15159         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15160         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15161         * gst/debug/progressreport.c: (gst_progress_report_report):
15162         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15163         * gst/matroska/matroska-demux.c:
15164         (gst_matroska_demux_handle_src_query):
15165         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15166         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15167         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15168         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15169         (gst_wavparse_srcpad_event):
15170         API change fix.
15171
15172 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15173
15174         * gst/goom/filters.c:
15175         * gst/goom/graphic.h:
15176         * gst/goom/lines.c:
15177           Make inline functions either 'static inline' or 'extern inline',
15178           otherwise the Forte compiler apparently won't inline them (#317300).
15179
15180 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15181
15182         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15183         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15184         (user_info_callback), (user_endrow_callback), (user_end_callback),
15185         (user_read_data), (gst_pngdec_caps_create_and_set),
15186         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15187         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15188         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15189         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15190         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15191         very nice and handle push/pull based model. if you have filesrc
15192         connected to it, it will do random access to load the png file.
15193         If you have a network source that can't do _getrange, it does 
15194         progressive loading through the chain function.
15195         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15196         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15197         thanks to Master Wim Taymans ;-)
15198
15199 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15200
15201         * gst/matroska/Makefile.am:
15202         * gst/matroska/ebml-read.c:
15203         * gst/matroska/ebml-read.h:
15204         * gst/matroska/matroska-demux.c:
15205         * gst/matroska/matroska-demux.h:
15206         * gst/matroska/matroska.c: (plugin_init):
15207           Ported matroska demuxer to 0.9.
15208
15209 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15210
15211         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15212
15213         * gst/matroska/matroska-mux.c:
15214         (gst_matroska_mux_video_pad_setcaps),
15215         (gst_matroska_mux_audio_pad_setcaps):
15216           Fix mpeg4 input handling (#318847); also, while we're at it,
15217           fix media type for Motion-JPEG: should be image/jpeg.
15218
15219 2005-10-18  Wim Taymans  <wim@fluendo.com>
15220
15221         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15222         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15223         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15224         Fix for segment-start/stop API change.
15225
15226 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15227
15228         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15229         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15230         way.
15231
15232 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15233
15234         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15235         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15236         output declared in transform_caps.
15237
15238 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15239
15240         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15241
15242 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15243
15244         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15245         (gst_video_box_get_unit_size): Fix wrong size calculations and
15246         implement get_unit_size correctly.
15247
15248 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         * configure.ac:
15251           Enable flx plugin.
15252
15253         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15254           Fix gcc4 signedness issue.
15255
15256 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15257
15258         * configure.ac: Adding videomixer.
15259         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15260         (user_read_data), (gst_pngdec_chain): More debugging.
15261         * gst/alpha/Makefile.am: Adding alphacolor
15262         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15263         (gst_alpha_color_class_init), (gst_alpha_color_init),
15264         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15265         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15266         (plugin_init): Ported to 0.9 using in place base tranform.
15267         * gst/videomixer/Makefile.am:
15268         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15269         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15270         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15271         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15272         (gst_videomixer_init), (gst_videomixer_getcaps),
15273         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15274         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15275         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15276         to 0.9 using collectpads.
15277
15278 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15279
15280         * configure.ac:
15281         * gst/flx/Makefile.am:
15282         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15283         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15284         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15285         * gst/flx/gstflxdec.h:
15286         flx plugin ported to 0.9
15287
15288 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15289
15290         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15291           use new gst_version_string()
15292
15293 2005-10-16  Andy Wingo  <wingo@pobox.com>
15294
15295         * configure.ac: GLIB_CHECK.
15296
15297 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15298
15299         * ext/libpng/Makefile.am:
15300         * ext/libpng/gstpng.c: (plugin_init):
15301         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15302         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15303         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15304
15305 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15306
15307         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15308
15309         * configure.ac:
15310         * gst/matroska/Makefile.am:
15311         * gst/matroska/ebml-ids.h:
15312         * gst/matroska/ebml-write.c:
15313         * gst/matroska/ebml-write.h:
15314         * gst/matroska/matroska-ids.h:
15315         * gst/matroska/matroska-mux.c:
15316         * gst/matroska/matroska-mux.h:
15317         * gst/matroska/matroska.c: (plugin_init):
15318           Port matroska muxer to 0.9 (#318847).
15319
15320 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15321
15322         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15323         (comment_init), (comment_add):
15324           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15325           use GST_READ_UINT32_LE() and friends rather than the private
15326           implementation of those same macros.
15327
15328 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15329
15330         * examples/stats/mp2ogg.c:
15331           more typo fixes
15332
15333 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15334
15335         * examples/indexing/indexmpeg.c: (main):
15336         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15337         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15338         * ext/esd/esdmon.h:
15339         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15340         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15341         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15342         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15343         * gst/avi/gstavimux.c: (gst_avimux_init):
15344         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15345         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15346         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15347         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15348         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15349         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15350         * gst/oldcore/gstmultifilesrc.h:
15351         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15352         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15353         (gst_pipefilter_change_state):
15354         * gst/oldcore/gstpipefilter.h:
15355         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15356         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15357         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15358         * sys/osxaudio/gstosxaudiosink.h:
15359         * sys/osxaudio/gstosxaudiosrc.h:
15360           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15361           moved bitshift from macro to enum definition
15362
15363 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15364
15365         * ext/Makefile.am:
15366         * ext/cairo/Makefile.am:
15367         * ext/cairo/gstcairo.c: (plugin_init):
15368         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15369         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15370         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15371         * ext/cairo/gsttimeoverlay.h:
15372           update of cairo-based timeoverlay to 1.0 Cairo API
15373           doesn't work yet for resizing of output sink
15374
15375 2005-10-11  Wim Taymans  <wim@fluendo.com>
15376
15377         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15378         newsegment API fix.
15379
15380 2005-10-11  Wim Taymans  <wim@fluendo.com>
15381
15382         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15383         (gst_dvdemux_demux_frame):
15384         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15385         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15386         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15387         (gst_avi_demux_handle_seek):
15388         * gst/goom/gstgoom.c: (gst_goom_event):
15389         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15390         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15391         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15392         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15393         (gst_wavparse_srcpad_event):
15394         newsegment API update.
15395
15396 2005-10-11  Andy Wingo  <wingo@pobox.com>
15397
15398         * ext/speex/gstspeexenc.c: Signedness cleanups.
15399
15400 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15401
15402         * PORTED_09:
15403         * ext/speex/Makefile.am:
15404         * ext/speex/gstspeex.c:
15405         * ext/speex/gstspeexenc.c:
15406         Speexenc ported to 0.9
15407
15408 2005-10-10  Wim Taymans  <wim@fluendo.com>
15409
15410         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15411         (gst_oss_sink_init), (gst_oss_sink_set_property),
15412         (gst_oss_sink_get_property), (gst_oss_sink_open),
15413         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15414         * sys/oss/gstosssink.h:
15415         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15416         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15417         (gst_oss_src_prepare):
15418         Cleanups, make device configurable in the sink, handle and report
15419         errors.
15420
15421 2005-10-10  Wim Taymans  <wim@fluendo.com>
15422
15423         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15424         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15425         Make sure element is NULL before removing from the bin.
15426
15427 2005-10-07  Andy Wingo  <wingo@pobox.com>
15428
15429         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15430         block forever in a read().
15431         (gst_dv1394src_bus_reset): Post a message when the cable is
15432         unplugged.
15433         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15434         (gst_dv1394src_bus_reset): Don't unref the message.
15435
15436         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15437         hacking. The only change should be that the state change stuff was
15438         put into basesrc's start() and stop() routines, which coalesces
15439         some steps.
15440
15441 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15442
15443         * configure.ac:
15444           Add check for mmap
15445           
15446         * gst/debug/Makefile.am:
15447           Only compile efence plugin on systems that have mmap.
15448
15449 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         * gst/debug/Makefile.am:
15452         * gst/debug/breakmydata.c:
15453         * gst/debug/gstdebug.c:
15454         * gst/debug/gstnavigationtest.c:
15455         * gst/debug/gstnavseek.c: 
15456         * gst/debug/gstnavseek.h:
15457         * gst/debug/progressreport.c: 
15458         * gst/debug/testplugin.c:
15459           Port progressreport, navseek, navigationtest, testsink and
15460           breakmydata.
15461
15462 2005-10-05  Edward Hervey  <edward@fluendo.com>
15463
15464         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15465         (gst_dvdemux_src_query):
15466         Fixes for better conversion
15467
15468 2005-10-04  Michael Smith <msmith@fluendo.com>
15469
15470         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15471         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15472         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15473         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15474           Set state of elements to NULL before removing from bins.
15475           Set state of test element to NULL if we failed to move it to READY
15476
15477 2005-10-04  Edward Hervey  <edward@fluendo.com>
15478
15479         * ext/dv/Makefile.am:
15480         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15481         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15482         Corrected the query function for position so it doesn't forget what
15483         format was asked, and calls the conversion functions on the correct pad.
15484
15485 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15486
15487         * configure.ac:
15488           back to development
15489
15490 === release 0.9.3 ===
15491
15492 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15493
15494         * configure.ac:
15495           Releasing 0.9.3, "Aramis"
15496
15497 2005-10-03  Andy Wingo  <wingo@pobox.com>
15498
15499         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15500         error returns.
15501
15502 2005-10-02  Andy Wingo  <wingo@pobox.com>
15503
15504         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15505
15506         * ext/flac/gstflacenc.c: Ported to 0.9.
15507
15508         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15509
15510         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15511         and link to gsttagedit. Enable flacenc.
15512
15513         * ext/flac/gstflacdec.c: Re-enable tag reading.
15514
15515 2005-09-30  Wim Taymans  <wim@fluendo.com>
15516
15517         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15518         * gst/rtp/gstrtpgsmparse.c:
15519         * gst/rtp/gstrtph263penc.c:
15520         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15521         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15522         (gst_rtpmp4venc_set_property):
15523         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15524         Various class and caps fixes from Andre Magalhaes (andrunko)
15525
15526 2005-09-29  Wim Taymans  <wim@fluendo.com>
15527
15528         * gst/level/level-example.c: (main):
15529         Update for new bus API.
15530
15531 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * configure.ac:
15534           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15535           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15536
15537 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15540           Fix playback of mono streams (bytes_per_sample should be set
15541           from the sample width and the number of channels negotiated,
15542           and not just be set to 4) (#317338)
15543
15544 2005-09-26  Wim Taymans  <wim@fluendo.com>
15545
15546         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15547         (gst_rtpmpaenc_handle_buffer):
15548         Set buffer duration correctly.
15549
15550 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15553         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15554         (gst_avi_demux_change_state):
15555           Don't crash when encountering a stream with an unknown fourcc or
15556           codec id. Instead, create a pad of type video/x-avi-unknown or
15557           audio/x-avi-unknown, which as a side-effect also results in less
15558           confusing error messages in players ('no decoder' vs. 'no streams');
15559           minor fixes to state change function and class_init function.
15560
15561 2005-09-24  Wim Taymans  <wim@fluendo.com>
15562
15563         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15564         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15565         These are sinks.
15566
15567 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15568
15569         * check/elements/level.c: (GST_START_TEST):
15570           fix test for new GstClockTime use
15571         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15572         (gst_level_transform_ip):
15573         * gst/level/gstlevel.h:
15574           fix up the decay peak, ensuring the decay peak is never lower
15575           than the peak for that interval
15576
15577 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15578
15579         * docs/plugins/gst-plugins-good-plugins.args:
15580         * docs/plugins/inspect/plugin-alpha.xml:
15581         * docs/plugins/inspect/plugin-rtp.xml:
15582         * gst/level/gstlevel.c: (gst_level_set_caps),
15583         (gst_level_transform_ip):
15584           updating docs
15585
15586 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * Makefile.am:
15589         * check/elements/level.c: (GST_START_TEST):
15590         * gst/level/Makefile.am:
15591         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15592         (gst_level_set_property), (gst_level_get_property),
15593         (gst_level_set_caps), (gst_level_message_new),
15594         (gst_level_transform_ip):
15595         * gst/level/gstlevel.h:
15596         * gst/level/level-example.c: (message_handler), (main):
15597           convert to using GstClockTime for all time values, finally.
15598
15599 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15600
15601         * gst/auparse/Makefile.am:
15602         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15603           fix up build
15604         * configure.ac:
15605         * ext/cairo/Makefile.am:
15606         * ext/dv/Makefile.am:
15607         * ext/esd/Makefile.am:
15608         * ext/flac/Makefile.am:
15609         * ext/gconf/Makefile.am:
15610         * ext/gdk_pixbuf/Makefile.am:
15611         * ext/jpeg/Makefile.am:
15612         * ext/ladspa/Makefile.am:
15613         * ext/libcaca/Makefile.am:
15614         * ext/libmng/Makefile.am:
15615         * ext/libpng/Makefile.am:
15616         * ext/mikmod/Makefile.am:
15617         * ext/pango/Makefile.am:
15618         * ext/raw1394/Makefile.am:
15619         * ext/shout2/Makefile.am:
15620         * ext/speex/Makefile.am:
15621         * gst/alpha/Makefile.am:
15622         * gst/autodetect/Makefile.am:
15623         * gst/avi/Makefile.am:
15624         * gst/cutter/Makefile.am:
15625         * gst/debug/Makefile.am:
15626         * gst/effectv/Makefile.am:
15627         * gst/flx/Makefile.am:
15628         * gst/goom/Makefile.am:
15629         * gst/interleave/Makefile.am:
15630         * gst/law/Makefile.am:
15631         * gst/matroska/Makefile.am:
15632         * gst/median/Makefile.am:
15633         * gst/monoscope/Makefile.am:
15634         * gst/multipart/Makefile.am:
15635         * gst/oldcore/Makefile.am:
15636         * gst/rtp/Makefile.am:
15637         * gst/rtsp/Makefile.am:
15638         * gst/smoothwave/Makefile.am:
15639         * gst/smpte/Makefile.am:
15640         * gst/videobox/Makefile.am:
15641         * gst/videofilter/Makefile.am:
15642         * gst/videomixer/Makefile.am:
15643         * gst/wavenc/Makefile.am:
15644         * gst/wavparse/Makefile.am:
15645         * sys/oss/Makefile.am:
15646         * sys/osxaudio/Makefile.am:
15647         * sys/osxvideo/Makefile.am:
15648           fix up GST_LIBS use
15649
15650 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15651
15652         * gst/auparse/Makefile.am:
15653         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15654           fix build of auparse
15655
15656 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15657
15658         * configure.ac:
15659         * PORTED_09:
15660         * gst/auparse/gstauparse.c:
15661         * gst/auparse/gstauparse.h:
15662         Auparse ported to 0.9.
15663
15664 2005-09-22  Wim Taymans  <wim@fluendo.com>
15665
15666         * gst/rtp/TODO:
15667         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15668         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15669         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15670         (gst_rtpmp4venc_set_property):
15671         * gst/rtp/gstrtpmp4venc.h:
15672         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15673         * gst/rtp/gstrtpmpaenc.h:
15674         Use is_filled to both check MTU and max-ptime of base class.
15675
15676 2005-09-22  Wim Taymans  <wim@fluendo.com>
15677
15678         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15679         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15680         (gst_rtpmp4venc_set_property):
15681         Don't fragment packets with multiple frames.
15682
15683 2005-09-22  Wim Taymans  <wim@fluendo.com>
15684
15685         * gst/rtp/TODO:
15686         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15687         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15688         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15689         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15690         (gst_rtpmp4venc_get_property):
15691         * gst/rtp/gstrtpmp4venc.h:
15692         Remove g_print.
15693         Update TODO
15694         Make payload encoder a bit smarter and more correct with
15695         timestamps.
15696         Added option in payloader to include config string in-band.
15697
15698 2005-09-21  Wim Taymans  <wim@fluendo.com>
15699
15700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15701         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15702         (gst_rtspsrc_send):
15703         Strip spaces for key/value pairs.
15704
15705 2005-09-21  Wim Taymans  <wim@fluendo.com>
15706
15707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15708         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15709         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15710         (gst_rtspsrc_change_state):
15711         More SDP parsing and caps setting.
15712         Do NO_PREROLL differently.
15713         add pads only after negotiated.
15714
15715         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15716         (gst_udpsrc_getcaps):
15717         Implement the getcaps function.
15718
15719 2005-09-21  Wim Taymans  <wim@fluendo.com>
15720
15721         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15722         (gst_rtpamrdec_chain):
15723         Handle multiple AMr packets per payload. Handle CRC and
15724         parse ILL/ILP.
15725
15726         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15727         Make caps params strings for easy SDP mapping.
15728         
15729         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15730         Handle capsnego better.
15731
15732         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15733         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15734         Generate and parse config string in the caps.
15735
15736 2005-09-21  Wim Taymans  <wim@fluendo.com>
15737
15738         * gst/rtp/README:
15739         Update README
15740
15741         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15742         Make extra params as strings.
15743
15744         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15745         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15746         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15747         Make state change return NO_PREROLL as this is a live
15748         source.
15749
15750         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15751         Don't unref old caps when NULL.
15752
15753 2005-09-20  Wim Taymans  <wim@fluendo.com>
15754
15755         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15756         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15757         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15758         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15759         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15760         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15761         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15762         * gst/rtsp/sdpmessage.h:
15763         Add URI handler.
15764         Parse SDP and create caps.
15765
15766 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15767
15768         * gst/alpha/gstalpha.c:
15769           fix element description
15770
15771 2005-09-19  Wim Taymans  <wim@fluendo.com>
15772
15773         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15774         Don't check payload for now.
15775
15776 2005-09-19  Wim Taymans  <wim@fluendo.com>
15777
15778         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15779         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15780         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15781         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15782         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15783         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15784         (gst_wavparse_change_state):
15785         * gst/wavparse/gstwavparse.h:
15786         Fix wavparse some more.
15787
15788 2005-09-19  Wim Taymans  <wim@fluendo.com>
15789
15790         * check/elements/level.c: (GST_START_TEST):
15791         Fix for bus API change.
15792
15793 2005-09-19  Wim Taymans  <wim@fluendo.com>
15794
15795         * gst/level/level-example.c: (main):
15796         Fix for new bus API.
15797
15798         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15799         Set caps on pads.
15800
15801 2005-09-15  Wim Taymans  <wim@fluendo.com>
15802
15803         * gst/rtp/Makefile.am:
15804         * gst/rtp/README:
15805         * gst/rtp/gstrtp.c: (plugin_init):
15806         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15807         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15808         (gst_rtpamrdec_change_state):
15809         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15810         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15811         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15812         * gst/rtp/gstrtpamrenc.h:
15813         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15814         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15815         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15816         * gst/rtp/gstrtpgsmenc.h:
15817         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15818         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15819         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15820         (gst_rtpgsmparse_change_state):
15821         * gst/rtp/gstrtpgsmparse.h:
15822         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15823         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15824         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15825         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15826         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15827         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15828         * gst/rtp/gstrtph263penc.h:
15829         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15830         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15831         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15832         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15833         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15834         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15835         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15836         * gst/rtp/gstrtpmp4venc.h:
15837         * gst/rtp/gstrtpmpadec.c:
15838         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15839         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15840         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15841         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15842         * gst/rtp/gstrtpmpaenc.h:
15843         Updates to payloader/depayloaders, make payloaders use
15844         the base classes.
15845         Updated README with suggested RTP caps and how to convert
15846         to/from SDP.
15847         Added config descriptor in mp4v payloader.
15848
15849 2005-09-15  Andy Wingo  <wingo@pobox.com>
15850
15851         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15852         * gst/autodetect/gstautovideosink.c
15853         (gst_auto_video_sink_find_best): Update for new registry API.
15854
15855 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15856
15857         * common/c-to-xml.py:
15858         * common/gtk-doc-plugins.mak:
15859           a simple py script to generate valid xml from a C example
15860           probably also need to strip an MIT license when we decide
15861         * docs/plugins/Makefile.am:
15862         * gst/level/Makefile.am:
15863         * gst/level/gstlevel.c: (gst_level_init):
15864         * gst/level/level-example.c: (message_handler), (main):
15865           add an example to level that will show up in the docs
15866         * gst/rtp/TODO:
15867           add a note for the future
15868
15869 2005-09-14  Michael Smith <msmith@fluendo.com>
15870
15871         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15872           Actually define the debug object being used in wavenc. Fixes #316205
15873
15874 2005-09-14  Michael Smith <msmith@fluendo.com>
15875
15876         * gst/smpte/Makefile.am:
15877           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15878           needed to build on windows (bug 316204)
15879
15880 2005-09-12  Andy Wingo  <wingo@pobox.com>
15881
15882         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15883
15884 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15885
15886         * configure.ac:
15887         * gst/fdsrc/Makefile.am:
15888         * gst/fdsrc/gstfdsrc.c:
15889         * gst/fdsrc/gstfdsrc.h:
15890           Move fdsrc back into gstreamer core elements.
15891
15892         * gst/level/gstlevel.c: (gst_level_class_init),
15893         (gst_level_transform_ip):
15894         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15895           Basetransform changes.
15896
15897 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15898
15899         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15900         * ext/jpeg/smokecodec.c: (find_best_size):
15901           fix compiler warnings
15902
15903 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15904
15905         * gst-plugins-good.spec.in:
15906           spec file fixes
15907         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15908         (gst_multiudpsink_render), (gst_multiudpsink_add),
15909         (gst_multiudpsink_clear):
15910           it actually helps to actually stream if we hook up the
15911           "add" signal to an actual implementation
15912         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15913           some debugging
15914
15915 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15916
15917         * ext/jpeg/Makefile.am:
15918         * ext/jpeg/gstjpeg.c
15919         * ext/jpeg/gstjpegenc.c:
15920         * ext/jpeg/gstsmokeenc.c:
15921
15922 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15923
15924         * ext/flac/gstflacdec.c:
15925         * ext/flac/gstflacenc.c:
15926         * ext/flac/gstflactag.c:
15927         * ext/speex/gstspeexenc.c:
15928           gsttaginterface.h -> gsttagsetter.h
15929
15930 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15931
15932         * configure.ac:
15933         * gst/debug/Makefile.am:
15934         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15935         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15936         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15937         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15938         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15939           Port to 0.9 and re-enable efence plugin.
15940
15941 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15942
15943         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15944         (gst_flacdec_write), (gst_flacdec_convert_src):
15945         * ext/flac/gstflacdec.h:
15946           Add support for flac files with 24/32 bits per sample; and misc.
15947           minor clean-ups. Seeking is still partly broken (for me at least).
15948
15949 2005-09-06  Wim Taymans  <wim@fluendo.com>
15950
15951         * gst/rtp/Makefile.am:
15952         * gst/rtp/gstrtp.c: (plugin_init):
15953         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15954         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15955         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15956         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15957         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15958         (gst_rtpmp4vdec_plugin_init):
15959         * gst/rtp/gstrtpmp4vdec.h:
15960         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15961         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15962         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15963         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15964         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15965         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15966         * gst/rtp/gstrtpmp4venc.h:
15967         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15968         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15969         Added mpeg4 video payload encoder/decoder.
15970         Added some docs in mpa payloader.
15971
15972 === release 0.9.1 ===
15973
15974 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15975
15976         * NEWS:
15977         * README:
15978         * RELEASE:
15979         * autogen.sh:
15980         * configure.ac:
15981           releasing 0.9.1, "Blondie"
15982
15983 2005-09-05  Andy Wingo  <wingo@pobox.com>
15984
15985         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15986         here from the state change handler, so we fire signals without
15987         holding the state lock.
15988
15989 2005-09-02  Andy Wingo  <wingo@pobox.com>
15990
15991         * All plugins updated for element state changes.
15992
15993 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15994
15995         * Makefile.am:
15996         * check/.cvsignore:
15997         * check/Makefile.am:
15998         * check/elements/.cvsignore:
15999         * check/elements/level.c: (setup_level), (cleanup_level),
16000         (GST_START_TEST), (level_suite), (main):
16001           add a test for level
16002         * common/release.mak:
16003           move the enum checking to release.mak
16004         * configure.ac:
16005           add valgrind and check checking
16006         * gst/level/gstlevel.c: (gst_level_transform):
16007         * gst/level/gstlevel.h:
16008           fix Andy's cast bug
16009           convert a field to int
16010           fix the arithmetic to int when checking for emit so that a
16011           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16012
16013 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16014
16015         * Makefile.am:
16016         * configure.ac:
16017           add docs to build
16018         * common/plugins.xsl:
16019           wrap Description into a refsect2
16020         * docs/Makefile.am:
16021         * docs/plugins/Makefile.am:
16022         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16023         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16024         * gst/goom/Makefile.am:
16025         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16026         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16027         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16028         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16029         (gst_goom_change_state):
16030         * gst/goom/gstgoom.h:
16031           GstGOOM -> GstGoom
16032           add an example launch line
16033         * gst/level/gstlevel.h:
16034         * gst/monoscope/gstmonoscope.c:
16035           cleanups
16036
16037 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16038
16039         * configure.ac:
16040         * docs/plugins/Makefile.am:
16041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16043         * docs/plugins/gst-plugins-good-plugins.types:
16044           document elements and plugins.  Shazam !
16045
16046 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16047
16048         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16049           be found under doc/random/ChangeLog-0.8