configure.ac: Back to development...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * configure.ac:
4         Back to development...
5
6 === release 0.10.7 ===
7
8 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
9
10         * configure.ac:
11           releasing 0.10.7, "Red Door Black"
12
13 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
14
15         * gst/alpha/Makefile.am:
16         Link alpha plugin with libgstbase. Fixes bug #517386.
17
18 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
19
20         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
21         Init values to -1 instead of the default 0 value.
22         Fixes #516524.
23
24 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
25
26         * tests/examples/spectrum/spectrum-example.c:
27         Add missing include to fix compilation when libxml usage is disabled.
28         Fixes: #516371
29
30 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
31
32         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
33         fixes: #514889
34
35         * gst/rtp/gstrtph264pay.c:
36         * gst/rtp/gstrtpmp4gdepay.c:
37         * gst/rtp/gstrtpmp4gpay.c:
38         * gst/rtp/gstrtpmp4gpay.h:
39         * gst/rtp/gstrtptheorapay.c:
40         * gst/rtp/gstrtpvorbispay.c:
41
42         Fix various leaks shown up in valgrind
43         - free sprops and buffer in error cases in H264 payloader
44         - fix leak in mp4g depayloader when construction the caps
45         - don't leak config string in the mp4g payloader
46         - don't leak buffers and headers in theora and vorbis payloaders
47
48         * tests/check/elements/rtp-payloading.c:
49
50         Fix the RTP data test
51         - Actually send valid amr data to the payloader instead of 20
52         zero-bytes
53         - The mp4g payloader expects codec_data on the caps
54
55 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
56
57         * win32/MANIFEST:
58         Add libgstpng.dsp to MANIFEST.
59         * win32/vs6/libgstaudiofx.dsp:
60         Add new source files to VS project file.
61
62 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
63
64         * sys/ximage/gstximagesrc.c:
65         Initialise variables when opening the X display rather
66         than in _start(), as the display can be opened before that.
67
68         Fixes: #515985
69
70 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
71
72         * sys/directdraw/gstdirectdrawsink.c:
73         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
74         (gst_directdraw_sink_finalize):
75         Properly chain up finalize functions. Fixes bug #515980.
76
77 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
78
79         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
80         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
81         (gst_v4l2_buffer_pool_class_init):
82         Chain up the finalize functions. Fixes bug #515984.
83
84 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
85
86         * sys/ximage/ximageutil.c:
87         Chain up in the finalize function for our custom
88         buffer sub-class.
89         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
90         Fixes: #515706
91
92 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
93
94         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
95         (gst_fenced_buffer_class_init):
96         Properly chain up finalize method. Fixes bug #515979.
97
98 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
99
100         * sys/ximage/gstximagesrc.c:
101         Free allocated Damage memory before closing our connection to the
102         X server. Partially fixes: #515706
103
104 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
105
106         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
107         * tests/check/Makefile.am:
108         * tests/check/gst-plugins-good.supp:
109         Add a few libjpeg suppressions and initialize a variable to
110         make smokeenc valgrind clean. Fixes bug #515701.
111
112 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
113
114         * gst/avi/gstavidemux.c:
115         Revert patch which sends timestamps only on keyframes, as it
116         breaks playback with current gst-ffmpeg.
117
118         Fixes: #515562
119
120 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
121
122         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
123         * tests/check/elements/multifile.c: (GST_START_TEST):
124         Close some memory leaks spotted by the unit test. Fixes bug #515697.
125
126 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
127
128         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
129         Use and unset the GError when pipeline creation fails instead of
130         simply leaking it. Fixes bug #515704.
131
132 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
133
134         * gst/audiofx/audioamplify.c:
135         * gst/audiofx/audiochebband.c:
136         * gst/audiofx/audiocheblimit.c:
137         * gst/audiofx/audiodynamic.c:
138         * gst/audiofx/audioinvert.c:
139         * gst/audiofx/audiopanorama.c:
140         * gst/audiofx/audiowsincband.c:
141         * gst/audiofx/audiowsinclimit.c:
142         Fix long description of audiofx elements. Fixes bug #515457.
143
144 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
145
146         * docs/plugins/Makefile.am:
147         * gst/spectrum/gstspectrum.c:
148         * tests/examples/spectrum/.cvsignore:
149         * tests/examples/spectrum/Makefile.am:
150         * tests/examples/spectrum/spectrum-example.c:
151
152         Add a simple example application for the spectrum element, include it
153         in the docs, and fix some documentation ambiguities.
154
155         Fixes: #348085
156
157 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
158
159         * gst/equalizer/Makefile.am:
160         * gst/spectrum/Makefile.am:
161         Fix includes order
162
163         * tests/check/Makefile.am:
164         Exclude v4l2src from the states test - it takes too long to start.
165
166         * tests/check/elements/spectrum.c:
167         Make the test run properly with CK_FORK=no
168
169 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
170
171         * gst/audiofix/Makefile.am: add missing header files 
172
173 2008-02-08  Julien Moutte  <julien@fluendo.com>
174
175         * gst/matroska/matroska-demux.c:
176         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
177         keyframe and delta units correctly when dealign with a BlockGroup.
178         Fixes: #514397
179
180 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
181
182         * tests/check/elements/.cvsignore:
183         Spell the new tests correctly in .cvsignore
184
185 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
186
187         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
188           Need to use gsize here for the size, fixes compiler warning.
189
190         * tests/examples/equalizer/.cvsignore:
191         * tests/examples/equalizer/Makefile.am:
192         * tests/examples/spectrum/.cvsignore:
193         * tests/examples/spectrum/Makefile.am:
194           Add missing files to fix the build.
195
196 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
197
198         * configure.ac:
199         * docs/plugins/Makefile.am:
200         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
201         * docs/plugins/gst-plugins-good-plugins-sections.txt:
202         * docs/plugins/gst-plugins-good-plugins.args:
203         * docs/plugins/gst-plugins-good-plugins.hierarchy:
204         * docs/plugins/inspect/plugin-multifile.xml:
205         * tests/check/Makefile.am:
206         * tests/check/elements/.cvsignore:
207
208         Move multifile plugin from -bad.
209         Fixes: #490283
210
211 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
212
213         * configure.ac:
214         * docs/plugins/Makefile.am:
215         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
216         * docs/plugins/gst-plugins-good-plugins-sections.txt:
217         * docs/plugins/gst-plugins-good-plugins.args:
218         * docs/plugins/gst-plugins-good-plugins.hierarchy:
219         * docs/plugins/inspect/plugin-spectrum.xml:
220         * gst/spectrum/Makefile.am:
221         * tests/check/Makefile.am:
222         * tests/check/elements/.cvsignore:
223         * tests/examples/Makefile.am:
224
225         Move spectrum plugin from -bad.
226         Move examples into tests/examples/spectrum.
227
228 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
229
230         * configure.ac:
231         * docs/plugins/Makefile.am:
232         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
233         * docs/plugins/gst-plugins-good-plugins-sections.txt:
234         * docs/plugins/gst-plugins-good-plugins.args:
235         * docs/plugins/gst-plugins-good-plugins.hierarchy:
236         * docs/plugins/gst-plugins-good-plugins.interfaces:
237         * docs/plugins/inspect/plugin-equalizer.xml:
238         * gst/equalizer/Makefile.am:
239         * tests/check/Makefile.am:
240         * tests/examples/Makefile.am:
241         Move the equalizer plugin across from -bad
242
243         * tests/check/elements/.cvsignore:
244         Add equalizer, audiosincwband and audiosincwlimit
245
246         * tests/check/elements/equalizer.c:
247         Fix compiler warnings
248
249         Fixes: #415627
250
251 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
252
253         * configure.ac:
254         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
255         are treated like releases and build without it.
256
257 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
258
259         * docs/plugins/Makefile.am:
260         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
261         * docs/plugins/gst-plugins-good-plugins-sections.txt:
262         * docs/plugins/gst-plugins-good-plugins.args:
263         * docs/plugins/inspect/plugin-audiofx.xml:
264         * gst/audiofx/Makefile.am:
265         * gst/audiofx/audiofx.c:
266         * gst/audiofx/audiowsincband.c:
267         * gst/audiofx/audiowsincband.h:
268         * gst/audiofx/audiowsinclimit.c:
269         * gst/audiofx/audiowsinclimit.h:
270         * tests/check/Makefile.am:
271         * tests/check/elements/audiowsincband.c:
272         * tests/check/elements/audiowsinclimit.c:
273
274         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
275         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
276         respectively.
277
278         Fixes: #467666
279
280 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
281
282         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
283         * tests/check/elements/icydemux.c:
284           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
285           caps, and add a somewhat useful debug message. Plus test.
286
287 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
288
289         * gst/rtsp/gstrtspsrc.c:
290         Include unistd.h only if HAVE_UNISTD_H is defined
291         * win32/common/config.h.in:
292         * win32/common/config.h:
293         Define socklen_t as it seems it's not defined in default 
294         Visual Studio headers.
295         * win32/vs6/libgstalpha.dsp:
296         * win32/vs6/libgstapetag.dsp:
297         * win32/vs6/libgstavi.dsp:
298         * win32/vs6/libgstrtp.dsp:
299         * win32/vs6/libgstrtsp.dsp:
300         * win32/vs6/libgstvideomixer.dsp:
301         Update project file dependencies and add new source files       
302
303 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
304
305         Patch by: Bjarne Rosengren <bjarne at axis dot com>
306
307         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
308         Don't leak buffers when we don't push them downstream.
309         Fixes bug #514965.
310
311 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
312
313         * configure.ac:
314           Bump requirements to (good) released versions to avoid
315           confusion and make implicit core requirement explicit.
316
317 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
318
319         * docs/plugins/Makefile.am:
320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
322         * docs/plugins/gst-plugins-good-plugins.args:
323         * docs/plugins/inspect/plugin-audiofx.xml:
324         * gst/audiofx/Makefile.am:
325         * gst/audiofx/audiochebband.c:
326         * gst/audiofx/audiochebband.h:
327         * gst/audiofx/audiocheblimit.c:
328         * gst/audiofx/audiocheblimit.h:
329         * gst/audiofx/audiochebyshevfreqband.c:
330         * gst/audiofx/audiochebyshevfreqband.h:
331         * gst/audiofx/audiochebyshevfreqlimit.c:
332         * gst/audiofx/audiochebyshevfreqlimit.h:
333         * gst/audiofx/audiofx.c:
334         * tests/check/Makefile.am:
335         * tests/check/elements/.cvsignore:
336         * tests/check/elements/audiochebband.c:
337         * tests/check/elements/audiocheblimit.c:
338         * tests/check/elements/audiochebyshevfreqband.c:
339         * tests/check/elements/audiochebyshevfreqlimit.c:
340
341         Rename audiochebyshevfreqband -> audiochebband and
342         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
343         surgery.
344
345         Closes: #491811
346
347 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
348
349         Patch by: Orjan Friberg <orjanf at axis dot com>
350
351         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
352         Fix caps memory leak. Fixes #514573.
353
354 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
355
356         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
357         If there's no entries in the subindex, don't try to do anything stupid,
358         just return.
359
360 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
361
362         Patch by: John Millikin <jmillikin at gmail dot com>
363
364         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
365           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
366           Fix extraction of picture blocks with newer libflac versions again:
367           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
368
369 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
370
371         * tests/check/Makefile.am:
372           Add rtp-payloading test to VALGRIND_TO_FIX.
373
374         * tests/check/elements/rtp-payloading.c:
375           Add semicolons after GST_TEST_END so gst-indent gets the
376           formatting right; make test less verbose in general, but
377           more verbose in the error case (which should probably
378           make the test fail anyway).
379
380 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
381
382         * docs/plugins/Makefile.am:
383         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
384         * docs/plugins/gst-plugins-good-plugins-sections.txt:
385         * gst/avi/gstavisubtitle.c:
386         Add documentation for avisubtitle and change class to
387         Codec/Parser/Subtitle
388
389 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
390
391         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
392         Treat ENOTTY (driver does not implement ioctl) the same as
393         EINVAL since it implies there are no available standards.
394
395         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
396         (gst_v4l2src_get_nearest_size):
397         Replace gst_v4l2src_get_size_limits with 2 calls to new function
398         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
399         probe if the driver does not support VIDIOC_TRY_FMT for whatever
400         reason, and if we aren't yet actively capturing.
401
402         * sys/v4l2/v4l2src_calls.h:
403         Remove replaced function declaration.
404
405 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
406
407         * configure.ac:
408         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
409         API.
410
411 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
412
413         * configure.ac:
414         Fix typo.
415
416 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
417
418         * gst/alpha/Makefile.am:
419         * gst/alpha/gstalpha.c:
420
421         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
422         some stuff, and making buffer-alloc and resizing work automatically.
423         No longer crashes on odd frame widths and heights, although there
424         seems to be a disagreement with ffmpegcolorspace about what size
425         an AYUV frame with odd height should be.
426
427 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         Patch by: Alessandro Decina <alessandro at nnva dot org>
430
431         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
432         * ext/libpng/gstpngenc.h:
433         Preallocate the output buffer so that g_memdup() and
434         gst_buffer_merge() aren't needed anymore. This greatly improves
435         performances and fixes #512544.
436
437 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
438
439         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
440         (gst_avi_demux_stream_data):
441         GStreamer timestamps are PTS values while AVI only knows about DTS
442         timestamps. Make sure we only copy the DTS as the buffer timestamp when
443         we are dealing with a key frame.
444
445 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
446
447         * tests/check/Makefile.am:
448         * tests/check/elements/.cvsignore:
449         * tests/check/elements/rtp-payloading.c:
450           Add add testsuite for the rtp-payloader that tries simulating
451           dataflow. Needs more test data.
452
453 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
454
455         * tests/check/elements/alphacolor.c:
456           Remove two unused variables.
457
458 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
459
460         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
461           Use g_ascii_strtoll() instead of atoll, which is only
462           available in C99.
463
464 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
465
466         * gst/rtp/Makefile.am:
467         * gst/rtp/gstrtp.c:
468         * gst/rtp/gstrtpmpvpay.c:
469         * gst/rtp/gstrtpmpvpay.h:
470         Add MPEG2 video payloader
471
472 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
473
474         * gst/level/gstlevel.c:
475         Use #include <math.h> instead of #include "math.h".
476
477 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
478
479         * tests/check/Makefile.am:
480         Fix up some CFLAGS sets.
481         Don't include gconfvideosrc in the states test.
482
483         * tests/check/elements/autodetect.c: (GST_START_TEST):
484         Add some error strings to fail_unless arguments to fix some weird
485         compiler errors on Solaris.
486
487 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
488
489         * configure.ac:
490         Detect video4linux headers on Solaris too.
491         * sys/v4l2/gstv4l2colorbalance.h:
492         * sys/v4l2/gstv4l2object.h:
493         * sys/v4l2/v4l2_calls.c:
494         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
495         (gst_v4l2_buffer_new):
496
497         Make v4l2 build on Solaris.
498         Patch by: Brian Cameron  <brian.cameron at sun dot com>
499         Fixes: #510505
500
501 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
502
503         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
504           Update list from (still local) scanning script.
505
506 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
507
508         Based on a patch by:
509             Victor STINNER <victor dot stinner at haypocalc dot com>
510
511         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
512         Set variable to NULL after freeing it to prevent double frees
513         or make failures by another use of it afterwards more obvious
514         and fix use of it after the freeing. Fixes bug #510592.
515
516 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
517
518         * gst/udp/gstmultiudpsink.c:
519         use GST_WARNING for logging
520
521 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
522
523         * gst/udp/gstmultiudpsink.c:
524         Don't try to leave a multicast group with an invalid socket
525
526 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
527
528         * ext/flac/gstflacdec.c:
529           Fix compilation against flac 1.1.2 (as on debian stable), where
530           the picture metadata defines and structs don't exist yet.
531           Fixes #509301.
532
533 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
534
535         Patch by: Olivier Crete <tester at tester dot ca>
536
537         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
538         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
539         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
540         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
541         * gst/udp/gstmultiudpsink.h:
542         Add property to automatically join a multicast group or not. This can be
543         useful when sharing a socket between multiple elements.
544         Fixes #509531.
545
546 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
547
548         * gst/videomixer/Makefile.am:
549           Add controller flags.
550
551 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
552
553         * gst/videomixer/videomixer.c:
554           Also commit the missing gst_object_sync_values().
555
556 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
557
558         * docs/plugins/Makefile.am:
559           Remove duplicate entry.
560
561 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
562
563         * docs/plugins/Makefile.am:
564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
566         * docs/plugins/inspect/plugin-gamma.xml:
567         * docs/plugins/inspect/plugin-monoscope.xml:
568         * docs/plugins/inspect/plugin-video4linux2.xml:
569           Add 3 more plugins to docs.
570
571 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
572
573         * docs/plugins/gst-plugins-good-plugins-sections.txt:
574         * sys/osxvideo/osxvideosink.h:
575           Revert previous change caused by a file that got stuck on an old
576           revision.
577
578 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
579
580         * docs/plugins/gst-plugins-good-plugins-sections.txt:
581         * gst/multipart/Makefile.am:
582         * gst/multipart/multipartdemux.c:
583         * gst/multipart/multipartdemux.h:
584         * gst/multipart/multipartmux.c:
585         * gst/multipart/multipartmux.h:
586           Re-add multipartdemux to the docs. Last round of section cleanup.
587
588 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
589
590         * docs/plugins/Makefile.am:
591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
592         * sys/osxaudio/gstosxaudiosink.h:
593         * sys/osxvideo/osxvideosink.h:
594           Managed to resolve most unused declarations. Filed a bug for one left.          
595
596 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
597
598         * docs/plugins/gst-plugins-good-plugins-sections.txt:
599           Cleanup section file.
600
601 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
602
603         * docs/plugins/Makefile.am:
604         * docs/plugins/gst-plugins-good-plugins.args:
605         * docs/plugins/gst-plugins-good-plugins.signals:
606         * docs/plugins/inspect/plugin-alaw.xml:
607         * docs/plugins/inspect/plugin-alpha.xml:
608         * docs/plugins/inspect/plugin-alphacolor.xml:
609         * docs/plugins/inspect/plugin-annodex.xml:
610         * docs/plugins/inspect/plugin-apetag.xml:
611         * docs/plugins/inspect/plugin-audiofx.xml:
612         * docs/plugins/inspect/plugin-auparse.xml:
613         * docs/plugins/inspect/plugin-autodetect.xml:
614         * docs/plugins/inspect/plugin-avi.xml:
615         * docs/plugins/inspect/plugin-cairo.xml:
616         * docs/plugins/inspect/plugin-cdio.xml:
617         * docs/plugins/inspect/plugin-cutter.xml:
618         * docs/plugins/inspect/plugin-debug.xml:
619         * docs/plugins/inspect/plugin-dv.xml:
620         * docs/plugins/inspect/plugin-efence.xml:
621         * docs/plugins/inspect/plugin-effectv.xml:
622         * docs/plugins/inspect/plugin-flac.xml:
623         * docs/plugins/inspect/plugin-flxdec.xml:
624         * docs/plugins/inspect/plugin-gconfelements.xml:
625         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
626         * docs/plugins/inspect/plugin-goom.xml:
627         * docs/plugins/inspect/plugin-halelements.xml:
628         * docs/plugins/inspect/plugin-icydemux.xml:
629         * docs/plugins/inspect/plugin-id3demux.xml:
630         * docs/plugins/inspect/plugin-jpeg.xml:
631         * docs/plugins/inspect/plugin-ladspa.xml:
632         * docs/plugins/inspect/plugin-level.xml:
633         * docs/plugins/inspect/plugin-matroska.xml:
634         * docs/plugins/inspect/plugin-mulaw.xml:
635         * docs/plugins/inspect/plugin-multipart.xml:
636         * docs/plugins/inspect/plugin-navigationtest.xml:
637         * docs/plugins/inspect/plugin-png.xml:
638         * docs/plugins/inspect/plugin-quicktime.xml:
639         * docs/plugins/inspect/plugin-rtp.xml:
640         * docs/plugins/inspect/plugin-rtsp.xml:
641         * docs/plugins/inspect/plugin-shout2send.xml:
642         * docs/plugins/inspect/plugin-smpte.xml:
643         * docs/plugins/inspect/plugin-speex.xml:
644         * docs/plugins/inspect/plugin-taglib.xml:
645         * docs/plugins/inspect/plugin-udp.xml:
646         * docs/plugins/inspect/plugin-videobalance.xml:
647         * docs/plugins/inspect/plugin-videobox.xml:
648         * docs/plugins/inspect/plugin-videocrop.xml:
649         * docs/plugins/inspect/plugin-videoflip.xml:
650         * docs/plugins/inspect/plugin-videomixer.xml:
651         * docs/plugins/inspect/plugin-wavenc.xml:
652         * docs/plugins/inspect/plugin-wavpack.xml:
653         * docs/plugins/inspect/plugin-wavparse.xml:
654           Update plugin docs.
655
656         * gst/videomixer/Makefile.am:
657         * gst/videomixer/videomixer.c:
658         * gst/videomixer/videomixer.h:
659         * gst/videomixer/videomixerpad.h:
660           Split out header to fix warnings from the doc-build.
661
662 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
663
664         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
665
666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
667         Use atoll to parse the rtptime with enough precision. Fixes #509329.
668
669 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
670
671         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
673           Initialise variables to work around (false) 'foo might be used
674           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
675
676 2008-01-11  David Schleef  <ds@schleef.org>
677
678         * docs/plugins/.cvsignore:
679         * tests/check/pipelines/.cvsignore:
680           Ignore more files for the buildbot.
681
682 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
683
684         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
685         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
686         Generate the image-type values correctly. Leave them out of the caps
687         when outputting a "preview image" tag, since it only makes sense
688         to have one of those - the type is irrelevant.
689
690         * sys/sunaudio/gstsunaudiomixerctrl.c:
691         (gst_sunaudiomixer_ctrl_open):
692         If we can, mark the mixer multiple open when we use it, in case
693         (for some reason) the process wants to open it again elsewhere.
694
695 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
696
697         Patch by: Olivier Crete <tester at tester dot ca>
698
699         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
700         * gst/rtp/gstrtptheorapay.c:
701         Fix the clock rate to 90000 as required by the RFC.
702         Fixes #508644.
703
704 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
705
706         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
707           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
708
709 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
710
711         * autogen.sh:
712           Add -Wno-portability to the automake parameters to stop warnings
713           about GNU make extensions being used. We require GNU make in almost
714           every Makefile anyway.
715           
716         * configure.ac:
717           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
718           at the same time is required for per target flags.
719
720 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
721
722         * gst/videomixer/videomixer.c: (gst_videomixer_init):
723         Fix error from my last commit.
724
725 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
726
727         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
728
729         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
730           Make sure the ISO 639-X language code in ID3v2 COMM frames
731           is actually valid UTF-8 (or rather: ASCII), so we don't end
732           up with non-UTF8 strings in tags if there's garbage in the
733           language field. Also make sure the language code is always
734           lower case. Fixes: #508291.
735
736 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
737
738         * ChangeLog:
739           Fix ChangeLog typo.
740
741 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
742
743         * Makefile.am:
744           Include lcov.mak to allow building coverage reports. Guard
745           check-torture target like in the other packages.
746
747 2008-01-09  Sameer Naik  <sameer@damagehead.com>
748
749         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
750
751         * gst/videomixer/videomixer.c:
752         (gst_videomixer_set_master_geometry), (_do_init),
753         (gst_videomixer_child_proxy_get_child_by_index),
754         (gst_videomixer_child_proxy_get_children_count),
755         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
756         (gst_videomixer_init), (gst_videomixer_request_new_pad),
757         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
758         Implement GstChildProxy interface.
759         Send newsegment at the right moment
760         Fixes #488879
761
762 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
763
764         * gst/alpha/Makefile.am:
765         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
766         (gst_alpha_sink_event), (gst_alpha_chain),
767         (gst_alpha_change_state), (plugin_init):
768         Make the various properties of 'alpha' controllable. This allows doing
769         niceties like fade-in/fade-out.
770
771 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
772
773         * gst/rtp/gstasteriskh263.c:
774         * gst/rtp/gstrtpL16depay.c:
775         * gst/rtp/gstrtpac3depay.c:
776         * gst/rtp/gstrtpamrpay.c:
777         * gst/rtp/gstrtpdepay.c:
778         * gst/rtp/gstrtpgsmdepay.c:
779         * gst/rtp/gstrtph263depay.c:
780         * gst/rtp/gstrtph263pdepay.c:
781         * gst/rtp/gstrtph263ppay.c:
782         * gst/rtp/gstrtph264depay.c:
783         * gst/rtp/gstrtph264pay.c:
784         * gst/rtp/gstrtpmp2tdepay.c:
785         * gst/rtp/gstrtpmp4adepay.c:
786         * gst/rtp/gstrtpmp4gdepay.c:
787         * gst/rtp/gstrtpmp4gpay.c:
788         * gst/rtp/gstrtpmp4vdepay.c:
789         * gst/rtp/gstrtpmpadepay.c:
790         * gst/rtp/gstrtpmpvdepay.c:
791         * gst/rtp/gstrtpsv3vdepay.c:
792         * gst/rtp/gstrtptheoradepay.c:
793         * gst/rtp/gstrtptheorapay.c:
794         * gst/rtp/gstrtpvorbisdepay.c:
795         * gst/rtp/gstrtpvorbispay.c:
796           Remove copy/paste unused code (property setters and getter) found by
797           the coverage suite (yay, saves ~20k on disk).
798
799 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
800
801         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
802           (videosink_templ):
803           Also fix up pad templates to indicate that image/jpeg doesn't
804           absolutely require the framerate property to be set (#504081).
805
806 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
807
808         Based on patch by: Wouter Cloetens  <wouter at mind be>
809
810         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
811           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
812           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
813         * gst/matroska/matroska-mux.h:
814           Keep track of first and last timestamps for each incoming stream,
815           so we can calculate the total duration for live sources and other
816           input where we can't query the duration from the start or where
817           there's no constant framerate from which we can deduce the
818           duration; also use calculated/observed duration if it is bigger
819           than the previously queried duration. Furthermore, use
820           gst_pad_query_peer_duration() and take into account that it may
821           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
822           screws up comparisons when using unsigned integers. Fixes #504081.
823
824 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
825
826         * configure.ac:
827         * gst/audiofx/audioamplify.c:
828         (gst_audio_amplify_clipping_method_get_type),
829         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
830         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
831         (gst_audio_dynamic_transform_ip):
832         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
833         (gst_audio_invert_transform_ip):
834         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
835         (gst_audio_panorama_transform):
836         * gst/level/gstlevel.c: (gst_level_init):
837         Make elements GST_BUFFER_FLAG_GAP aware and call
838         gst_base_transform_set_gap_aware for this.
839         Bump core requirement to CVS.
840         
841         * gst/audiofx/audiochebyshevfreqband.c:
842         (gst_audio_chebyshev_freq_band_transform_ip):
843         * gst/audiofx/audiochebyshevfreqlimit.c:
844         (gst_audio_chebyshev_freq_limit_transform_ip):
845         Also sync GObject properties to the controller if operating
846         in passthrough mode.
847
848 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
849
850         * sys/directdraw/gstdirectdrawsink.c:
851           (gst_directdraw_sink_window_thread):
852           FALSE is not a gpointer.
853
854 2008-01-05  Julien Moutte  <julien@fluendo.com>
855
856         * sys/directdraw/gstdirectdrawsink.c:
857         (gst_directdraw_sink_set_window_id),
858         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
859         (gst_directdraw_sink_buffer_alloc),
860         (gst_directdraw_sink_draw_borders),
861         (gst_directdraw_sink_show_frame),
862         (gst_directdraw_sink_setup_ddraw),
863         (gst_directdraw_sink_window_thread),
864         (gst_directdraw_sink_get_ddrawcaps),
865         (gst_directdraw_sink_surface_create): Make sure we create our
866         internal window only when we need it. That will give a chance to
867         the application to get the prepare-xwindow-id bus message. Draw
868         black borders when keeping aspect ratio. Handle the case where our
869         rendering window disappears (closed or errors) like other sinks
870         do. Various 80 columns fixes, improve state change order. That
871         element could need some more love.
872
873 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
874
875         * ext/taglib/gstapev2mux.h:
876         * ext/taglib/gstid3v2mux.h:
877         Remove useless typedefs without new type name. Fixes a warning with
878         gcc 4.3.
879
880 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
881
882         Patch by: John Millikin <jmillikin at gmail dot com>
883
884         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
885         (gst_flac_dec_setup_stream_decoder),
886         (gst_flac_normalize_picture_mime_type),
887         (gst_flac_extract_picture_buffer),
888         (gst_flac_dec_metadata_callback):
889         Emit metadata messages when a PICTURE block is encountered.
890         Fixes #506715.
891
892 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
893
894         * gst/avi/gstavi.c:
895         increase rank because no known issues anymore ...
896         * gst/avi/gstavisubtitle.c:
897         send subtitle name to the srcpad
898
899 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
900
901         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
902         * gst/rtsp/gstrtspsrc.h:
903         Implement redirect for the DESCRIBE reply. Fixes #506025.
904
905 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
906
907         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
908         Fix 'xyz may be used uninitialized' compiler warnings caused
909         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
910         abort() in any case but properly report the error.
911
912 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
913
914         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
915         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
916         * sys/ximage/gstximagesrc.c: (composite_pixel):
917           Fix 'xyz may be used uninitialized' compiler warnings caused
918           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
919           not really nice to abort in any case). Fixes #505745.
920
921 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
924           Small unit test fix (has no practical impact at the moment,
925           since we're only feeding utf8 and hence just create a sub-
926           buffer for the output).
927
928 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
929
930         * gst/avi/gstavisubtitle.c:
931         * tests/check/elements/avisubtitle.c:
932         Add seeking support for avi subtitle
933
934 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
935
936         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
937         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
938         (gst_flac_dec_write):
939         * ext/flac/gstflacdec.h:
940         Remove some unused vars.
941         Do more cleanup of leftover events and tags.
942         Output tags after the segment event. Fixes #504018.
943
944 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
945
946         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
947           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
948           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
949           Detect other UTF byte order markers and convert to UTF-8 as
950           appropriate.
951
952 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
953
954         * gst/avi/gstavisubtitle.c: (src_template),
955           (gst_avi_subtitle_extract_utf8_file),
956           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
957           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
958           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
959         * gst/avi/gstavisubtitle.h:
960           Refactor a bit; fix name extraction; don't assume all the data
961           in the chunk is actually subtitle data, there may be padding at
962           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
963           file so it's there to send again after a seek (for future use).
964
965 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
966
967         * gst/avi/Makefile.am:
968         * gst/avi/gstavi.c:
969         * gst/avi/gstavisubtitle.c:
970         * gst/avi/gstavisubtitle.h:
971         * tests/check/Makefile.am:
972         * tests/check/elements/avisubtitle.c:
973         * win32/common/config.h:
974                 Add avi subtitle element for bug #442034. Need seeking support
975                 and more support for character conversion.
976
977 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
978
979         * Makefile.am:
980           Include common/win32.mak for CRLF check of win32 project
981           files (see #393626).
982
983         * win32/vs6/libgstpng.dsp:
984           Fix line endings and do cvs admin -kb.
985
986 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
987
988         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
989         Actually drop the buffers which are outside the currently configured
990         segment instead of just emitting a WARNING.
991
992 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
993
994         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
995         (gst_flac_dec_write):
996         * ext/flac/gstflacdec.h:
997         Send segments from the streaming thread. Fixes #502187.
998         Fix segment seeking and a bunch of other seeking cases.
999
1000 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1001
1002         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1003           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1004           which is where it would end up if the same information was
1005           put in a vorbis comment (don't think it's worth adding a
1006           new URI tag for this). Fixes #488112.
1007
1008 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * configure.ac:
1011           We need core/base 0.10.15 or later.
1012
1013 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1014
1015         Patch by: Mark Nauwelaerts <manauw skynet be>
1016
1017         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1018         Fix regression in stream numbering. Fixes #502655.
1019
1020 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1021
1022         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1023
1024         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1025         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1026         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1027         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1028         (gst_rtp_h264_pay_handle_buffer):
1029         * gst/rtp/gstrtph264pay.h:
1030         Use higher performance start-code searching.
1031         Parse NALs and store SPS, PPS and profile in the caps so that they can
1032         be used in the SDP. Fixes #502814.
1033
1034 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1037         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1038           Init some structs to zero before we pass them to ioctl, which
1039           avoids valgrind warnings.  Also fix a small memory leak.
1040
1041 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1042
1043         Patch by: Wouter Cloetens <wouter at mind dot be>
1044
1045         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1046         Copy timestamp from input to output. Not very perfect yet but better
1047         than nothing. Fixes #503023.
1048
1049 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1050
1051         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1052           Also print a useful error message with the old Wavpack API
1053           if possible.
1054
1055 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1056
1057         * ext/wavpack/gstwavpackdec.c:
1058           More build fixes for old libwavpack versions: include config.h so
1059           that WAVPACK_OLD_API is actually defined as detected; only use
1060           WavpackGetErrorMessage if it is available. This fixes the build
1061           on debian stable for me.
1062
1063 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1064
1065         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1066         * ext/wavpack/gstwavpackparse.c:
1067           (gst_wavpack_parse_create_src_pad):
1068           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1069           versions below 4.40.0.
1070
1071 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1072
1073         * configure.ac:
1074           And now do it right for real...
1075
1076 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1077
1078         * configure.ac:
1079           Correctly reset $LIBS to not contain -lm.
1080
1081 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1082
1083         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1084
1085         * configure.ac:
1086         * ext/cairo/gsttimeoverlay.c:
1087           (gst_cairo_time_overlay_print_smpte_time):
1088           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1089           and checking for rint() and implementing it ourself if it doesn't
1090           exist. Fixes #497293.
1091
1092 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1093
1094         * configure.ac:
1095           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1096
1097 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1098
1099         * sys/oss/gstosshelper.c:
1100         Verify that the format returned after the ioctl is the one
1101         we requested. It is valid for the ioctl to succeed while
1102         substituting an alternate 'supported' sample format.
1103
1104 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1105
1106         * sys/oss/gstossaudio.c: (plugin_init):
1107         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1108         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1109           Post decent (and translated) error message when we can't
1110           open the audio device for some reason.
1111
1112 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1113
1114         * sys/oss/gstosssink.c:
1115         * sys/oss/gstosssrc.c:
1116         Allow the AUDIODEV environment variable to redirect us
1117         to a different default OSS device, like sunaudiosink does
1118         on Solaris (makes audio play automatically on SunRays).
1119
1120 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1121
1122         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1123         * gst/audiofx/audiochebyshevfreqband.c:
1124         (gst_audio_chebyshev_freq_band_transform_ip):
1125         * gst/audiofx/audiochebyshevfreqlimit.c:
1126         (gst_audio_chebyshev_freq_limit_transform_ip):
1127         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1128         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1129         The transform_ip() methods should do nothing if in passthrough mode.
1130         It might get non-writable buffers in that case but the buffer might
1131         as well be writable.
1132
1133         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1134         The transform() methods won't be called in passthrough mode and
1135         otherwise the buffer is always writable so don't check here.
1136
1137 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1138
1139         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1140           Fix seeking in .wav files again (#501775).  Some people seem to think
1141           they don't need to test their changes when they're just 'reflowing'
1142           some code.
1143
1144 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1145
1146         * gst/autodetect/gstautovideosink.c:
1147         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1148         (gst_auto_video_sink_init),
1149         (gst_auto_video_sink_create_element_with_pretty_name),
1150         (gst_auto_video_sink_find_best),
1151         (gst_auto_video_sink_set_property),
1152         (gst_auto_video_sink_get_property):
1153         * gst/autodetect/gstautovideosink.h:
1154         Fix docs.
1155         Use same error reporting code as autoaudiosink.
1156         Add property to filter sinks based on caps. Only select raw video sinks
1157         by default for backwards compat.
1158         API: GstAutoVideoSink::filter-caps
1159
1160 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1161
1162         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1163
1164         * gst/autodetect/gstautoaudiosink.c:
1165         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1166         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1167         (gst_auto_audio_sink_set_property),
1168         (gst_auto_audio_sink_get_property):
1169         * gst/autodetect/gstautoaudiosink.h:
1170         Add property to filter sinks based on caps. Only select raw audio sinks
1171         by default for backwards compat.  Fixes #417420.
1172         API: GstAutoAudioSink::filter-caps
1173
1174 2007-11-29  Michael Smith <msmith@fluendo.com>
1175
1176         Patch by: Arek Korbik <arkadini@gmail.com>
1177
1178         * gst/videobox/gstvideobox.c: (plugin_init):
1179           Initialise liboil in plugin_init()
1180
1181 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1182
1183         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1184         Post error before sending EOS. Fixes #499178.
1185
1186 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1187
1188         * win32/vs6/gst_plugins_good.dsw:
1189         * win32/vs6/libgstpng.dsp:
1190         Add a project file for libgstpng
1191
1192 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1193
1194         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1195         (gst_rtp_h263_depay_process):
1196         Code beautification.
1197         Added debug statements.
1198         Don't bit-shift everything, just do operations on last/first byte
1199         instead.
1200
1201 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1202
1203         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1204
1205         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1206         Fix wrong comparison in overrun check. Fixes #499239 some more.
1207
1208 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1209
1210         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1211         (gst_rtp_h263_depay_process):
1212         * gst/rtp/gstrtph263depay.h:
1213         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1214         stream.
1215
1216 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1217
1218         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1219
1220         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1221         (gst_rtp_mp4a_depay_process):
1222         * gst/rtp/gstrtpmp4adepay.h:
1223         Fix depayloading when multiple frames are inside one RTP packet.
1224         Fixes #499239.
1225
1226 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1227
1228         * gst/level/gstlevel.c:
1229           Add GAP-flag support.
1230
1231 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1232
1233         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1234         Read the I flag for Mode A h263 rtp stream and set the
1235         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1236         Fixes #499383
1237
1238 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1239
1240         * gst/level/gstlevel.c:
1241           Remove some dead code and do cleanups.
1242
1243 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1244
1245         * tests/check/pipelines/simple-launch-lines.c:
1246           Improve the tests by allowing to set a target state.
1247
1248 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1249
1250         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1251         Don't check the caps of the output buffer if they're equal some
1252         other caps. The caps can change in a backward compatible way
1253         and did at this point.
1254
1255 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1256
1257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1258         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1259         (gst_qtdemux_seek_to_previous_keyframe),
1260         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1261         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1262         reverse playback support.
1263
1264 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1265
1266         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1267         Also set the channel layout on the Wavpack caps if we're having
1268         a mono layout. Of course only do it for "audio/x-wavpack".
1269
1270 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1271
1272         * ext/wavpack/gstwavpackcommon.c:
1273         (gst_wavpack_get_default_channel_mask),
1274         (gst_wavpack_set_channel_layout),
1275         (gst_wavpack_get_default_channel_positions),
1276         (gst_wavpack_get_channel_mask_from_positions),
1277         (gst_wavpack_set_channel_mapping):
1278         * ext/wavpack/gstwavpackcommon.h:
1279         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1280         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1281         * ext/wavpack/gstwavpackdec.h:
1282         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1283         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1284         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1285         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1286         (gst_wavpack_enc_rewrite_first_block),
1287         (gst_wavpack_enc_sink_event):
1288         * ext/wavpack/gstwavpackenc.h:
1289         * ext/wavpack/gstwavpackparse.c:
1290         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1291         (gst_wavpack_parse_scan_to_find_sample),
1292         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1293         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1294         * ext/wavpack/gstwavpackparse.h:
1295         Add support for encoding, parsing and decoding multichannel
1296         files with up to 8 channels. This also improves the robustness
1297         of parsing quite a bit.
1298
1299         * ext/wavpack/gstwavpackstreamreader.c:
1300         (gst_wavpack_stream_reader_read_bytes),
1301         (gst_wavpack_stream_reader_get_pos),
1302         (gst_wavpack_stream_reader_set_pos_abs),
1303         (gst_wavpack_stream_reader_set_pos_rel),
1304         (gst_wavpack_stream_reader_push_back_byte),
1305         (gst_wavpack_stream_reader_get_length),
1306         (gst_wavpack_stream_reader_can_seek),
1307         (gst_wavpack_stream_reader_write_bytes):
1308         Improve debugging.
1309
1310 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1311
1312         * ext/libpng/gstpngdec.c:
1313         * ext/libpng/gstpngdec.h:
1314           Don't release the png-memory from within the callback.
1315
1316 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1317
1318         Patch by: René Stadler <mail at renestadler dot de>
1319
1320         * ext/libpng/gstpngenc.c:
1321           Don't leak buffer data memory. Fixes #498395.
1322
1323 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1324
1325         Patch by: René Stadler <mail at renestadler dot de>
1326
1327         * tests/check/pipelines/simple-launch-lines.c:
1328           Tests for #498395.
1329
1330 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1331
1332         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1333         (gst_tag_lib_mux_adjust_event_offsets):
1334         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1335         * sys/osxaudio/Makefile.am:
1336         * sys/osxvideo/cocoawindow.h:
1337         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1338
1339 2007-11-15  David Schleef  <ds@schleef.org>
1340
1341         * ext/cairo/gsttextoverlay.c:
1342           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1343
1344 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1345
1346         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1347
1348         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1349         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1350         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1351         * gst/rtp/gstrtpmp2tpay.h:
1352         Fill the MTU with as many packets as possible. Fixes #491323.
1353
1354 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1355
1356         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1357
1358         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1359         Fix some more leaks. Fixes #497007.
1360
1361 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1362
1363         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1364
1365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1366         (gst_rtspsrc_stream_configure_tcp):
1367         Fix 3 pad leaks. Fixes #496983.
1368
1369 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1370
1371         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1372
1373         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1374         Fix small leak. Fixes #497017.
1375
1376 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1377
1378         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1379         (gst_qtdemux_prepare_current_sample),
1380         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1381         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1382         * gst/qtdemux/qtdemux_fourcc.h:
1383         * gst/qtdemux/qtdemux_types.c:
1384         Add suppport for theora in quicktime according to XiphQT.
1385
1386 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1387
1388         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1389         (gst_v4l2src_init), (gst_v4l2src_set_property),
1390         (gst_v4l2src_get_property):
1391         * sys/v4l2/gstv4l2src.h:
1392         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1393           Always copy buffers by default (handle safer with bugged drivers)
1394           and added a property to make it possible to use mmap effectively (no
1395           copy if possible) when application wants to. Fixes: #480557.
1396
1397 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1398
1399         * gst/id3demux/id3tags.c:
1400         * gst/id3demux/id3tags.h:
1401         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1402           We don't want the same string multiple times in a tag list for the
1403           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1404           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1405
1406 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1407
1408         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1409           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1410           into ID3v2 TXXX frames (fixes #347848).
1411
1412 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1413
1414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1415           Don't leak sdp message contents (fixes #496773).
1416
1417         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1418           Don't leak URI string.
1419
1420 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1421
1422         Patch by: Julien Puydt <julien dot puydt at laposte net>
1423
1424         * ext/raw1394/Makefile.am:
1425         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1426           (gst_1394_property_probe_get_properties),
1427           (gst_1394_property_probe_probe_property),
1428           (gst_1394_property_probe_needs_probe),
1429           (gst_1394_property_probe_get_values),
1430           (gst_1394_property_probe_interface_init),
1431           (gst_1394_type_add_property_probe_interface):
1432         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1433         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1434           (gst_dv1394src_init), (gst_dv1394src_dispose),
1435           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1436           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1437           (gst_dv1394src_update_device_name):
1438         * ext/raw1394/gstdv1394src.h:
1439           Implement GstPropertyProbe interface and add "device-name" property,
1440           so applications can use this to probe for available devices in the
1441           same way they can already with v4lsrc and v4l2src (however horrible
1442           this property probe interface may be). Fixes #358841.
1443
1444 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1445
1446         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1447
1448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1449           (gst_rtspsrc_parse_range):
1450           Don't leak event, don't leak range (fixes #496752).
1451
1452 2007-11-14  Michael Smith <msmith@fluendo.com>
1453
1454         Patch by: Arek Korbik <arkadini@gmail.com>
1455
1456         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1457           Detect RGBA/BGRA correctly on little endian systems.
1458
1459 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1460
1461         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1462           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1463           corresponding ioctl() call fails even though the driver claims to
1464           support this format, just fall back to the pre-2.6.19 kernel
1465           routine that creates caps with suitable height and width ranges
1466           (see #448278).
1467
1468 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1469
1470         Patch by: Mark Nauwelaerts <manauw skynet be>
1471
1472         * gst/matroska/matroska-demux.c:
1473           (gst_matroska_demux_push_dvd_clut_change_event),
1474           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1475           (gst_matroska_demux_subtitle_caps):
1476         * gst/matroska/matroska-ids.h:
1477           Extract palette data for dvd subpicture streams and send it
1478           downstream as custom gstreamer dvd event (fixes #453417).
1479
1480 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1483           Implement minimal parsing of the passed pango font description
1484           string, so passing a font size works the same as with the
1485           pango textoverlay plugin; fixes #455086.
1486           (Maybe we could just use pangocairo here at some point).
1487
1488 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1489
1490         * gst/avi/gstavidemux.c:
1491         * gst/wavparse/gstwavparse.c:
1492           Return the result in _activate_pull(). Don't ref element there.
1493
1494 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1495
1496         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1497         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1498         (gst_wavparse_srcpad_event):
1499           Ref the element when we should, but not when we its not needed. Reflow
1500           the event_handling to not leak the event.       
1501
1502 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1503
1504         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1505         (qtdemux_parse_samples):
1506         Properly free QTDemuxSamples array.
1507         Protect table write with a sensible check, some files apparently DO contain
1508         stts values starting with 0 :(
1509
1510 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1511
1512         * gst/avi/gstavidemux.c:
1513         * gst/qtdemux/qtdemux.c:
1514           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1515           previous commit messed up.
1516
1517 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1518
1519         * gst/avi/gstavidemux.c:
1520         * gst/qtdemux/qtdemux.c:
1521           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1522           element when we should, but not when we its not needed.
1523
1524 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1525
1526         * gst/wavparse/gstwavparse.c:
1527           Return FALSE if we can't handle a query instead of changing the
1528           format. Ignore fact when dealing with mpeg audio.
1529
1530 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1531
1532         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1533
1534         * configure.ac:
1535         * gst/udp/gstdynudpsink.c:
1536         * gst/udp/gstdynudpsink.h:
1537         * gst/udp/gstmultiudpsink.c:
1538         * gst/udp/gstmultiudpsink.h:
1539         * gst/udp/gstudpsink.c:
1540         * gst/udp/gstudpsink.h:
1541           Fix includes for MSVC and GLib-2.14.0 (#492388).
1542
1543         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1544           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1545
1546 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1547
1548         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1549         (gst_mulawdec_chain):
1550         * gst/law/mulaw-decode.h:
1551         Calculate outgoing buffer duration if incoming buffer didn't have a
1552         valid duration.
1553
1554 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1555
1556         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1557         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1558         Smarter combine_flow code that also deals with downstream elements
1559         returning UNEXPECTED when they receive data out of the segment
1560         boundaries. Fixes #491305.
1561
1562 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1563
1564         * sys/v4l2/v4l2src_calls.c:
1565           Fix 'unused variable' compiler warning when compiling against
1566           older kernel headers.
1567
1568 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1569
1570         * ext/taglib/gstid3v2mux.cc (add_funcs):
1571           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1572
1573 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1574
1575         * tests/check/pipelines/simple-launch-lines.c:
1576            Improve the tests a little more.
1577
1578 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1579
1580         patch by: Yun Zheng Hu
1581
1582         * sys/osxaudio/gstosxaudiosrc.c:
1583         Use default input device instead of default output device and
1584         only memcpy actual available bytes.
1585
1586 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1587
1588         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1589           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1590           early. It is temporary until we find something better.
1591
1592 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1593
1594         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1595
1596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1597         Fix race when pausing a RTSP stream in interleaved.
1598         Fixes #475784.
1599
1600 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1601
1602         Patch by: Peter Kjellerstedt <pkj at axis com>
1603
1604         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1605         Use correct unref function for buffers. #488844.
1606
1607 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1608
1609         * gst/avi/gstavimux.c:
1610         * tests/check/elements/avimux.c:
1611           Add some debug and sync tests with the fix.     
1612
1613 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1614
1615         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1616
1617         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1618         When the socket is used by the app for other purposes, don't generate an
1619         error if there is activaty on the socket that is not data related.
1620         Fixes #487488.
1621
1622 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1623
1624         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1625         (gst_v4l2src_grab_frame):
1626         Add some more debug info. Generate an error when we run out of buffers
1627         for some reason. See #480557.
1628
1629 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1630
1631         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1632
1633         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1634         Set marker bit correctly.
1635
1636 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1637
1638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1639         Use allowed name for the GstStructure.
1640
1641 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1642
1643         * ext/gconf/gstswitchsink.c:
1644         * gst/autodetect/gstautoaudiosink.c:
1645           Use new gst_bus_pop_filtered().
1646
1647 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1648
1649         * sys/v4l2/gstv4l2src.c:
1650         * sys/v4l2/v4l2src_calls.c:
1651           When probing the formats and sizes a camera supports, make
1652           sure the best ones (highest resolution, prefered format)
1653           end up at the beginning of the probed caps and the less
1654           desirable ones at the end.  This is important because the
1655           order within the caps matters for things like fixation and
1656           negotiation, ie. what format is chosen in the end.
1657           With recent kernels, the current probing code will end up
1658           querying the supported sizes from lowest resolution to
1659           highest resolution, adding them to the probed caps in that
1660           order, resulting to v4l2src fixating to the lowest possible
1661           resolution if downstream does not express a size preference.
1662           Also make up a somewhat random ranking of prefered output
1663           formats for the same reason. Fixes #485828.
1664         
1665 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1666
1667         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1668
1669         * gst/id3demux/id3v2frames.c:
1670           Extract license/copyright URIs from ID3v2 WCOP frames
1671           (Fixes #447000).
1672
1673         * tests/check/elements/id3demux.c:
1674         * tests/files/Makefile.am:
1675         * tests/files/id3-447000-wcop.tag:
1676           Add simple unit test.
1677
1678 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1679
1680         * ext/taglib/gstid3v2mux.cc:
1681           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1682           Prerequisite for #447000.
1683
1684 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1685
1686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1687         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1688         a GstClockTime.
1689
1690 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1691
1692         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1693         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1694         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1695         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1696         (gst_rtspsrc_change_state):
1697         More seeking fixes, mostly passing around the new playback segment in
1698         order to configure it properly.
1699         Also reset base_time of udp sources when setting them back to PLAYING as
1700         a temporary hack until core supports seek in live sources properly.
1701
1702 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1703
1704         * gst/rtp/gstrtpmp4adepay.c:
1705         Fix caps as to not confuse autopluggers.
1706
1707 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1708
1709         * gst/id3demux/gstid3demux.c:
1710         * gst/id3demux/gstid3demux.h:
1711         * gst/id3demux/id3tags.c:
1712         * gst/id3demux/id3tags.h:
1713         * gst/id3demux/id3v2frames.c:
1714           Port ID3 tag demuxer over to the new GstTagDemux in -base
1715           (now would be a good time to test re-importing your music
1716           collection).
1717
1718 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1719
1720         * gst/apetag/Makefile.am:
1721         * gst/apetag/gstapedemux.c:
1722         * gst/apetag/gstapedemux.h:
1723         * gst/apetag/gsttagdemux.c:
1724         * gst/apetag/gsttagdemux.h:
1725           Port APE tag demuxer over to the new GstTagDemux in -base.
1726
1727 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1728
1729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1730         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1731         (gst_rtspsrc_handle_internal_src_query),
1732         (gst_rtspsrc_handle_src_query), (new_session_pad),
1733         (gst_rtspsrc_stream_configure_tcp),
1734         (gst_rtspsrc_stream_configure_transport),
1735         (gst_rtspsrc_loop_send_cmd):
1736         Improve flushing behaviour.
1737         Set state of the udp sources to PAUSE/PLAYING correctly.
1738         Handle events and queries for UDP and TCP transport now.
1739
1740 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1741
1742         * gst/rtp/gstrtpgsmdepay.c:
1743         * gst/rtp/gstrtpgsmpay.c:
1744           Add log category.
1745
1746 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1747
1748         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1749
1750         * tests/check/Makefile.am:
1751         * tests/check/pipelines/simple-launch-lines.c:
1752           Add unit tests for payloaders/depayloaders.
1753
1754 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * gst/avi/gstavimux.c:
1757         * gst/avi/gstavimux.h:
1758           Also save codec data for audio streams. Fixes #482495.
1759
1760 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1761
1762         * gst/avi/gstavimux.c:
1763           Fix "Index entry has invalid stream nr 1".
1764           Add support for muxing aac - work in progress (see #482495).
1765
1766 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1767
1768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1769         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1770         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1771         * gst/rtsp/gstrtspsrc.h:
1772         Parse bandwidth modifiers, they are not yet configured in the session
1773         manager because we don't have an API for that yet.
1774
1775 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1776
1777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1778         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1779         Use shiny new function in -base to get the default clock-rate.
1780         Update some docs.
1781
1782 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1783
1784         * win32/MANIFEST:
1785         Add files to win32 manifest.
1786         * win32/vs6/libgstaudiofx.dsp:
1787         * win32/vs6/libgstqtdemux.dsp:
1788         * win32/vs6/libgstrtp.dsp:
1789         * win32/vs6/libgstrtsp.dsp:
1790         Update project files.
1791
1792 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1793
1794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1795         (gst_rtspsrc_play):
1796         * gst/rtsp/gstrtspsrc.h:
1797         In TCP mode, only timestamp the first buffer. TCP is not real time and
1798         it does not make sense to try to skew compensate, also some servers send
1799         the first batch of data in a burst.
1800
1801 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1802
1803         * gst/matroska/matroska-demux.c:
1804           Fix setting the discont flag on the first buffer
1805           pushed downstream for formats with private codec
1806           data that needs to be deserialised into buffers
1807           (such as vorbis and FLAC when in a matroska container).
1808
1809 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1810
1811         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1812
1813         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1814         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1815         (gst_rtp_mp4v_pay_handle_buffer):
1816         * gst/rtp/gstrtpmp4vpay.h:
1817         Free the config string. Fixes #480707.
1818         Clean up the timestamp code a little.
1819
1820 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1821
1822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1823         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1824         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1825         * gst/rtsp/gstrtspsrc.h:
1826         Set timestamps on RTP buffers in interleaved mode.
1827         Mark first buffers with a DISCONT.
1828         Remove flush hack now that sync for live sources has been figured out.
1829
1830 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1831
1832         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1833         Update documentation.
1834
1835 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1836
1837         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1838         (gst_rtp_xqt_depay_change_state):
1839         * gst/qtdemux/gstrtpxqtdepay.h:
1840         Fail if we don't know the quicktime format.
1841
1842 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         * ext/flac/gstflacenc.c:
1845         * ext/flac/gstflacenc.h:
1846           Save the flow return from the last gst_pad_push() and
1847           make sure we pass the right flow return value upstream
1848           in the case of failure; minor clean-ups.
1849
1850 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1851
1852         * ext/taglib/gstapev2mux.cc:
1853         * ext/taglib/gstid3v2mux.cc:
1854         * gst/apetag/gstapedemux.c:
1855           Add support for the new GST_TAG_COMPOSER (#459809).
1856
1857 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         * gst/law/alaw-decode.c:
1860         * gst/law/alaw-decode.h:
1861         * gst/law/alaw-encode.c:
1862         * gst/law/alaw-encode.h:
1863         * gst/law/alaw.c:
1864         * gst/law/mulaw-conversion.h:
1865           Compulsive clean-ups: use boilerplate macros, add debug
1866           categories, fix up things to conform to symbol nomenklatura,
1867           etc.
1868
1869 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1870
1871         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1872
1873         * gst/law/alaw-decode.c:
1874         * gst/law/alaw-encode.c:
1875           Use static tables for A-Law decoding and encoding; this makes
1876           A-Law decoding and encoding less CPU-intensive, but increases
1877           the binary size a bit. Leaving old code around for now,
1878           selectable by a define in the code. Fixes #435435.
1879
1880 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1881
1882         * configure.ac:
1883         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1884         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1885         in configure.ac.
1886
1887 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1888
1889         Patch by: Jan Gerber <j at bootlab dot org>
1890
1891         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1892         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1893
1894 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1895
1896         * sys/oss/gstosshelper.c:
1897           Use GST_WARNING instead of a g_critical. This situation is not caused
1898           by the application.
1899
1900 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1901
1902         * po/LINGUAS:
1903         * po/nl.po:
1904           Updated translations.
1905
1906 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1907
1908         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1909
1910         * po/eu.po:
1911           Added Basque translation.
1912
1913 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1914
1915         translated by: Abel Cheung <abelcheung@gmail.com>
1916
1917         * po/zh_HK.po:
1918         * po/zh_TW.po:
1919           Added Chinese (traditional and Hong Kong) translation.
1920
1921 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1922
1923         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1924
1925         * po/pl.po:
1926           Added Polish translation.
1927
1928 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1929
1930         translated by: Ilkka Tuohela <hile@iki.fi>
1931
1932         * po/fi.po:
1933           Added Finnish translation.
1934
1935 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1936
1937         translated by: Jorge González González <aloriel@gmail.com>
1938
1939         * po/es.po:
1940           Added Spanish translation.
1941
1942 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1943
1944         translated by: Mogens Jaeger <mogens@jaeger.tf>
1945
1946         * po/da.po:
1947           Added Danish translation.
1948
1949 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1950
1951         translated by: Funda Wang <fundawang@linux.net.cn>
1952
1953         * po/zh_CN.po:
1954           Added Chinese (simplified) translation.
1955
1956 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1957
1958         translated by: Alexander Shopov <ash@contact.bg>
1959
1960         * po/bg.po:
1961           Added Bulgarian translation.
1962
1963 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1964
1965         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1966         Set outgoing packet duration because we can. Fixes #478244 some more.
1967
1968 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1969
1970         * ext/cairo/gsttextoverlay.c:
1971           Add info about static leak.
1972         
1973         * tests/check/Makefile.am:
1974         * tests/check/generic/states.c:
1975           Improved state change unit test.
1976
1977 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1978
1979         * docs/plugins/.cvsignore:
1980         * tests/check/.cvsignore:
1981           Ignore registries in any format.
1982
1983 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1984
1985         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1986         Removed some unused code.
1987
1988         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1989         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1990         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1991         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1992         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1993         (gst_rtp_theora_pay_flush_packet):
1994         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1995         Try to preserve the incomming buffer duration on the outgoing
1996         packets. Fixes #478244.
1997
1998 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1999
2000         * ext/taglib/gstapev2mux.cc:
2001         * ext/taglib/gstid3v2mux.cc:
2002           Work around compiler warnings with g++-4.2 when assigning a
2003           string constant to a gchar * (partially fixes #478092).
2004
2005 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2006
2007         * configure.ac:
2008           We require core CVS now for gst_base_src_set_do_timestamp().
2009
2010 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2011
2012         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2013         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2014         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2015         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2016         (gst_rtspsrc_handle_message):
2017         Fix compiler warnings shown with Forte.
2018
2019 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2020
2021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2022         (gst_rtspsrc_dup_printf):
2023         Give meaningfull error when all streams failed to configure for some
2024         reason.
2025
2026 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2027
2028         * gst/rtp/README:
2029         Update README with the design for synchronisation rules of RTP on
2030         sender and receiver.
2031
2032 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2033
2034         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2035         (gst_wavparse_chain):
2036         Don't push EOS from the chain function, the element
2037         driving the pipeline is responsible for this. The bug
2038         this was meant to fix seems to be queue not forwarding
2039         EOS in all cases (see #476514).
2040
2041 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2042
2043         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2044         (gst_level_transform_ip):
2045         * gst/level/gstlevel.h:
2046         Use basetransform segment so that it is correctly managed on flushes and
2047         start/stop.
2048         Report message timestamp as stream time, which is what an application
2049         can understand.
2050
2051 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2052
2053         * ext/taglib/gstapev2mux.cc:
2054         * ext/taglib/gstapev2mux.h:
2055         * ext/taglib/gsttaglibmux.c:
2056         * tests/check/elements/apev2mux.c:
2057         Update my mail address.
2058
2059 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2060
2061         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2062         (gst_wavparse_loop), (gst_wavparse_chain):
2063         Add EOS logic for the push-based mode too. Fixes #476514.
2064
2065 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2066
2067         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2068         * gst/law/alaw-encode.h:
2069         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2070         (gst_mulawenc_chain):
2071         * gst/law/mulaw-encode.h:
2072         Fix law encoder timestamps.
2073
2074 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2075
2076         * ext/gconf/gstgconfaudiosink.c:
2077           Fix warning when building without debug.
2078
2079         * sys/oss/gstossmixertrack.c:
2080           Use const like in alsamixertrack.c (fixes warnings).
2081
2082 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2083
2084         * sys/v4l2/v4l2src_calls.c:
2085         (gst_v4l2src_probe_caps_for_format_and_size):
2086         Fix framerate detection code some more.
2087         Handle the case where there is a weird step in the stepwise framerates.
2088         Don't overwrite the min interval with the framerate, use a temp variable
2089         instead.
2090         Use max in the Continuous framerate intervals instead of step, which is
2091         1 according to the docs. Fixes #475424.
2092
2093 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2094
2095         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2096         Make udpsrc timestamp outgoing buffers based on when they were received.
2097         Also make it output a segment in time.
2098
2099 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2100
2101         * gst/avi/gstavidemux.c:
2102           Plug a little leak. Little code cleanups.
2103
2104 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2105
2106         * configure.ac:
2107           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2108           flac versions, 's good for cross-compilation karma.
2109
2110 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2111
2112         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2113
2114         * gst/rtp/gstrtph263pay.c:
2115           Fix up header structure so that compilers don't add padding
2116           between the structure fields, since that would lead to us
2117           sending RTP packets with broken headers (as is currently the
2118           case when compiling with MSVC). Also see similar fixes in
2119           libgstrtp in gst-plugins-base. (#474616; #471194)
2120
2121 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2122
2123         * sys/v4l2/v4l2src_calls.c:
2124         (gst_v4l2src_probe_caps_for_format_and_size):
2125         Don't overwrite our GValue with 0 but instead use the previously
2126         computed value. Fixes #471823 some more.
2127
2128 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2129
2130         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2131           No tabs in this file please, or gtk-doc will end up documenting
2132           rather absurd class hierarchies.
2133
2134 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         * ext/gconf/gstswitchsink.c:
2137           If the new kid element fails to change state for some reason
2138           (e.g. esdsink not being able to connect to the sound server),
2139           forward the error message it posted on the bus instead of just
2140           posting a generic 'Internal state change error: please file a
2141           bug' error message. Fixes #471364.
2142
2143 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2144
2145         * gst/qtdemux/Makefile.am:
2146         * gst/qtdemux/qtdemux.c:
2147           Don't assume tags are encoded as UTF-8 (#473670).
2148
2149 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2150
2151         * sys/v4l2/gstv4l2src.c:
2152         * sys/v4l2/gstv4l2src.h:
2153         * sys/v4l2/v4l2src_calls.c:
2154           Implement LATENCY queries in the crudest way possible so I don't
2155           have to use sync=false any longer when testing with videosinks.
2156
2157 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2158
2159         * configure.ac:
2160           Fix build.
2161
2162 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2163
2164         * sys/v4l2/v4l2src_calls.c:
2165         (gst_v4l2src_probe_caps_for_format_and_size):
2166         Add some more debugging in the framerate function.
2167         Iterate stepwise framerate up to and _including_ the max and if nothing
2168         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2169         don't end up with an empty list. Fixes #471823
2170
2171 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2172
2173         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2174         (gst_multiudpsink_set_clients_string),
2175         (gst_multiudpsink_get_clients_string),
2176         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2177         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2178         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2179         (gst_multiudpsink_clear):
2180         Add property do configure destination address/port pairs
2181         API:GstMultiUDPSink::clients
2182
2183 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2184
2185         * tests/examples/Makefile.am:
2186         * tests/examples/rtp/Makefile.am:
2187         * tests/examples/rtp/client-H263p-AMR.sh:
2188         * tests/examples/rtp/client-H263p-PCMA.sdp:
2189         * tests/examples/rtp/client-H263p-PCMA.sh:
2190         * tests/examples/rtp/client-H264-PCMA.sdp:
2191         * tests/examples/rtp/client-H264-PCMA.sh:
2192         * tests/examples/rtp/client-PCMA.sh:
2193         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2194         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2195         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2196         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2197         Added some RTP example scripts for sending and receiving RTP streams.
2198
2199 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2200
2201         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2202         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2203         Restructure the setcaps function so that we can also compute the
2204         expected GStreamer output size of the video frames.
2205         Set frame_byte_size correctly so that read-based devices have a chance
2206         of working correctly.
2207         When grabbing a frame, discard frames that are not of the expected size.
2208         Some cameras don't output the right framesize for the first buffer.
2209         Try only a couple of times to get a valid frame, else error out.
2210
2211         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2212         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2213         Add some more debug info when scanning the device.
2214
2215         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2216         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2217         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2218         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2219         Add some more debug info when dequeing a frame.
2220
2221 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2222
2223         * gst/wavparse/gstwavparse.c:
2224           More code cleanups. Add some more comment and improve debugs logs.
2225
2226 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2227
2228         * gst/wavparse/gstwavparse.c:
2229         * gst/wavparse/gstwavparse.h:
2230           Implement seek-query. Refactor duration calculations. Appropriate use
2231           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2232           out of loops.
2233
2234 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2235
2236         * gst/avi/gstavidemux.c:
2237           Implement seek-query.
2238
2239 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2240
2241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2242         (gst_rtspsrc_dup_printf):
2243         Use new basesink async property to make sparse RTCP packet not wait for
2244         preroll.
2245
2246 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2247
2248         * gst/audiofx/Makefile.am:
2249         Dist the right file.
2250
2251 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2252
2253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2254         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2255         Make sure we generate and parse floating point values in the POSIX
2256         locale instead of the current locale. 
2257
2258 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2259
2260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2261         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2262         (gst_rtspsrc_play):
2263         * gst/rtsp/gstrtspsrc.h:
2264         Fix method detection again.
2265         Keep track of when we must send a Range header.
2266         Use segment values for Range, Speed and Scale headers.
2267         Parse Speed and Scale headers to update the segment values.
2268
2269 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2270
2271         patch by: Mark Nauwelaerts <manauw@skynet.be>
2272
2273         * sys/v4l2/v4l2src_calls.c:
2274           Handle optional v4l2 ioctls gracefully.
2275
2276 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2277
2278         * gst/rtp/Makefile.am:
2279         * gst/rtp/gstrtp.c: (plugin_init):
2280         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2281         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2282         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2283         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2284         (gst_rtp_h263_depay_get_property),
2285         (gst_rtp_h263_depay_change_state),
2286         (gst_rtp_h263_depay_plugin_init):
2287         * gst/rtp/gstrtph263depay.h:
2288         Added an H263 depayloader. Fixes #369392.
2289
2290         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2291         (gst_rtp_h263p_depay_process):
2292         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2293         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2294         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2295         payloads.
2296         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2297
2298 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2299
2300         * gst/audiofx/audiochebyshevfreqband.c:
2301         * gst/audiofx/audiochebyshevfreqlimit.c:
2302         Add small comparision with the windowed sinc filters in the docs.
2303
2304 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2305
2306         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2307         (audiochebyshevfreqband_suite):
2308         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2309         (audiochebyshevfreqlimit_suite):
2310         Also test 32 bit float mode and the type 2 variants of the filters.
2311
2312 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2313
2314         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2315         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2316         (gst_rtspsrc_loop):
2317         Refactor the udp and interleaved loop function a bit.
2318
2319 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2320
2321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2322         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2323         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2324         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2325         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2326         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2327         * gst/rtsp/gstrtspsrc.h:
2328         Protect connection activity with a new lock, avoids deadlocks when going
2329         to PAUSED. Fixes #455808.
2330
2331 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2332
2333         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2334         Fix debug statement.
2335
2336 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2337
2338         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2339         Fix stray %u in debug line as spotted by Saur on IRC.
2340
2341 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2342
2343         * gst/audiofx/audiochebyshevfreqband.c:
2344         (gst_audio_chebyshev_freq_band_class_init):
2345         * gst/audiofx/audiochebyshevfreqlimit.c:
2346         (gst_audio_chebyshev_freq_limit_class_init):
2347         Use generator macros for the process functions for the different
2348         sample types, add lower upper boundaries for the GObject properties
2349         so automatically generated UIs can use sliders and add a note about
2350         the number of poles as a too high number of poles combined with
2351         very low or very high frequencies will produce only noise.
2352         * docs/plugins/gst-plugins-good-plugins.args:
2353         Regenerated for the property changes.
2354
2355 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2356
2357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2358         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2359         (gst_rtspsrc_stream_configure_udp_sink),
2360         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2361         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2362         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2363         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2364         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2365         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2366         * gst/rtsp/gstrtspsrc.h:
2367         Improve timeout handling.
2368         Use the same socket for sending and receiving RTCP packets so that some
2369         servers can track clients better.
2370         Improve connection closed handling. Try to reconnect.
2371         Don't overwrite our content base with NULL.
2372         Improve debugging.
2373         Improve range parsing and handling.
2374         Remove flushing hack now that core does the right thing.
2375
2376 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2377
2378         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2379         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2380         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2381         (gst_multiudpsink_close), (gst_multiudpsink_add):
2382         * gst/udp/gstmultiudpsink.h:
2383         Add support for getting and setting the socket to use.
2384
2385         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2386         (gst_udpsrc_create), (gst_udpsrc_get_property):
2387         Add support for getting the currently used socket.
2388
2389 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2390
2391         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2392
2393         * gst/audiofx/Makefile.am:
2394         * gst/audiofx/audiochebyshevfreqband.c:
2395         (gst_audio_chebyshev_freq_band_mode_get_type),
2396         (gst_audio_chebyshev_freq_band_base_init),
2397         (gst_audio_chebyshev_freq_band_dispose),
2398         (gst_audio_chebyshev_freq_band_class_init),
2399         (gst_audio_chebyshev_freq_band_init),
2400         (generate_biquad_coefficients), (calculate_gain),
2401         (generate_coefficients),
2402         (gst_audio_chebyshev_freq_band_set_property),
2403         (gst_audio_chebyshev_freq_band_get_property),
2404         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2405         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2406         (gst_audio_chebyshev_freq_band_start):
2407         * gst/audiofx/audiochebyshevfreqband.h:
2408         * gst/audiofx/audiochebyshevfreqlimit.c:
2409         (gst_audio_chebyshev_freq_limit_mode_get_type),
2410         (gst_audio_chebyshev_freq_limit_base_init),
2411         (gst_audio_chebyshev_freq_limit_dispose),
2412         (gst_audio_chebyshev_freq_limit_class_init),
2413         (gst_audio_chebyshev_freq_limit_init),
2414         (generate_biquad_coefficients), (calculate_gain),
2415         (generate_coefficients),
2416         (gst_audio_chebyshev_freq_limit_set_property),
2417         (gst_audio_chebyshev_freq_limit_get_property),
2418         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2419         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2420         (gst_audio_chebyshev_freq_limit_start):
2421         * gst/audiofx/audiochebyshevfreqlimit.h:
2422         * gst/audiofx/audiofx.c: (plugin_init):
2423         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2424         Fixes #464800.
2425
2426         * tests/check/Makefile.am:
2427         * tests/check/elements/.cvsignore:
2428         * tests/check/elements/audiochebyshevfreqband.c:
2429         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2430         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2431         * tests/check/elements/audiochebyshevfreqlimit.c:
2432         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2433         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2434         Add unit tests for the chebyshev filters.
2435
2436         * docs/plugins/Makefile.am:
2437         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2438         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2439         * docs/plugins/gst-plugins-good-plugins.args:
2440         * docs/plugins/inspect/plugin-1394.xml:
2441         * docs/plugins/inspect/plugin-audiofx.xml:
2442         * docs/plugins/inspect/plugin-dv.xml:
2443         * docs/plugins/inspect/plugin-flac.xml:
2444         * docs/plugins/inspect/plugin-jpeg.xml:
2445         * docs/plugins/inspect/plugin-png.xml:
2446         * docs/plugins/inspect/plugin-rtp.xml:
2447         * docs/plugins/inspect/plugin-shout2send.xml:
2448         * docs/plugins/inspect/plugin-wavpack.xml:
2449         And add docs for the chebyshev filters. While doing
2450         that also run make update in docs/plugins.
2451
2452 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2453
2454         * ext/annodex/gstcmmltag.c:
2455         * gst/rtp/gstrtpvorbispay.c:
2456           Make ro memory to share.
2457
2458 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2459
2460         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2461         Improve UDP performance by avoiding a select() when we have data
2462         available immediatly.
2463
2464 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2465
2466         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2467         (gst_rtp_dec_class_init):
2468         * gst/rtsp/gstrtpdec.h:
2469         Add (dummy) SSRC management signals.
2470
2471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2472         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2473         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2474         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2475         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2476         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2477         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2478         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2479         * gst/rtsp/gstrtspsrc.h:
2480         Add connection-speed property.
2481         Add find_stream helper functions.
2482         Handle stream EOS based on BYE messages or SSRC timeout.
2483         Returns SUCCESS from the state change function as we hide our async
2484         elements from the parent.
2485
2486 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2487
2488         * gst/debug/rndbuffersize.c:
2489           Fix da leak.
2490
2491 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2492
2493         * gst/debug/Makefile.am:
2494         * gst/debug/breakmydata.c:
2495         * gst/debug/gstdebug.c:
2496         * gst/debug/negotiation.c:
2497         * gst/debug/progressreport.c:
2498         * gst/debug/rndbuffersize.c:
2499         * gst/debug/testplugin.c:
2500           Add new test element and clean-up the others a little.
2501
2502 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2503
2504         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2505         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2506
2507 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2508
2509         * gst/rtp/gstrtpilbcdepay.c:
2510           Include stdlib.
2511
2512 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2513
2514         * gst/rtp/gstrtpmpvdepay.c:
2515         Set the mpegversion in the caps so that autoplugging does not get
2516         confused.
2517
2518 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2519
2520         * po/hu.po:
2521         * po/uk.po:
2522         * po/vi.po:
2523           Updated translations.
2524
2525 2007-08-08  Michael Smith <msmith@fluendo.com>
2526
2527         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2528           Render right border in the correct location.
2529
2530 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2531
2532         Patch by: Olivier Crete <tester at tester dot ca>
2533
2534         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2535         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2536         Make mode property a string. Fixes #464475.
2537
2538 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2539
2540         * ext/flac/gstflacenc.c:
2541           Widen caps to match decoder a bit and add more FIXMEs.
2542
2543 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2544
2545         patch by: Mark Nauwelaerts <manauw@skynet.be>
2546
2547         * gst/avi/gstavimux.c:
2548           Fix ODML index tag numbering. Fixes #463624.
2549
2550 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2551
2552         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2553         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2554         (gst_rtspsrc_stream_configure_tcp),
2555         (gst_rtspsrc_stream_configure_udp_sink):
2556         Fix default clock-rate for realmedia.
2557         Fix parsing of transport.
2558         Don't try to link NULL pads.
2559
2560 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2561
2562         * po/POTFILES.skip:
2563           Add POTFILES.skip with list of source files that aren't disted at the
2564           moment but contain translatable strings. Should hopefully pacify
2565           broken tools and make it clearer that these files are left out
2566           intentionally (#461600).
2567
2568 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2569
2570         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2571         If the buffer was entirely clipped ... don't try sending it :)
2572
2573 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2574
2575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2576         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2577         (gst_rtspsrc_create_transports_string),
2578         (gst_rtspsrc_prepare_transports):
2579         If we don't hav a session manager, set the caps on outgoing buffers
2580         ourselves.
2581         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2582         Append final bit of the transport string even when it does not contain a
2583         placeholder.
2584
2585 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2586
2587         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2588         (gst_rtsp_ext_list_connect):
2589         * gst/rtsp/gstrtspext.h:
2590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2591         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2592         Clean up the interface list.
2593         Allow connecting to interface signals for the extensions.
2594         Remove old extension code.
2595         Free list on cleanup.
2596         Allow extensions to send additional RTSP messages.
2597
2598 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2599
2600         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2601         Handle a NULL gconf key gracefully by rendering the default element.
2602
2603 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2604
2605         * gst/rtsp/gstrtspext.h:
2606         Fix include path for extension interface.
2607
2608 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2609
2610         * gst/audiofx/audioamplify.h:
2611         Also remove a now unecessary variable here.
2612
2613 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2614
2615         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2616         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2617         * gst/audiofx/audiodynamic.c:
2618         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2619         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2620         * gst/audiofx/audiodynamic.h:
2621         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2622         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2623         * gst/audiofx/audioinvert.h:
2624         Don't save format information ourselves, this is already saved in
2625         GstAudioFilter.
2626
2627 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2628
2629         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2630         (gst_rtsp_ext_list_stream_select):
2631         * gst/rtsp/gstrtspext.h:
2632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2633         Use rank to filter out extensions.
2634         Add url to stream_select interface call.
2635
2636 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2637
2638         * gst/rtsp/Makefile.am:
2639         * gst/rtsp/base64.c:
2640         * gst/rtsp/base64.h:
2641         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2642         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2643         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2644         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2645         (gst_rtsp_ext_list_setup_media),
2646         (gst_rtsp_ext_list_configure_stream),
2647         (gst_rtsp_ext_list_get_transports),
2648         (gst_rtsp_ext_list_stream_select):
2649         * gst/rtsp/gstrtspext.h:
2650         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2651         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2652         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2653         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2654         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2655         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2656         (gst_rtspsrc_stream_configure_tcp),
2657         (gst_rtspsrc_stream_configure_mcast),
2658         (gst_rtspsrc_stream_configure_udp),
2659         (gst_rtspsrc_stream_configure_udp_sink),
2660         (gst_rtspsrc_stream_configure_transport),
2661         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2662         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2663         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2664         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2665         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2666         (gst_rtspsrc_parse_methods),
2667         (gst_rtspsrc_create_transports_string),
2668         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2669         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2670         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2671         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2672         * gst/rtsp/gstrtspsrc.h:
2673         * gst/rtsp/rtsp.h:
2674         * gst/rtsp/rtspconnection.c:
2675         * gst/rtsp/rtspconnection.h:
2676         * gst/rtsp/rtspdefs.c:
2677         * gst/rtsp/rtspdefs.h:
2678         * gst/rtsp/rtspext.h:
2679         * gst/rtsp/rtspextwms.c:
2680         * gst/rtsp/rtspextwms.h:
2681         * gst/rtsp/rtspmessage.c:
2682         * gst/rtsp/rtspmessage.h:
2683         * gst/rtsp/rtsprange.c:
2684         * gst/rtsp/rtsprange.h:
2685         * gst/rtsp/rtsptransport.c:
2686         * gst/rtsp/rtsptransport.h:
2687         * gst/rtsp/rtspurl.c:
2688         * gst/rtsp/rtspurl.h:
2689         * gst/rtsp/sdp.h:
2690         * gst/rtsp/sdpmessage.c:
2691         * gst/rtsp/sdpmessage.h:
2692         * gst/rtsp/test.c:
2693         Use shiny new RTSP and SDP library.
2694         Implement RTSP extensions using the new interface.
2695         Remove a lot of old code.
2696
2697 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2698
2699         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2700         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2701
2702 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2703
2704         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2705         Don't unref the outgoing buffer twice when dropping it because it's
2706         outside of the segment.
2707
2708 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2709
2710         * configure.ac:
2711         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2712         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2713         Use the new buffer clipping function from gstaudio here and
2714         require gst-plugins-base CVS.
2715         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2716         For framed Wavpack buffers we require a valid timestamp.
2717
2718 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2719
2720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2721         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2722         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2723         Clip raw audio and video when we can, keep track of current output
2724         segment.
2725         Don't leak buffers and events when there is no output pad.
2726         Improve debugging here and there.
2727
2728 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2729
2730         * configure.ac:
2731           Sync liboil check with plugins-base.
2732
2733 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2734
2735         * ext/annodex/Makefile.am:
2736           Fix CFLAGS/LIBS.
2737
2738         * ext/cdio/gstcdiocddasrc.c:
2739         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2740           Include stdlib
2741
2742         * ext/cairo/Makefile.am:
2743         * gst/videofilter/Makefile.am:
2744         * tests/examples/level/Makefile.am:
2745           Use $(LIBM) instead of -lm
2746
2747 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2748
2749         * sys/v4l2/gstv4l2src.c:
2750           Add another example pipeline.
2751
2752 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2753
2754         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2755
2756         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2757           Use define here.
2758
2759         * sys/v4l2/gstv4l2tuner.c:
2760         (gst_v4l2_tuner_set_frequency_and_notify):
2761           Don't touch the property - its still disabled.
2762
2763         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2764         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2765         * sys/v4l2/v4l2src_calls.h:
2766           Improve fallback format negotionation. Fixes #451388
2767
2768 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2769
2770         * tests/check/elements/videocrop.c: (GST_START_TEST):
2771           Fix the test.
2772
2773 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2774
2775         * docs/plugins/Makefile.am:
2776         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2777         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2778         * docs/plugins/inspect/plugin-jpeg.xml:
2779         * docs/plugins/inspect/plugin-png.xml:
2780         * ext/jpeg/gstjpegdec.c:
2781         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2782         (gst_pngdec_sink_setcaps):
2783           More docs. More logs in pngdec.
2784
2785 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2786
2787         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2788           Initialize num_buffers with minimum value.
2789
2790         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2791         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2792           Handle frame-size query failure gracefully.
2793
2794 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2795
2796         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2797         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2798         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2799         of qt/aac files.
2800
2801 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2802
2803         * ext/wavpack/gstwavpackdec.c:
2804         (gst_wavpack_dec_clip_outgoing_buffer):
2805         Fix buffer clipping to correctly clip to the segment stop.
2806
2807 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2808
2809         * configure.ac:
2810         * tests/Makefile.am:
2811         Remove bogus check for libcheck, since we check for
2812         gstreamer-check and it pulls in the required info from there,
2813         and we weren't actually _using_ the information for libcheck
2814         ourselves anyway.
2815
2816 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2817
2818         * configure.ac:
2819           Use pkg-config to locate check.
2820
2821 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2822
2823         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2824         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2825         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2826         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2827         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2828         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2829         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2830         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2831         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2832         * gst/effectv/gstrev.c: (gst_revtv_transform):
2833         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2834         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2835         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2836         * gst/matroska/matroska-demux.c:
2837         (gst_matroska_demux_add_wvpk_header),
2838         (gst_matroska_demux_check_subtitle_buffer),
2839         (gst_matroska_decode_buffer):
2840         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2841           Fix build against core CVS.
2842
2843 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2844
2845         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2846         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2847         don't have enough granularity to convert that boolean into a
2848         GstFlowReturn.
2849
2850 2007-07-06  Michael Smith <msmith@fluendo.com>
2851
2852         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2853         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2854         (gst_alawdec_change_state):
2855         * gst/law/alaw-decode.h:
2856         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2857         (gst_mulawdec_class_init), (gst_mulawdec_init),
2858         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2859         * gst/law/mulaw-decode.h:
2860           Fix capsnego bogosity in *law decoders. 
2861
2862 2007-07-06  Michael Smith <msmith@fluendo.com>
2863
2864         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2865         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2866         (gst_smokeenc_change_state):
2867         * ext/jpeg/gstsmokeenc.h:
2868           Remove stupidity in get/set caps functions.
2869           Fix some refcounting problems.
2870
2871 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2872
2873         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2874         Remove endianness-flipping hack that seems to have been required
2875         only because of a bug in ffmpegcolorspace.
2876         Partially Fixes: #451908
2877
2878 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2879
2880         * docs/plugins/Makefile.am:
2881           Simplify --extra-dir as gtkdoc scans recursively.
2882
2883 2007-07-03  Wim Taymans  <wim@fluendo.com>
2884
2885         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2886
2887         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2888         Set the encoding-name in the rtp caps to all uppercase, as required by
2889         the caps spec.
2890         Some small cleanups in the error paths. Fixes #453037.
2891
2892 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2893
2894         * ext/wavpack/gstwavpackparse.c:
2895         (gst_wavpack_parse_index_get_last_entry),
2896         (gst_wavpack_parse_index_get_entry_from_sample),
2897         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2898         (gst_wavpack_parse_scan_to_find_sample):
2899         * ext/wavpack/gstwavpackparse.h:
2900         Use a GSList for the GArray that is used like a list anyway.
2901
2902 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2903
2904         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2905         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2906         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2907           Add state change function where we set 0/1 as default framerate in
2908           case our setcaps function isn't called, like it might not in a
2909           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2910           gdkpixbufdec trying to create caps with a 0/0 framerate.
2911           Also post an error message on the bus if gst_pad_push() fails when
2912           called from our sink event handler (+1 for flow returns for event
2913           functions in 0.11) instead of failing silently.
2914
2915 2007-06-27  Wim Taymans  <wim@fluendo.com>
2916
2917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2918         Cast stack args to the proper types. Fixes #451249.
2919
2920 2007-06-27  Wim Taymans  <wim@fluendo.com>
2921
2922         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2923         (new_session_pad), (gst_rtspsrc_setup_streams):
2924         * gst/rtsp/gstrtspsrc.h:
2925         For container formats we only need to activate one of the streams so
2926         that we correctly signal no-more-pads. Fixes #451015.
2927
2928 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2929
2930         * docs/plugins/gst-plugins-good-plugins.args:
2931         * docs/plugins/inspect/plugin-aasink.xml:
2932         * docs/plugins/inspect/plugin-alaw.xml:
2933         * docs/plugins/inspect/plugin-alpha.xml:
2934         * docs/plugins/inspect/plugin-alphacolor.xml:
2935         * docs/plugins/inspect/plugin-annodex.xml:
2936         * docs/plugins/inspect/plugin-apetag.xml:
2937         * docs/plugins/inspect/plugin-audiofx.xml:
2938         * docs/plugins/inspect/plugin-auparse.xml:
2939         * docs/plugins/inspect/plugin-autodetect.xml:
2940         * docs/plugins/inspect/plugin-avi.xml:
2941         * docs/plugins/inspect/plugin-cacasink.xml:
2942         * docs/plugins/inspect/plugin-cairo.xml:
2943         * docs/plugins/inspect/plugin-cdio.xml:
2944         * docs/plugins/inspect/plugin-cutter.xml:
2945         * docs/plugins/inspect/plugin-debug.xml:
2946         * docs/plugins/inspect/plugin-efence.xml:
2947         * docs/plugins/inspect/plugin-effectv.xml:
2948         * docs/plugins/inspect/plugin-esdsink.xml:
2949         * docs/plugins/inspect/plugin-flac.xml:
2950         * docs/plugins/inspect/plugin-flxdec.xml:
2951         * docs/plugins/inspect/plugin-gconfelements.xml:
2952         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2953         * docs/plugins/inspect/plugin-goom.xml:
2954         * docs/plugins/inspect/plugin-halelements.xml:
2955         * docs/plugins/inspect/plugin-icydemux.xml:
2956         * docs/plugins/inspect/plugin-id3demux.xml:
2957         * docs/plugins/inspect/plugin-jpeg.xml:
2958         * docs/plugins/inspect/plugin-ladspa.xml:
2959         * docs/plugins/inspect/plugin-level.xml:
2960         * docs/plugins/inspect/plugin-matroska.xml:
2961         * docs/plugins/inspect/plugin-mulaw.xml:
2962         * docs/plugins/inspect/plugin-multipart.xml:
2963         * docs/plugins/inspect/plugin-navigationtest.xml:
2964         * docs/plugins/inspect/plugin-ossaudio.xml:
2965         * docs/plugins/inspect/plugin-png.xml:
2966         * docs/plugins/inspect/plugin-quicktime.xml:
2967         * docs/plugins/inspect/plugin-rtp.xml:
2968         * docs/plugins/inspect/plugin-rtsp.xml:
2969         * docs/plugins/inspect/plugin-smpte.xml:
2970         * docs/plugins/inspect/plugin-speex.xml:
2971         * docs/plugins/inspect/plugin-taglib.xml:
2972         * docs/plugins/inspect/plugin-udp.xml:
2973         * docs/plugins/inspect/plugin-videobalance.xml:
2974         * docs/plugins/inspect/plugin-videobox.xml:
2975         * docs/plugins/inspect/plugin-videocrop.xml:
2976         * docs/plugins/inspect/plugin-videoflip.xml:
2977         * docs/plugins/inspect/plugin-videomixer.xml:
2978         * docs/plugins/inspect/plugin-wavenc.xml:
2979         * docs/plugins/inspect/plugin-wavparse.xml:
2980         * docs/plugins/inspect/plugin-ximagesrc.xml:
2981           Update docs with caps info.
2982
2983 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2984
2985         * po/POTFILES.in:
2986           Add more files with translatable strings (#450878).
2987
2988 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2989
2990         * MAINTAINERS:
2991         Updating all the maintainers files
2992
2993 2007-06-22  Edward Hervey  <edward@fluendo.com>
2994
2995         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2996         * gst/interleave/deinterleave.c: (deinterleave_init),
2997         (deinterleave_sink_link):
2998         * gst/interleave/interleave.c: (interleave_init):
2999         * gst/median/gstmedian.c: (gst_median_init):
3000         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3001         Fix memory leaks.
3002         * tests/check/elements/id3demux.c: (pad_added_cb):
3003         Remove unused variable.
3004
3005 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3006
3007         * ext/gconf/gconf.h:
3008         Make the prototype of gst_gconf_get_key_for_sink_profile
3009         match the implementation.
3010         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3011         Fixes: #449747
3012
3013 2007-06-20  Michael Smith <msmith@fluendo.com>
3014
3015         * gst/rtp/gstrtpdepay.c:
3016           Fix description - rtpdepay is not a payloader.
3017
3018 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3019
3020         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3021         (qtdemux_video_caps):
3022         * gst/qtdemux/qtdemux_fourcc.h:
3023           Add MJPG to the variants of motion jpeg.
3024
3025 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3026
3027         * tests/check/Makefile.am:
3028         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3029         * tests/check/elements/videocrop.c: (GST_START_TEST):
3030         * tests/check/elements/videofilter.c:
3031         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3032         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3033           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3034           error flags are included and it errors out on compiler warnings
3035           for CVS builds; remove unused variables in various unit tests.
3036
3037 2007-06-19  Wim Taymans  <wim@fluendo.com>
3038
3039         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3040         (rtsp_connection_close), (rtsp_connection_free):
3041         Use threadsafe inet_ntop to convert an ip number to a string. 
3042         Fixes #447961.
3043         Don't leak fd (and ip) when freeing a connection without first closing
3044         it.
3045
3046 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3047
3048         * configure.ac:
3049         Back to CVS
3050
3051         * gst-plugins-good.doap:
3052         Add 0.10.6 to the doap file.
3053
3054 === release 0.10.6 ===
3055
3056 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3057
3058         * configure.ac:
3059           releasing 0.10.6, "Wobble Board"
3060
3061 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3062
3063         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3064         (rtsp_connection_free):
3065           Revert previous commit again, since we are frozen (sorry).
3066
3067 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3068
3069         Patch by: Peter Kjellerstedt <pkj at axis com>
3070
3071         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3072         (rtsp_connection_free):
3073           inet_ntoa() uses a static buffer internally, so we need to copy the
3074           returned string if we want to store it for later (#447961).
3075
3076 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3077
3078         * win32/vs6/autogen.dsp:
3079         * win32/vs6/gst_plugins_good.dsw:
3080         * win32/vs6/libgstalaw.dsp:
3081         * win32/vs6/libgstalpha.dsp:
3082         * win32/vs6/libgstalphacolor.dsp:
3083         * win32/vs6/libgstapetag.dsp:
3084         * win32/vs6/libgstaudiofx.dsp:
3085         * win32/vs6/libgstauparse.dsp:
3086         * win32/vs6/libgstautodetect.dsp:
3087         * win32/vs6/libgstavi.dsp:
3088         * win32/vs6/libgstcutter.dsp:
3089         * win32/vs6/libgstdirectdraw.dsp:
3090         * win32/vs6/libgstdirectsound.dsp:
3091         * win32/vs6/libgsteffectv.dsp:
3092         * win32/vs6/libgstflx.dsp:
3093         * win32/vs6/libgstgoom.dsp:
3094         * win32/vs6/libgsticydemux.dsp:
3095         * win32/vs6/libgstid3demux.dsp:
3096         * win32/vs6/libgstinterleave.dsp:
3097         * win32/vs6/libgstjpeg.dsp:
3098         * win32/vs6/libgstlevel.dsp:
3099         * win32/vs6/libgstmatroska.dsp:
3100         * win32/vs6/libgstmedian.dsp:
3101         * win32/vs6/libgstmonoscope.dsp:
3102         * win32/vs6/libgstmulaw.dsp:
3103         * win32/vs6/libgstmultipart.dsp:
3104         * win32/vs6/libgstqtdemux.dsp:
3105         * win32/vs6/libgstrtp.dsp:
3106         * win32/vs6/libgstrtsp.dsp:
3107         * win32/vs6/libgstsmpte.dsp:
3108         * win32/vs6/libgstspeex.dsp:
3109         * win32/vs6/libgstudp.dsp:
3110         * win32/vs6/libgstvideobalance.dsp:
3111         * win32/vs6/libgstvideobox.dsp:
3112         * win32/vs6/libgstvideocrop.dsp:
3113         * win32/vs6/libgstvideoflip.dsp:
3114         * win32/vs6/libgstvideomixer.dsp:
3115         * win32/vs6/libgstwaveform.dsp:
3116         * win32/vs6/libgstwavenc.dsp:
3117         * win32/vs6/libgstwavparse.dsp:
3118         Mark *.dsp & *.dsw as binary files and convert to DOS line
3119         endings, as they don't load into VS6 correctly otherwise.
3120
3121 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3122
3123         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3124         (rtsp_connection_connect):
3125         Fix the MingW build. 
3126         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3127         Fixes: #446981
3128
3129 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3130
3131         * tests/check/elements/.cvsignore:
3132         * tests/icles/.cvsignore:
3133         Hush the buildbots up
3134
3135 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3136
3137         * configure.ac:
3138         * sys/Makefile.am:
3139         * sys/directdraw/Makefile.am:
3140         * sys/directsound/Makefile.am:
3141         * sys/waveform/Makefile.am:
3142         Make sure to dist everything needed for win32 builds.
3143
3144 2007-06-14  Edward Hervey  <edward@fluendo.com>
3145
3146         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3147         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3148         caps.
3149         Fixes #447458
3150
3151 2007-06-13  Wim Taymans  <wim@fluendo.com>
3152
3153         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3154         Make sure we allocate enough memory for the codec_data.
3155         Fixes #447210.
3156
3157 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3158
3159         * win32/MANIFEST:
3160         Add videocrop project file to the win32 manifest.
3161         * win32/vs6/gst_plugins_good.dsw:
3162         Add qtdemux,videocrop and waveform projects to the workspace.
3163         * win32/vs6/libgstqtdemux.dsp:
3164         Add zlib to the link list of qtdemux.
3165         * win32/vs6/libgstvideocrop.dsp:
3166         Add a project file for videocrop.
3167
3168 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3169
3170         * po/POTFILES.in:
3171         Add qtdemux for translation
3172
3173 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3174
3175         * configure.ac:
3176         * docs/plugins/Makefile.am:
3177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3179         * docs/plugins/inspect/plugin-videocrop.xml:
3180         * gst-plugins-good.spec.in:
3181         * sys/Makefile.am:
3182         * tests/check/Makefile.am:
3183         * tests/icles/Makefile.am:
3184         * tests/icles/videocrop-test.c:
3185         Move videocrop and osxvideo from -bad.
3186
3187 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3188
3189         * configure.ac:
3190         * docs/plugins/Makefile.am:
3191         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3193         * docs/plugins/gst-plugins-good-plugins.args:
3194         * docs/plugins/inspect/plugin-qtdemux.xml:
3195         * docs/plugins/inspect/plugin-quicktime.xml:
3196         * win32/MANIFEST:
3197         Move qtdemux from -bad.
3198
3199         * gst-plugins-good.spec.in:
3200         Update spec file to reflect moving of qtdemux and wavpack
3201
3202 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3203         
3204         * win32/MANIFEST:
3205         * docs/plugins/Makefile.am:
3206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3208         * docs/plugins/inspect/plugin-directdraw.xml:
3209         * docs/plugins/inspect/plugin-directsound.xml:
3210         * docs/plugins/inspect/plugin-waveform.xml:
3211         Move the waveform plugin from -bad too. Update the inspect xml
3212         files to mention Plugins Good instead of Plugins Bad.
3213
3214 2007-06-12  Andy Wingo  <wingo@pobox.com>
3215
3216         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3217         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3218         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3219         finalization and resuscitation. No longer public.
3220         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3221         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3222         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3223         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3224         miniobject semantics, and be threadsafe.
3225         (gst_v4l2src_queue_frame): Remove this function, as we just call
3226         the ioctls directly in the two places where we queue buffers.
3227         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3228         directly.
3229         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3230         to allocate the pool, which also preallocates the GstBuffers.
3231         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3232         queueing the frames directly.
3233         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3234         mmap buffers have been dequeued.
3235
3236         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3237         real MiniObject instead of rolling our own refcounting and
3238         finalizing. Give it a lock.
3239         (struct _GstV4l2Buffer): Remove one intermediary object, having
3240         the buffers hold the struct v4l2_buffer directly.
3241
3242         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3243         capture_init so that it can set them on the buffers that it will
3244         create.
3245         (gst_v4l2src_get_read): For better or for worse, include the
3246         timestamping and offsetting code here; really we should be using
3247         bufferalloc though.
3248         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3249         preallocated, mmap'd buffers.
3250
3251 2007-06-11  Wim Taymans  <wim@fluendo.com>
3252
3253         Patch by: daniel fischer <dan at f3c dot com>
3254
3255         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3256         (gst_ximage_src_get_caps):
3257         Actually use the display_name property so that we can dump any
3258         available X display. Fixes #445905.
3259
3260 2007-06-11  Wim Taymans  <wim@fluendo.com>
3261
3262         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3263
3264         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3265         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3266         Add missing rate fields to caps. Fixes #441118.
3267
3268 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3269
3270         * win32/vs6/gst_plugins_good.dsw:
3271         * win32/vs8/gst-plugins-good.sln:
3272         Add DirectSound and DirectDraw sinks project files to
3273         workspace and solution files.
3274
3275 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         Patch by: Josh Coalson <xflac at yahoo dot com>,
3278         updated by Alexis Ballier <aballier at gentoo dot org>:
3279
3280         * configure.ac:
3281         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3282         (gst_flac_dec_setup_seekable_decoder),
3283         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3284         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3285         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3286         * ext/flac/gstflacdec.h:
3287         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3288         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3289         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3290         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3291         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3292         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3293         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3294         * ext/flac/gstflacenc.h:
3295         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3296         
3297 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3298
3299         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3300         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3301         not necessary anymore as we need at least that core version. 
3302
3303 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3304
3305         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3306         (gst_wavpack_dec_chain):
3307         * ext/wavpack/gstwavpackdec.h:
3308         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3309         (gst_wavpack_parse_push_buffer):
3310         * ext/wavpack/gstwavpackparse.h:
3311         Improve discont handling by checking if the next Wavpack block has
3312         the expected, following block index.
3313
3314 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3315
3316         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3317           Fix element description.
3318
3319 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3320
3321         * configure.ac:
3322         * docs/plugins/Makefile.am:
3323         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3325         * docs/plugins/gst-plugins-good-plugins.args:
3326         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3327         * docs/plugins/gst-plugins-good-plugins.signals:
3328         * docs/plugins/inspect/plugin-autodetect.xml:
3329         * docs/plugins/inspect/plugin-gconfelements.xml:
3330         * docs/plugins/inspect/plugin-ladspa.xml:
3331         * docs/plugins/inspect/plugin-rtp.xml:
3332         * docs/plugins/inspect/plugin-wavpack.xml:
3333         * ext/Makefile.am:
3334         * tests/check/Makefile.am:
3335           move wavpack plugin.  See #352605.
3336
3337 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3338
3339         * configure.ac:
3340         * docs/plugins/Makefile.am:
3341         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3342         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3343         * docs/plugins/gst-plugins-good-plugins.args:
3344         * sys/Makefile.am:
3345         * win32/MANIFEST:
3346         Add DirectDraw & DirectSound plugins to the build and docs.
3347
3348 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3351         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3352           When operating in pull mode, error out correct on not-linked.
3353
3354 2007-06-06  Andy Wingo  <wingo@pobox.com>
3355
3356         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3357         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3358         format and size if the ioctls are defined; should fix compilation
3359         on Linux < 2.16.19.
3360
3361 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3362
3363         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3364           Printf fixes in debug statements; use LOG level for debug statements
3365           that are printed for each and every frame; convert c++ comments to
3366           C-style comments; not much point using g_try_malloc() if we then not
3367           even check the return value.
3368
3369 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3370
3371         * configure.ac:
3372           Bump requirements to released versions (core and base 0.10.13).
3373
3374         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3375           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3376           own implementation.
3377
3378 2007-06-05  Andy Wingo  <wingo@pobox.com>
3379
3380         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3381         some useless comments.
3382
3383         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3384         frames before calling STREAMON, that might leave them in a state
3385         where they can't be dequeued if we go back to NULL without calling
3386         STREAMON, according to the docs.
3387         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3388         before we call STREAMON.
3389         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3390         failures. (For me this code hung.) The pool refcounting is still
3391         crack; added a note to that effect.
3392
3393 2007-06-05  Wim Taymans  <wim@fluendo.com>
3394
3395         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3396         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3397         Add support for mapping gst structure names to the MIME type equivalent.
3398         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3399
3400 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3401
3402         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3403         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3404         (gst_wavenc_chain), (gst_wavenc_change_state):
3405         * gst/wavenc/gstwavenc.h:
3406         Properly write wav files with width!=depth by having the depth most
3407         significant bytes set and all others zero. Fixes #442535.
3408
3409 2007-06-01  Wim Taymans  <wim@fluendo.com>
3410
3411         * gst/rtsp/rtspconnection.c:
3412         Add include to make buildbot happy.
3413
3414 2007-06-01  Wim Taymans  <wim@fluendo.com>
3415
3416         Patch by: Peter Kjellerstedt  <pkj at axis com>
3417
3418         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3419         (rtsp_connection_connect), (add_date_header),
3420         (rtsp_connection_send), (parse_response_status),
3421         (parse_request_line), (parse_line), (rtsp_connection_receive):
3422         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3423         * gst/rtsp/rtspdefs.h:
3424         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3425         (rtsp_message_init_request), (rtsp_message_init_response),
3426         (rtsp_message_remove_header), (rtsp_message_append_headers),
3427         (rtsp_message_dump):
3428         * gst/rtsp/rtspmessage.h:
3429         Improves version checking, allowing an RTSP server to reply with "505
3430         RTSP Version not supported.
3431         Adds a Date header to all messages.
3432         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3433         want to be able to send a response even if something in the request was
3434         invalid. EINVAL is only used when passing wrong arguments to functions.
3435         Do not handle an invalid method in parse_request_line(). Defer this to
3436         the caller so it can respond with "405 Method Not Allowed".
3437         Improves parsing of the timeout parameter to the Session header,
3438         allowing whitespace after the semicolon. 
3439         Avoids a compiler warning due to variables shadowing a function argument.
3440
3441 2007-06-01  Wim Taymans  <wim@fluendo.com>
3442
3443         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3444
3445         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3446         (gst_rtp_amr_depay_process):
3447         * gst/rtp/gstrtpamrdepay.h:
3448         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3449         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3450         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3451         * gst/rtp/gstrtpamrpay.h:
3452         Add support for AMR-WB.
3453         Small cleanups such as using BOILERPLATE.
3454
3455 2007-05-31  Wim Taymans  <wim@fluendo.com>
3456
3457         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3458         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3459
3460 2007-05-30  Andy Wingo  <wingo@pobox.com>
3461
3462         * sys/v4l2/gstv4l2object.h: 
3463         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3464         unintended changes.
3465
3466         * sys/v4l2/v4l2src_calls.h: 
3467         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3468         the format list in the order that the driver gives it to us.
3469         (gst_v4l2src_probe_caps_for_format_and_size)
3470         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3471         based on the capabilities of the device.
3472         (gst_v4l2src_grab_frame): Update for object variable renaming.
3473         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3474         as in the set_caps below.
3475         (gst_v4l2src_capture_init): Update for object variable renaming,
3476         and reflow.
3477         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3478         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3479         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3480         (gst_v4l2src_get_fps): Remove; these functions don't have much
3481         meaning outside of an atomic set_caps method.
3482         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3483         known.
3484
3485         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3486         call to update_fps; not sure about this change.
3487         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3488         moment we don't have an update_fps_func.
3489
3490         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3491         structures in the object, just store what we need. Do store the
3492         probed caps of the device. Don't store the current frame rate.
3493
3494         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3495         update_fps_function, for now. Update for new object variable
3496         naming.
3497         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3498         new object variable naming.
3499         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3500         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3501         (gst_v4l2src_get_caps): Rework to probe the device for supported
3502         frame sizes and frame rates.
3503         (gst_v4l2src_set_caps): Rework to be strict in the given
3504         parameters: if someone asks us to have a certain size and rate,
3505         that is what we configure.
3506         (gst_v4l2src_get_read): Update for object variable naming. Don't
3507         leak buffers on short reads.
3508         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3509         comments.
3510         (gst_v4l2src_create): Update for object variable naming.
3511
3512 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3513
3514         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3515         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3516         * gst/avi/gstavidemux.h:
3517           Parse subtitle text streams instead of erroring out (#442034). Still
3518           needs a parser for the subtitles to actually show up.
3519
3520 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3523         (gst_avi_demux_loop):
3524           Make _push_event() return TRUE if the event could be pushed on at
3525           least one pad and not only if it could be pushed on all pads,
3526           otherwise we'll end up posting an error message on EOS if one or
3527           more source pads are not connected.
3528
3529 2007-05-28  Wim Taymans  <wim@fluendo.com>
3530
3531         * gst/rtsp/rtsptransport.c:
3532         Use renamed RTP bin.
3533
3534 2007-05-28  Wim Taymans  <wim@fluendo.com>
3535
3536         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3537
3538         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3539         (gst_video_box_set_property), (gst_video_box_transform_caps),
3540         (video_box_recalc_transform), (gst_video_box_set_caps),
3541         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3542         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3543         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3544         (gst_video_box_i420_i420), (gst_video_box_transform),
3545         (plugin_init):
3546         Add AYUV->AYUV and AYUV->I420 formats. 
3547         Fix negotiation and I420->AYUV conversion.
3548         Fixes #429329.
3549
3550 2007-05-26  Wim Taymans  <wim@fluendo.com>
3551
3552         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3553         Use different variables for nested for loops so that the outer loop
3554         functions properly and speex files with multiple frames per buffer work
3555         properly.
3556         Fixes #441408.
3557
3558 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3559
3560         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3561           Don't leak newsegment events.
3562
3563 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         * gst/wavparse/Makefile.am:
3566           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3567           drags it in.
3568
3569 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3570
3571         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3572         (notgst_value_array_append_buffer),
3573         (gst_flac_enc_process_stream_headers),
3574         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3575         (gst_flac_enc_change_state):
3576         * ext/flac/gstflacenc.h:
3577           Collect headers, add "streamheader" field to output caps and set
3578           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3579           produces output according to the official FLAC-to-Ogg mapping
3580           instead of completely broken files. Fixes #426044.
3581
3582 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3583
3584         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3585         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3586         (gst_id3demux_sink_event):
3587         * gst/id3demux/gstid3demux.h:
3588         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3589         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3590         (gst_tag_demux_send_new_segment):
3591         Handle and adjust new-segment events so that downstream really
3592         sees a stream with the tag pieces stripped off the front and back.
3593         Fixes strangeness in seeking when mp3 decoders use the new-segment
3594         byte position to estimate their current playback position timestamp
3595         and then the arriving buffers don't match up.
3596
3597 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3598
3599         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3600           Don't unnecessarily perform a READY->NULL->READY transition on the
3601           detected audio sink when starting up. Fixes: #440127
3602
3603 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3604
3605         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3606         (gst_flac_enc_chain):
3607           Don't crash in chain function if setcaps hasn't been called.
3608
3609 2007-05-24  Wim Taymans  <wim@fluendo.com>
3610
3611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3612         Init value to avoid infinte loops.
3613
3614 2007-05-24  Wim Taymans  <wim@fluendo.com>
3615
3616         Patch by: Peter Kjellerstedt  <pkj at axis com>
3617
3618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3619         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3620         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3621         (gst_rtspsrc_play):
3622         (rtsp_connection_send), (rtsp_connection_receive):
3623         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3624         Fix for new API.
3625
3626         * gst/rtsp/rtspconnection.c: (add_auth_header),
3627         Only add authorisation and session headers when sending messages.
3628
3629         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3630         (rtsp_message_init_request), (rtsp_message_init_response),
3631         (rtsp_message_unset), (rtsp_message_add_header),
3632         (rtsp_message_remove_header), (rtsp_message_get_header),
3633         (rtsp_message_append_headers), (dump_key_value),
3634         (rtsp_message_dump):
3635         * gst/rtsp/rtspmessage.h:
3636         Add support for multiple headers of the same type by storing the parsed
3637         headers in a GArray instaed of a hashtable.
3638
3639 2007-05-21  Wim Taymans  <wim@fluendo.com>
3640
3641         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3642         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3643         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3644         safer shutdown.
3645
3646 2007-05-21  Wim Taymans  <wim@fluendo.com>
3647
3648         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3649         * gst/rtsp/gstrtpdec.h:
3650         Added signal for backwards compat.
3651
3652 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3653         
3654         Patch by: René Stadler <mail at renestadler dot de>
3655
3656         * configure.ac:
3657         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3658         (gst_au_parse_parse_header), (gst_au_parse_chain):
3659         * gst/auparse/gstauparse.h:
3660         Use audioconvert for converting from non-native endianness floats
3661         in auparse instead of doing it ourself. Fixes #424527.
3662         This needs the audioconvert from plugins-base CVS.
3663         
3664 2007-05-21  Wim Taymans  <wim@fluendo.com>
3665
3666         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3667         (gst_rtp_h263p_pay_flush):
3668         Fix enum registration.
3669
3670 2007-05-21  Wim Taymans  <wim@fluendo.com>
3671
3672         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3673
3674         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3675         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3676         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3677         (gst_rtp_h263p_pay_flush):
3678         * gst/rtp/gstrtph263ppay.h:
3679         Add new fragmentation mode base on GOB headers. Fixes #438940.
3680
3681 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3682
3683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3684           Printf format fix.
3685
3686 2007-05-18  Wim Taymans  <wim@fluendo.com>
3687
3688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3689         Don't crash when an unsupported transport error was returned by the
3690         server, just try to configure the next stream. Fixes #439255.
3691
3692 2007-05-18  Wim Taymans  <wim@fluendo.com>
3693
3694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3695         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3696         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3697         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3698         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3699         * gst/rtsp/gstrtspsrc.h:
3700         Add TCP timeout property and use it for all TCP connection.
3701
3702         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3703         (rtsp_connection_write), (rtsp_connection_next_timeout),
3704         (rtsp_connection_reset_timeout):
3705         Make connect and writes cancelable and make them use the timeout.
3706
3707 2007-05-18  Wim Taymans  <wim@fluendo.com>
3708
3709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3710         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3711         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3712         (gst_rtspsrc_setup_streams):
3713         Refactor timeout handling.
3714         Also send keep-alive when dealing with TCP transport.
3715
3716         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3717         (rtsp_connection_free), (rtsp_connection_next_timeout),
3718         (rtsp_connection_reset_timeout):
3719         * gst/rtsp/rtspconnection.h:
3720         Use a timer to handle the session timeouts, add some methods to deal
3721         with timeouts.
3722
3723 2007-05-17  Wim Taymans  <wim@fluendo.com>
3724
3725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3726         (gst_rtspsrc_setup_streams):
3727         Ignore streams that fail the setup command, we will retry with a
3728         different transport later on.
3729
3730         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3731         (rtsp_ext_wms_configure_stream):
3732         Fix encoding name case.
3733
3734 2007-05-16  Edward Hervey  <edward@fluendo.com>
3735
3736         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3737         Fix build on macosx.
3738
3739 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3740
3741         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3742         Replace direct comparison of a string with the string literal "" with
3743         a comparison of the first character with '\0'. Fixes #438926.
3744
3745 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3746
3747         * gst/debug/breakmydata.c (gst_break_my_data_init):
3748           One more try. This should be the proper fix now.
3749
3750 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3751
3752         * gst/debug/breakmydata.c:
3753           Ooops, no // comments please.
3754
3755 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3756
3757         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3758         (gst_break_my_data_init):
3759           Fix gst_buffer_is_writable() assertion.
3760
3761 2007-05-14  David Schleef  <ds@schleef.org>
3762
3763         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3764           video/x-raw-bayer.  Fixes #314160.
3765
3766 2007-05-14  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3769         (gst_rtp_theora_depay_parse_configuration):
3770         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3771         (gst_rtp_theora_pay_finish_headers),
3772         (gst_rtp_theora_pay_handle_buffer):
3773         Update theora pay/depayloader in a similar to vorbis.
3774
3775         * gst/rtp/gstrtpvorbisdepay.c:
3776         (gst_rtp_vorbis_depay_parse_configuration):
3777         Update docs.
3778
3779 2007-05-14  Wim Taymans  <wim@fluendo.com>
3780
3781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3782         When we try to execute a method that is not supported by the server,
3783         don't error out but remove the method from the accepted methods so that
3784         we never try to perform this method again.
3785
3786 2007-05-14  Wim Taymans  <wim@fluendo.com>
3787
3788         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3789         Remove annoying _dump_mem.
3790
3791 2007-05-14  Wim Taymans  <wim@fluendo.com>
3792
3793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3794         Parse range correctly.
3795
3796         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3797         The baseurl now always has a '/' at the start.
3798
3799 2007-05-14  Wim Taymans  <wim@fluendo.com>
3800
3801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3802         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3803         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3804         Factor out caps configuration and configure more stuff such as the time
3805         ranges and speed/scale values.
3806
3807         * gst/rtsp/rtsptransport.c:
3808         Add Copyright after non-trival fixes.
3809
3810 2007-05-12  Wim Taymans  <wim@fluendo.com>
3811
3812         Patch by: Peter Kjellerstedt  <pkj at axis com>
3813
3814         * gst/rtsp/gstrtspsrc.h:
3815         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3816         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3817         (rtsp_message_get_header):
3818         * gst/rtsp/rtspmessage.h:
3819         Make channel guint8 where possible.
3820         Make rtsp_message_init_data() take the channel as a guint8.
3821
3822         * gst/rtsp/rtspdefs.c:
3823         Fixed a typo: Timout -> Timeout
3824
3825         * gst/rtsp/rtspdefs.h:
3826         Make RTSP_CHECK() behave as a statement.
3827
3828         * gst/rtsp/sdpmessage.c:
3829         Avoid a compiler warning in INIT_ARRAY().
3830         Fixes #437692.
3831
3832 2007-05-12  Wim Taymans  <wim@fluendo.com>
3833
3834         Patch by: Peter Kjellerstedt  <pkj at axis com>
3835
3836         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3837         (rtsp_url_get_request_uri):
3838         * gst/rtsp/rtspurl.h:
3839         Add support for query parameters to RTSP URLs.
3840
3841 2007-05-12  Wim Taymans  <wim@fluendo.com>
3842
3843         Patch by: Peter Kjellerstedt  <pkj at axis com>
3844
3845         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3846         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3847         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3848         (rtsp_transport_parse), (rtsp_transport_as_text):
3849         * gst/rtsp/rtsptransport.h:
3850         Add validation to rtsp_transport_parse().
3851         Add rtsp_transport_as_text() to generate an RTSP header from an
3852         RTSPTransport.
3853         Change ssrc to guint (was a string) since that is what it is, even
3854         though it is sent as a hex string.
3855         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3856         incorrect, which can be seen when looking at the examples in the RFC).
3857         Fixes #437670.
3858
3859 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3860
3861         Patch by: Eric Anholt
3862
3863         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3864           gst_ximage_src_ximage_get):
3865         Use union of all damage between frames to make it faster.
3866         Fixes bug #342463.
3867         Also fix crasher when cursor is at bottom right of window.
3868
3869 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3872           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3873           streaming mode regression for file from #343837 with 'bext' chunk
3874           before the 'fmt' chunk.
3875
3876 2007-05-11  Wim Taymans  <wim@fluendo.com>
3877
3878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3879         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3880         (gst_rtspsrc_handle_src_event),
3881         (gst_rtspsrc_stream_configure_manager),
3882         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3883         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3884         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3885         * gst/rtsp/gstrtspsrc.h:
3886         * gst/rtsp/rtspdefs.h:
3887         Preliminary seek support.
3888         Activate internal pads so that we can receive events on them.
3889         Don't try to parse a range string when it's NULL.
3890
3891 2007-05-11  Wim Taymans  <wim@fluendo.com>
3892
3893         * gst/rtp/README:
3894         Update README with new RTP variables that will be used for
3895         synchronisation.
3896
3897         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3898         (gst_rtp_vorbis_depay_parse_configuration),
3899         (gst_rtp_vorbis_depay_process):
3900         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3901         (gst_rtp_vorbis_pay_finish_headers),
3902         (gst_rtp_vorbis_pay_handle_buffer):
3903         Update vorbis pay and depayloader to draft-04.
3904
3905 2007-05-11  Wim Taymans  <wim@fluendo.com>
3906
3907         * gst/rtsp/rtsptransport.c:
3908         UDP MCAST is actually the default for RTP/AVP.
3909 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3910
3911         * gst/level/gstlevel.c: (gst_level_transform_ip):
3912         Use guint8 * instead of gpointer then vs6 can build 
3913         in_data += (filter->width / 8).
3914
3915 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3916
3917         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3918           gst_ximage_src_ximage_get):
3919         * sys/ximage/gstximagesrc.h (last_ximage):
3920         When using Damage actually keep the last frame, and not assume
3921         that the buffer we get already has the last frame on it.
3922         Copy the cursor over if we specify a non-zero start x and
3923         start y.
3924
3925 2007-05-11  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst/rtsp/rtsptransport.c:
3928         Make UDP the default transport when not specified.
3929
3930 2007-05-09  David Schleef  <ds@schleef.org>
3931
3932         * gst/level/gstlevel.c:
3933           Revert last change.
3934
3935 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3936
3937         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3938         (gst_level_transform_ip):
3939         Use guint8 * instead of gpointer then vs6 know the size of data
3940         pointed when moving the pointer.
3941         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3942         Move instructions after variables declaration.
3943         * win32/vs6/autogen.dsp:
3944         * win32/vs6/libgstrtp.dsp:
3945         * win32/vs6/libgstrtsp.dsp:
3946         Update vs6 project files.
3947
3948 2007-05-09  Wim Taymans  <wim@fluendo.com>
3949
3950         * gst/rtsp/Makefile.am:
3951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3952         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3953         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3954         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3955         (rtsp_range_free):
3956         * gst/rtsp/rtsprange.h:
3957         Add code to parse time ranges.
3958         Report DURATION on the stream when possible.
3959
3960 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3961
3962         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3963         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3964         (gst_videomixer_collected):
3965           Fix strides calculation for AYUV (it's just width*4) (#436910).
3966
3967 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3968
3969         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3970         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3971         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3972         Sync the GObject properties before each processing step to properly
3973         work with the controller.
3974
3975 2007-05-04  Wim Taymans  <wim@fluendo.com>
3976
3977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3978         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3979         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3980         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3981         (gst_rtspsrc_change_state):
3982         Let more error state trickle down so that we can catch more error
3983         cases.
3984         Handle keep-alive a little smarter by selecting a method the server
3985         actually supports.
3986         Fix a race in UDP streaming shutdown.
3987
3988 2007-05-04  Wim Taymans  <wim@fluendo.com>
3989
3990         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3991         Ignore errors when trying to use the keep-alive messages.
3992
3993 2007-05-04  Wim Taymans  <wim@fluendo.com>
3994
3995         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3996         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3997         (gst_rtspsrc_stream_configure_manager),
3998         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3999         (gst_rtspsrc_stream_configure_mcast),
4000         (gst_rtspsrc_stream_configure_udp),
4001         (gst_rtspsrc_stream_configure_udp_sink),
4002         (gst_rtspsrc_stream_configure_transport):
4003         Send RTCP messages back to the server over the TCP connection.
4004
4005         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4006         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4007         (rtsp_connection_receive):
4008         * gst/rtsp/rtspconnection.h:
4009         Factor out and expose lowlevel _write and _read methods.
4010         Implement sending data messages to the server.
4011
4012 2007-05-03  Wim Taymans  <wim@fluendo.com>
4013
4014         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4015         (gst_multipart_mux_collected):
4016         Fix timestamps on outgoing buffers.
4017
4018 2007-05-03  Wim Taymans  <wim@fluendo.com>
4019
4020         * gst/multipart/multipartmux.c:
4021         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4022         (gst_multipart_mux_change_state):
4023         Emit NEWSEGMENT events before pushing the first buffer.
4024
4025 2007-05-03  Wim Taymans  <wim@fluendo.com>
4026
4027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4028         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4029         (gst_rtspsrc_handle_src_query),
4030         (gst_rtspsrc_stream_configure_manager),
4031         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4032         (gst_rtspsrc_stream_configure_mcast),
4033         (gst_rtspsrc_stream_configure_udp),
4034         (gst_rtspsrc_stream_configure_udp_sink),
4035         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4036         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4037         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4038         (gst_rtspsrc_pause):
4039         Refactor transport configuration code.
4040         Create internal pads for TCP transport so that we can implement events
4041         and queries.
4042         Handle events and queries.
4043         Parse range from the SDP.
4044         Fix race in pause handler where the connection could still be flushing.
4045
4046 2007-05-02  Wim Taymans  <wim@fluendo.com>
4047
4048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4049         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4050         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4051         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4052         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4053         (gst_rtspsrc_change_state):
4054         * gst/rtsp/gstrtspsrc.h:
4055         Fix race when multiple udp sources post timeouts, just act on the first
4056         received timeout.
4057         Protect stream list with a recursive lock to fix some races.
4058         Flush connection when we need to do a reconnect or stop.
4059         Make state lock recursive.
4060
4061         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4062         (rtsp_connection_close):
4063         Some small cleanups.
4064
4065 2007-05-02  Wim Taymans  <wim@fluendo.com>
4066
4067         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4068         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4069         Only set DISCONT when there actually is a discont or when we just
4070         started.
4071
4072 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4073
4074         * ext/flac/gstflac.c: (plugin_init):
4075         Call bindtextdomain() to get localized strings.
4076
4077 2007-05-02  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4080         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4081         (gst_wavparse_stream_data):
4082         * gst/wavparse/gstwavparse.h:
4083         Be a bit more clever when dealing with VBR files with FACT tags, we
4084         don't want to timestamp buffers in that case but the estimated BPS can
4085         be used for seeking.
4086         Only send close segment in the streaming thread.
4087
4088 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4089
4090         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4091         Correctly post an error on the bus if something went wrong in the loop
4092         function. This fixes a few cases where the task was paused and nothing
4093         happened anymore.
4094
4095 2007-05-02  Wim Taymans  <wim@fluendo.com>
4096
4097         * gst/rtsp/test.c: (main):
4098         Fix compilation of deprecated test just because I'm too lazy to delete
4099         it.
4100
4101 2007-05-02  Wim Taymans  <wim@fluendo.com>
4102
4103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4104         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4105         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4106         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4107         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4108         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4109         * gst/rtsp/gstrtspsrc.h:
4110         Fix sending RTCP to the right place.
4111         Fix bug in reffing the wrong UDP element.
4112         Use new pad names for the session manager.
4113         Implement handling server requests in interleaved and UDP modes.
4114         Handle session keep-alive in UDP modes.
4115         Remove GCond for handling UDP timeouts.
4116
4117         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4118         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4119         (rtsp_connection_receive), (rtsp_connection_close):
4120         * gst/rtsp/rtspconnection.h:
4121         Store connection IP address for later.
4122         Add timeout args to all operations that might block forever.
4123         Parse session timeout.
4124         Only close sockets when not already closed.
4125
4126         * gst/rtsp/rtspdefs.c:
4127         * gst/rtsp/rtspdefs.h:
4128         Add timeout return value and error string.
4129
4130         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4131         Add small comment.
4132
4133 2007-05-01  Wim Taymans  <wim@fluendo.com>
4134
4135         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4136
4137         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4138         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4139         * gst/rtp/gstrtpmp4vpay.h:
4140         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4141
4142 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4143
4144         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4145           Remove v4l2src from docs, since it breaks the docs build, and the
4146           plugin is only built if --enable-experimental is used anyway.
4147
4148         * docs/plugins/Makefile.am:
4149           Spaces => tab.
4150
4151 2007-04-29  Wim Taymans  <wim@fluendo.com>
4152
4153         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4154         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4155         Add code to drop membership of a multicast group.
4156
4157         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4158         (gst_udpsink_set_uri):
4159         Implement URI handler.
4160
4161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4162         (gst_rtspsrc_parse_rtpinfo):
4163         Use URI handler to make udpsink instace.
4164         Improve code to configure port and destination.
4165
4166 2007-04-29  Wim Taymans  <wim@fluendo.com>
4167
4168         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4169         Fix multicast detection.
4170         Don't try to join a multicast group if the address is not multicast.
4171
4172         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4173         Small debug improvement.
4174
4175 2007-04-27  Wim Taymans  <wim@fluendo.com>
4176
4177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4178         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4179         (gst_rtspsrc_handle_message):
4180         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4181         parent.
4182
4183 2007-04-27  Wim Taymans  <wim@fluendo.com>
4184
4185         * gst/rtp/gstrtpilbcdepay.h:
4186         Fix mode property when specified as an arg.
4187
4188 2007-04-26  Edward Hervey  <edward@fluendo.com>
4189
4190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4192         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4193         * docs/plugins/inspect/plugin-osxaudio.xml:
4194         Add documentation for osxaudio plugin.
4195
4196 2007-04-26  Wim Taymans  <wim@fluendo.com>
4197
4198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4199         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4200         (gst_rtspsrc_open), (gst_rtspsrc_close),
4201         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4202         (gst_rtspsrc_pause):
4203         * gst/rtsp/gstrtspsrc.h:
4204         Protect state changes with a lock.
4205
4206         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4207         (parse_line):
4208         * gst/rtsp/rtspconnection.h:
4209         Remove some unused stuff.
4210
4211 2007-04-26  Wim Taymans  <wim@fluendo.com>
4212
4213         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4214         Handle the case where there are exactly 0 bytes to read and the ioctl
4215         did not report an error. Fixes #433530.
4216
4217 2007-04-26  Wim Taymans  <wim@fluendo.com>
4218
4219         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4220         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4221         * gst/wavparse/gstwavparse.h:
4222         Apply DISCONT to buffers.
4223         Only apply timestamp to the first sample after a DISCONT, too many VBR
4224         files cause random jitter in the timestamps. Fixes #433119.
4225
4226 2007-04-25  Wim Taymans  <wim@fluendo.com>
4227
4228         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4229         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4230         (gst_rtp_dec_get_property):
4231         * gst/rtsp/gstrtpdec.h:
4232         Add dummy latency property to be backwards compat with rtpbin.
4233
4234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4235         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4236         (gst_rtspsrc_stream_configure_transport),
4237         (gst_rtspsrc_parse_rtpinfo):
4238         * gst/rtsp/gstrtspsrc.h:
4239         Add latency property and configure in the session manager.
4240         Don't set invalid clock-base and seqnum-base on caps, some servers
4241         sometimes don't send them.
4242
4243 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4244
4245         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4246         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4247           Double-check that RGB input caps are really RGBA caps (apparently
4248           the core doesn't always catch it if those caps aren't a subset of
4249           our template caps, also see #421543). Fixes #429319 in a way.
4250           Also, don't leak the pad template in the transform_caps function.
4251
4252         * tests/check/Makefile.am:
4253         * tests/check/elements/.cvsignore:
4254         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4255         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4256         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4257         (GST_START_TEST), (alphacolor_suite):
4258           Add some basic unit tests for alphacolor.
4259
4260 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4261
4262         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4263           If we get a fatal flow return in the loop function, first post the
4264           error message and only then send the EOS event downstream, otherwise
4265           applications might get an eos message before the error message and
4266           think everything was ok (related to #429319).
4267
4268 2007-04-25  Wim Taymans  <wim@fluendo.com>
4269
4270         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4271         Read the channel byte as an unsigned byte.
4272
4273 2007-04-25  Wim Taymans  <wim@fluendo.com>
4274
4275         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4276         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4277         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4278         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4279         (gst_rtp_gsm_depay_setcaps):
4280         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4281         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4282         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4283         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4284         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4285         (gst_ilbc_depay_get_property):
4286         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4287         * gst/rtp/gstrtpmp4adepay.c:
4288         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4289         (gst_rtp_pcma_depay_setcaps):
4290         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4291         (gst_rtp_pcmu_depay_setcaps):
4292         Make sure we configure the clock_rate in the baseclass in the setcaps
4293         function. Fixes #431282.
4294
4295 2007-04-25  Wim Taymans  <wim@fluendo.com>
4296
4297         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4298         (gst_rtspsrc_stream_free), (request_pt_map),
4299         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4300         * gst/rtsp/gstrtspsrc.h:
4301         Parse server address from SDP.
4302         Hook up a udpsink to send RTCP back to the server.
4303
4304         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4305         * gst/rtsp/rtsptransport.h:
4306         Add some docs.
4307
4308 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4309
4310         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4311           Make header field check conditional. Fixes #433135
4312
4313 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * docs/plugins/Makefile.am:
4316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4317         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4318         * docs/plugins/inspect/plugin-alphacolor.xml:
4319         * gst/alpha/Makefile.am:
4320         * gst/alpha/gstalphacolor.c:
4321         * gst/alpha/gstalphacolor.h:
4322           Add minimal docs blurb to alphacolor; split out headers into
4323           separate header file for gtk-doc.
4324
4325 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4326
4327         * gst/debug/progressreport.c: (gst_progress_report_report):
4328           Don't try to post NULL message (in case we can't query upstream
4329           position or duration).
4330
4331 2007-04-18  Michael Smith  <msmith@fluendo.com>
4332
4333         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4334         (gst_cutter_get_caps):
4335         * gst/cutter/gstcutter.h:
4336           Fix some of the most obvious bugs in cutter. Now doesn't leak
4337           everything if input is silent.
4338
4339 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4340
4341         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4342         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4343         * gst/wavenc/gstwavenc.h:
4344         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4345         else results in a invalid block align and invalid files.
4346
4347 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4348
4349         Patch by: Snaik <snaik32 gmail com>
4350
4351         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4352           Add missing break statement for BOX_HORIZONTAL case.
4353
4354 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4355
4356         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4357
4358         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4359         Use correct format strings for integer types.
4360
4361 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4362
4363         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4364         (gst_wavparse_create_sourcepad):
4365         Use gst_riff_create_audio_template_caps () instead of the local caps.
4366         This makes updates of the local caps unecessary whenever libgstriff
4367         gets support for new formats.
4368
4369 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4372
4373         * sys/sunaudio/gstsunaudio.c:
4374         * sys/sunaudio/gstsunaudiomixer.c:
4375         * sys/sunaudio/gstsunaudiomixer.h:
4376         * sys/sunaudio/gstsunaudiomixerctrl.c:
4377         * sys/sunaudio/gstsunaudiomixerctrl.h:
4378         * sys/sunaudio/gstsunaudiomixertrack.h:
4379         * sys/sunaudio/gstsunaudiosink.c:
4380         * sys/sunaudio/gstsunaudiosink.h:
4381         * sys/sunaudio/gstsunaudiosrc.c:
4382         * sys/sunaudio/gstsunaudiosrc.h:
4383           Fix and/or update copyright attributions (#430228).
4384
4385 2007-04-13  Wim Taymans  <wim@fluendo.com>
4386
4387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4388         Fix docs.
4389
4390         * gst/rtsp/URLS:
4391         Add some more example urls.
4392
4393         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4394         (gst_rtp_dec_chain_rtp):
4395         Better debugging.
4396
4397         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4398         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4399         (gst_rtspsrc_parse_rtpinfo):
4400         Remove unused code.
4401
4402 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4403
4404         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4405         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4406         (gst_wavparse_stream_data):
4407           Relax the audio/mpeg caps again and add FIXME: comment.
4408
4409 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4410
4411         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4412         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4413         (gst_wavparse_stream_data):
4414         * gst/wavparse/gstwavparse.h:
4415           More sanity check for the header fields. Fix type for 'rate' header
4416           field.
4417
4418 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4419
4420         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4421         (gst_icydemux_unicodify):
4422           If the metadata strings we get in the stream are not UTF-8, try to
4423           interpret them according to the character encodings specified in the
4424           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4425           only fall back to locale/ISO-8859-1 if those aren't set or don't
4426           work. Should fix #428901.
4427
4428 2007-04-12  Wim Taymans  <wim@fluendo.com>
4429
4430         * gst/rtp/gstrtph264depay.c:
4431         Use the proper sync word for SPS and PPS.
4432
4433 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4434
4435         * gst/rtp/Makefile.am:
4436         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4437           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4438         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4439           Add a simple hashing implementation that we can use to generate
4440           a 24-bit ident value based on the codebooks for vorbis and theora.
4441         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4442           gst_rtp_theora_pay_handle_buffer):
4443         * gst/rtp/gstrtpvorbisdepay.c
4444           (gst_rtp_vorbis_depay_parse_configuration,
4445           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4446         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4447           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4448           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4449           Use the hashing function, ensuring that the same codebooks result
4450           in the same ident and thus the same SDP description.
4451           Various log fixes/changes.
4452
4453 2007-04-12  Wim Taymans  <wim@fluendo.com>
4454
4455         Patch by: jerry tan <jerry dot tan at sun dot com>
4456
4457         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4458         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4459         application's responsibility to make sure it open the device once.
4460         Remove a careless error if AUDIODEV is set. Fixes #392620.
4461
4462 2007-04-12  Wim Taymans  <wim@fluendo.com>
4463
4464         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4465         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4466         * gst/rtsp/gstrtpdec.h:
4467         Make backward compat with rtpbin by adding the request-pt-map signals.
4468
4469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4470         (new_session_pad), (request_pt_map),
4471         (gst_rtspsrc_stream_configure_transport),
4472         (gst_rtspsrc_stream_configure_caps),
4473         (gst_rtspsrc_activate_streams):
4474         * gst/rtsp/gstrtspsrc.h:
4475         Implement request-pt-map signals instead of setting caps on the buffers
4476         for the session manager.
4477
4478 2007-04-11  Wim Taymans  <wim@fluendo.com>
4479
4480         * gst/udp/gstudp.c: (plugin_init):
4481         Register GstNetBuffer in plugin_init so that the type can be used from
4482         multiple threads without races.
4483
4484 2007-04-10  Wim Taymans  <wim@fluendo.com>
4485
4486         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4487         (gst_rtp_amr_depay_process):
4488         Fix depayloader clock_rate and some cleanups.
4489
4490         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4491         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4492         * gst/rtp/gstrtph264depay.h:
4493         Don't push codec_data in the adapter because it might get flushed when
4494         we get a discont.
4495
4496         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4497         Handle multiple AU per packet.
4498
4499         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4500         (gst_rtp_sv3v_depay_plugin_init):
4501         Disable rank, this one does not work.
4502         Remove timestamping, base class does that.
4503
4504 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4505
4506         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4507           limit caps to the formats we announce in the template
4508
4509         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4510         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4511         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4512           fix some crashers/asserts when dealing with broken files
4513
4514 2007-04-10  Wim Taymans  <wim@fluendo.com>
4515
4516         Patch by: Peter Kjellerstedt  <pkj at axis com>
4517
4518         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4519         * gst/rtp/gstrtpL16depay.c:
4520         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4521         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4522         (gst_rtp_speex_depay_setcaps):
4523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4524         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4525         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4526         Fix some compiler warnings. Fixes #428182.
4527
4528 2007-04-06  Wim Taymans  <wim@fluendo.com>
4529
4530         * gst/rtsp/Makefile.am:
4531         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4532         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4533         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4534         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4535         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4536         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4537         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4538         (create_rtcp), (gst_rtp_dec_request_new_pad),
4539         (gst_rtp_dec_release_pad):
4540         * gst/rtsp/gstrtpdec.h:
4541         * gst/rtsp/gstrtsp.c: (plugin_init):
4542         Morph RTPDec into something compatible with RTPBin as a fallback.
4543         Various other style fixes.
4544
4545         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4546         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4547         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4548         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4549         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4550         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4551         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4552         * gst/rtsp/gstrtspsrc.h:
4553         Implement RTPBin session manager handling.
4554         Don't try to add empty properties to caps.
4555         Implement fallback session manager, handling.
4556         Don't combine errors from RTCP streams, just ignore them.
4557
4558         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4559         * gst/rtsp/rtsptransport.h:
4560         Implement fallback session manager.
4561         Make RTPBin the default one when available.
4562
4563 2007-04-05  Wim Taymans  <wim@fluendo.com>
4564
4565         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4566         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4567         This element is ready to be autoplugged.
4568
4569 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4570
4571         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4572         Don't leave the offsets defined by upstream element on the
4573         compressed data buffer we are pushing downstream. Make them
4574         GST_BUFFER_OFFSET_NONE.
4575
4576 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4577
4578         * gst/avi/README:
4579         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4580         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4581         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4582         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4583         (gst_avi_demux_calculate_durations_from_index),
4584         (gst_avi_demux_stream_header_push),
4585         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4586         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4587           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4588
4589 2007-04-03  Wim Taymans  <wim@fluendo.com>
4590
4591         * gst/smpte/barboxwipes.c:
4592         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4593
4594 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4595
4596         * gst/wavparse/gstwavparse.c:
4597         Support audio/x-raw-float in wav files. This only works with
4598         plugins-base CVS, using an older version doesn't have any
4599         disadvantages though.
4600
4601 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4602
4603         * configure.ac:
4604         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4605         (gst_au_parse_parse_header), (gst_au_parse_chain):
4606         * gst/auparse/gstauparse.h:
4607         Revert last change as we don't want plugins-good to depend on
4608         plugins-base CVS now.
4609
4610 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4611
4612         * configure.ac:
4613         Require gst-plugins-base CVS for audioconvert with non-native
4614         float support and width/depth fix in libgstriff.
4615
4616         Patch by: René Stadler <mail at renestadler dot de>
4617
4618         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4619         (gst_au_parse_parse_header), (gst_au_parse_chain):
4620         * gst/auparse/gstauparse.h:
4621         Don't swap the floats ourself if they're not in native endianness.
4622         Instead let audioconvert handle this. Fixes #339838.
4623
4624 2007-03-29  Wim Taymans  <wim@fluendo.com>
4625
4626         * gst/rtp/gstasteriskh263.h:
4627         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4628         (gst_rtp_h263p_depay_change_state):
4629         * gst/rtp/gstrtph263pdepay.h:
4630         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4631         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4632         (gst_rtp_h264_depay_change_state):
4633         * gst/rtp/gstrtph264depay.h:
4634         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4635         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4636         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4637         Flush adapter on disconts.
4638
4639 2007-03-29  Wim Taymans  <wim@fluendo.com>
4640
4641         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4642         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4643         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4644         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4645         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4646         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4647         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4648         (gst_rtp_mp4v_depay_process):
4649         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4650         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4651         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4652         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4653         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4654         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4655         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4656         Use more efficient adapter and rtpbuffer methods when possible.
4657
4658 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4659
4660         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4661         (gst_wavenc_sink_setcaps):
4662         Correctly handle width!=depth input.
4663         * gst/wavparse/gstwavparse.c:
4664         Already export in the caps that width==8 uses unsigned samples and
4665         everything else uses signed samples.
4666
4667 2007-03-29  Wim Taymans  <wim@fluendo.com>
4668
4669         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4670
4671         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4672         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4673         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4674         (gst_dynudpsink_close):
4675         * gst/udp/gstdynudpsink.h:
4676         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4677         (gst_udpsrc_create), (gst_udpsrc_set_property),
4678         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4679         * gst/udp/gstudpsrc.h:
4680         Rework the socket allocation a bit based on the sockfd argument so that
4681         it becomes usable.
4682         Add a closefd property to instruct the udp elements to close the custom
4683         file descriptors when going to READY. Fixes #423304.
4684         API:GstUDPSrc::closefd property
4685         API:GstDynUDPSink::closefd property
4686
4687 2007-03-29  Wim Taymans  <wim@fluendo.com>
4688
4689         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4690
4691         * gst/rtp/Makefile.am:
4692         * gst/rtp/gstrtp.c: (plugin_init):
4693         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4694         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4695         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4696         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4697         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4698         (gst_rtp_h264_pay_plugin_init):
4699         * gst/rtp/gstrtph264pay.h:
4700         Added H264 payloader. Fixes #423782.
4701
4702         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4703         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4704         Small fixes.
4705
4706 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4707
4708         * gst/wavparse/gstwavparse.c:
4709         Actually support depths from 1 to 32, not only 8 to 32.
4710
4711 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4712
4713         * gst/wavparse/gstwavparse.c:
4714         Add support for wav files containing audio/x-raw-int with random
4715         depths between 1 and 32 bits.
4716
4717 2007-03-28  Wim Taymans  <wim@fluendo.com>
4718
4719         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4720
4721         * gst/rtp/Makefile.am:
4722         * gst/rtp/gstrtp.c: (plugin_init):
4723         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4724         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4725         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4726         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4727         (gst_rtp_mp4a_depay_get_property),
4728         (gst_rtp_mp4a_depay_change_state),
4729         (gst_rtp_mp4a_depay_plugin_init):
4730         * gst/rtp/gstrtpmp4adepay.h:
4731         Added MP4A-LATM depayloader. Fixes #417792.
4732
4733         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4734         (gst_rtp_mp4v_depay_process):
4735         Fixup depayloader, setting codec_data, using more efficient adaptor and
4736         rtpbuffer handling.
4737
4738         * gst/rtsp/URLS:
4739         Add url to test above.
4740
4741 2007-03-25  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4744         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4745         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4746         (gst_rtspsrc_media_to_caps),
4747         (gst_rtspsrc_stream_configure_transport),
4748         (gst_rtspsrc_stream_configure_caps),
4749         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4750         * gst/rtsp/gstrtspsrc.h:
4751         Handle default clock-rates for static payload types, rearrange stuff so
4752         that the rtpmap field in the sdp can override the defaults.
4753         Parse RTP-Info field to get the seqnum and timebase fields that should
4754         go in the caps.
4755         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4756         the server. 
4757
4758 2007-03-22  Wim Taymans  <wim@fluendo.com>
4759
4760         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4761
4762         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4763         Accept complex pipeline descriptions as an audio profile instead of just
4764         a single element. Fixes #420658.
4765
4766 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4767
4768         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4769           Rename registered type in preparation of GstTagDemux moving to
4770           -base at some point in the future.
4771
4772 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4773
4774         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4775           Streaming mode fixes: don't unref buffer we don't own any longer;
4776           remove bogus adapter flush. Fixes #419338.
4777
4778 2007-03-17  David Schleef  <ds@schleef.org>
4779
4780         * REQUIREMENTS: Change the format to key/value, add a bunch of
4781           information, remove a bunch of requirements that are for
4782           other GStreamer packages.
4783
4784 2007-03-17  David Schleef  <ds@schleef.org>
4785
4786         * REQUIREMENTS: Fix a few things.  This file really needs a
4787         good once-over.
4788
4789 2007-03-15  Edward Hervey  <edward@fluendo.com>
4790
4791         * sys/Makefile.am:
4792         Don't forget to distribute the sys/osxaudio/ directory.
4793
4794 2007-03-15  Edward Hervey  <edward@fluendo.com>
4795
4796         * configure.ac:
4797         * sys/Makefile.am:
4798         * sys/osxaudio/Makefile.am:
4799         * sys/osxaudio/gstosxaudio.c:
4800         * sys/osxaudio/gstosxaudiosink.c:
4801         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4802         (gst_osx_audio_sink_getcaps),
4803         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4804         * sys/osxaudio/gstosxaudiosrc.c:
4805         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4806         (gst_osx_audio_src_create_ringbuffer):
4807         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4808         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4809         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4810         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4811         * sys/osxaudio/gstosxringbuffer.h:
4812         Activate osxaudio in gst-plugins-good with proper build setup.
4813         Add inlined documentation.
4814         Fix debug statements
4815         Fix ringbuffer when pausing.
4816         Fixes #323471
4817
4818 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4819         * gst/rtp/gstrtppcmapay.c:
4820         * gst/rtp/gstrtppcmapay.h:
4821         * gst/rtp/gstrtppcmupay.c:
4822         * gst/rtp/gstrtppcmupay.h:
4823         Ported mulaw and alaw payloaders to use new base class
4824
4825 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4826
4827         * po/af.po:
4828         * po/az.po:
4829         * po/cs.po:
4830         * po/en_GB.po:
4831         * po/it.po:
4832         * po/nl.po:
4833         * po/or.po:
4834         * po/sq.po:
4835         * po/sr.po:
4836         * po/sv.po:
4837         * po/uk.po:
4838         * po/vi.po:
4839           Update translations.
4840
4841 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         * configure.ac:
4844           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4845
4846 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4849           Fix handling of -1 values for start and stop values when seeking,
4850           and SEEK_CUR+SEEK_END here as well.
4851
4852 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4853
4854         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4855           Fix handling of -1 values for start and stop values when seeking, 
4856           and SEEK_CUR+SEEK_END.
4857
4858 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4861           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4862           the image format a variable-length NUL-terminated string; in
4863           versions before that the image format is a fixed-length string of
4864           3 characters (see #348644 for a sample tag).
4865           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4866
4867 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4868
4869         * win32/MANIFEST:
4870         Add new project files to MANIFEST.
4871         * win32/vs6/libgstaudiofx.dsp:
4872         * win32/vs6/libgstrtp.dsp:
4873         * win32/vs6/libgstrtsp.dsp:
4874         Update project files.
4875         
4876 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4877
4878         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4879         (gst_avi_demux_parse_index):
4880         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4881         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4882           Printf format fixes; also add some missing quotes in translated
4883           strings. Fixes #416728 and #416727.
4884
4885 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4886
4887         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4888           Tim and I can't think of any reason the child audio sink needs to 
4889           be set back to NULL after successfully determining that it can 
4890           reach READY - it gets immediately set back to READY by the caller
4891           anyway, causing an unnecessary close/open of any audio devices
4892           involved.
4893
4894 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * po/LINGUAS:
4897         * po/ja.po:
4898           Add ja.po file from #377306.
4899
4900 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4901
4902         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4903         * sys/sunaudio/gstsunaudiomixertrack.c:
4904         (gst_sunaudiomixer_track_new):
4905           Actually translate sunaudio mixer track labels instead of just
4906           marking the strings as translatable (#377306); clean up weird
4907           label string mapping code that serves no apparent purpose. Also
4908           set the 'untranslated-label' property when creating mixer tracks
4909           if the GstMixerTrack base class supports this.
4910
4911         * tests/check/Makefile.am:
4912         * tests/check/elements/.cvsignore:
4913         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4914         (sunaudio_suite):
4915           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4916           actually tested on a system where sunaudiomixer is available).
4917
4918 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4919
4920         * tests/check/Makefile.am:
4921         Re-enable the states test and see if it works on the buildbots.
4922
4923 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4924
4925         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4926         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4927         (gst_dvdec_change_state):
4928         * ext/dv/gstdvdec.h:
4929         Infer pixel-aspect-ratio from the video frame format if it isn't
4930         provided by the container, as happens when playing DV from AVI
4931         or Quicktime containers.
4932
4933         Patch by: Wim Taymans <wim@fluendo.com>
4934         Fixes #380944
4935
4936 2007-03-09  Wim Taymans  <wim@fluendo.com>
4937
4938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4939         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4940         will later be handled by the jitterbuffer.
4941
4942 2007-03-09  Wim Taymans  <wim@fluendo.com>
4943
4944         * ext/taglib/gstid3v2mux.cc:
4945         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4946         Fixes #414496.
4947         
4948         Patch by: Alex Lancaster <alexl at users sourceforge net>
4949
4950 2007-03-09  Wim Taymans  <wim@fluendo.com>
4951
4952         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4953         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4954         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4955         (gst_avi_demux_chain):
4956         Fix stream position reporting after a seek. Fixes #416445.
4957
4958 2007-03-08  Wim Taymans  <wim@fluendo.com>
4959
4960         Patch by: René Stadler <mail at renestadler dot de>
4961
4962         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4963         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4964         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4965         Make avidemux accept optional header chunks in any order.
4966         Fixes #415446.
4967
4968 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4969
4970         * tests/check/Makefile.am:
4971         Disable the states check until the remaining Valgrind errors
4972         are fixed or suppressed.
4973
4974 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4975
4976         * tests/check/elements/.cvsignore:
4977           Add audiodynamic check to .cvsignore
4978
4979 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4980
4981         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4982
4983         * gst/audiofx/Makefile.am:
4984         * gst/audiofx/audiodynamic.c:
4985         (gst_audio_dynamic_characteristics_get_type),
4986         (gst_audio_dynamic_mode_get_type),
4987         (gst_audio_dynamic_set_process_function),
4988         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4989         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4990         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4991         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4992         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4993         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4994         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4995         (gst_audio_dynamic_transform_hard_knee_expander_int),
4996         (gst_audio_dynamic_transform_hard_knee_expander_float),
4997         (gst_audio_dynamic_transform_soft_knee_expander_int),
4998         (gst_audio_dynamic_transform_soft_knee_expander_float),
4999         (gst_audio_dynamic_transform_ip):
5000         * gst/audiofx/audiodynamic.h:
5001         * gst/audiofx/audiofx.c: (plugin_init):
5002         Add new audiodynamic element which can act as a compressor or
5003         expander. Supported are hard-knee and soft-knee operation modes with
5004         user-specified ratio and threshold.
5005         Attack and release parameters are not yet implemented but will follow.
5006         * docs/plugins/Makefile.am:
5007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5009         * docs/plugins/gst-plugins-good-plugins.args:
5010         * docs/plugins/inspect/plugin-audiofx.xml:
5011         Integrate audiodynamic into the docs.
5012         * tests/check/Makefile.am:
5013         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5014         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5015         Add unit test for audiodynamic.
5016
5017 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5018
5019         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5020         Free handles that we allocated when exiting via the error paths.
5021
5022 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5023
5024         * gst/level/gstlevel.c: (gst_level_class_init),
5025         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5026         (gst_level_transform_ip):
5027         * gst/level/gstlevel.h:
5028           Resolve message timestamps against the playback segment.
5029
5030 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5031
5032         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5033         (gst_id3demux_sink_activate):
5034           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5035           caps passed to it (previously one code path assumed it took ownership
5036           while another one assumed it didn't, while in fact it sometimes did and
5037           sometimes didn't ...).
5038
5039         * configure.ac:
5040         * tests/files/Makefile.am:
5041         * tests/files/id3-407349-1.tag:
5042         * tests/files/id3-407349-2.tag:
5043           Add directory where data for unit tests can be stored.
5044
5045         * tests/Makefile.am:
5046         * tests/check/Makefile.am:
5047         * tests/check/elements/.cvsignore:
5048         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5049         (read_tags_from_file), (run_check_for_file),
5050         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5051           Add unit test for id3demux, and in particular for bug #407349. Only
5052           testing pull-mode for now; push mode doesn't work yet because the test
5053           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5054
5055 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5056
5057         * tests/check/Makefile.am:
5058           Add missing backslash at end of line.
5059
5060 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5061
5062         Trigger rebuild.
5063
5064 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5065
5066         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5067         * gst/id3demux/id3tags.h:
5068         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5069         (parse_obsolete_tdat_frame):
5070           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5071           the four-digit number will be interpreted as a year, whereas it is
5072           month and day in DDMM format. Instead, parse TDAT frames and fix up
5073           the date in the GST_TAG_DATE tag later if we also extracted a year.
5074           Fixes #407349.
5075
5076 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5077
5078         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5079         (gst_switch_commit_new_kid):
5080         Fix up the dispose logic so it doesn't leak, and fix setting of 
5081         the child state so that we don't set a child to our current state 
5082         just as we are changing it to something else.
5083
5084 2007-03-06  Wim Taymans  <wim@fluendo.com>
5085
5086         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5087         (gst_goom_chain):
5088         * gst/goom/gstgoom.h:
5089         Document, fix and improve goom adapter behaviour.
5090         Fixes #407006.
5091
5092 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5093
5094         * ext/esd/esdsink.c: (gst_esdsink_open):
5095         Unref static pad template after using it.
5096
5097 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5098
5099         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5100         (gst_switch_commit_new_kid):
5101         Fix up the reference counting of the child elements.
5102
5103 2007-03-05  Wim Taymans  <wim@fluendo.com>
5104
5105         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5106         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5107         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5108         Fix encoding-name case.
5109
5110 2007-03-05  Wim Taymans  <wim@fluendo.com>
5111
5112         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5113         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5114         (gst_rtp_speex_depay_process):
5115         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5116         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5117         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5118         (gst_rtp_speex_pay_change_state):
5119         * gst/rtp/gstrtpspeexpay.h:
5120         Fix speex (de)payloader. Fixes #358040.
5121
5122 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5123
5124         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5125         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5126         Install fakesink in NULL by fixing some broken logic. This obviates
5127         the need to manually set _IS_SINK.
5128         Add some comments and remove a little cruft while I'm at it.
5129
5130 2007-03-05  Wim Taymans  <wim@fluendo.com>
5131
5132         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5133         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5134
5135 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         * po/POTFILES.in:
5138           Update.
5139
5140 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5141
5142         * tests/check/Makefile.am:
5143         Gah! Also disable gconfvideosink from the tests, otherwise
5144         it will instantiate autovideosink, and dfbvideosink and
5145         leak on the buildbots.
5146
5147 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5148
5149         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5150         (gst_cdio_cdda_src_finalize):
5151         Make sure we always destroy our libcdio handle.
5152
5153 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5154
5155         * tests/check/Makefile.am:
5156         Disable autovideosink so the buildbots don't barf over memory
5157         leaked in the directfb sink.
5158
5159 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5160
5161         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5162         Chain up in dispose
5163
5164 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5165
5166         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5167         (gst_multipart_find_pad_by_mime):
5168         Use gst_pad_new_from_static_template instead of
5169         static_pad_template_get+pad_new.
5170
5171 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5172
5173         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5174         Catch the case where no clock has been set.
5175
5176 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5177
5178         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5179         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5180         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5181         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5182         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5183         (gst_gconf_audio_src_finalize), (do_toggle_element):
5184         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5185         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5186         (do_toggle_element):
5187         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5188         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5189         (gst_gconf_video_src_finalize), (do_toggle_element):
5190         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5191         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5192         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5193         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5194         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5195         (gst_shout2send_init), (gst_shout2send_finalize):
5196         * gst/debug/testplugin.c: (gst_test_class_init),
5197         (gst_test_finalize):
5198         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5199         (gst_flxdec_dispose):
5200         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5201         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5203         (gst_rtspsrc_finalize):
5204         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5205         * gst/rtsp/rtspextwms.h:
5206         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5207         (gst_smpte_finalize):
5208         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5209         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5210         (gst_udpsink_finalize):
5211         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5212         (gst_wavparse_sink_activate):
5213         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5214         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5215         (gst_oss_src_finalize):
5216         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5217         * sys/v4l2/gstv4l2object.h:
5218         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5219         (gst_v4l2src_finalize):
5220         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5221
5222         Fix a bunch of leaks shown by the newly-added states test.
5223
5224 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5225
5226         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5227         Use gst_pad_new_from_static_template instead of 
5228         static_pad_template_get+pad_new.
5229
5230 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5231
5232         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5233
5234         * ext/libcaca/Makefile.am:
5235         * gst/debug/Makefile.am:
5236           Don't mix tabs and spaces (#414168).
5237
5238 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5239
5240         * tests/check/generic/.cvsignore:
5241           Ignore files to please buildbot.
5242
5243 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5244
5245         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5246         (gst_wavparse_stream_data):
5247           Unbreak my previous commit (swapped nominator & denominator). Tim,
5248           thanks for spotting.
5249
5250 2007-03-02  Wim Taymans  <wim@fluendo.com>
5251
5252         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5253         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5254         (gst_cdio_cdda_src_finalize):
5255         Small code cleanups.
5256         Don't use pad_alloc as the base class cannot deal with the error codes.
5257
5258 2007-03-02  Wim Taymans  <wim@fluendo.com>
5259
5260         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5261         (gst_udpsrc_create):
5262         Fix doc.
5263
5264 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5265
5266         Patch by: René Stadler <mail@renestadler.de>
5267
5268         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5269         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5270         (gst_wavparse_stream_data):
5271           Handle rounding better to not drop last sample frame. Fixes #356692
5272
5273 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5274
5275         * tests/check/Makefile.am:
5276         Disable cacasink from the states check too - it also calls exit(1)
5277         on us when it can't find a terminal to talk to.
5278
5279 2007-03-02  Wim Taymans  <wim@fluendo.com>
5280
5281         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5282
5283         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5284         (gst_udpsrc_create), (gst_udpsrc_set_property),
5285         (gst_udpsrc_get_property):
5286         * gst/udp/gstudpsrc.h:
5287         Add support to strip proprietary headers. Fixes #350296.
5288
5289 2007-03-02  Wim Taymans  <wim@fluendo.com>
5290
5291         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5292         Fix compilation.
5293
5294 2007-03-02  Wim Taymans  <wim@fluendo.com>
5295
5296         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5297
5298         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5299         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5300         (gst_rtp_mp2t_depay_set_property),
5301         (gst_rtp_mp2t_depay_get_property):
5302         * gst/rtp/gstrtpmp2tdepay.h:
5303         Add support to strip off proprietary headers. Fixes #350278.
5304
5305 2007-03-02  Wim Taymans  <wim@fluendo.com>
5306
5307         * ext/hal/hal.c:
5308         Fix compilation.
5309
5310 2007-03-02  Wim Taymans  <wim@fluendo.com>
5311
5312         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5313         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5314         (gst_sunaudiosrc_open):
5315         * sys/sunaudio/gstsunaudiosrc.h:
5316         Remove device-name from GstSunAudioSrc. Fixes #412597.
5317
5318 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5319
5320         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5321         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5322         Having NULL as UDI previously selected the default sink/src. Change
5323         this back but mention it in the debug output.
5324         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5325         (gst_hal_get_oss_element), (gst_hal_get_string),
5326         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5327         (gst_hal_get_audio_src):
5328         * ext/hal/hal.h:
5329         Refactor a bit, check all error conditions, greatly improve debugging
5330         and fix some possible memory leaks. Also implement OSS support
5331         and allow specifying an UDI that points to a real device. For this the
5332         child device which supports ALSA (preferred) or OSS is used.
5333         As a side effect this makes it impossible now to get a alsasink in
5334         halaudiosrc and a alsasrc in halaudiosink.
5335
5336 2007-03-01  Wim Taymans  <wim@fluendo.com>
5337
5338         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5339         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5340         Errors from the udp sources are not fatal unless all of them are in
5341         error.
5342
5343 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5344
5345         * tests/check/Makefile.am:
5346         Disable aasink in the states test. I suspect this is the element that
5347         is calling exit(1) when it can't proceed.
5348
5349 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5350
5351         * tests/check/Makefile.am:
5352         Draw plugins in from the build tree sys/ dir, rather than picking
5353         up the already installed versions.
5354
5355 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5356
5357         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5358         Error out correctly when getting xcontext fails.
5359
5360 2007-03-01  Wim Taymans  <wim@fluendo.com>
5361
5362         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5363         Make state change to PAUSED NO_PREROLL because that's what it will be in
5364         the future and rtspsrc relies on it.
5365
5366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5367         (gst_rtspsrc_change_state):
5368         Don't error out when we don't get an error from the state change
5369         function.
5370
5371 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5372
5373         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5374         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5375           Check if the device UDI is set before trying to query HAL
5376           about it and give a useful error message if it wasn't set.
5377         * ext/hal/hal.c: (gst_hal_get_string):
5378           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5379           gives an assertion failure in D-Bus when running with
5380           DBUS_FATAL_WARNINGS=1.
5381
5382 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5383
5384         * configure.ac:
5385           Convert to new AG_GST style.
5386
5387 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5388
5389         * tests/check/Makefile.am:
5390         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5391           add test for states
5392
5393 2007-02-28  Wim Taymans  <wim@fluendo.com>
5394
5395         * tests/check/elements/.cvsignore:
5396         Add new videofilter check to .cvsignore.
5397
5398 2007-02-28  Wim Taymans  <wim@fluendo.com>
5399
5400         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5401         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5402         (gst_avi_demux_loop), (gst_avi_demux_chain):
5403         Fix combined flow return. Fixes #412608.
5404
5405 2007-02-28  Wim Taymans  <wim@fluendo.com>
5406
5407         * gst/videofilter/Makefile.am:
5408         Dist header..
5409
5410 2007-02-28  Wim Taymans  <wim@fluendo.com>
5411
5412         * gst/videofilter/gstgamma.h:
5413         Add header too.
5414
5415 2007-02-28  Wim Taymans  <wim@fluendo.com>
5416
5417         Patch by: Mark Nauwelaerts <manauw at skynet be>
5418
5419         * gst/videofilter/Makefile.am:
5420         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5421         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5422         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5423         (oil_tablelookup_u8), (gst_gamma_set_caps),
5424         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5425         Port gamma filter to 0.10. Fixes #412704.
5426
5427         * tests/check/Makefile.am:
5428         * tests/check/elements/videofilter.c: (setup_filter),
5429         (cleanup_filter), (check_filter), (GST_START_TEST),
5430         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5431         Add unit tests for videofilters.
5432
5433 2007-02-28  Wim Taymans  <wim@fluendo.com>
5434
5435         * gst/rtsp/URLS:
5436         Add another interesting test url.
5437
5438         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5439         Don't allow getting header fields from data packets.
5440
5441 2007-02-28  Michael Smith  <msmith@fluendo.com>
5442
5443         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5444         (gst_shout2send_init), (gst_shout2send_start),
5445         (gst_shout2send_set_property), (gst_shout2send_get_property):
5446         * ext/shout2/gstshout2.h:
5447           Add a property for username.
5448
5449 2007-02-27  Christian Schallerr <christian@fluendo.com>
5450
5451         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5452
5453 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5454
5455         * gst/rtsp/Makefile.am:
5456         Fix make check too.
5457
5458 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5459
5460         * gst/rtsp/base64.c: (util_base64_encode):
5461         * gst/rtsp/base64.h:
5462         Commit missing files for base64 encoding.
5463
5464 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5467
5468         * configure.ac:
5469         * ext/annodex/Makefile.am:
5470         * ext/jpeg/Makefile.am:
5471         * ext/speex/Makefile.am:
5472         * gst/alpha/Makefile.am:
5473         * gst/cutter/Makefile.am:
5474         * gst/debug/Makefile.am:
5475         * gst/effectv/Makefile.am:
5476         * gst/goom/Makefile.am:
5477         * gst/level/Makefile.am:
5478         * gst/smpte/Makefile.am:
5479         * gst/videofilter/Makefile.am:
5480           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5481
5482 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5483
5484         * gst/rtsp/Makefile.am:
5485         * gst/rtsp/rtspconnection.c: (append_auth_header),
5486         (rtsp_connection_send), (rtsp_connection_set_auth):
5487         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5488         from icecast to replace it. Relicensed from GPL courtesy of Mike
5489         Smith.
5490
5491 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5492
5493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5494         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5495         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5496         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5497         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5498         (gst_rtspsrc_uri_set_uri):
5499         * gst/rtsp/gstrtspsrc.h:
5500         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5501         (append_auth_header), (rtsp_connection_send),
5502         (rtsp_connection_free), (rtsp_connection_set_auth):
5503         * gst/rtsp/rtspconnection.h:
5504         * gst/rtsp/rtspdefs.h:
5505         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5506         * gst/rtsp/rtspurl.h:
5507
5508         Implement simple Basic Authentication support so that urls like
5509         rtsp://user:pass@hostname/rtspstream work on hosts that require
5510         authentication.
5511
5512 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5513
5514         * sys/v4l2/gstv4l2object.c:
5515         * sys/v4l2/gstv4l2tuner.c:
5516         * sys/v4l2/v4l2_calls.c:
5517         Fix segfault when oppening a radio device.
5518         
5519 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5520
5521         * gst/level/gstlevel.c: (gst_level_set_caps),
5522         (gst_level_transform_ip):
5523         * sys/v4l2/README:
5524         * tests/check/elements/level.c: (GST_START_TEST):
5525           Fix level for multi-channel case.
5526
5527 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5528
5529         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5530         (gst_level_transform_ip):
5531         * gst/level/gstlevel.h:
5532           Use function pointer for process function and add process functions
5533           for float audio.
5534
5535 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5536
5537         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5538         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5539         (gst_v4l2src_capture_init):
5540           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5541           fixes #407369
5542
5543 2007-02-18  Wim Taymans  <wim@fluendo.com>
5544
5545         * gst/rtp/Makefile.am:
5546         * gst/rtp/gstrtp.c: (plugin_init):
5547         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5548         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5549         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5550         (gst_rtp_mp2t_pay_plugin_init):
5551         * gst/rtp/gstrtpmp2tpay.h:
5552         Added simple mpeg transport stream payloader.
5553
5554 2007-02-16  Wim Taymans  <wim@fluendo.com>
5555
5556         * gst/rtsp/URLS:
5557         Add example H264 rtsp url.
5558
5559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5560         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5561         Don't convert values to lowercase or we might mess up base64 encoded
5562         properties.
5563
5564 2007-02-16  Wim Taymans  <wim@fluendo.com>
5565
5566         * gst/rtp/README:
5567         Fix case of string params.
5568
5569         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5570         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5571         Fix depayloader, support more packet types.
5572         Add sync codes to make sure the packetizer can do its job.
5573
5574         * gst/rtp/gstrtpmp4gdepay.c:
5575         * gst/rtp/gstrtpmp4gpay.c:
5576         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5577         Fix caps case again.
5578
5579 2007-02-15  Wim Taymans  <wim@fluendo.com>
5580
5581         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5582         Set right caps on output buffers.
5583
5584 2007-02-14  Wim Taymans  <wim@fluendo.com>
5585
5586         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5587         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5588         Clear stack allocated SDPMedia struct before calling _init() on it.
5589         Clarify this in the docs as well.
5590
5591 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5592
5593         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5594         (do_change_child):
5595         Don't reset the profile when going switching states, as it makes
5596         the element non-reusable.
5597
5598 2007-02-14  Wim Taymans  <wim@fluendo.com>
5599
5600         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5601         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5602         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5603         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5604         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5605         (sdp_parse_line):
5606         * gst/rtsp/sdpmessage.h:
5607         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5608         Fix memory management of SDP messages. Fixes #407793.
5609
5610 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5611
5612         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5613
5614         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5615         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5616
5617 2007-02-14  Wim Taymans  <wim@fluendo.com>
5618
5619         Patch by: jp.liu <jp_liu at astrocom dot cn>
5620
5621         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5622         Fix parsing of password field in url. Fixes #407797.
5623
5624 2007-02-14  Wim Taymans  <wim@fluendo.com>
5625
5626         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5627         (gst_wavparse_reset), (gst_wavparse_init),
5628         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5629         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5630         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5631         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5632         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5633         (gst_wavparse_loop), (gst_wavparse_chain),
5634         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5635         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5636         (plugin_init):
5637         * gst/wavparse/gstwavparse.h:
5638         Update docs.
5639         Use boilerplate.
5640         Various code cleanups.
5641         When the bitrate is not known (bps == 0 or compressed formats) let
5642         downstream element guestimate the duration and position and don't
5643         generate timestamps or durations. Fixes #405213.
5644         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5645         error flowreturn upstream.
5646
5647 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5648
5649         * ext/gconf/Makefile.am:
5650         * ext/gconf/gconf.c: (gst_gconf_get_string),
5651         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5652         (gst_gconf_render_bin_with_default):
5653         * ext/gconf/gconf.h:
5654         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5655         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5656         (gst_gconf_audio_sink_dispose), (do_change_child),
5657         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5658         (cb_change_child), (gst_gconf_audio_sink_change_state):
5659         * ext/gconf/gstgconfaudiosink.h:
5660         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5661         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5662         (gst_switch_sink_init), (gst_switch_sink_dispose),
5663         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5664         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5665         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5666         * ext/gconf/gstswitchsink.h:
5667         * gst/autodetect/gstautoaudiosink.c:
5668         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5669         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5670         (gst_auto_audio_sink_detect):
5671         * gst/autodetect/gstautovideosink.c:
5672         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5673         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5674         (gst_auto_video_sink_detect):
5675         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5676         and a child that implements the GConf key monitoring. The end goal of
5677         this is an audio sink that can be changed on the fly, but at the 
5678         moment it still only changes on the next READY transition.
5679
5680 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5681
5682         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5683         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5684         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5685         (gst_avi_demux_calculate_durations_from_index),
5686         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5687         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5688         (gst_avi_demux_loop):
5689           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5690
5691 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5692
5693         * configure.ac:
5694         * docs/plugins/Makefile.am:
5695           Add crossreferences to glib/gobject/gstream docs.
5696
5697 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * gst/monoscope/Makefile.am:
5700         * gst/monoscope/gstmonoscope.c:
5701           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5702           (but no LIBS, since we only use defines from the headers).
5703
5704 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5705
5706         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5707
5708         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5709         (gst_wavparse_stream_data):
5710           Fix massive memory leak when operating in streaming mode due to
5711           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5712           Fixes #407057.
5713
5714 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5715
5716         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5717         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5718         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5719         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5720         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5721         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5722         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5723         (gst_avi_demux_calculate_durations_from_index),
5724         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5725         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5726         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5727         * gst/avi/gstavidemux.h:
5728           Save some memory (8%) by repacking the index entry structure (more to
5729           come). Add more FIXMEs to questionable parts.
5730
5731 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5732
5733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5734         (gst_v4l2src_get_caps):
5735         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5736         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5737         (gst_v4l2src_capture_init):
5738           More FIXME comments and messaging changes.
5739
5740 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5741
5742         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5743         (gst_goom_change_state):
5744         * gst/goom/gstgoom.h:
5745           Improved docs and use GST_DEBUG_FUNCPTR.
5746
5747         * gst/level/gstlevel.c: (gst_level_class_init):
5748           Use GST_DEBUG_FUNCPTR.
5749
5750         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5751         (gst_monoscope_chain), (gst_monoscope_change_state):
5752           Improved docs source cleanups.
5753
5754 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5755
5756         * gst/debug/Makefile.am:
5757         * gst/debug/gstdebug.c: (plugin_init):
5758         * gst/debug/gstpushfilesrc.c:
5759         * gst/debug/gstpushfilesrc.h:
5760           Add code for a pushfilesrc element that implements a pushfile:// URI
5761           handler, to make debugging push-mode operation of demuxer/decoders
5762           that support both easier in connection with seek/playbin/etc.
5763           The element isn't registered at the moment.
5764
5765 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5766
5767         * gst/avi/gstavimux.c:
5768           Comment a #if 0 in caps template definition as VS6 seems to 
5769         do not support it.
5770         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5771           Use gst_guint64_to_gdouble for conversion.
5772         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5773           Move variables declaration before the first instruction.
5774         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5775           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5776           And don't include netdb.h for G_OS_WIN32
5777         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5778           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5779           by VS6 then use an other way to initialize SDPMedia structure.
5780         * gst/udp/gstdynudpsink.h:
5781         * gst/udp/gstdynudpnetutils.h:
5782           Do not include <sys/time.h> for G_OS_WIN32
5783         * gst/udp/gstudpsrc.c:
5784           Define socklen_t as int for G_OS_WIN32
5785         * win/common/config.h.in:
5786           Undef HAVE_NETINET_IN_H
5787         * win32/vs6/gst_plugins_good.dsw:
5788         * win32/vs6/libgstrtp.dsp:
5789         * win32/vs6/libgstrtsp.dsp:
5790         * win32/vs6/libgstautogen.dsp:
5791         * win32/vs6/libgstaudiofx.dsp:
5792         * win32/vs6/libgstudp.dsp:
5793           Add and update project files.
5794         * win32/common/gstudp-enumtypes.c:
5795         * win32/common/gstudp-enumtypes.h:
5796           Add a copy of udp enumtypes to win32/common as in core 
5797           and base.
5798         
5799 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5800
5801         * configure.ac:
5802           Activate monoscope when building with --enable-experimental. Fix
5803           --enable-external configure switch description.
5804
5805         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5806         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5807           Help gst-indent.
5808
5809 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5810
5811         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5812           Explicitly cast result of pointer arithmetic to integer in order to
5813           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5814
5815 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5816
5817         * gst/debug/progressreport.c:
5818           Some more docs.
5819
5820 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5821
5822         * docs/plugins/inspect/plugin-rtp.xml:
5823           Update for new elements.
5824
5825         * gst/debug/progressreport.h:
5826           Commit newly-created header file as well.
5827
5828 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * docs/plugins/Makefile.am:
5831         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5832         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5833         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5834         * gst/debug/Makefile.am:
5835         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5836         (gst_progress_report_do_query), (gst_progress_report_report):
5837           Make progressreport element post messages with the current progress
5838           on the bus. Also add some basic docs for it.
5839
5840 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * ext/hal/hal.c: (gst_hal_get_string):
5843         * ext/hal/hal.h:
5844           Some small cleanups; deal with errors when parsing the HAL ALSA
5845           capabilities a bit better.
5846
5847 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5850           Let's try this again and use the right cast this time.
5851
5852 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5855           Add cast to avoid compiler warnings with older GLib versions
5856           where the nick/name members in GEnumValue are not declared as
5857           constant strings.
5858
5859 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5862         (gst_gconf_render_bin_from_key),
5863         (gst_gconf_get_default_audio_sink):
5864         * ext/gconf/gconf.h:
5865         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5866         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5867         (gst_gconf_audio_sink_get_property):
5868           In gconfaudiosink, get the right key as the old key in do_toggle
5869           (ie. one dependent on the profile selected). Log some more stuff so
5870           we can see what's actually going on.
5871
5872 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5873
5874         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5875         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5876         (gst_audio_amplify_set_process_function),
5877         (gst_audio_amplify_setup):
5878         * gst/audiofx/audioamplify.h:
5879         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5880         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5881         * gst/audiofx/audioinvert.h:
5882         Some small cleanups and port both elements to the new GstAudioFilter
5883         base class to save a few lines of common code.
5884         * gst/audiofx/Makefile.am:
5885         Link against libgstaudio for the above changes
5886
5887 2007-01-29  Wim Taymans  <wim@fluendo.com>
5888
5889         * tests/check/elements/.cvsignore:
5890         Some more ignores.
5891
5892 2007-01-26  Wim Taymans  <wim@fluendo.com>
5893
5894         Patch by: charles <charlesg3 at gmail dot com>
5895
5896         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5897         (set_shout_metadata), (gst_shout2send_event):
5898         * ext/shout2/gstshout2.h:
5899         Properly handle tags in shout2send. Fixes #399825.
5900
5901 2007-01-25  Wim Taymans  <wim@fluendo.com>
5902
5903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5904         (gst_rtspsrc_activate_streams):
5905         Convert SDP fields to upper/lowercase following the rules in the SDP to
5906         caps document. 
5907
5908 2007-01-25  Wim Taymans  <wim@fluendo.com>
5909
5910         * gst/rtp/README:
5911         * gst/rtp/gstrtpilbcdepay.c:
5912         * gst/rtp/gstrtpilbcpay.c:
5913         * gst/rtp/gstrtpmp4gdepay.c:
5914         * gst/rtp/gstrtpmp4gpay.c:
5915         * gst/rtp/gstrtpspeexdepay.c:
5916         * gst/rtp/gstrtpspeexpay.c:
5917         * gst/rtp/gstrtpsv3vdepay.c:
5918         * gst/rtp/gstrtptheoradepay.c:
5919         * gst/rtp/gstrtptheorapay.c:
5920         * gst/rtp/gstrtpvorbisdepay.c:
5921         * gst/rtp/gstrtpvorbispay.c:
5922         Fix case of encoding-name and key/value pairs to match the document.
5923         This is to make interoperation with SDP case-insensitive as required by
5924         the relevant RFCs.
5925
5926 2007-01-25  Wim Taymans  <wim@fluendo.com>
5927
5928         * configure.ac:
5929         Bump required -core/-base to CVS
5930
5931 2007-01-25  Wim Taymans  <wim@fluendo.com>
5932
5933         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5934         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5935         * gst/rtp/gstrtpL16pay.h:
5936         Fill up to MTU using adapter.
5937         Timestamp rtp packets.
5938
5939 2007-01-25  Edward Hervey  <edward@fluendo.com>
5940
5941         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5942         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5943         Use G_GSIZE_FORMAT in print statements for portability.
5944         Fixes build on macosx.
5945
5946 2007-01-24  Wim Taymans  <wim@fluendo.com>
5947
5948         * gst/rtp/Makefile.am:
5949         * gst/rtp/gstrtp.c: (plugin_init):
5950         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5951         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5952         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5953         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5954         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5955         (gst_rtp_L16_depay_plugin_init):
5956         * gst/rtp/gstrtpL16depay.h:
5957         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5958         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5959         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5960         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5961         (gst_rtp_L16_pay_plugin_init):
5962         * gst/rtp/gstrtpL16pay.h:
5963         Port and enable raw audio payloader/depayloader. Needs a bit more work
5964         on the payloader side.
5965
5966 2007-01-24  Wim Taymans  <wim@fluendo.com>
5967
5968         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5969         (gst_rtspsrc_stream_configure_transport),
5970         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5971         * gst/rtsp/gstrtspsrc.h:
5972         Only unblock the udp pads when we linked and activated them all.
5973         Fixes #395688.
5974
5975 2007-01-24  Wim Taymans  <wim@fluendo.com>
5976
5977         * gst/rtp/Makefile.am:
5978         * gst/rtp/gstrtp.c: (plugin_init):
5979         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5980         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5981         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5982         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5983         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5984         * gst/rtp/gstrtpac3depay.h:
5985         Added simple AC3 depayloader (RFC 4184).
5986
5987         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5988         Fix a leak.
5989
5990 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5991
5992         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5993
5994         * gst/audiofx/Makefile.am:
5995         * gst/audiofx/audioamplify.c:
5996         (gst_audio_amplify_clipping_method_get_type),
5997         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5998         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5999         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6000         (gst_audio_amplify_set_caps),
6001         (gst_audio_amplify_transform_int_clip),
6002         (gst_audio_amplify_transform_int_wrap_negative),
6003         (gst_audio_amplify_transform_int_wrap_positive),
6004         (gst_audio_amplify_transform_float_clip),
6005         (gst_audio_amplify_transform_float_wrap_negative),
6006         (gst_audio_amplify_transform_float_wrap_positive),
6007         (gst_audio_amplify_transform_ip):
6008         * gst/audiofx/audioamplify.h:
6009         * gst/audiofx/audiofx.c: (plugin_init):
6010         Add new element "audioamplify". This allows scaling of raw audio
6011         samples, similar to the "volume" element, but provides different modes
6012         for clipping and allows unlimited amplification. It's mainly targeted
6013         for creative sound design and not as a replacement of the "volume"
6014         element. Fixes #397162
6015         * docs/plugins/Makefile.am:
6016         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6017         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6018         * docs/plugins/gst-plugins-good-plugins.args:
6019         * docs/plugins/inspect/plugin-audiofx.xml:
6020         Add docs for audioamplify and integrate them into the build system
6021         * tests/check/Makefile.am:
6022         * tests/check/elements/audioamplify.c: (setup_amplify),
6023         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6024         Add fairly extensive unit test suite for audioamplify
6025
6026 2007-01-24  Wim Taymans  <wim@fluendo.com>
6027
6028         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6029         Unblock pads after adding the pads to the element so that autopluggers
6030         get a change to link something. Possibly fixes #395688.
6031
6032 2007-01-24  Wim Taymans  <wim@fluendo.com>
6033
6034         * gst/rtp/gstrtpamrdepay.c:
6035         * gst/rtp/gstrtpgsmdepay.c:
6036         * gst/rtp/gstrtph263pdepay.c:
6037         * gst/rtp/gstrtph263ppay.c:
6038         * gst/rtp/gstrtph264depay.c:
6039         * gst/rtp/gstrtpilbcdepay.c:
6040         * gst/rtp/gstrtpmp2tdepay.c:
6041         * gst/rtp/gstrtpmp4gdepay.c:
6042         * gst/rtp/gstrtpmp4gpay.c:
6043         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6044         * gst/rtp/gstrtpmp4vpay.c:
6045         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6046         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6047         (gst_rtp_mpa_depay_process):
6048         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6049         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6050         * gst/rtp/gstrtppcmadepay.c:
6051         * gst/rtp/gstrtppcmudepay.c:
6052         * gst/rtp/gstrtpspeexdepay.c:
6053         * gst/rtp/gstrtpspeexpay.c:
6054         * gst/rtp/gstrtpsv3vdepay.c:
6055         * gst/rtp/gstrtptheoradepay.c:
6056         * gst/rtp/gstrtptheorapay.c:
6057         * gst/rtp/gstrtpvorbisdepay.c:
6058         * gst/rtp/gstrtpvorbispay.c:
6059         Fix caps with payload numbers.
6060         Add some fixed payload numbers to caps when possible.
6061
6062 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6063
6064         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6065
6066         * gst/audiofx/Makefile.am:
6067         * gst/audiofx/audiofx.c: (plugin_init):
6068         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6069         (gst_audio_invert_class_init), (gst_audio_invert_init),
6070         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6071         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6072         (gst_audio_invert_transform_float),
6073         (gst_audio_invert_transform_ip):
6074         * gst/audiofx/audioinvert.h:
6075         Add new audiofx element "audioinvert". This element swaps the upper
6076         and lower half of samples and can be used for example for a
6077         wide-stereo effect. Fixes #396057
6078         * docs/plugins/Makefile.am:
6079         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6080         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6081         * docs/plugins/gst-plugins-good-plugins.args:
6082         * docs/plugins/inspect/plugin-audiofx.xml:
6083         Add docs for the audioinvert element and add them to the build system.
6084         * tests/check/Makefile.am:
6085         * tests/check/elements/audioinvert.c: (setup_invert),
6086         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6087         Add unit test suite for the audioinvert element.
6088
6089 2007-01-23  Wim Taymans  <wim@fluendo.com>
6090
6091         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6092         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6093         Parse config params as string and int.
6094         Parse and use AU header length
6095
6096 2007-01-23  Wim Taymans  <wim@fluendo.com>
6097
6098         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6099         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6100         * gst/smpte/gstmask.c: (_gst_mask_register):
6101         * gst/smpte/gstmask.h:
6102         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6103         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6104         (gst_smpte_paint_triangle_clock):
6105         constify some static structs.
6106         Don't update the mask if nothing changed to the params.
6107         Make sure we never draw outside of the picture. Fixes #398325.
6108
6109 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6110
6111         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6112           Error out properly when pull_range fails while we're reading the
6113           headers, instead of just pausing the task silently. Fixes #399338.
6114
6115 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6116
6117         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6118           Some more sanity checks to make sure the input formats match and the
6119           input pads are actually negotiated, in case someone tries to feed
6120           buffers from fakesrc or filesrc. Fixes #398299.
6121           Also const-ify an array, just because we can.
6122
6123 2007-01-19  Edward Hervey  <edward@fluendo.com>
6124
6125         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6126         Ignore previous commit, that was only valid for widths and heights
6127         that are multiples of 4.
6128         Copy over size/stride macros from jpegdec. This allows the element
6129         to work with any width,height...
6130         ... but puts in evidence that the actual transformations only work
6131         with width/height that are multiples of 4.
6132
6133 2007-01-19  Edward Hervey  <edward@fluendo.com>
6134
6135         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6136         Allocate buffers of the right size.
6137         The proper size of a I420 buffer in bytes is:
6138         
6139             width * height * 3
6140             ------------------
6141                     2
6142
6143 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6146           Proxy getcaps on sink pads too, so that we either end up with the
6147           same dimensions on all pads or error out if that's not possible
6148           (seems to work even!). Fixes #398086, I think.
6149
6150 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6151
6152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6153         * docs/plugins/gst-plugins-good-plugins.args:
6154         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6155           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6156           fix integer properties with -1 as minimum value.
6157
6158         * docs/plugins/inspect/plugin-1394.xml:
6159         * docs/plugins/inspect/plugin-aasink.xml:
6160         * docs/plugins/inspect/plugin-alaw.xml:
6161         * docs/plugins/inspect/plugin-alpha.xml:
6162         * docs/plugins/inspect/plugin-alphacolor.xml:
6163         * docs/plugins/inspect/plugin-annodex.xml:
6164         * docs/plugins/inspect/plugin-apetag.xml:
6165         * docs/plugins/inspect/plugin-audiofx.xml:
6166         * docs/plugins/inspect/plugin-auparse.xml:
6167         * docs/plugins/inspect/plugin-autodetect.xml:
6168         * docs/plugins/inspect/plugin-avi.xml:
6169         * docs/plugins/inspect/plugin-cacasink.xml:
6170         * docs/plugins/inspect/plugin-cairo.xml:
6171         * docs/plugins/inspect/plugin-cdio.xml:
6172         * docs/plugins/inspect/plugin-cutter.xml:
6173         * docs/plugins/inspect/plugin-debug.xml:
6174         * docs/plugins/inspect/plugin-dv.xml:
6175         * docs/plugins/inspect/plugin-efence.xml:
6176         * docs/plugins/inspect/plugin-effectv.xml:
6177         * docs/plugins/inspect/plugin-esdsink.xml:
6178         * docs/plugins/inspect/plugin-flac.xml:
6179         * docs/plugins/inspect/plugin-flxdec.xml:
6180         * docs/plugins/inspect/plugin-gconfelements.xml:
6181         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6182         * docs/plugins/inspect/plugin-goom.xml:
6183         * docs/plugins/inspect/plugin-halelements.xml:
6184         * docs/plugins/inspect/plugin-icydemux.xml:
6185         * docs/plugins/inspect/plugin-id3demux.xml:
6186         * docs/plugins/inspect/plugin-jpeg.xml:
6187         * docs/plugins/inspect/plugin-level.xml:
6188         * docs/plugins/inspect/plugin-matroska.xml:
6189         * docs/plugins/inspect/plugin-mulaw.xml:
6190         * docs/plugins/inspect/plugin-multipart.xml:
6191         * docs/plugins/inspect/plugin-navigationtest.xml:
6192         * docs/plugins/inspect/plugin-ossaudio.xml:
6193         * docs/plugins/inspect/plugin-png.xml:
6194         * docs/plugins/inspect/plugin-rtp.xml:
6195         * docs/plugins/inspect/plugin-rtsp.xml:
6196         * docs/plugins/inspect/plugin-shout2send.xml:
6197         * docs/plugins/inspect/plugin-smpte.xml:
6198         * docs/plugins/inspect/plugin-speex.xml:
6199         * docs/plugins/inspect/plugin-taglib.xml:
6200         * docs/plugins/inspect/plugin-udp.xml:
6201         * docs/plugins/inspect/plugin-videobalance.xml:
6202         * docs/plugins/inspect/plugin-videobox.xml:
6203         * docs/plugins/inspect/plugin-videoflip.xml:
6204         * docs/plugins/inspect/plugin-videomixer.xml:
6205         * docs/plugins/inspect/plugin-wavenc.xml:
6206         * docs/plugins/inspect/plugin-wavparse.xml:
6207         * docs/plugins/inspect/plugin-ximagesrc.xml:
6208           Update to CVS.
6209
6210 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6211
6212         Patch by: Sebastian Dröge <slomo circular-chaos org>
6213
6214         * gst/audiofx/audiopanorama.c:
6215           Fix doc section name (Fixes #397946)
6216
6217 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6218
6219         * sys/v4l2/gstv4l2object.c:
6220         (gst_v4l2_object_install_properties_helper),
6221         (gst_v4l2_object_set_property_helper),
6222         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6223         * sys/v4l2/gstv4l2object.h:
6224         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6225         (gst_v4l2src_init), (gst_v4l2src_set_property),
6226         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6227         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6228         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6229         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6230         (gst_v4l2src_capture_deinit):
6231           Fix EIO handing when capturing. Add new property to specify the number of
6232           buffers to enque (and remove the borked num-buffers usage).
6233
6234 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6235
6236         Patch by: Sebastian Dröge <slomo circular-chaos org>
6237
6238         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6239         (gst_audio_panorama_set_process_function):
6240           Use a function array for process methods, add more docs and define the
6241           startindex of enums.
6242
6243 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         Patch by: Mark Nauwelaerts <manauw at skynet be>
6246
6247         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6248         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6249         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6250         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6251         (gst_avi_mux_riff_get_avi_header),
6252         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6253         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6254         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6255         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6256         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6257         (gst_avi_mux_change_state):
6258         * gst/avi/gstavimux.h:
6259         * tests/check/elements/avimux.c: (teardown_src_pad):
6260           Add support for more than one audio stream; write better AVIX
6261           header; refactor code a bit; don't announce vorbis caps on our audio
6262           sink pads since we don't support it anyway. Closes #379298.
6263
6264 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6265
6266         Patch by: Sebastian Dröge <slomo circular-chaos org>
6267
6268         * gst/audiofx/audiopanorama.c:
6269         (gst_audio_panorama_method_get_type),
6270         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6271         (gst_audio_panorama_set_process_function),
6272         (gst_audio_panorama_set_property),
6273         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6274         (gst_audio_panorama_transform_m2s_int_simple),
6275         (gst_audio_panorama_transform_s2s_int_simple),
6276         (gst_audio_panorama_transform_m2s_float_simple),
6277         (gst_audio_panorama_transform_s2s_float_simple):
6278         * gst/audiofx/audiopanorama.h:
6279           Add 'method' property and provide a simple (non-psychoacustic)
6280           processing method (#394859).
6281
6282         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6283         (panorama_suite):
6284           Tests for new method.
6285
6286 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6287
6288         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6289         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6290           Set correct caps on outgoing pulled buffers, or things blow up
6291           after recent core changes.
6292
6293 2007-01-11  Wim Taymans  <wim@fluendo.com>
6294
6295         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6296
6297         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6298         (gst_multipart_mux_request_new_pad),
6299         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6300         (gst_multipart_mux_change_state):
6301         Return FLOW errors ASAP. Fixes #394977.
6302         Misc cleanups.
6303
6304 2007-01-11  Wim Taymans  <wim@fluendo.com>
6305
6306         Patch by: Lutz Mueller <lutz at topfrose dot de>
6307
6308         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6309         Check for stream pad before activating. 
6310
6311 2007-01-10  Wim Taymans  <wim@fluendo.com>
6312
6313         Patch by: Peter Kjellerstedt  <pkj at axis com>
6314
6315         * gst/rtsp/COPYING.MIT:
6316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6317         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6318         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6319         (gst_rtspsrc_stream_configure_transport),
6320         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6321         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6322         (gst_rtspsrc_parse_methods),
6323         (gst_rtspsrc_create_transports_string),
6324         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6325         (gst_rtspsrc_open), (gst_rtspsrc_close):
6326         * gst/rtsp/gstrtspsrc.h:
6327         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6328         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6329         (parse_request_line), (parse_line), (rtsp_connection_read),
6330         (rtsp_connection_close):
6331         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6332         (rtsp_method_as_text), (rtsp_header_as_text),
6333         (rtsp_status_as_text), (rtsp_find_header_field),
6334         (rtsp_find_method):
6335         * gst/rtsp/rtspdefs.h:
6336         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6337         (rtsp_ext_wms_configure_stream):
6338         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6339         (rtsp_message_new_request), (rtsp_message_init_request),
6340         (rtsp_message_new_response), (rtsp_message_init_response),
6341         (rtsp_message_init_data), (rtsp_message_unset),
6342         (rtsp_message_free), (rtsp_message_add_header),
6343         (rtsp_message_get_header), (rtsp_message_set_body),
6344         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6345         * gst/rtsp/rtspmessage.h:
6346         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6347         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6348         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6349         (sdp_message_dump):
6350         Allow url to be NULL to be able to use it for server connections.
6351         Can now send responses as well as requests.
6352         No longer hangs in an endless loop if EOF is received.
6353         Can now convert a status code to a text string.
6354         Return RTSP_HDR_INVALID for unknown headers.
6355         Return RTSP_INVALID for unknown methods.
6356         Copy CSeq and Session headers from the request.
6357         Only free memory corresponding to the currently set message type.
6358         Added const to function arguments as appropriate.
6359         Avoid a compiler warning when initializing nmedia.
6360         Use guint rather than gint to avoid compiler warnings.
6361         Fix crasher in wms extension.
6362         Factor out stream setup from open_connection.
6363         Delay activation of streams when actual data is received from the
6364         server, this prepares us to do proper protocol switching.
6365         Added new license.
6366         Fixes #380895.
6367
6368
6369 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6370
6371         Patch by: Sebastian Dröge <slomo ubuntu com>
6372
6373         * docs/plugins/Makefile.am:
6374         * gst/audiofx/audiopanorama.c:
6375           Some small docs fixes (#394851).
6376
6377 2007-01-09  Wim Taymans  <wim@fluendo.com>
6378
6379         * gst/avi/gstavidemux.c:
6380         Fix docs.
6381
6382 2007-01-09  Wim Taymans  <wim@fluendo.com>
6383
6384         * gst/rtp/Makefile.am:
6385         * gst/rtp/gstrtp.c: (plugin_init):
6386         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6387         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6388         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6389         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6390         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6391         * gst/rtp/gstrtpmpvdepay.h:
6392           Added RFC 2250 MPEG Video Depayloader.
6393
6394         * gst/rtp/gstrtpL16depay.h:
6395         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6396         (gst_rtp_h263p_depay_process):
6397         Fix Header file. Small cleanups.
6398
6399         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6400         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6401         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6402         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6403         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6404         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6405         (gst_rtp_mp4v_depay_change_state):
6406         Remove usused code. Remove Adapter from state Change. Added debug.
6407
6408         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6409         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6410         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6411         * gst/rtp/gstrtpmpadepay.h:
6412         Subclass base depayloader.
6413         Added debug.
6414         Support static payload type assignment as well.
6415
6416         * gst/rtp/gstrtpmpapay.c:
6417         Fix caps.
6418
6419 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6420
6421         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6422
6423         * ext/jpeg/gstjpegdec.c:
6424         * ext/jpeg/gstjpegenc.c:
6425         * ext/jpeg/smokecodec.c:
6426           These libjpeg callbacks should return a 'boolean' (unsigned char
6427           apparently) and not a 'gboolean' (which maps to gint). Fixes
6428           warnings when compiling with MingW (#393427).
6429
6430         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6431           Use ioctlsocket on win32.
6432
6433         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6434           Some printf format fixes for win32.
6435
6436 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6437
6438         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6439           Use gst_guint64_to_gdouble for conversion.
6440         * win32/vs6/libgstmatroska.dsp:
6441           Add zlib to the link.
6442         * win32/vs6/libgstvideobox.dsp:
6443           Update liboil library name (project is linked to 
6444           liboil-0.3-0.lib now).
6445           
6446 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6447
6448         * gst/matroska/Makefile.am:
6449           If zlib is available and used, we must link it explicitly for
6450           things to work on MingW (fixes #392855).
6451
6452 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6453
6454         * ext/esd/esdsink.c: (gst_esdsink_delay):
6455           Don't return bogus values when esd_get_delay() fails for some
6456           reason (#392189).
6457
6458 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         * sys/ximage/gstximagesrc.c: (composite_pixel):
6461           Fix presumably copy'n'pasto for 16bpp depth.
6462
6463 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6464
6465         * gst/matroska/matroska-mux.c:
6466         (gst_matroska_mux_audio_pad_setcaps):
6467           The "signed" field in audio caps is of boolean type, trying to use
6468           gst_structure_get_int() to extract it will fail. Fixing this makes
6469           matroskamux accept raw audio input (#387121) (use at your own risk
6470           though, due to the matroska spec being not entirely useful in this
6471           respect).
6472           Also fix up raw audio structures in template caps so that they
6473           represent what our setcaps function will actually accept, so that
6474           converters know what to convert to.
6475           Finally, don't fail if there isn't an "endianness" field in 8-bit
6476           PCM caps.
6477
6478 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6479
6480         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6481         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6482         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6483         (teardown_cmmldec):
6484         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6485         (teardown_cmmlenc):
6486         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6487           reapply consistent pad (de)activation
6488
6489 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6490
6491         * configure.ac:
6492         Back to CVS
6493
6494         * gst-plugins-good.doap:
6495         Add 0.10.5 doap entry
6496
6497 === release 0.10.5 ===
6498
6499 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6500
6501         * configure.ac:
6502           releasing 0.10.5, "The Path of Thorns"
6503
6504 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6505
6506         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6507         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6508         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6509         (teardown_cmmldec):
6510         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6511         (teardown_cmmlenc):
6512         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6513           revert my freeze breakage
6514
6515 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6516
6517         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6518         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6519         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6520         (teardown_cmmldec):
6521         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6522         (teardown_cmmlenc):
6523         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6524           consistent pad (de)activation
6525
6526 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6527
6528         * configure.ac:
6529         * ext/Makefile.am:
6530         Disable LADPSA, as it has moved to the -bad module for the duration.
6531
6532 2006-12-18  Wim Taymans  <wim@fluendo.com>
6533
6534         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6535         (gst_signal_processor_event):
6536         Reset flow_state back to _OK after a flush stop so that we exit our
6537         error state after the flush. Fixes #374213
6538
6539 2006-12-16  David Schleef  <ds@schleef.org>
6540
6541         * sys/osxvideo/osxvideosink.h:
6542         * sys/osxvideo/osxvideosink.m:
6543           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6544
6545 2006-12-16  David Schleef  <ds@schleef.org>
6546
6547         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6548
6549         * sys/osxvideo/Makefile.am:
6550         * sys/osxvideo/osxvideosink.h:
6551         * sys/osxvideo/osxvideosink.m:
6552           Preliminary patch for porting osxvideosink
6553
6554 2006-12-16  Wim Taymans  <wim@fluendo.com>
6555
6556         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6557
6558         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6559         (gst_videomixer_set_master_geometry),
6560         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6561         (gst_videomixer_reset), (gst_videomixer_init),
6562         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6563         (gst_videomixer_release_pad), (gst_videomixer_collected),
6564         (gst_videomixer_change_state):
6565         Introduce some locking around the videomixer state so that it does not
6566         crash when adding/removing pads. Fixes #383043.
6567
6568 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * configure.ac:
6571           Make sure libcaca can actually be used instead of just checking for
6572           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6573           cross-compiling (fixes #384587).
6574
6575 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6576
6577         * Makefile.am:
6578         * gst-plugins-good.doap:
6579         * gst-plugins-good.spec.in:
6580           adding doap file
6581
6582 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6583
6584         * configure.ac:
6585           libflac-1.1.3 changed API again, but we can't build against it yet,
6586           so make sure our check doesn't use libflac-1.1.3 and add a comment
6587           to this effect.
6588
6589 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6592         (gst_quarktv_planetable_clear):
6593           Add some NULL pointer checks (possibly related to #385623).
6594
6595 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6598         (gst_tag_demux_chain):
6599         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6600           In streaming mode, if the first buffer we get doesn't have an
6601           offset, fix it up to be 0, otherwise trimming won't work later on
6602           and we'll be typefinding application/x-id3, which may result in
6603           decodebin plugging an endless number of id3demux elements as a
6604           consequence. Fixes #385031.
6605           
6606 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6607
6608         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6609           Ignore the buffer_time the sound device reports. Turns out it is 
6610           sometimes completely bogus and we're better off without it.
6611
6612 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6615         (gst_matroska_demux_video_caps):
6616         * gst/matroska/matroska-ids.c:
6617         (gst_matroska_track_init_video_context):
6618         * gst/matroska/matroska-ids.h:
6619           Try harder to extract the framerate for video tracks correctly and
6620           save it directly instead of converting it back and forth a few
6621           times. Mostly makes a difference for very small framerates (<1).
6622           Fixes #380199.
6623
6624 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6625
6626         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6627         (gst_gconf_audio_src_dispose), (do_toggle_element):
6628         * ext/gconf/gstgconfaudiosrc.h:
6629           Remove gconf notify hook when the gconfaudiosrc element is
6630           destroyed, otherwise the callback may be called on an
6631           already-destroyed instance and bad things happen. Should fix
6632           #378184.
6633           Also ignore gconf key changes when the source is already running.
6634
6635 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         Patch by: Sebastian Dröge  <mail at slomosnail de>
6638
6639         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6640           We need to be able to read and parse any possible floating point string
6641           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6642           will parse the former only in certain locales though, so we really need
6643           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6644           make sure we can parse either version at all times.
6645           Fixes #382982 for real.
6646
6647 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6648
6649         * sys/sunaudio/gstsunaudiomixerctrl.c:
6650         * sys/sunaudio/gstsunaudiosrc.c:
6651
6652         Use the sunaudio debug category.
6653
6654         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6655         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6656         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6657         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6658         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6659         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6660         (gst_sunaudiosink_reset):
6661         * sys/sunaudio/gstsunaudiosink.h:
6662
6663         Uses the sunaudio debug category for all debug output
6664         Implements the _delay() callback to synchronise video playback better
6665         Change the segtotal and segsize values back to the parent class 
6666           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6667           respectively)
6668         Measure the samples written to the device vs. played.
6669         Keep track of segments in the device by writing empty eof frames, and
6670         sleep using a GCond when we get too far ahead and risk overrunning the
6671         sink's ringbuffer.
6672
6673         Fixes: #360673
6674
6675 2006-12-08  Wim Taymans  <wim@fluendo.com>
6676
6677         Patch by: Sebastian Dröge  <mail at slomosnail de >
6678
6679         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6680         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6681         * gst/audiofx/audiopanorama.h:
6682         Fix audiopanorame with float samples. Fixes #383726.
6683
6684 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6685
6686         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6687         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6688         (gst_sunaudiosrc_reset):
6689
6690         Implement reset functions to unblock the src/sink more quickly on 
6691         state change requests.
6692         Patch by: Brian Cameron <brian dot cameron at sun com>
6693
6694 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6695
6696         * sys/sunaudio/gstsunaudiomixer.c:
6697         (gst_sunaudiomixer_change_state):
6698         Construct the correct mixer device name when the AUDIODEV env var
6699         is set.
6700
6701         Patch by: Jerry Tan <jerry.tan at sun dot com>
6702         Fixes: #383596
6703
6704 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6705
6706         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6707         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6708         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6709         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6710         Patch by: Jerry Tan <jerry.tan at sun dot com>
6711         Fixes: #349015
6712
6713 2006-12-07  Wim Taymans  <wim@fluendo.com>
6714
6715         * gst/smpte/gstmask.h:
6716         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6717         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6718         (gst_smpte_collected), (gst_smpte_set_property),
6719         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6720         * gst/smpte/gstsmpte.h:
6721         Port to 0.10 some more. 
6722         Added duration property to specify the duration of the transition.
6723         Make framerate a fraction.
6724         Deprecate fps property, we only use negotiated fps.
6725         Added docs.
6726         Fix collectpad usage.
6727         Reset state in READY.
6728         Send NEWSEGMENT event.
6729         Fix racy updates of object properties.
6730         Added debug category.
6731         Fixes #383323.
6732
6733 2006-12-06  Wim Taymans  <wim@fluendo.com>
6734
6735         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6736
6737         * gst/videomixer/videomixer.c:
6738         (gst_videomixer_set_master_geometry),
6739         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6740         Don't reset xpos and ypos in the setcaps function because causes
6741         unexpected behaviour.
6742         Fixes #382179.
6743
6744 2006-12-06  Wim Taymans  <wim@fluendo.com>
6745
6746         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6747         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6748         Keep track of the buffer timestamp in the collectdata member instead
6749         of modifying the buffer without making the metadata writable first.
6750         Fixes #382277.
6751
6752 2006-12-06  Wim Taymans  <wim@fluendo.com>
6753
6754         Patch by: Rob Taylor <robtaylor at floopily dot org>
6755
6756         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6757         If using multicast in udpsrc, bind to the multicast address rather than
6758         IN_ADDR_ANY.
6759         This allows the simultanous use of multiple udpsrcs listening on
6760         different multicat addresses. Without this all udpsrcs will receive all
6761         packets from all subscribed multicast addresses.
6762         Fixes #383001.
6763
6764 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6765
6766         * ext/taglib/gstid3v2mux.cc:
6767         Don't attempt to write a NULL frame into the ID3 tag set when the 
6768         createFrame method returned NULL.
6769         Fixes: #381857
6770         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6771
6772 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6773
6774         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6775         Use g_strtod() instead of sscanf to parse doubles, so that it will
6776         try parsing in the C locale if the current locale fails.
6777         Fixes: #382982
6778         Patch by: Sebastian Dröge  <mail at slomosnail de >
6779
6780 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6781
6782         * win32/MANIFEST:
6783         Fix compilation on win32 under VS8
6784         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6785         Partially fixes #381175
6786
6787 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6788
6789         * gst/avi/gstavimux.c:
6790           accept all mpegversions,fixes #380825
6791           spotted by: Jerome Alet  
6792
6793 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6794
6795         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6796         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6797         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6798         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6799           cleanup the error message a bit more
6800
6801 2006-11-28  Wim Taymans  <wim@fluendo.com>
6802
6803         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6804         Fix width and height properties.
6805
6806         * ext/libcaca/gstcacasink.h:
6807         Fix compilation on newer libcaca that require us to include a new
6808         header. Fixes #379918.
6809
6810 2006-11-28  Wim Taymans  <wim@fluendo.com>
6811
6812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6813         * gst/rtsp/gstrtspsrc.h:
6814         * gst/rtsp/rtspext.h:
6815         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6816         (rtsp_ext_wms_get_context):
6817         Add method so that extensions can choose to disable the setup of
6818         a stream.
6819         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6820
6821 2006-11-27  Wim Taymans  <wim@fluendo.com>
6822
6823         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6824
6825         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6826         Push header in a separate buffer instead of memcpy:ing all data.
6827         Change LF => CRLF in headers.
6828         Move trailing LF to header. Fixes #379792.
6829
6830 2006-11-27  Wim Taymans  <wim@fluendo.com>
6831
6832         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6833         Small buffer overflow fix and improve debugging.
6834
6835 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6836
6837         * ext/esd/esdmon.h:
6838         * ext/esd/esdsink.h:
6839           remove obsolete _factory_init protos
6840
6841 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6842
6843         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6844         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6845         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6846         (gst_avi_demux_read_subindexes_push),
6847         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6848         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6849         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6850         (gst_avi_demux_massage_index),
6851         (gst_avi_demux_calculate_durations_from_index),
6852         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6853         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6854         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6855           remove dead code, tweak debugs statements, add comments, use
6856           _uint64_scale instead _uint64_scale_int when using guint64 values,
6857           small optimizations, reflow some error handling
6858
6859 2006-11-22  Edward Hervey  <edward@fluendo.com>
6860
6861         * po/.cvsignore:
6862         We never put .pot files in cvs. Let's ignore them all.
6863
6864 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6865
6866         * po/POTFILES.in:
6867           ... but better exclude files that aren't disted.
6868
6869 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6870
6871         * po/POTFILES.in:
6872           Add v4l2 source files to list of files with translations, so the
6873           strings are actually extracted (however bad they still may be).
6874
6875 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6876
6877         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6878           Minor clean-ups: const-ify static array, remove trailing comma from
6879           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6880
6881 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6882
6883         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6884         Make sure that g_free always gets called on the same pointer that was 
6885         returned by g_malloc.  Fixes #376594.
6886         Do not leak memory if decompressed size is wrong.
6887         Remove unneeded check of return value of g_malloc.
6888         Patch by: René Stadler <mail@renestadler.de>
6889
6890 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6893           Add missing curly brackets.
6894
6895 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6896
6897         * sys/v4l2/v4l2src_calls.c:
6898         Fix capture_deinit.
6899
6900 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6901
6902         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6903         (gst_matroska_mux_request_new_pad):
6904           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6905
6906         * tests/check/elements/matroskamux.c: (setup_src_pad),
6907         (setup_sink_pad), (GST_START_TEST):
6908         Activate pads before using them.
6909
6910 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6913           Initialise variable to get rid of bogus compiler warning.
6914
6915 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6916
6917         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6918
6919         * gst/rtp/gstrtph263pay.c:
6920         * gst/rtp/gstrtph263pdepay.c:
6921         * gst/rtp/gstrtph263ppay.c:
6922           Specify H.263 variant and version in the caps (fixes #361637)
6923
6924 2006-11-15  Wim Taymans  <wim@fluendo.com>
6925
6926         * gst/rtsp/rtspconnection.c: (read_body):
6927         Don't set a data pointer to NULL and a size > 0 when we deal
6928         with empty packets.
6929
6930         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6931         (rtsp_message_init_response), (rtsp_message_init_data),
6932         (rtsp_message_unset), (rtsp_message_free),
6933         (rtsp_message_take_body):
6934         Check that we can't create invalid empty packets. 
6935
6936 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6939
6940         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6941         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6942         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6943         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6944         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6945         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6946         * gst/matroska/matroska-mux.h:
6947           Add basic tag writing support; implement releasing pads (#374658).
6948
6949 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6952         (gst_matroska_demux_audio_caps):
6953           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6954
6955 2006-11-14  David Schleef  <ds@schleef.org>
6956
6957         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6958
6959 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6960
6961         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6962
6963         * win32/vs8/gst-plugins-good.sln:
6964         * win32/vs8/libgst1394.vcproj:
6965         * win32/vs8/libgstaasink.vcproj:
6966         * win32/vs8/libgstalaw.vcproj:
6967         * win32/vs8/libgstalpha.vcproj:
6968         * win32/vs8/libgstalphacolor.vcproj:
6969         * win32/vs8/libgstannodex.vcproj:
6970         * win32/vs8/libgstapetag.vcproj:
6971         * win32/vs8/libgstaudiofx.vcproj:
6972         * win32/vs8/libgstauparse.vcproj:
6973         * win32/vs8/libgstautodetect.vcproj:
6974         * win32/vs8/libgstavi.vcproj:
6975         * win32/vs8/libgstcacasink.vcproj:
6976         * win32/vs8/libgstcdio.vcproj:
6977         * win32/vs8/libgstcutter.vcproj:
6978         * win32/vs8/libgstdv.vcproj:
6979         * win32/vs8/libgsteffectv.vcproj:
6980         * win32/vs8/libgstflac.vcproj:
6981         * win32/vs8/libgstflxdec.vcproj:
6982         * win32/vs8/libgstgoom.vcproj:
6983         * win32/vs8/libgsticydemux.vcproj:
6984         * win32/vs8/libgstid3demux.vcproj:
6985         * win32/vs8/libgstjpeg.vcproj:
6986         * win32/vs8/libgstladspa.vcproj:
6987         * win32/vs8/libgstlevel.vcproj:
6988         * win32/vs8/libgstmatroska.vcproj:
6989         * win32/vs8/libgstmikmod.vcproj:
6990         * win32/vs8/libgstmng.vcproj:
6991         * win32/vs8/libgstmonoscope.vcproj:
6992         * win32/vs8/libgstmulaw.vcproj:
6993         * win32/vs8/libgstmultipart.vcproj:
6994         * win32/vs8/libgstpng.vcproj:
6995         * win32/vs8/libgstrtp.vcproj:
6996         * win32/vs8/libgstrtsp.vcproj:
6997         * win32/vs8/libgstshout2.vcproj:
6998         * win32/vs8/libgstsmpte.vcproj:
6999         * win32/vs8/libgstspeex.vcproj:
7000         * win32/vs8/libgsttaglib.vcproj:
7001         * win32/vs8/libgstudp.vcproj:
7002         * win32/vs8/libgstvideobalance.vcproj:
7003         * win32/vs8/libgstvideobox.vcproj:
7004         * win32/vs8/libgstvideoflip.vcproj:
7005         * win32/vs8/libgstvideomixer.vcproj:
7006         * win32/vs8/libgstwavenc.vcproj:
7007         * win32/vs8/libgstwavparse.vcproj:
7008           Make end-of-line returns unixy, so that when the files are checked
7009           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7010           Hopefully fixes #366492.
7011
7012 2006-11-14  Wim Taymans  <wim@fluendo.com>
7013
7014         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7015         Disable init_frames delay timestamp adjustment, it does not
7016         seem to be needed at all. Fixes #369621.
7017
7018 2006-11-13  Wim Taymans  <wim@fluendo.com>
7019
7020         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7021
7022         * gst/videomixer/videomixer.c:
7023         (gst_videomixer_set_master_geometry),
7024         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7025         (gst_videomixer_collect_free), (gst_videomixer_reset),
7026         (gst_videomixer_init), (gst_videomixer_finalize),
7027         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7028         (gst_videomixer_collected), (gst_videomixer_change_state):
7029         Fix memleak by unref'ing collectpads instance (when finalizing)
7030         Implement releasing a request pad. Fixes #374479.
7031
7032 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7033
7034         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7035
7036         * win32/vs8/gst-plugins-good.sln:
7037         * win32/vs8/libgst1394.vcproj:
7038         * win32/vs8/libgstaasink.vcproj:
7039         * win32/vs8/libgstalaw.vcproj:
7040         * win32/vs8/libgstalpha.vcproj:
7041         * win32/vs8/libgstalphacolor.vcproj:
7042         * win32/vs8/libgstannodex.vcproj:
7043         * win32/vs8/libgstapetag.vcproj:
7044         * win32/vs8/libgstaudiofx.vcproj:
7045         * win32/vs8/libgstauparse.vcproj:
7046         * win32/vs8/libgstautodetect.vcproj:
7047         * win32/vs8/libgstavi.vcproj:
7048         * win32/vs8/libgstcacasink.vcproj:
7049         * win32/vs8/libgstcdio.vcproj:
7050         * win32/vs8/libgstcutter.vcproj:
7051         * win32/vs8/libgstdv.vcproj:
7052         * win32/vs8/libgsteffectv.vcproj:
7053         * win32/vs8/libgstflac.vcproj:
7054         * win32/vs8/libgstflxdec.vcproj:
7055         * win32/vs8/libgstgoom.vcproj:
7056         * win32/vs8/libgsticydemux.vcproj:
7057         * win32/vs8/libgstid3demux.vcproj:
7058         * win32/vs8/libgstjpeg.vcproj:
7059         * win32/vs8/libgstladspa.vcproj:
7060         * win32/vs8/libgstlevel.vcproj:
7061         * win32/vs8/libgstmatroska.vcproj:
7062         * win32/vs8/libgstmikmod.vcproj:
7063         * win32/vs8/libgstmng.vcproj:
7064         * win32/vs8/libgstmonoscope.vcproj:
7065         * win32/vs8/libgstmulaw.vcproj:
7066         * win32/vs8/libgstmultipart.vcproj:
7067         * win32/vs8/libgstpng.vcproj:
7068         * win32/vs8/libgstrtp.vcproj:
7069         * win32/vs8/libgstrtsp.vcproj:
7070         * win32/vs8/libgstshout2.vcproj:
7071         * win32/vs8/libgstsmpte.vcproj:
7072         * win32/vs8/libgstspeex.vcproj:
7073         * win32/vs8/libgsttaglib.vcproj:
7074         * win32/vs8/libgstudp.vcproj:
7075         * win32/vs8/libgstvideobalance.vcproj:
7076         * win32/vs8/libgstvideobox.vcproj:
7077         * win32/vs8/libgstvideoflip.vcproj:
7078         * win32/vs8/libgstvideomixer.vcproj:
7079         * win32/vs8/libgstwavenc.vcproj:
7080         * win32/vs8/libgstwavparse.vcproj:
7081           Add VS8 project files (note that many of the plugins in ext are
7082           disabled by default). Fixes #366492.
7083
7084 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7085
7086         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7087           we do not translate debug messages
7088
7089 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7090
7091         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7092           fix categorisation, make short desc more explicit, remove unused code
7093           Fixes #372021
7094
7095 2006-11-08  Wim Taymans  <wim@fluendo.com>
7096
7097         * gst/rtp/gstrtpL16depay.c:
7098         * gst/rtp/gstrtpamrdepay.c:
7099         * gst/rtp/gstrtpamrpay.c:
7100         * gst/rtp/gstrtpgsmdepay.c:
7101         * gst/rtp/gstrtph263pay.c:
7102         * gst/rtp/gstrtph263pdepay.c:
7103         * gst/rtp/gstrtph263ppay.c:
7104         * gst/rtp/gstrtph264depay.c:
7105         * gst/rtp/gstrtpmp2tdepay.c:
7106         * gst/rtp/gstrtpmp4gdepay.c:
7107         * gst/rtp/gstrtpmp4gpay.c:
7108         * gst/rtp/gstrtpmp4vdepay.c:
7109         * gst/rtp/gstrtpmp4vpay.c:
7110         * gst/rtp/gstrtpmpadepay.c:
7111         * gst/rtp/gstrtpmpapay.c:
7112         * gst/rtp/gstrtppcmadepay.c:
7113         * gst/rtp/gstrtppcmapay.c:
7114         * gst/rtp/gstrtppcmudepay.c:
7115         * gst/rtp/gstrtppcmupay.c:
7116         * gst/rtp/gstrtpspeexdepay.c:
7117         * gst/rtp/gstrtpspeexpay.c:
7118         * gst/rtp/gstrtpsv3vdepay.c:
7119         Fix element descriptions.
7120
7121 2006-11-08  Wim Taymans  <wim@fluendo.com>
7122
7123         * gst/rtp/gstrtpvorbisdepay.c:
7124         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7125         Fix description.
7126         Small cleanup in the payloader.
7127
7128 2006-11-08  Wim Taymans  <wim@fluendo.com>
7129
7130         * gst/rtp/Makefile.am:
7131         * gst/rtp/gstrtp.c: (plugin_init):
7132         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7133         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7134         (gst_rtp_theora_depay_finalize),
7135         (gst_rtp_theora_depay_parse_configuration),
7136         (gst_rtp_theora_depay_setcaps),
7137         (gst_rtp_theora_depay_switch_codebook),
7138         (gst_rtp_theora_depay_process),
7139         (gst_rtp_theora_depay_set_property),
7140         (gst_rtp_theora_depay_get_property),
7141         (gst_rtp_theora_depay_change_state),
7142         (gst_rtp_theora_depay_plugin_init):
7143         * gst/rtp/gstrtptheoradepay.h:
7144         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7145         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7146         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7147         (gst_rtp_theora_pay_init_packet),
7148         (gst_rtp_theora_pay_flush_packet),
7149         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7150         (gst_rtp_theora_pay_handle_buffer),
7151         (gst_rtp_theora_pay_plugin_init):
7152         * gst/rtp/gstrtptheorapay.h:
7153         Add theora pay/depayloaders.
7154
7155 2006-11-06  Wim Taymans  <wim@fluendo.com>
7156
7157         * gst/rtp/Makefile.am:
7158         We depend on gsttag to generate the vorbis comments.
7159
7160         * gst/rtp/gstrtpvorbisdepay.c:
7161         (gst_rtp_vorbis_depay_parse_configuration),
7162         (gst_rtp_vorbis_depay_setcaps),
7163         (gst_rtp_vorbis_depay_switch_codebook),
7164         (gst_rtp_vorbis_depay_process):
7165         * gst/rtp/gstrtpvorbisdepay.h:
7166         Parse configuration string in the depayloader.
7167         Implement selecting and switching to a new codebook.
7168         Receiving vorbis over RTP now works.
7169
7170         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7171         (gst_rtp_vorbis_pay_init_packet),
7172         (gst_rtp_vorbis_pay_finish_headers),
7173         (gst_rtp_vorbis_pay_handle_buffer):
7174         * gst/rtp/gstrtpvorbispay.h:
7175         Set timestamps on outgoing buffers and RTP packets.
7176         Fix configuration string, prepend number of Packet headers.
7177         Fix encoding of ident string.
7178         Add delivery-method to caps.
7179         Streaming vorbis over RTP now works.
7180
7181 2006-11-06  Wim Taymans  <wim@fluendo.com>
7182
7183         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7184         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7185         (gst_rtp_vorbis_pay_handle_buffer):
7186         * gst/rtp/gstrtpvorbispay.h:
7187         Generate a valid configuration string in the caps based on the
7188         vorbis headers.
7189
7190 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7191
7192         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7193         * ext/cdio/gstcdio.h:
7194         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7195           Move CD-TEXT utility function into common file so it can also be
7196           used by a future cdioparanoiasrc.
7197
7198 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7199         
7200         * sys/v4l2/Makefile.am:
7201         * sys/v4l2/gstv4l2object.c:
7202         * sys/v4l2/gstv4l2src.c:
7203         * sys/v4l2/gstv4l2xoverlay.c:
7204         * sys/v4l2/v4l2_calls.c:
7205         * sys/v4l2/v4l2src_calls.c:
7206         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7207         xoverlay code that is still not implemented.
7208
7209 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7210
7211         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7212           We require a -base more recent than 0.10.9, so it's safe to use
7213           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7214
7215         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7216         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7217           Use _newsegment_full() now that we depend on a recent enough core.
7218
7219         * gst/wavparse/gstwavparse.c:
7220           Remove cruft that we don't need any longer now that we depend on
7221           a recent enough -base.
7222
7223 2006-10-31  Wim Taymans  <wim@fluendo.com>
7224
7225         * gst/rtp/Makefile.am:
7226         * gst/rtp/gstrtp.c: (plugin_init):
7227         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7228         (gst_rtpilbcpay_setcaps):
7229         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7230
7231 2006-10-31  Wim Taymans  <wim@fluendo.com>
7232
7233         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7234         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7235         Some small cleanups, use _scale.
7236
7237 2006-10-31  Wim Taymans  <wim@fluendo.com>
7238
7239         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7240         Use higher precision scale function.
7241
7242 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         Patch by: Michal Benes  <michal dot benes at itonis tv>
7245
7246         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7247         (gst_matroska_demux_read_track_encodings),
7248         (gst_matroska_decode_buffer):
7249           Fix several issues with encoded/compressed/encrypted/signed tracks;
7250           also, remove superfluous newline characters from some debug
7251           statements. (#366155)
7252
7253 2006-10-30  Wim Taymans  <wim@fluendo.com>
7254
7255         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7256         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7257         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7258         (gst_smokedec_change_state):
7259         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7260         (gst_smokeenc_init), (gst_smokeenc_finalize),
7261         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7262         (gst_smokeenc_resync), (gst_smokeenc_chain),
7263         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7264         (gst_smokeenc_change_state):
7265         Various cleanups, capsnego and leak fixes.
7266
7267 2006-10-30  Wim Taymans  <wim@fluendo.com>
7268
7269         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7270
7271         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7272         Fix videomixer so that it can handle any combination of framerates.
7273         Fixes #367221.
7274
7275 2006-10-28  Wim Taymans  <wim@fluendo.com>
7276
7277         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7278         (gst_avi_demux_parse_file_header),
7279         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7280         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7281         (gst_avi_demux_chain):
7282         Fix position query for audio. also fixes timestamps in streaming
7283         mode and bug #364958.
7284         Small cleanups.
7285
7286 2006-10-27  Wim Taymans  <wim@fluendo.com>
7287
7288         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7289         * ext/libpng/gstpngenc.h:
7290         Fix strides. Fixes #364856.
7291         Cleanup capsnego.
7292         Set caps on outgoing buffers.
7293
7294 2006-10-18  Wim Taymans  <wim@fluendo.com>
7295
7296         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7297
7298         * gst/rtp/gstrtpgsmpay.c:
7299         * gst/rtp/gstrtph263pay.c:
7300         * gst/rtp/gstrtpmpapay.c:
7301         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7302         (gst_rtp_pcma_pay_handle_buffer):
7303         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7304         Add static payload numbers in addition to the dynamic ones.
7305         Fixes #361639.
7306
7307 2006-10-18  Wim Taymans  <wim@fluendo.com>
7308
7309         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7310         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7311         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7312         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7313         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7314         * gst/rtsp/rtspdefs.h:
7315         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7316         * gst/rtsp/rtspurl.h:
7317         Reuse already existing enum for lower transport.
7318         Add rtspt and rtspu protocols.
7319         Send redirect to rtspt when udp times out.
7320
7321 2006-10-18  Wim Taymans  <wim@fluendo.com>
7322
7323         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7324         (gst_wavparse_stream_data):
7325         Fix seeking some more, mostly for speed changes.
7326
7327 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7328
7329         Patch by: Fredrik Persson  <frepe at bredband net>
7330
7331         * sys/v4l2/gstv4l2tuner.c:
7332         * sys/v4l2/gstv4l2tuner.h:
7333           Fix _set_channel(): remove useless g_object_notify() for "channel"
7334           property that doesn't exist any longer and therefore now also
7335           useless redirect (#338818).
7336
7337 2006-10-17  Wim Taymans  <wim@fluendo.com>
7338
7339         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7340         Some drivers do not support unsetting the non-blocking flag once the
7341         device is opened. In those cases, close/open the device in
7342         non-blocking mode. Fixes #362673.
7343
7344 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7345
7346         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7347         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7348         (gst_v4l2src_get_fps):
7349           dear stefan, framespersecond is not frameperiod, reverting but adding
7350           comment
7351
7352 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7353
7354         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7355         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7356         (gst_v4l2src_get_fps):
7357           Numerator is numerator and denominator is denominator. Say that aloud
7358           5 times and retry after next beer.
7359
7360 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7361
7362         Patch by: Josep Torra Valles  <josep at fluendo com>
7363
7364         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7365         * ext/esd/esdsink.c: (gst_esdsink_write):
7366         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7367         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7368         (gst_flac_dec_send_newsegment):
7369         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7370         (gst_flac_enc_tell_callback):
7371         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7372         (smokecodec_parse_header), (smokecodec_decode):
7373         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7374         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7375         * gst/goom/Makefile.am:
7376         * gst/goom/gstgoom.c:
7377         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7378         * gst/rtsp/gstrtspsrc.c:
7379         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7380         * gst/udp/gstudpsink.c:
7381         * gst/udp/gstudpsrc.c:
7382         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7383         * sys/sunaudio/gstsunaudiomixertrack.h:
7384           Fix a bunch of problems discovered by the Forte compiler, mostly type
7385           mixups and pointer arithmetics with void pointers. Fixes #362603.
7386
7387 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7388
7389         * ext/speex/gstspeex.c: (plugin_init):
7390         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7391         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7392         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7393         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7394         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7395         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7396         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7397         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7398         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7399         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7400         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7401         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7402         * ext/speex/gstspeexenc.h:
7403           Miscellaneous clean-ups, among other things: speexenc => enc to
7404           enhance code readability; change speexenc => speex_enc; in chain
7405           function unref input buffer in case of error; take reference in
7406           event function; use boilerplate macro; use gst_pad_query_peer_*
7407           convenience functions.
7408
7409 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7412         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7413         (gst_speexenc_set_header_on_caps):
7414           Fix some mem leaks.
7415
7416 2006-10-11  Wim Taymans  <wim@fluendo.com>
7417
7418         * gst/rtsp/URLS:
7419         Added some other URL.
7420
7421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7422         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7423         (gst_rtspsrc_open), (gst_rtspsrc_play),
7424         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7425         * gst/rtsp/gstrtspsrc.h:
7426         Work on fallback to TCP connection when the UDP socket times out.
7427         Handler server requests, just reply with OK for now.
7428
7429         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7430         * gst/rtsp/rtspdefs.h:
7431         Added some more Real extension headers.
7432
7433         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7434         Fix parsing of urls with a ':' that is not part of the hostname:port
7435         part of the url.
7436
7437 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7438
7439         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7440         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7441         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7442           Activate pad before adding it to the already-running element.
7443
7444         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7445           Activate newly-created pad too.
7446
7447 2006-10-11  Wim Taymans  <wim@fluendo.com>
7448
7449         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7450
7451         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7452         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7453         (gst_udpsrc_start):
7454         Fix some leaks in caps and uris. Fixes #361252.
7455
7456 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7457
7458         * gst/wavparse/Makefile.am:
7459           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7460
7461 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7462
7463         * sys/v4l2/gstv4l2xoverlay.c:
7464         * sys/v4l2/gstv4l2xoverlay.h:
7465         Fix build as per the patch in #338818 comment 36.
7466
7467 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7468
7469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7470           Activate pads before adding them to the source.
7471
7472 2006-10-06  Wim Taymans  <wim@fluendo.com>
7473
7474         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7475         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7476         Activate pads before adding.
7477
7478 2006-10-06  Wim Taymans  <wim@fluendo.com>
7479
7480         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7481         (gst_multipart_find_pad_by_mime):
7482         Activate pads before adding.
7483
7484         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7485         BOILERPLATE sets parent_class for us.
7486
7487 2006-10-06  Wim Taymans  <wim@fluendo.com>
7488
7489         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7490         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7491         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7492         (gst_rtspsrc_alloc_udp_ports),
7493         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7494         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7495         (gst_rtspsrc_create_transports_string),
7496         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7497         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7498         * gst/rtsp/gstrtspsrc.h:
7499         Rework how the transport string is constructed, try to share channels
7500         and udp ports.
7501         Make most of the stuff less dependant on RTP as we are also going to use
7502         it for RDT.
7503         Add support for transport specific session managers.
7504
7505         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7506         Implement _flush().
7507
7508         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7509         * gst/rtsp/rtspdefs.h:
7510         Add generic error return code.
7511
7512         * gst/rtsp/rtspext.h:
7513         Add support for pluggable tranport strings.
7514
7515         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7516         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7517         (rtsp_ext_wms_get_context):
7518         Detect WMServer and activate the extension.
7519
7520         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7521         (rtsp_transport_get_manager), (rtsp_transport_parse):
7522         * gst/rtsp/rtsptransport.h:
7523         Added methods to get mime/manager for certain transports.
7524
7525 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7526
7527         * ext/cairo/gsttimeoverlay.c:
7528         (gst_cairo_time_overlay_update_font_height):
7529         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7530         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7531         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7532         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7533         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7534         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7535         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7536         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7537         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7538         (gst_avi_demux_stream_data):
7539         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7540         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7541         (gst_fenced_buffer_copy):
7542         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7543         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7544         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7545         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7546         (gst_rtspsrc_handle_message):
7547         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7548         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7549           Printf format fixes.
7550
7551 2006-10-04  Wim Taymans  <wim@fluendo.com>
7552
7553         * gst/rtsp/Makefile.am:
7554         Dist new .h file too.
7555
7556 2006-10-04  Wim Taymans  <wim@fluendo.com>
7557
7558         * gst/rtsp/Makefile.am:
7559         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7560         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7562         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7563         (gst_rtspsrc_parse_rtpmap),
7564         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7565         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7566         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7567         * gst/rtsp/gstrtspsrc.h:
7568         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7569         * gst/rtsp/rtspdefs.h:
7570         * gst/rtsp/rtspext.h:
7571         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7572         (rtsp_ext_wms_get_context):
7573         * gst/rtsp/rtspextwms.h:
7574         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7575         (rtsp_transport_parse):
7576         * gst/rtsp/rtsptransport.h:
7577         Factor out extension in separate module.
7578         Fix getcaps to filter against the padtemplate.
7579         Use Content-Base if the server gives one.
7580         Rework the transport parsing a bit for future extensions.
7581         Added some Real Header field definitions.
7582
7583 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7584
7585         * docs/plugins/Makefile.am:
7586         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7587         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7588           added v4l2 stubs
7589         * gst-plugins-good.spec.in:
7590           add v4l2
7591
7592 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7593
7594         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7595           Extract disc/album/medium number and count and try harder
7596           to extract track number/count.
7597
7598 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7599
7600         * configure.ac:
7601         * sys/Makefile.am:
7602           add build stuff for v4l2, needs --enable-experimental until
7603           the last bits are resolved
7604
7605 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7606
7607         * tests/check/Makefile.am:
7608           Disable autodetect test temporarily, so that the build bots
7609           update -bad and the ranks of unreliable video sinks in there.
7610
7611         * tests/check/elements/autodetect.c: (GST_START_TEST):
7612           Skip test if no usable videosink is found.
7613
7614 2006-09-29  Wim Taymans  <wim@fluendo.com>
7615
7616         * gst/rtsp/URLS:
7617         Add some more URLs.
7618
7619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7620         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7621         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7622         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7623         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7624         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7625         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7626         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7627         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7628         * gst/rtsp/gstrtspsrc.h:
7629         Add timeout property to control UDP timeouts.
7630         Fix error messages.
7631         Also start a loop function when operating in UDP mode so that we can
7632         do some more stuff async.
7633         Handle element messages from udpsrc to detect timeouts. If a timeout
7634         happens we currently generate an error.
7635         API: rtspsrc::timeout property.
7636
7637         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7638         (gst_udpsrc_create):
7639         Really implement the timeout in microseconds and not milliseconds.
7640
7641 2006-09-29  Wim Taymans  <wim@fluendo.com>
7642
7643         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7644         (gst_udpsrc_create), (gst_udpsrc_set_property),
7645         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7646         * gst/udp/gstudpsrc.h:
7647         Added property to post a message on timeout.
7648         Updated docs.
7649         When restarting the select, initialize the fdsets again.
7650         Init control sockets so we don't accidentally close a random socket.
7651         API: GstUDPSrc::timeout property
7652
7653 2006-09-29  Wim Taymans  <wim@fluendo.com>
7654
7655         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7656         Fix flag registration.
7657
7658         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7659         Reading 0 also means 'no more commands'
7660
7661 2006-09-29  Wim Taymans  <wim@fluendo.com>
7662
7663         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7664
7665         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7666         Fix possible infinite loop when shutting down, a read can also return
7667         0 to indicate no more messages are available. Fixes #358156.
7668
7669 2006-09-25  Wim Taymans  <wim@fluendo.com>
7670
7671         * gst/autodetect/gstautoaudiosink.c:
7672         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7673         (gst_auto_audio_sink_find_best):
7674         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7675         Small cleanups.
7676         don't try to set "sync" property when it is not available.
7677
7678 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7679
7680         Patch by: Peter Kjellerstedt  <pkj at axis com>
7681
7682         * gst/alpha/gstalpha.c:
7683         * gst/rtp/gstrtpamrdepay.c:
7684         * gst/rtsp/gstrtspsrc.c:
7685         * gst/udp/gstudpsrc.c:
7686         * gst/videomixer/videomixer.c:
7687           Include stdlib.h in some more places, makes things compile
7688           with uClibc and -Werror (#357592).
7689
7690 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7691
7692         * ext/jpeg/gstjpegdec.c:
7693           Set minimum height to 8 (from 16), our code should handle
7694           that fine. Some of the buttons on the apple trailer site
7695           are apparently only 15 pixels high (see #357470).
7696
7697 2006-09-23  Wim Taymans  <wim@fluendo.com>
7698
7699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7700         (gst_rtspsrc_open):
7701         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7702         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7703         (rtsp_connection_receive):
7704         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7705         * gst/rtsp/rtspdefs.h:
7706         Improve error reporting.
7707
7708 2006-09-23  Wim Taymans  <wim@fluendo.com>
7709
7710         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7711         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7712         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7713         * gst/rtp/gstrtpdepay.c:
7714         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7715         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7716         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7717         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7718         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7719         (gst_rtp_mp2t_depay_plugin_init):
7720         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7721         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7722         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7723         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7724         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7725         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7726         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7727         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7728         Fix klass typos.
7729         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7730
7731 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7732
7733         * configure.ac:
7734           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7735
7736 2006-09-22  Wim Taymans  <wim@fluendo.com>
7737
7738         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7739         Don't check for a tag that is never there and check if we read the
7740         correct tag. Fixes seeking again.
7741         We must post an error when all pads are unlinked.
7742
7743 2006-09-22  Wim Taymans  <wim@fluendo.com>
7744
7745         * gst/rtp/Makefile.am:
7746         * gst/rtp/gstrtp.c: (plugin_init):
7747         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7748         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7749         (gst_rtp_vorbis_pay_reset_packet),
7750         (gst_rtp_vorbis_pay_init_packet),
7751         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7752         (gst_rtp_vorbis_pay_handle_buffer):
7753         More fixage, set endoder-params correctly in the payloader.
7754
7755 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7756
7757         * gst/autodetect/gstautoaudiosink.c:
7758         (gst_auto_audio_sink_base_init):
7759         * gst/autodetect/gstautovideosink.c:
7760         (gst_auto_video_sink_base_init):
7761           Make static pad templates static to appease valgrind's leak
7762           detector.
7763
7764         * tests/check/Makefile.am:
7765         * tests/check/elements/.cvsignore:
7766         * tests/check/elements/autodetect.c: (GST_START_TEST),
7767         (autodetect_suite):
7768           Add simple test for the ghostpad lockup on shutdown fixed in core
7769           CVS (audio bit disabled because it would need dozens of alsa
7770           suppressions and I'm too lazy to add those now).
7771
7772 2006-09-22  Wim Taymans  <wim@fluendo.com>
7773
7774         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7775         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7776         Small cleanups.
7777
7778         * gst/rtp/Makefile.am:
7779         * gst/rtp/gstrtp.c: (plugin_init):
7780         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7781         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7782         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7783         (gst_rtp_vorbis_depay_process),
7784         (gst_rtp_vorbis_depay_set_property),
7785         (gst_rtp_vorbis_depay_get_property),
7786         (gst_rtp_vorbis_depay_change_state),
7787         (gst_rtp_vorbis_depay_plugin_init):
7788         * gst/rtp/gstrtpvorbisdepay.h:
7789         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7790         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7791         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7792         (gst_rtp_vorbis_pay_flush_packet),
7793         (gst_rtp_vorbis_pay_append_buffer),
7794         (gst_rtp_vorbis_pay_handle_buffer),
7795         (gst_rtp_vorbis_pay_plugin_init):
7796         * gst/rtp/gstrtpvorbispay.h:
7797         Add experimental vorbis pay and depayloaders.
7798
7799 2006-09-21  Wim Taymans  <wim@fluendo.com>
7800
7801         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7802         Fix profile-level-id parsing and setup.
7803
7804 2006-09-21  Wim Taymans  <wim@fluendo.com>
7805
7806         * gst/udp/README:
7807         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7808         Update README, simple cleanup.
7809
7810 2006-09-21  Wim Taymans  <wim@fluendo.com>
7811
7812         * gst/rtp/README:
7813         Update README with some examples.
7814
7815         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7816         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7817         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7818         (gst_rtp_mp4g_pay_setcaps):
7819         * gst/rtp/gstrtpmp4gpay.h:
7820         Make optional RTP parameters of type STRING, as required by the
7821         application/x-rtp caps specification.
7822
7823 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7824
7825         * gst/rtp/gstrtph263pdepay.c:
7826         * gst/rtp/gstrtph263ppay.c:
7827         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7828         RTP header.
7829
7830 2006-09-20  Wim Taymans  <wim@fluendo.com>
7831
7832         * gst/rtp/Makefile.am:
7833         And makefile too.
7834
7835 2006-09-20  Wim Taymans  <wim@fluendo.com>
7836
7837         * gst/rtp/gstrtp.c: (plugin_init):
7838         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7839         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7840         (decode_base64), (gst_rtp_asf_depay_setcaps),
7841         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7842         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7843         (gst_rtp_asf_depay_plugin_init):
7844         * gst/rtp/gstrtpasfdepay.h:
7845         Added preliminary ASF depayloader.
7846
7847         * gst/rtp/gstrtph264depay.c: (decode_base64):
7848         Fix base64 decoding.
7849
7850 2006-09-20  Wim Taymans  <wim@fluendo.com>
7851
7852         * gst/rtsp/URLS:
7853         Added some test URLS.
7854
7855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7856         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7857         * gst/rtsp/gstrtspsrc.h:
7858         When creating streams, give access to the complete SDP.
7859         Fix some leaks.
7860         Collect and merge global stream properties in stream caps.
7861         Preliminary support for WMServer.
7862
7863         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7864         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7865         (rtsp_connection_receive):
7866         * gst/rtsp/rtspconnection.h:
7867         Make connection interruptable.
7868         Refactor to make it reconnectable.
7869         Don't fail on short reads when reading data packets.
7870
7871         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7872         (rtsp_url_get_port):
7873         * gst/rtsp/rtspurl.h:
7874         Add methods for getting/setting the port.
7875
7876         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7877         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7878         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7879         (sdp_media_get_format), (sdp_parse_line),
7880         (sdp_message_parse_buffer):
7881         Fix headers. 
7882         Add methods for getting multiple attributes with the same name.
7883         Increase buffer size when parsing.
7884         Fix parsing of a=foo fields.
7885
7886         * gst/rtsp/test.c: (main):
7887         Update to new connection API.
7888
7889         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7890         (rtsp_message_init_response), (rtsp_message_init_data),
7891         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7892         * gst/rtsp/rtspmessage.h:
7893         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7894         * gst/rtsp/rtsptransport.h:
7895         * gst/rtsp/sdp.h:
7896         * gst/rtsp/sdpmessage.h:
7897         * gst/rtsp/gstrtsp.c:
7898         * gst/rtsp/gstrtsp.h:
7899         * gst/rtsp/gstrtpdec.c:
7900         * gst/rtsp/gstrtpdec.h:
7901         * gst/rtsp/rtsp.h:
7902         * gst/rtsp/rtspdefs.c:
7903         * gst/rtsp/rtspdefs.h:
7904         Dual licensed under MIT and LGPL now.
7905
7906 2006-09-19  Wim Taymans  <wim@fluendo.com>
7907
7908         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7909         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7910         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7911         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7912         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7913         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7914         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7915         * gst/rtsp/gstrtspsrc.h:
7916         Reorganize stream parsing and creation.
7917         Detect container formats in interleaved mode.
7918         Keep more state about the streams.
7919         Assume a server also supports PLAY if it does not say.
7920         Add unicast and interleaved properties to TCP transport requests to make
7921         some servers happy (WMServer).
7922
7923         * gst/rtsp/sdpmessage.h:
7924         Add some defines for the standard Bandwidth types.
7925
7926 2006-09-19  Wim Taymans  <wim@fluendo.com>
7927
7928         * gst/rtsp/test.c: (main):
7929         Fix build.
7930
7931 2006-09-19  Wim Taymans  <wim@fluendo.com>
7932
7933         * gst/wavparse/gstwavparse.c:
7934         Add ms-gsm to the src template.
7935
7936 2006-09-18  Wim Taymans  <wim@fluendo.com>
7937
7938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7939         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7940         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7941         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7942         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7943         * gst/rtsp/gstrtspsrc.h:
7944         Small cleanups, added documentation.
7945         Try to clean up the requests and responses.
7946         Refactor parsing the supported methods.
7947
7948         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7949         (rtsp_connection_create), (rtsp_connection_send),
7950         (parse_response_status), (parse_request_line),
7951         (rtsp_connection_receive), (rtsp_connection_close),
7952         (rtsp_connection_free):
7953         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7954         (rtsp_transport_init), (rtsp_transport_parse),
7955         (rtsp_transport_free):
7956         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7957         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7958         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7959         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7960         Use g_return_val some more.
7961
7962         * gst/rtsp/rtspdefs.h:
7963         Add more enum values to track initial states.
7964
7965         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7966         (rtsp_message_init_request), (rtsp_message_new_response),
7967         (rtsp_message_init_response), (rtsp_message_init_data),
7968         (rtsp_message_unset), (rtsp_message_free),
7969         (rtsp_message_add_header), (rtsp_message_remove_header),
7970         (rtsp_message_get_header), (rtsp_message_set_body),
7971         (rtsp_message_take_body), (rtsp_message_get_body),
7972         (rtsp_message_steal_body), (rtsp_message_dump):
7973         * gst/rtsp/rtspmessage.h:
7974         Reorder arguments, object goes as the first one.
7975         Use g_return_val some more.
7976
7977 2006-09-18  Wim Taymans  <wim@fluendo.com>
7978
7979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7980         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7981         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7982         * gst/rtsp/gstrtspsrc.h:
7983         Export sometimes source pad with correct caps on the template, create
7984         the ghostpad from the template.
7985         Remove RTCP template as we never expose RTCP.
7986         Protect against invalid body size.
7987         Avoid memcpy when creating the output buffer.
7988         Properly post an error and send EOS when the loop function is shut down.
7989
7990 2006-09-18  Wim Taymans  <wim@fluendo.com>
7991
7992         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7993
7994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7995         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7996         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7997         * gst/rtsp/gstrtspsrc.h:
7998         Make sure we can never set an invalid location.
7999
8000         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8001         * gst/rtsp/rtspmessage.h:
8002         Added _steal_body method for future use.
8003
8004         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8005         Make freeing of NULL url return immediatly.
8006
8007 2006-09-18  Wim Taymans  <wim@fluendo.com>
8008
8009         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8010
8011         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8012         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8013         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8014         (gst_rtspsrc_change_state):
8015         * gst/rtsp/gstrtspsrc.h:
8016         Use boilerplate.
8017         Make rtspsrc subclass GstBin to make state changes easier.
8018         Add Range header field on the PLAY request.
8019
8020 2006-09-18  Wim Taymans  <wim@fluendo.com>
8021
8022         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8023
8024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8025         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8026         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8027         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8028         * gst/rtsp/rtspconnection.c: (inet_aton):
8029         Small cleanups.
8030         when multicast is selected as the transport, create UDP sources and
8031         connect to the multicast group.
8032         Move parsing and setting of caps to a common place.
8033         Fixes #349894.
8034
8035 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8036
8037         * ext/flac/gstflactag.c:
8038         * gst/alpha/gstalpha.c:
8039         * gst/debug/breakmydata.c:
8040         * gst/debug/negotiation.c:
8041         * gst/debug/testplugin.c:
8042         * gst/effectv/gstaging.c:
8043         * gst/effectv/gstdice.c:
8044         * gst/effectv/gstedge.c:
8045         * gst/effectv/gstquark.c:
8046         * gst/effectv/gstrev.c:
8047         * gst/effectv/gstshagadelic.c:
8048         * gst/effectv/gstvertigo.c:
8049         * gst/effectv/gstwarp.c:
8050         * gst/multipart/multipartdemux.c:
8051         * gst/multipart/multipartmux.c:
8052         * gst/videobox/gstvideobox.c:
8053         * gst/videofilter/gstgamma.c:
8054         * gst/videofilter/gstvideotemplate.c:
8055         * gst/videomixer/videomixer.c:
8056         * sys/sunaudio/gstsunaudiosrc.h:
8057         More G_OBJECT macro fixing.
8058
8059 2006-09-16  Wim Taymans  <wim@fluendo.com>
8060
8061         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8062
8063         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8064         Correctly set the dwLength in strh.
8065         With this patch, the file duration is now displayed correctly in window
8066         media player and the AVI plays completely. Fixes #356147
8067
8068 2006-09-15  Wim Taymans  <wim@fluendo.com>
8069
8070         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8071
8072         * sys/sunaudio/gstsunaudiomixerctrl.c:
8073         (gst_sunaudiomixer_ctrl_build_list):
8074         Set the output track as the MASTER so that the gnome-settings-daemon
8075         keybindings for changing the volume using the keyboard works.
8076         Fixes #356142.
8077
8078 2006-09-15  Wim Taymans  <wim@fluendo.com>
8079
8080         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8081         Fix documentation, it is not possible to control the framerate of jpegdec
8082         using filtered caps yet. Fixes #355210.
8083         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8084         stop when there is an error.
8085
8086 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8087
8088         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8089         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8090           Don't interpret a first buffer with an offset of NONE as
8091           'from the middle of the stream', but only a first buffer
8092           that has a valid buffer offset that's non-zero (see #345449).
8093
8094 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8095
8096         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8097         (gst_icydemux_typefind_or_forward):
8098         * gst/icydemux/gsticydemux.h:
8099           When we merge/collect multiple incoming buffers for typefinding
8100           purposes, keep an initial 0 offset on the first outgoing buffer
8101           as well (otherwise id3demux won't work right). Fixes #345449.
8102           Also Make buffer metadata writable before setting buffer caps.
8103
8104         * tests/check/elements/icydemux.c: (typefind_succeed),
8105         (cleanup_icydemux), (push_data), (GST_START_TEST),
8106         (icydemux_suite):
8107           Small test case for the above.
8108
8109 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8110
8111         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8112         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8113         (gst_avi_demux_stream_header_push),
8114         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8115         (gst_avi_demux_loop):
8116           More code reuse and better logging in _peek_chunk(). Reintroduce check
8117           for chunk sizes before reading them (avoid oom). Better handling for 
8118           invalid chunksizes when streaming.
8119
8120 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8121
8122         * gst/level/gstlevel.c: (gst_level_set_property):
8123         * gst/level/gstlevel.h:
8124           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8125           René Stadler
8126
8127 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8128
8129         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8130         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8131         (gst_avi_demux_stream_data):
8132           Revert one change to fix streaming avi (adapter size != data size).
8133
8134 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8135
8136         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8137
8138         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8139         (gst_matroska_demux_reset),
8140         (gst_matroska_demux_read_track_encodings),
8141         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8142         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8143         (gst_matroska_demux_subtitle_caps):
8144         * gst/matroska/matroska-ids.h:
8145           Add support for VOBSUB subtitle tracks and zlib-compressed
8146           tracks. Make sure we start on a keyframe after a seek. (#343348)
8147
8148 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8149
8150         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8151         (gst_matroska_demux_push_flac_codec_priv_data),
8152         (gst_matroska_demux_push_xiph_codec_priv_data),
8153         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8154         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8155         * gst/matroska/matroska-ids.h:
8156           Add basic FLAC support (#311586), not perfect yet though, needs some
8157           tweaking in flacdec; also, seeking could be better.
8158           Do better bounds checking when deserialising vorbis stream headers
8159           to make sure we don't read beyond the end of the buffer on bad input.
8160
8161 2006-09-04  Wim Taymans  <wim@fluendo.com>
8162
8163         Patch by: Alessandro Decina <alessandro at nnva dot org>
8164
8165         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8166         Seeking back in a file containing a CMML stream errors out if the seek
8167         goes back up to the CMML headers. This is because after the seek the xml
8168         processing instruction <?xml ...?> is submitted to the xml parser again, 
8169         which results in an error. The attached patch fixes the problem. 
8170         Fixes #353908.
8171
8172         * ext/annodex/gstcmmlenc.h:
8173         Fix authors name.
8174
8175
8176 2006-08-28  Andy Wingo  <wingo@pobox.com>
8177
8178         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8179         New helper function to lessen the ifdefs.
8180         (GST_INFO_OBJECT): 
8181         (gst_dv1394src_iso_receive): Use it.
8182         (gst_dv1394src_create): Also use the control sockets in iec61883
8183         mode.
8184         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8185         handle for AVC operations; fixes #348233.
8186
8187 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8188
8189         * configure.ac:
8190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8191         * docs/plugins/inspect/plugin-audiofx.xml:
8192         * docs/plugins/inspect/plugin-audiofxgood.xml:
8193         * gst/audiofx/Makefile.am:
8194         * gst/audiofx/audiofx.c:
8195         * gst/audiofxgood/.cvsignore:
8196         * gst/audiofxgood/Makefile.am:
8197         * gst/audiofxgood/audiofx.c:
8198         * gst/audiofxgood/audiopanorama.c:
8199         * gst/audiofxgood/audiopanorama.h:
8200           Rename again (audiofxgood -> audiofx).
8201
8202 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8203
8204         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8205         (gst_avi_demux_stream_scan):
8206           Initialze variables.
8207
8208 2006-08-25  Wim Taymans  <wim@fluendo.com>
8209
8210         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8211         (gst_avi_demux_init), (gst_avi_demux_finalize),
8212         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8213         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8214         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8215         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8216         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8217         (gst_avi_demux_massage_index),
8218         (gst_avi_demux_calculate_durations_from_index),
8219         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8220         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8221         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8222         (gst_avi_demux_change_state):
8223         * gst/avi/gstavidemux.h:
8224         More attempts to turn this into readable code.
8225         Don't leak adapters.
8226         Calculate duration according to index more efficiently.
8227         Don't try to act like we drive the pipeline in chain mode.
8228
8229 2006-08-25  Wim Taymans  <wim@fluendo.com>
8230
8231         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8232         Fix build.
8233
8234 2006-08-25  Wim Taymans  <wim@fluendo.com>
8235
8236         Patch by: Alessandro Decina <alessandro at nnva dot org>
8237
8238         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8239         Do some extra sanity checks.
8240         Fixes #350340.
8241
8242         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8243         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8244         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8245         Check if clip->start_time is valid before adding the clip to the
8246         track list.
8247         Reset enc->preamble going from PAUSED to READY.
8248         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8249         only used for EOS.
8250         Only post an error message if we were the one that created the fatal
8251         GstFlowReturn value.
8252
8253         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8254         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8255         Parse the seconds field of the npt-sec time format using %llu rather than
8256         %d and check that the value scaled by GST_SECOND doesn't overflow.
8257         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8258         Lookup a clip's track with clip->track rather than clip->id which
8259         makes no sense.
8260         Identify a clip by its track and start time and not its xml id.
8261         do some more input checking and make sure we don't do undefined shifts.
8262
8263         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8264         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8265         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8266         (push_clip), (push_empty_clip), (check_output_clip),
8267         (GST_START_TEST), (cmmldec_suite):
8268         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8269         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8270         (check_headers), (push_clip), (check_clip_times), (check_clip),
8271         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8272         Added some more checks.
8273
8274 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8275
8276         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8277         (gst_audio_panorama_set_property),
8278         (gst_audio_panorama_get_property),
8279         (gst_audio_panorama_transform_m2s_int),
8280         (gst_audio_panorama_transform_s2s_int),
8281         (gst_audio_panorama_transform_m2s_float),
8282         (gst_audio_panorama_transform_s2s_float):
8283         * gst/audiofxgood/audiopanorama.h:
8284         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8285           Make also the pan-property float (saves scaling and yields better
8286           resolution)
8287
8288 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8289
8290         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8291         (gst_audio_panorama_transform_m2s_float),
8292         (gst_audio_panorama_transform_s2s_float):
8293           ChangeLog surgery to add cymax's real name
8294
8295
8296 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8297
8298         Patch by: René Stadler <mail@renestadler.de>
8299
8300         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8301         (gst_audio_panorama_transform_m2s_int),
8302         (gst_audio_panorama_transform_s2s_int),
8303         (gst_audio_panorama_transform_m2s_float),
8304         (gst_audio_panorama_transform_s2s_float),
8305         (gst_audio_panorama_transform):
8306         * gst/audiofxgood/audiopanorama.h:
8307           Added float support
8308
8309 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8310
8311         * gst/audiofxgood/audiopanorama.c:
8312         (gst_audio_panorama_transform_m2s):
8313           Fix docs & debug category. Add Fixme for volume pan levels.
8314
8315 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8316
8317         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8318         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8319         (gst_avi_demux_stream_header_pull),
8320         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8321         (gst_avi_demux_chain):
8322           unbreak AVI index handling, some more debug, remove an obsolete
8323           adapter_flush that caused streaming to wander off in the wild
8324
8325 2006-08-24  Wim Taymans  <wim@fluendo.com>
8326
8327         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8328         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8329         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8330         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8331         (gst_avi_demux_calculate_durations_from_index),
8332         (gst_avi_demux_stream_header_push),
8333         (gst_avi_demux_stream_header_pull):
8334         * gst/avi/gstavidemux.h:
8335         Some more cleanups. 
8336         Fix totalFrames parsing in ODML.
8337         Disable use of index for length calculation in case of ODML as this is
8338         broken now.
8339
8340 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8341
8342         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8343           Use libgsttag helper function here too.
8344
8345 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8346
8347         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8348         (gst_avi_demux_init), (gst_avi_demux_dispose),
8349         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8350         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8351         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8352         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8353         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8354         (gst_avi_demux_parse_subindex),
8355         (gst_avi_demux_read_subindexes_push),
8356         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8357         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8358         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8359         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8360         (gst_avi_demux_stream_header_pull),
8361         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8362         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8363         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8364         (gst_avi_demux_change_state):
8365         * gst/avi/gstavidemux.h:
8366           Initial streaming support for avidemux (fixes #336465)
8367
8368 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8369
8370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8371           There is no taglibmux element ...
8372
8373         * gst/rtsp/gstrtspsrc.c:
8374           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8375           was complaining about unknown entity here.
8376
8377 2006-08-22  Wim Taymans  <wim@fluendo.com>
8378
8379         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8380         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8381         (gst_avi_demux_process_next_entry):
8382         * gst/avi/gstavidemux.h:
8383         Mark DISCONT.
8384         Remove old unused fields and reorder the struct a bit.
8385
8386 2006-08-22  Wim Taymans  <wim@fluendo.com>
8387
8388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8389         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8390         (gst_rtspsrc_pause):
8391         * gst/rtsp/gstrtspsrc.h:
8392         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8393         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8394         Small documentation updates.
8395
8396 2006-08-22  Wim Taymans  <wim@fluendo.com>
8397
8398         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8399         (gst_avi_demux_index_entry_for_time),
8400         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8401         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8402         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8403         (gst_avi_demux_next_data_buffer),
8404         (gst_avi_demux_calculate_durations_from_index),
8405         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8406         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8407         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8408         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8409         * gst/avi/gstavidemux.h:
8410         Precalc most of the duration query for each stream.
8411         Make seeking more correct.
8412         Use GstSegment to track position and duration.
8413         Code cleanups and leak fixes.
8414         Calculate correct total duration based on index length.
8415
8416 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8417
8418         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8419         (parse_insert_string_field):
8420           If strings in text fields are marked ISO8859-1, but contain
8421           valid UTF-8 already, then handle them as UTF-8 and ignore
8422           the encoding. (#351794)
8423
8424 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8425
8426         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8427         (gst_flac_dec_write), (gst_flac_dec_loop),
8428         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8429         (gst_flac_dec_src_query):
8430         * ext/flac/gstflacdec.h:
8431           Make flac-in-ogg work (#352100).
8432
8433 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8434
8435         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8436           Don't unref buffers of which we've already given away
8437           ownership to the adapter.
8438
8439 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8440
8441         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8442           Make metadata extraction actually work.
8443
8444         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8445         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8446         (gst_speexenc_chain):
8447           Fix metadata writing: replace old code which wrote completely
8448           broken tags with libgsttag-based code. Plus miscellaneous
8449           code cleanups (use static pad templates etc.) and a bunch
8450           of leak fixes.
8451
8452 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8453
8454         * gst/audiopanorama/.cvsignore:
8455         * gst/audiopanorama/Makefile.am:
8456         * gst/audiopanorama/audiofx.c:
8457         * gst/audiopanorama/audiopanorama.c:
8458         * gst/audiopanorama/audiopanorama.h:
8459           die! die! die! you should never have been there
8460
8461 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8462
8463         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8464         Fix invalid memory access in audiopanorama test suite.
8465
8466 2006-08-21  Edward Hervey  <edward@fluendo.com>
8467
8468         * tests/check/elements/.cvsignore:
8469         ignore built file
8470
8471 2006-08-21  Wim Taymans  <wim@fluendo.com>
8472
8473         * gst/rtp/Makefile.am:
8474         Fix the build again.
8475
8476 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8477
8478         * gst/audiofxgood/.cvsignore:
8479         * gst/audiofxgood/Makefile.am:
8480         * gst/audiofxgood/audiofx.c: (plugin_init):
8481         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8482         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8483         (gst_audio_panorama_set_property),
8484         (gst_audio_panorama_get_property),
8485         (gst_audio_panorama_get_unit_size),
8486         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8487         (gst_audio_panorama_transform_m2s),
8488         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8489         * gst/audiofxgood/audiopanorama.h:
8490           resubmit with the desired name *again*
8491
8492 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8493
8494         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8495         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8496           use g_assert in _get_unit_size
8497
8498 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8499
8500         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8501         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8502         * docs/plugins/inspect/plugin-audiofxgood.xml:
8503           cleanup -unused.txt to make it useful, add previously missing docs
8504
8505         * ext/Makefile.am:
8506           Quietly (accidentally) enable LADSPA for building by default, 
8507           despite the fact that it doesn't meet the plugin checklist.
8508             -- Added by Jan Schmidt 18 Dec 2006
8509
8510         * ext/esd/esdmon.c:
8511         * ext/esd/esdsink.c:
8512         * ext/esd/gstesd.c: (plugin_init):
8513           reflow to get rid of two external symbols
8514
8515         * gst/audiofxgood/audiofx.c: (plugin_init):
8516           re-add
8517
8518 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8519
8520         * configure.ac:
8521         * gst/audiofxgood/.cvsignore:
8522         * gst/audiofxgood/Makefile.am:
8523         * gst/audiofxgood/audiofx.c
8524         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8525         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8526         (gst_audio_panorama_set_property),
8527         (gst_audio_panorama_get_property),
8528         (gst_audio_panorama_get_unit_size),
8529         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8530         (gst_audio_panorama_transform_m2s),
8531         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8532         * gst/audiofxgood/audiopanorama.h:
8533         * tests/check/Makefile.am:
8534         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8535         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8536         (panorama_suite), (main):
8537         Add audiofxgood plugin with audiopanorama element
8538
8539 2006-08-18  Wim Taymans  <wim@fluendo.com>
8540
8541         * docs/plugins/Makefile.am:
8542         More Oss docs fixage. 
8543
8544 2006-08-18  Wim Taymans  <wim@fluendo.com>
8545
8546         * gst/rtp/Makefile.am:
8547         * gst/rtp/gstrtp.c: (plugin_init):
8548         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8549         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8550         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8551         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8552         (gst_rtp_sv3v_depay_get_property),
8553         (gst_rtp_sv3v_depay_change_state),
8554         (gst_rtp_sv3v_depay_plugin_init):
8555         * gst/rtp/gstrtpsv3vdepay.h:
8556         Added experimental SVQ3 depayloader.
8557
8558 2006-08-18  Edward Hervey  <edward@fluendo.com>
8559
8560         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8561         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8562         * ext/dv/gstdvdemux.h:
8563         When handling seek requests, don't send the newsegment event from the
8564         calling thread. Instead save it so it can be sent from the streaming
8565         thread.
8566
8567 2006-08-17  Wim Taymans  <wim@fluendo.com>
8568
8569         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8570
8571         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8572         Accept leading whitespace before the boundary
8573         This patch makes the demuxer allow some whitespace before the actual
8574         boundary. This makes the demuxer work with the ``old'' gstreamer
8575         multipartmuxer again (which placed an extra \n before the start
8576         of the stream) Fixes #349068.
8577
8578 2006-08-17  Wim Taymans  <wim@fluendo.com>
8579
8580         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8581         Error out on non-implemented stuff.
8582
8583 2006-08-16  Wim Taymans  <wim@fluendo.com>
8584
8585         Patch by: Andy Wingo <wingo at pobox dot com>
8586
8587         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8588         (gst_signal_processor_start), (gst_signal_processor_stop),
8589         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8590         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8591         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8592         (gst_signal_processor_change_state):
8593         Make ladspa elements reusable. Fixes #350006.
8594
8595 2006-08-16  Wim Taymans  <wim@fluendo.com>
8596
8597         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8598         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8599         names as possible. Fixes #349901.
8600
8601 2006-08-16  Wim Taymans  <wim@fluendo.com>
8602
8603         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8604         (gst_signal_processor_do_pushes):
8605         A push() gives away our refcount so we should not use the buffer on the
8606         pen anymore.
8607
8608 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8609
8610         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8611         (gst_oss_mixer_element_finalize):
8612           Don't leak device string.
8613
8614 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8615
8616         * configure.ac:
8617           Require CVS of GStreamer core and -base (for
8618           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8619
8620         * ext/taglib/gstid3v2mux.cc:
8621           Write extended comment tags properly (#348762).
8622
8623         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8624         (parse_comment_frame):
8625           Extract COMM frames into extended comments, which makes it
8626           easier to properly retain the description bit of the tag
8627           and maintain this information when re-tagging (#348762).
8628
8629 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8630
8631         * tests/check/Makefile.am:
8632           Don't try to run annodex unit tests if the annodex
8633           plugin has not been built (Fixes #351116).
8634
8635 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8636
8637         * gst/autodetect/gstautoaudiosink.c:
8638         (gst_auto_audio_sink_find_best):
8639           When we can't find a usable audiosink, don't error out,
8640           but use a fake sink instead and post a warning message
8641           on the bus (#341278).
8642
8643 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8644
8645         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8646         * sys/oss/gstosssink.c:
8647         * sys/oss/gstosssrc.c:
8648           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8649           ossmixer's new device property.
8650
8651         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8652         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8653           Add docs for OSS elements.
8654
8655         * docs/plugins/inspect/plugin-aasink.xml:
8656         * docs/plugins/inspect/plugin-alaw.xml:
8657         * docs/plugins/inspect/plugin-alpha.xml:
8658         * docs/plugins/inspect/plugin-alphacolor.xml:
8659         * docs/plugins/inspect/plugin-annodex.xml:
8660         * docs/plugins/inspect/plugin-apetag.xml:
8661         * docs/plugins/inspect/plugin-auparse.xml:
8662         * docs/plugins/inspect/plugin-autodetect.xml:
8663         * docs/plugins/inspect/plugin-avi.xml:
8664         * docs/plugins/inspect/plugin-cacasink.xml:
8665         * docs/plugins/inspect/plugin-cairo.xml:
8666         * docs/plugins/inspect/plugin-cdio.xml:
8667         * docs/plugins/inspect/plugin-cutter.xml:
8668         * docs/plugins/inspect/plugin-debug.xml:
8669         * docs/plugins/inspect/plugin-dv.xml:
8670         * docs/plugins/inspect/plugin-efence.xml:
8671         * docs/plugins/inspect/plugin-effectv.xml:
8672         * docs/plugins/inspect/plugin-esdsink.xml:
8673         * docs/plugins/inspect/plugin-flac.xml:
8674         * docs/plugins/inspect/plugin-flxdec.xml:
8675         * docs/plugins/inspect/plugin-gconfelements.xml:
8676         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8677         * docs/plugins/inspect/plugin-goom.xml:
8678         * docs/plugins/inspect/plugin-halelements.xml:
8679         * docs/plugins/inspect/plugin-icydemux.xml:
8680         * docs/plugins/inspect/plugin-id3demux.xml:
8681         * docs/plugins/inspect/plugin-jpeg.xml:
8682         * docs/plugins/inspect/plugin-level.xml:
8683         * docs/plugins/inspect/plugin-matroska.xml:
8684         * docs/plugins/inspect/plugin-mulaw.xml:
8685         * docs/plugins/inspect/plugin-multipart.xml:
8686         * docs/plugins/inspect/plugin-navigationtest.xml:
8687         * docs/plugins/inspect/plugin-ossaudio.xml:
8688         * docs/plugins/inspect/plugin-png.xml:
8689         * docs/plugins/inspect/plugin-rtp.xml:
8690         * docs/plugins/inspect/plugin-rtsp.xml:
8691         * docs/plugins/inspect/plugin-shout2send.xml:
8692         * docs/plugins/inspect/plugin-smpte.xml:
8693         * docs/plugins/inspect/plugin-speex.xml:
8694         * docs/plugins/inspect/plugin-taglib.xml:
8695         * docs/plugins/inspect/plugin-udp.xml:
8696         * docs/plugins/inspect/plugin-videobalance.xml:
8697         * docs/plugins/inspect/plugin-videobox.xml:
8698         * docs/plugins/inspect/plugin-videoflip.xml:
8699         * docs/plugins/inspect/plugin-videomixer.xml:
8700         * docs/plugins/inspect/plugin-wavenc.xml:
8701         * docs/plugins/inspect/plugin-wavparse.xml:
8702         * docs/plugins/inspect/plugin-ximagesrc.xml:
8703           Update to CVS version.
8704           
8705 2006-08-16  Wim Taymans  <wim@fluendo.com>
8706
8707         * gst/rtp/gstrtpamrdepay.c:
8708         * gst/rtp/gstrtpmp4gdepay.c:
8709         Caps extra properties must be defined as strings for
8710         depayloaders because they are generated from an SDP.
8711
8712         * gst/rtp/Makefile.am:
8713         * gst/rtp/gstrtp.c: (plugin_init):
8714         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8715         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8716         (gst_rtp_h264_depay_finalize), (decode_base64),
8717         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8718         (gst_rtp_h264_depay_set_property),
8719         (gst_rtp_h264_depay_get_property),
8720         (gst_rtp_h264_depay_change_state),
8721         (gst_rtp_h264_depay_plugin_init):
8722         * gst/rtp/gstrtph264depay.h:
8723         Added basic, not completely functional RFC 3984 H264 depayloader.
8724
8725 2006-08-16  Wim Taymans  <wim@fluendo.com>
8726
8727         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8728         Add pads after setting them up.
8729
8730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8731         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8732         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8733         (gst_rtspsrc_stream_setup_rtp),
8734         (gst_rtspsrc_stream_configure_transport),
8735         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8736         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8737         (gst_rtspsrc_pause):
8738         * gst/rtsp/gstrtspsrc.h:
8739         Fix interleaved mode.
8740          - Protect streaming with lock.
8741          - Combine flows
8742          - set caps on outgoing buffers.
8743          - strip trailing \0 from data packets.
8744          - Configure RTP/RTCP in stream.
8745         Use DEBUG_OBJECT more.
8746
8747 2006-08-16  Wim Taymans  <wim@fluendo.com>
8748
8749         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8750         Turn a g_print into a DEBUG line.
8751
8752 2006-08-13  Wim Taymans  <wim@fluendo.com>
8753
8754         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8755         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8756         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8757         (gst_oss_mixer_element_get_property),
8758         (gst_oss_mixer_element_change_state):
8759         * sys/oss/gstossmixerelement.h:
8760         Small cleanups. Better error reporting.
8761         Add device property for the mixer instead of the hardcoded
8762         /dev/mixer. Fixes #350785.
8763         API: GstOssMixerElement::device property
8764
8765 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8766
8767         Patch by: Jens Granseuer <jensgr at gmx net>
8768
8769         * gconf/Makefile.am:
8770           Make --disable-schemas work right (they still need
8771           to be copied to the installation directory, just not
8772           applied). Fixes #351347 (also #344100).
8773           
8774 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8775
8776         * configure.ac: back to HEAD
8777
8778 === release 0.10.4 ===
8779
8780 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8781
8782         * configure.ac:
8783           releasing 0.10.4, "Dear Leader"
8784
8785 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8786
8787         Patch by: Edward Hervey <edward@fluendo.com>
8788
8789         * configure.ac:
8790         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8791         (gst_wavparse_stream_data):
8792         Send the newsegment event in the streaming thread.
8793         Fixes #347529
8794
8795 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8796
8797         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8798         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8799         (gst_smokeenc_resync), (gst_smokeenc_chain):
8800           Refuse sink caps in the encoder if width or height is not a
8801           multiple of 16, the encoder does not support that yet (#349939);
8802           along the same lines, check the return value of the encoder
8803           setup function; also remove some debug log clutter.
8804
8805 2006-08-04  Andy Wingo  <wingo@pobox.com>
8806
8807         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8808         whether a processor can work in place or not, and for keeping
8809         track of its state. Change the FlowReturn instance variable from
8810         "state" to "flow_state", all callers changed.
8811
8812         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8813         (gst_signal_processor_start, gst_signal_processor_stop)
8814         (gst_signal_processor_cleanup): New functions to manage the
8815         processor's state.
8816         (gst_signal_processor_setcaps): start() as well as setup() here.
8817         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8818         (gst_signal_processor_change_state): Stop and cleanup the
8819         processor as we go to NULL.
8820
8821         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8822         INPLACE_BROKEN is not set.
8823
8824         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8825         Do the alloc_buffer in bytes, not frames.
8826         
8827 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8828
8829         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8830         Fix rgb masks when recording in < 24bpp.
8831
8832 2006-08-04  Andy Wingo  <wingo@pobox.com>
8833
8834         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8835         (gst_signal_processor_prepare)
8836         (gst_signal_processor_update_inputs)
8837         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8838         (gst_signal_processor_flush)
8839         (gst_signal_processor_sink_activate_push)
8840         (gst_signal_processor_src_activate_pull)
8841         (gst_signal_processor_change_state): Remove the last of the code
8842         that assumes that we process whole buffers at a time. Fix some
8843         debugging. Seems to work now in some cases.
8844         (gst_signal_processor_src_activate_pull): BPB
8845
8846 2006-08-01  Andy Wingo  <wingo@pobox.com>
8847
8848         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8849         Fix nframes-choosing.
8850         (gst_signal_processor_init): Init pending_in and pending_out.
8851
8852         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8853         more default sample rate, although we never check that the sample
8854         rate actually gets set. Something for the future.
8855         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8856         (gst_signal_processor_event): Refcount fixen.
8857         (gst_signal_processor_process): Pull the number of frames to
8858         process from the sizes of the buffers in the input pens.
8859         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8860         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8861         it instead of buffer_frames.
8862         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8863         to do_pulls.
8864         (gst_signal_processor_chain)
8865         (gst_signal_processor_sink_activate_push)
8866         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8867
8868         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8869
8870 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8871
8872         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8873         (gst_signal_processor_process):
8874           don't query buffer-frames from caps, add lots of debug-log,
8875           try fix for assert (#349189)
8876
8877 2006-07-31  Wim Taymans  <wim@fluendo.com>
8878
8879         * gst/udp/gstudpsrc.c:
8880         Fix docs.
8881
8882 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8883
8884         * ext/ladspa/gstsignalprocessor.c:
8885         (gst_signal_processor_add_pad_from_template),
8886         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8887         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8888         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8889         (gst_signal_processor_sink_activate_push),
8890         (gst_signal_processor_src_activate_pull),
8891         (gst_signal_processor_change_state):
8892          Add debugs logs here and there, add more error handling, add some
8893          FIXME comments, filed #349189
8894
8895 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8896
8897         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8898         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8899         Set caps on buffer correctly.  Fixes bug #349155.
8900
8901 2006-07-28  Wim Taymans  <wim@fluendo.com>
8902
8903         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8904
8905         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8906         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8907         (gst_multipart_demux_finalize), (get_line_end),
8908         (multipart_parse_header), (multipart_find_boundary),
8909         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8910         (gst_multipart_set_property), (gst_multipart_get_property):
8911         Uses GstAdapter instead of own buffering.
8912         Actually parses the mime-type correctly (In tests the mime-type was
8913         always "" with the old version).
8914         Uses the Content-length header if available to speed up things.
8915         Reliably autoscans the boundary name by default.
8916         Fixes #349068.
8917
8918         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8919         Don't start the stream with a \n.
8920
8921 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8922
8923         Patch by: Brian Cameron <brian dot cameron at sun com>
8924
8925         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8926           Open source with O_NONBLOCK (#349015).
8927
8928 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8929
8930         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8931         (gst_avi_demux_massage_index):
8932         * gst/avi/gstavidemux.h:
8933           Whitespace fixes and more debug
8934
8935 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8936
8937         * gst/autodetect/gstautoaudiosink.c:
8938         (gst_auto_audio_sink_create_element_with_pretty_name),
8939         (gst_auto_audio_sink_find_best),
8940         (gst_auto_audio_sink_change_state):
8941           Get rid of old and unused magic sound-server properties stuff.
8942           Add suffix to child sink's name that makes it easy to see from
8943           the name alone which type it actually is (alsa, oss, esd, etc.).
8944
8945 2006-07-27  Wim Taymans  <wim@fluendo.com>
8946
8947         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8948         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8949         (gst_udpsrc_start):
8950         * gst/udp/gstudpsrc.h:
8951         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8952         not some sort of feature we enable.
8953
8954 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8955
8956         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8957           Use CLOSE_SOCKET() here instead of close() to maintain
8958           win32 workiness.
8959
8960 2006-07-27  Wim Taymans  <wim@fluendo.com>
8961
8962         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8963
8964         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8965         (gst_udpsrc_create), (gst_udpsrc_set_property),
8966         (gst_udpsrc_get_property), (gst_udpsrc_start):
8967         * gst/udp/gstudpsrc.h:
8968         Added "buffer-size" property to control the kernel receive buffer size.
8969         Update documentation.
8970         Small cleanups. Fixes #348752.
8971         API: buffer-size property
8972
8973 2006-07-26  Wim Taymans  <wim@fluendo.com>
8974
8975         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8976
8977         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8978         (gst_rtp_pcma_pay_handle_buffer):
8979         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8980         (gst_rtp_pcmu_pay_handle_buffer):
8981         Fix timestamp calculation on outgoing RTP packets.
8982         Fixes #348675.
8983
8984 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * ext/taglib/gstid3v2mux.cc:
8987           Fix writing of comment frames (should be COMM not TCOM),
8988           is still sub-optimal though, since we don't retain or
8989           extract the comment descriptions properly (#334375,
8990           also see #334375).
8991
8992 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * gst/wavparse/gstwavparse.c:
8995           #define 'fact' RIFF chunk if we are not compiling against
8996           -base CVS (we don't want to depend on -base CVS for this
8997           one define only, and also not for release order reasons).
8998
8999 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9000
9001         * ext/taglib/gstid3v2mux.cc:
9002           Handle multiple tags of the same type properly. Re-inject
9003           unparsed ID3v2 frames that we get as binary blobs from
9004           id3demux into the tag again so we don't lose information
9005           when retagging (#334375).
9006
9007 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9008
9009         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9010           Document newly-added properties properly, so that there is a
9011           'Since: 0.10.4' in the plugin docs. Convert some property
9012           names into canonical GObject style (GObject will do that
9013           internally anyway).
9014
9015 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * gst/id3demux/id3tags.c:
9018         (id3demux_add_id3v2_frame_blob_to_taglist):
9019           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9020           well, and add the version to the blob's buffer caps, since that
9021           information will be needed for deserialisation later on (#348644).
9022
9023 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9024
9025         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9026         (gst_avi_demux_parse_stream):
9027          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9028          indentation and spacing.
9029
9030 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9031
9032         * docs/plugins/Makefile.am:
9033         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9034         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9035         * docs/plugins/gst-plugins-good-plugins.args:
9036         * docs/plugins/inspect/plugin-1394.xml:
9037         * docs/plugins/inspect/plugin-aasink.xml:
9038         * docs/plugins/inspect/plugin-alaw.xml:
9039         * docs/plugins/inspect/plugin-alpha.xml:
9040         * docs/plugins/inspect/plugin-alphacolor.xml:
9041         * docs/plugins/inspect/plugin-annodex.xml:
9042         * docs/plugins/inspect/plugin-apetag.xml:
9043         * docs/plugins/inspect/plugin-auparse.xml:
9044         * docs/plugins/inspect/plugin-autodetect.xml:
9045         * docs/plugins/inspect/plugin-avi.xml:
9046         * docs/plugins/inspect/plugin-cacasink.xml:
9047         * docs/plugins/inspect/plugin-cairo.xml:
9048         * docs/plugins/inspect/plugin-cdio.xml:
9049         * docs/plugins/inspect/plugin-cutter.xml:
9050         * docs/plugins/inspect/plugin-debug.xml:
9051         * docs/plugins/inspect/plugin-dv.xml:
9052         * docs/plugins/inspect/plugin-efence.xml:
9053         * docs/plugins/inspect/plugin-effectv.xml:
9054         * docs/plugins/inspect/plugin-esdsink.xml:
9055         * docs/plugins/inspect/plugin-flac.xml:
9056         * docs/plugins/inspect/plugin-flxdec.xml:
9057         * docs/plugins/inspect/plugin-gconfelements.xml:
9058         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9059         * docs/plugins/inspect/plugin-goom.xml:
9060         * docs/plugins/inspect/plugin-halelements.xml:
9061         * docs/plugins/inspect/plugin-icydemux.xml:
9062         * docs/plugins/inspect/plugin-id3demux.xml:
9063         * docs/plugins/inspect/plugin-jpeg.xml:
9064         * docs/plugins/inspect/plugin-level.xml:
9065         * docs/plugins/inspect/plugin-matroska.xml:
9066         * docs/plugins/inspect/plugin-mulaw.xml:
9067         * docs/plugins/inspect/plugin-multipart.xml:
9068         * docs/plugins/inspect/plugin-navigationtest.xml:
9069         * docs/plugins/inspect/plugin-ossaudio.xml:
9070         * docs/plugins/inspect/plugin-png.xml:
9071         * docs/plugins/inspect/plugin-rtp.xml:
9072         * docs/plugins/inspect/plugin-rtsp.xml:
9073         * docs/plugins/inspect/plugin-shout2send.xml:
9074         * docs/plugins/inspect/plugin-smpte.xml:
9075         * docs/plugins/inspect/plugin-speex.xml:
9076         * docs/plugins/inspect/plugin-udp.xml:
9077         * docs/plugins/inspect/plugin-videobalance.xml:
9078         * docs/plugins/inspect/plugin-videobox.xml:
9079         * docs/plugins/inspect/plugin-videoflip.xml:
9080         * docs/plugins/inspect/plugin-videomixer.xml:
9081         * docs/plugins/inspect/plugin-wavenc.xml:
9082         * docs/plugins/inspect/plugin-wavparse.xml:
9083         * docs/plugins/inspect/plugin-ximagesrc.xml:
9084           Update files to CVS/Prerelease version, add esdsink docs.
9085
9086         * ext/esd/esdsink.c:
9087           Add gtk-doc blurb.
9088
9089         * gst/rtp/gstrtpmp4vpay.c:
9090           Fix typo in element description.
9091
9092 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9093
9094         * ext/esd/esdsink.c: (gst_esdsink_open),
9095         (gst_esdsink_factory_init):
9096           Prevent libesd from auto-spawning a sound daemon if it
9097           is not already running. Now that we don't do evil stuff
9098           like that any longer we can give esdsink a rank so that
9099           autoaudiosink will try it as well if all other audio
9100           sinks fail (#343051).
9101
9102 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9103
9104         * ext/esd/Makefile.am:
9105           Oops, need to remove README from EXTRA_DIST as well.
9106
9107 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         * ext/esd/README:
9110           Remove, it contains nothing useful anyway.
9111
9112         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9113         (gst_esdsink_delay):
9114           Some small clean-ups; use GST_BOILERPLATE etc.
9115
9116 2006-07-24  Wim Taymans  <wim@fluendo.com>
9117
9118         * gst/law/alaw-decode.c: (alawdec_getcaps):
9119         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9120         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9121         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9122         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9123
9124 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9125
9126         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9127         (gst_wavparse_other), (gst_wavparse_perform_seek),
9128         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9129         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9130         (gst_wavparse_pad_query):
9131         * gst/wavparse/gstwavparse.h:
9132           Use information from 'fact' chunk for length calculation of compressed
9133           samples. Calculate bps if bogus value is found in wav header (embeded
9134           mp2/mp3).
9135           
9136
9137 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9140
9141         * configure.ac:
9142         * gst/udp/Makefile.am:
9143         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9144         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9145         * gst/udp/gstdynudpsink.h:
9146         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9147         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9148         * gst/udp/gstmultiudpsink.h:
9149         * gst/udp/gstudp.c: (plugin_init):
9150         * gst/udp/gstudpsink.h:
9151         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9152         (gst_udpsrc_start), (gst_udpsrc_stop):
9153         * gst/udp/gstudpsrc.h:
9154         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9155         (gst_udp_net_utils_win32_wsa_startup):
9156         * gst/udp/gstudpnetutils.h:
9157           Port udp plugin to win32 (#345288).
9158
9159 2006-07-24  Wim Taymans  <wim@fluendo.com>
9160
9161         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9162         Remove unwanted DEBUG line.
9163
9164 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9165
9166         * gst/id3demux/gstid3demux.c: (plugin_init):
9167         * gst/id3demux/id3tags.c:
9168         (id3demux_add_id3v2_frame_blob_to_taglist):
9169         * gst/id3demux/id3tags.h:
9170           On second thought, it might be wiser and more efficient
9171           not to do tag registration from a streaming thread.
9172
9173 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9174
9175         * gst/id3demux/id3tags.c:
9176         (id3demux_add_id3v2_frame_blob_to_taglist),
9177         (id3demux_id3v2_frames_to_tag_list):
9178           Put ID3v2 frames we can't parse as binary blobs into private
9179           tags, so that they are not lost when retagging, at least once
9180           id3v2mux has been taught to re-inject those frames again.
9181           See bug #334375.
9182
9183 2006-07-21  Wim Taymans  <wim@fluendo.com>
9184
9185         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9186         (gst_avi_demux_process_next_entry):
9187         Fix some leaks.
9188
9189         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9190         Don't use \n in debug lines.
9191
9192 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9193
9194         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9195         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9196           Add annodex and icydemux, cleanup the sections a bit
9197
9198 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9199
9200         Patch by: Alex Lancaster <alexl at users sourceforge net>
9201
9202         * ext/taglib/gstid3v2mux.cc:
9203           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9204           ID3v2 TSSE frames (#347898).
9205
9206 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9207
9208         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9209           Respect mpegversion for "video/mpeg" and give message in case of
9210           unhandled versions.
9211
9212 2006-07-17  Wim Taymans  <wim@fluendo.com>
9213
9214         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9215         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9216         (gst_pngdec_chain), (gst_pngdec_sink_event),
9217         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9218         (gst_pngdec_sink_activate_push):
9219         * ext/libpng/gstpngdec.h:
9220         Use statically allocated segment instead of leaking.
9221         Various cleanups.
9222         Fix flush and seek handling.
9223
9224 2006-07-16  Wim Taymans  <wim@fluendo.com>
9225
9226         * gst/rtp/Makefile.am:
9227         * gst/rtp/gstrtp.c: (plugin_init):
9228         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9229         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9230         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9231         (gst_rtp_mp4g_depay_set_property),
9232         (gst_rtp_mp4g_depay_get_property),
9233         (gst_rtp_mp4g_depay_change_state),
9234         (gst_rtp_mp4g_depay_plugin_init):
9235         * gst/rtp/gstrtpmp4gdepay.h:
9236         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9237         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9238         (gst_rtp_mp4g_pay_flush):
9239         Added simple generic mpeg4 depayloader.
9240         Fix generic mpeg4 payloader.
9241
9242 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9243
9244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9245           Don't try doing state changes on a NULL pointer.
9246
9247 2006-07-14  Wim Taymans  <wim@fluendo.com>
9248
9249         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9250
9251         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9252         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9253         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9254         * gst/rtp/gstrtpamrdepay.h:
9255         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9256         Fixes #321191
9257
9258 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9259
9260         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9261         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9262         Fix segfault when moving mouse pointer to the bottom right corner.
9263
9264 2006-07-12  Wim Taymans  <wim@fluendo.com>
9265
9266         * gst/rtp/Makefile.am:
9267         * gst/rtp/gstrtp.c: (plugin_init):
9268         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9269         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9270         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9271         (gst_rtp_mp2t_depay_set_property),
9272         (gst_rtp_mp2t_depay_get_property),
9273         (gst_rtp_mp2t_depay_change_state),
9274         (gst_rtp_mp2t_depay_plugin_init):
9275         * gst/rtp/gstrtpmp2tdepay.h:
9276         Added mpeg2 TS depayloader. Closing #347234.
9277
9278 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9281           Remove g_assert that shouldn't be there and was triggered
9282           after trying to open a device that doesn't exist or can't
9283           be opened for some other reason (#347972).
9284
9285 2006-07-10  Edward Hervey  <edward@fluendo.com>
9286
9287         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9288         (gst_avi_demux_stream_header), (push_tag_lists):
9289         * gst/avi/gstavidemux.h:
9290         Don't push tag events found by gst_riff_parse_info() before outputting
9291         GST_EVENT_NEWSEGMENT.
9292
9293 2006-07-10  Wim Taymans  <wim@fluendo.com>
9294
9295         * gst/rtsp/Makefile.am:
9296         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9297         (rtsp_connection_close):
9298         * gst/rtsp/rtspdefs.h:
9299         replaced closesocket and close in code with one CLOSE_SOCKET. 
9300         Some more cleanups. Fixes #345301.
9301
9302 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9303
9304         * gst/autodetect/gstautoaudiosink.c:
9305           Fix example pipeline in docs.
9306
9307 2006-07-10  Wim Taymans  <wim@fluendo.com>
9308
9309         Patch by: Rob Taylor <robtaylor at floopily dot org>
9310
9311         * gst/udp/gstmultiudpsink.c: (join_multicast),
9312         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9313         If a destination is added before the stream is set to PAUSED, the
9314         multicast group is not joined as the socket is not created yet. 
9315         Also TTL and LOOP should also be set. Fixes #346921.
9316
9317 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9318
9319         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9320         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9321         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9322         (gst_ximage_src_init):
9323         * sys/ximage/gstximagesrc.h:
9324         Fix use-damage property to actually work :)
9325         Add startx, starty, endx, endy properties so screencasts other than full
9326         screen ones can work.
9327
9328 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9329
9330         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9331         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9332         (gst_ximage_src_class_init), (gst_ximage_src_init):
9333         * sys/ximage/gstximagesrc.h:
9334         Add use_damage property to offer ability to choose whether to use
9335         XDamage or not.
9336
9337 2006-07-07  Wim Taymans  <wim@fluendo.com>
9338
9339         * gst/goom/filters.c: (zoomFilterSetResolution):
9340         Avoid goom coredumping by clearing memory. 
9341         Fixes 345679.
9342
9343 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9344
9345         * win32/vs6/libgstid3demux.dsp:
9346         Add a link to libgsttag-0.10.lib.
9347
9348 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9349
9350         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9351         (gst_tag_demux_read_range):
9352         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9353         (gst_id3demux_read_range):
9354           Don't return FLOW_UNEXPECTED when a buffer is before
9355           the start of the stream (which might happen with
9356           large ID3v2 tags if the tag reading was done pullrange
9357           based and we then switched to push mode later on).
9358           Fixes regression introduced by commit from June 29th.
9359
9360 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9361
9362         * ext/taglib/gstid3v2mux.cc:
9363           Make UTF-8 the default encoding when writing string
9364           tags (before, our UTF-8 strings would automatically
9365           be converted to ISO-8859-1 by taglib and written as
9366           ISO-8859-1 fields if that was possible).
9367
9368         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9369         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9370         (test_taglib_id3mux_with_tags):
9371           Add test case that makes sure our UTF-8 strings have
9372           actually been written into the tag as UTF-8.
9373
9374 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9375
9376         * configure.ac:
9377           Let's try that again.
9378
9379 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * configure.ac:
9382           Disable monoscope plugin for now until it fulfills
9383           all the requirements.
9384
9385 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9386
9387         * configure.ac:
9388         * gst/monoscope/Makefile.am:
9389         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9390         (gst_monoscope_class_init), (gst_monoscope_init),
9391         (gst_monoscope_finalize), (gst_monoscope_reset),
9392         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9393         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9394         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9395         (gst_monoscope_change_state), (plugin_init):
9396         * gst/monoscope/gstmonoscope.h:
9397           Port monoscope visualisation to 0.10.
9398
9399 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9402         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9403           Return FLOW_UNEXPECTED when at the end of the file, not
9404           FLOW_ERROR. Fixes 'internal stream error' errors that
9405           would sometimes occur in totem when scrubbing to the
9406           end of an ID3v1 tagged mp3 file.
9407
9408 2006-07-03  Edward Hervey  <edward@fluendo.com>
9409
9410         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9411         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9412         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9413         * ext/libpng/gstpngdec.h:
9414         Implement buffer clipping/dropping using GstSegment.
9415         This provides accurate seeking.
9416
9417 2006-07-03  Edward Hervey  <edward@fluendo.com>
9418
9419         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9420         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9421         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9422         (gst_avi_demux_process_next_entry), (push_tag_lists),
9423         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9424         * gst/avi/gstavidemux.h:
9425         Proper aggregation of each stream's GstFlowReturn in order to figure out
9426         whether the task should stop or not.
9427         Don't send inline events before pushing out a NEW_SEGMENT, more
9428         specifically for GST_TAG_EVENT.
9429         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9430         sub-indexes.
9431
9432 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9435
9436         * sys/sunaudio/gstsunaudiomixerctrl.c:
9437         (gst_sunaudiomixer_ctrl_build_list):
9438           Move "Monitor" slider to input tab so it works more like
9439           sdtaudiocontrol, which is what people on Solaris are used
9440           to using for their mixer program (#346259).
9441
9442 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9443
9444         * tests/check/elements/level.c: (GST_START_TEST):
9445           fix a leak, clean up at the end
9446
9447 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9448
9449         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9450         (gst_matroska_demux_send_event),
9451         (gst_matroska_demux_loop_stream_parse_id):
9452         * gst/matroska/matroska-ids.h:
9453           Send tag event after newsegment event.
9454
9455 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9456
9457         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9458         (gst_id3demux_read_range):
9459           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9460           certain cases where a read beyond the end of the file is
9461           requested. Fixes #345930.
9462
9463         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9464         (gst_tag_demux_read_range):
9465           Fix same issue here as well.
9466
9467 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9468
9469         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9470         
9471         Fix hypothetical crash.
9472
9473 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9474
9475         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9476
9477         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9478           Do not modify the ports value. If the user has turned off the
9479           built-in speakers, then we should not reset it in the prepare
9480           function, since this causes the built-in speakers to turn
9481           back on anytime the user changes a track in totem, rhythmbox,
9482           etc. (#346066).
9483
9484 2006-06-23  Wim Taymans  <wim@fluendo.com>
9485
9486         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9487         Fix double caps unref when negotiation fails.
9488
9489 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9490
9491         * ext/annodex/gstcmmldec.c:
9492         * ext/annodex/gstcmmlenc.c:
9493         * ext/annodex/gstcmmlparser.c:
9494         * ext/dv/gstdvdec.c:
9495         * ext/dv/gstdvdemux.c:
9496         * ext/gdk_pixbuf/pixbufscale.c:
9497         * ext/jpeg/gstjpegenc.c:
9498         * ext/jpeg/gstsmokedec.c:
9499         * ext/jpeg/gstsmokeenc.c:
9500         * ext/libpng/gstpngdec.c:
9501         * ext/libpng/gstpngenc.c:
9502         * ext/speex/gstspeexenc.c:
9503         * gst/alpha/gstalphacolor.c:
9504         * gst/cutter/gstcutter.c:
9505         * gst/debug/gstnavigationtest.c:
9506         * gst/icydemux/gsticydemux.c:
9507         * gst/level/gstlevel.c:
9508         * gst/multipart/multipart.c:
9509         * gst/rtp/gstrtpamrpay.c:
9510         * gst/rtp/gstrtpdepay.c:
9511         * gst/rtp/gstrtpilbcpay.c:
9512         * gst/rtp/gstrtpmp4gpay.c:
9513         * gst/rtp/gstrtpmp4vpay.c:
9514         * gst/rtsp/gstrtpdec.c:
9515         * gst/rtsp/gstrtspsrc.c:
9516         * gst/udp/gstdynudpsink.c:
9517         * gst/udp/gstmultiudpsink.c:
9518         * gst/udp/gstudpsrc.c:
9519         * gst/videobox/gstvideobox.c:
9520         * gst/videofilter/gstvideoflip.c:
9521           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9522           plus two minor macro fixes.
9523
9524 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * gst/matroska/matroska-demux.c:
9527         (gst_matroska_demux_check_subtitle_buffer),
9528         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9529         (gst_matroska_demux_subtitle_caps):
9530         * gst/matroska/matroska-ids.c:
9531         (gst_matroska_track_init_subtitle_context):
9532         * gst/matroska/matroska-ids.h:
9533           Try to fix up broken matroska files containing subtitle
9534           streams with non-UTF8 character encodings (courtesy of
9535           mkvmerge) using either the encoding specified in the
9536           GST_SUBTITLE_ENCODING environment variable or the
9537           current locale's character set if it is non-UTF8.
9538           Fixes #337076.
9539
9540 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9541
9542         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9543           Set image type from APIC frame as "image-type" field
9544           of GST_TAG_IMAGE buffer caps (#344605).
9545
9546 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9547
9548         * ext/flac/Makefile.am:
9549         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9550         (gst_flac_dec_reset_decoders),
9551         (gst_flac_dec_setup_seekable_decoder),
9552         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9553         (gst_flac_dec_metadata_callback),
9554         (gst_flac_dec_metadata_callback_seekable),
9555         (gst_flac_dec_metadata_callback_stream),
9556         (gst_flac_dec_error_callback),
9557         (gst_flac_dec_error_callback_seekable),
9558         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9559         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9560         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9561         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9562         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9563         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9564         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9565         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9566         (gst_flac_dec_sink_activate_push),
9567         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9568         * ext/flac/gstflacdec.h:
9569           Support chain-based operation, should make flac-over-DAAP
9570           work (#340492).
9571
9572 2006-06-20  Wim Taymans  <wim@fluendo.com>
9573
9574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9575         Doc updates, merge some unused symbols.
9576
9577 2006-06-20  Wim Taymans  <wim@fluendo.com>
9578
9579         * docs/plugins/Makefile.am:
9580         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9581         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9582         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9583         * gst/rtsp/gstrtspsrc.c:
9584         * gst/rtsp/gstrtspsrc.h:
9585         Added documentation for the rtsp plugin. Fixes #345393.
9586
9587 2006-06-20  Wim Taymans  <wim@fluendo.com>
9588
9589         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9590         (rtsp_connection_close), (rtsp_connection_free):
9591         Use better G_OS_* macros. Fixes #345301 some more.
9592
9593 2006-06-20  Wim Taymans  <wim@fluendo.com>
9594
9595         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9596
9597         * sys/sunaudio/Makefile.am:
9598         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9599         * sys/sunaudio/gstsunaudiomixerctrl.c:
9600         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9601         (gst_sunaudiomixer_ctrl_list_tracks),
9602         (gst_sunaudiomixer_ctrl_get_volume),
9603         (gst_sunaudiomixer_ctrl_set_volume),
9604         (gst_sunaudiomixer_ctrl_set_mute),
9605         (gst_sunaudiomixer_ctrl_set_record):
9606         * sys/sunaudio/gstsunaudiomixerctrl.h:
9607         * sys/sunaudio/gstsunaudiomixertrack.c:
9608         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9609         * sys/sunaudio/gstsunaudiomixertrack.h:
9610         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9611         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9612         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9613         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9614         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9615         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9616         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9617         (gst_sunaudiosrc_reset):
9618         * sys/sunaudio/gstsunaudiosrc.h:
9619         Add a SunAudio source plugin.
9620         Support stereo and right/left channel gain in the mixer plugin.
9621         Support the RECORD flag so that you can switch between line-input and
9622         microphone in gnome-volume-control.
9623         Code cleanups like using an enumerator for track number instead of an 
9624         integer. Fixes #344923.
9625
9626 2006-06-20  Wim Taymans  <wim@fluendo.com>
9627
9628         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9629
9630         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9631         (rtsp_connection_close):
9632         Make RTSP plugin compile on windows. Fixes #345301.
9633         Some changes to original patch to catch errors better.
9634         use ifdef WIN32 instead of ifndef.
9635
9636 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9637
9638         * configure.ac:
9639         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9640
9641 2006-06-18  Edward Hervey  <edward@fluendo.com>
9642
9643         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9644         After a failed buffer alloc, we need to abort the jpeg decoding (it
9645         started when parsing headers to figure out how many bytes we need
9646         to request downstream).
9647
9648 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9649
9650         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9651
9652         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9653           Make sure we don't read beyond the end of the file (#345232).
9654
9655 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9656
9657         * configure.ac:
9658           Fix --disable-external (can't set conditionals conditionally,
9659           #343602).
9660
9661 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9662
9663         * autogen.sh:
9664         * configure.ac:
9665         * docs/Makefile.am:
9666           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9667
9668         * docs/plugins/Makefile.am:
9669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9670         * docs/plugins/inspect/plugin-taglib.xml:
9671           Add/fix apev2mux docs.
9672
9673 2006-06-14  Wim Taymans  <wim@fluendo.com>
9674
9675         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9676         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9677         (gst_dvdec_change_state):
9678         Reset segment info on flush.
9679         Alloc segment in _init, free in _finalize.
9680
9681         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9682         Don't send segments twice.
9683
9684 2006-06-14  Wim Taymans  <wim@fluendo.com>
9685
9686         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9687         Respect segment.stop. Fixes #342592.
9688
9689 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9690
9691         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9692           No language specified means the implied language is English
9693           according to the matroska spec (partially fixes #344708);
9694           add some more debug output.
9695
9696 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9699         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9700         (gst_wavparse_chain):
9701           When operating chain-based, don't make any assumptions about the
9702           chunking of the incoming data and make streaming work on days other
9703           than the second Thursday after a full moon. Also fix up debug
9704           messages here and there and make use of the most excellent new
9705           gst_pad_query_peer_duration() utility function.
9706           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9707
9708         * gst/wavparse/gstwavparse.h:
9709           Remove trailing comma after last enum value, some compilers don't
9710           like that.
9711
9712 2006-06-13  Wim Taymans  <wim@fluendo.com>
9713
9714         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9715         Handle premature EOS gracefully.
9716
9717 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9718
9719         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9720           Prevent out of bounds array access when scrubbing towards
9721           the end of the file between the last index entry and the
9722           end. Fixes occasional 'start <= stop' newsegment event
9723           assertions when scrubbing in MJPEG files.
9724
9725 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9726
9727         * tests/check/elements/.cvsignore:
9728           And another one.
9729
9730 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9731
9732         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9733         (scan_encoded_string), (parse_picture_frame):
9734           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9735
9736         * configure.ac:
9737           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9738           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9739
9740 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9741
9742         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9743           gratuitous comment changes
9744         * tests/check/elements/level.c: (GST_START_TEST):
9745           fix level test leaks
9746
9747 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9748
9749         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9750         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9751           Use gst_pad_query_peer_duration() utility function here.
9752
9753 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9754
9755         * autogen.sh:
9756           require am17
9757         * configure.ac:
9758         * ext/annodex/Makefile.am:
9759         * ext/cdio/Makefile.am:
9760         * ext/dv/Makefile.am:
9761         * ext/esd/Makefile.am:
9762         * ext/flac/Makefile.am:
9763         * ext/gdk_pixbuf/Makefile.am:
9764         * ext/ladspa/Makefile.am:
9765         * ext/libcaca/Makefile.am:
9766         * ext/speex/Makefile.am:
9767         * ext/taglib/Makefile.am:
9768         * sys/oss/Makefile.am:
9769         * sys/sunaudio/Makefile.am:
9770         * sys/ximage/Makefile.am:
9771           clean up build further
9772
9773 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * gconf/Makefile.am:
9776           Honour --disable-schemas-install configure option. Fixes #344100.
9777
9778 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9779
9780         * tests/examples/level/Makefile.am:
9781           Add -lm to LIBS for pow() function, don't assume one of our
9782           dependencies (such as libxml-2.0) drags it in automatically
9783           (#343603).
9784
9785 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9786
9787         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9788
9789         * configure.ac:
9790           We should use $SED and not $(SED) in configure.ac (#343678).
9791
9792 2006-06-09  Wim Taymans  <wim@fluendo.com>
9793
9794         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9795
9796         * sys/sunaudio/gstsunaudiomixerctrl.c:
9797         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9798         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9799         (gst_sunaudiomixer_ctrl_set_mute):
9800         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9801         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9802         (gst_sunaudiosink_write):
9803         Attached find a patch that fixes a number of bugs with the SunAudio
9804         mixer plugin and fixes #344101:
9805         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9806            tracks onto the tracklist causing gnome-volume-control's preferences
9807            dialog to be messed up and would core dump if you checked/unchecked
9808            any item.
9809         2. We weren't previously setting the MUTE flag properly.  Fixing this
9810            makes gnome-volume-control work better.
9811         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9812            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9813            gnome-volume-control look better.
9814         Also some minor cleanup in gstsunaudiosink.c.
9815
9816 2006-06-09  Wim Taymans  <wim@fluendo.com>
9817
9818         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9819         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9820         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9821         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9822         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9823         * ext/jpeg/gstjpegdec.h:
9824         API: Added IDCT method property
9825         Small cleanups.
9826         Avoid dynamic allocation of trivial fixed structure.
9827         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9828
9829 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9830
9831         * configure.ac:
9832         We now require libraw1394 >= 1.1.0 and that version onwards all
9833         have .pc files.
9834
9835 2006-06-02  Edward Hervey  <edward@fluendo.com>
9836
9837         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9838         Trying to get items from an ANY or EMPTY caps is ... stupid.
9839
9840 2006-06-02  Edward Hervey  <edward@fluendo.com>
9841
9842         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9843         (gst_dvdec_chain), (gst_dvdec_change_state):
9844         * ext/dv/gstdvdec.h:
9845         Added GstSegment handling, now implements dropping/clipping.
9846
9847 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9848
9849         * ext/aalib/gstaasink.h:
9850         * ext/annodex/gstcmmldec.h:
9851         * ext/cairo/gsttimeoverlay.h:
9852         * ext/dv/gstdvdec.h:
9853         * ext/dv/gstdvdemux.h:
9854         * ext/esd/esdmon.h:
9855         * ext/esd/esdsink.h:
9856         * ext/flac/gstflacenc.h:
9857         * ext/gconf/gstgconfaudiosink.h:
9858         * ext/gconf/gstgconfaudiosrc.h:
9859         * ext/gconf/gstgconfvideosink.h:
9860         * ext/gconf/gstgconfvideosrc.h:
9861         * ext/gdk_pixbuf/gstgdkanimation.h:
9862         * ext/gdk_pixbuf/pixbufscale.h:
9863         * ext/hal/gsthalaudiosink.h:
9864         * ext/hal/gsthalaudiosrc.h:
9865         * ext/jpeg/gstjpegenc.h:
9866         * ext/jpeg/gstsmokedec.h:
9867         * ext/jpeg/gstsmokeenc.h:
9868         * ext/libcaca/gstcacasink.h:
9869         * ext/libmng/gstmngdec.h:
9870         * ext/libmng/gstmngenc.h:
9871         * ext/libpng/gstpngdec.h:
9872         * ext/libpng/gstpngenc.h:
9873         * ext/raw1394/gstdv1394src.h:
9874         * ext/speex/gstspeexenc.h:
9875         * gst/autodetect/gstautoaudiosink.h:
9876         * gst/autodetect/gstautovideosink.h:
9877         * gst/avi/gstavidemux.h:
9878         * gst/cutter/gstcutter.h:
9879         * gst/debug/efence.h:
9880         * gst/debug/gstnavigationtest.h:
9881         * gst/debug/gstnavseek.h:
9882         * gst/flx/gstflxdec.h:
9883         * gst/goom/gstgoom.h:
9884         * gst/icydemux/gsticydemux.h:
9885         * gst/id3demux/gstid3demux.h:
9886         * gst/law/alaw-decode.h:
9887         * gst/law/alaw-encode.h:
9888         * gst/law/mulaw-decode.h:
9889         * gst/law/mulaw-encode.h:
9890         * gst/matroska/matroska-mux.h:
9891         * gst/median/gstmedian.h:
9892         * gst/oldcore/gstaggregator.h:
9893         * gst/oldcore/gstfdsink.h:
9894         * gst/oldcore/gstmd5sink.h:
9895         * gst/oldcore/gstmultifilesrc.h:
9896         * gst/oldcore/gstpipefilter.h:
9897         * gst/oldcore/gstshaper.h:
9898         * gst/oldcore/gststatistics.h:
9899         * gst/rtp/gstasteriskh263.h:
9900         * gst/rtp/gstrtpL16depay.h:
9901         * gst/rtp/gstrtpL16pay.h:
9902         * gst/rtp/gstrtpamrdepay.h:
9903         * gst/rtp/gstrtpamrpay.h:
9904         * gst/rtp/gstrtpdepay.h:
9905         * gst/rtp/gstrtpgsmdepay.h:
9906         * gst/rtp/gstrtpgsmpay.h:
9907         * gst/rtp/gstrtph263pay.h:
9908         * gst/rtp/gstrtph263pdepay.h:
9909         * gst/rtp/gstrtph263ppay.h:
9910         * gst/rtp/gstrtpmp4gpay.h:
9911         * gst/rtp/gstrtpmp4vdepay.h:
9912         * gst/rtp/gstrtpmp4vpay.h:
9913         * gst/rtp/gstrtpmpadepay.h:
9914         * gst/rtp/gstrtpmpapay.h:
9915         * gst/rtp/gstrtppcmadepay.h:
9916         * gst/rtp/gstrtppcmapay.h:
9917         * gst/rtp/gstrtppcmudepay.h:
9918         * gst/rtp/gstrtppcmupay.h:
9919         * gst/rtp/gstrtpspeexdepay.h:
9920         * gst/rtp/gstrtpspeexpay.h:
9921         * gst/rtsp/gstrtpdec.h:
9922         * gst/rtsp/gstrtspsrc.h:
9923         * gst/smpte/gstsmpte.h:
9924         * gst/udp/gstdynudpsink.h:
9925         * gst/udp/gstmultiudpsink.h:
9926         * gst/udp/gstudpsink.h:
9927         * gst/udp/gstudpsrc.h:
9928         * gst/videofilter/gstvideobalance.h:
9929         * gst/videofilter/gstvideoflip.h:
9930         * sys/oss/gstossdmabuffer.h:
9931         * sys/oss/gstossmixerelement.h:
9932         * sys/oss/gstosssink.h:
9933         * sys/oss/gstosssrc.h:
9934         * sys/osxvideo/osxvideosink.h:
9935         * sys/sunaudio/gstsunaudiomixer.h:
9936         * sys/sunaudio/gstsunaudiosink.h:
9937         * sys/ximage/gstximagesrc.h:
9938         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9939
9940 2006-05-31  Wim Taymans  <wim@fluendo.com>
9941
9942         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9943         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9944         (gst_goom_src_setcaps), (gst_goom_src_event),
9945         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9946         (gst_goom_change_state):
9947         * gst/goom/gstgoom.h:
9948         Handle QoS.
9949         Handle flushing, discont and events.
9950         Fix timestamps and various other cleanups.
9951
9952 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9953
9954         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9955         Fix bus reset when using libiec61883
9956
9957 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9958
9959         * configure.ac:
9960         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9961         * ext/raw1394/Makefile.am:
9962         Add CFLAGS.
9963         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9964         New method, to receive using libiec61883.
9965         (gst_dv1394src_iso_receive),
9966         #ifdef'd out if libiec61883 is present.
9967         (gst_dv1394src_bus_reset),
9968         Get userdata correctly if using libiec61883. 
9969         (gst_dv1394src_create),
9970         When using libiec61883, only poll one fd and no need to read.
9971         (gst_dv1394src_discover_avc_node),
9972         Replace g_warnings.
9973         (gst_dv1394src_start),
9974         Create new handle when we know which dv port.  More reliable
9975         than setting port on an existing handle.  Initialise libiec61883.
9976         (gst_dv1394src_stop):
9977         If using libiec61883, then cleanup its handle properly.
9978         * ext/raw1394/gstdv1394src.h:
9979         Add libiec61883 handle.
9980
9981 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9982
9983         * gst/avi/gstavidemux.c:
9984           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9985         * win32/MANIFEST:
9986           sort file listing
9987         * win32/vs6/libgstavi.dsp:
9988           add gstavimux.c to the project
9989         * win32/vs6/libgstid3demux.dsp:
9990           add link to zlib library
9991         * win32/vs6/libgstmatroska.dsp:
9992           add matroska-ids.c to the project
9993
9994 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         Patch by: Sebastian Dröge  <mail at slomosnail de >
9997
9998         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10000         * ext/taglib/Makefile.am:
10001         * ext/taglib/gstapev2mux.cc:
10002         * ext/taglib/gstapev2mux.h:
10003         * ext/taglib/gstid3v2mux.cc:
10004         * ext/taglib/gsttaglibmux.c: (plugin_init):
10005         * ext/taglib/gsttaglibmux.h:
10006           Add apev2mux element (#343122).
10007         
10008         * tests/check/Makefile.am:
10009         * tests/check/elements/apev2mux.c:
10010         (test_taglib_apev2mux_create_tags),
10011         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10012         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10013         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10014         (apev2mux_suite), (main):
10015           Add unit test for apev2mux element.
10016
10017 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10020         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10021         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10022           GST_PTR_FORMAT should be used to print caps in debug statements.
10023
10024 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10027
10028         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10029         (ape_demux_parse_tags):
10030           Some clean-ups and additions: map APE 'file' tag to
10031           GST_TAG_LOCATION (#343123); add support for extracting
10032           the track count and clean up parsing a bit (#343127).
10033
10034 2006-05-28  Edward Hervey  <edward@fluendo.com>
10035
10036         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10037         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10038
10039 2006-05-28  Edward Hervey  <edward@fluendo.com>
10040
10041         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10042         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10043         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10044         * ext/jpeg/gstjpegdec.h:
10045         Clip outgoing buffers according to currently configured segment.
10046
10047 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10048
10049         * ext/taglib/gstid3v2mux.cc:
10050           Handle  writing of track-count or album-volume-count without
10051           track-number or albume-volume-number (in this case the number
10052           will just be set to 0).
10053
10054         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10055           It would be nice if we actually checked the values received for
10056           track/album-volume number/count in  _check_tags(), rather than
10057           setting them again ...
10058
10059 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10060
10061         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10062           A track/volume number or count of 0 does not make sense,
10063           just ignore it along with negative numbers (a tag might
10064           only contain a track count without a track number).
10065
10066 2006-05-27  Edward Hervey  <edward@fluendo.com>
10067
10068         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10069         (gst_jpeg_dec_sink_event):
10070         Abort decompression when receiving FLUSH_STOP. This should avoid
10071         issues when interrupting decoding with flushes.
10072
10073 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * ext/flac/gstflac.c:
10076           Don't #include file we don't dist any longer.
10077
10078 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10079
10080         * README:
10081           Replace current README (containing the release notes from
10082           some 0.9.x version) with a proper README taken from the core.
10083
10084 2006-05-24  Wim Taymans  <wim@fluendo.com>
10085
10086         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10087         Implement EOS correctly by either posting
10088         SEGMENT_DONE or pushing an EOS message depending
10089         on the seek type. Fixes #342592
10090
10091 2006-05-24  Wim Taymans  <wim@fluendo.com>
10092
10093         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10094         * gst/law/alaw-decode.h:
10095         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10096         * gst/law/alaw-encode.h:
10097         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10098         * gst/law/mulaw-decode.h:
10099         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10100         * gst/law/mulaw-encode.h:
10101         Some cleanups in the chain functions.
10102         Remove some GStreamer 0.0.2 bits.
10103
10104 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10107
10108         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10109           gst_collect_pads_stop() needs to be called before chaining up
10110           to the parent class (#342734).
10111
10112 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10113
10114         * ext/flac/Makefile.am:
10115         * ext/flac/flac_compat.h:
10116         * ext/flac/gstflac.c:
10117         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10118         * ext/flac/gstflacenc.c:
10119           Remove backwards compatibility cruft for dealing with FLAC API
10120           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10121
10122 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10125         (gst_matroska_demux_push_xiph_codec_priv_data),
10126         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10127         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10128         * gst/matroska/matroska-ids.h:
10129         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10130         (gst_matroska_mux_video_pad_setcaps),
10131         (xiph3_streamheader_to_codecdata),
10132         (vorbis_streamheader_to_codecdata),
10133         (theora_streamheader_to_codecdata),
10134         (gst_matroska_mux_audio_pad_setcaps),
10135         (gst_matroska_mux_write_data):
10136           Add support for muxing/demuxing theora video (#342448; too bad
10137           none of the usual linux players can actually play this). Playback
10138           in GStreamer will require additional changes to theoradec in -base.
10139           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10140           cleanups.
10141
10142 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10143
10144         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10145         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10146           Fix crashes when the horizontal subsampling is 1.
10147           Fixes #342097.
10148
10149 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10150
10151         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10152
10153         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10154         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10155         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10156         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10157         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10158         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10159         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10160         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10161         (gst_avi_mux_change_state):
10162         * gst/avi/gstavimux.h:
10163           Some enhancements for avimux (#342526):
10164            - add odml (large file) index support
10165            - store codec init data (e.g. huffyuv)
10166            - miscellaneous other fixes/cleanups
10167
10168 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10169
10170         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10171         Don't output any tag when we encounter a negative track number - the
10172         tag type is uint, so we end up outputting huge positive numbers
10173         instead. (Fixes: #342029)
10174
10175 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10176
10177         * configure.ac:
10178           update for new GSTPB_PLUGINS_DIR
10179
10180 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10181
10182         * rtp/gst/gstrtph263pay.c:
10183         Properly set static caps for H263 at 34.
10184
10185 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10188
10189         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10190           Merge event tags and tag setter tags correctly (#339918). Also,
10191           don't leak taglist in case of an error.
10192           
10193 2006-05-17  Edward Hervey  <edward@fluendo.com>
10194
10195         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10196         We can only do caps intersection if the othercaps are non-empty and not
10197         ANY. Else we return the pad template (base_caps).
10198
10199 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10202           Fix crash when outputting debugging information for certain
10203           pictures (always good to use the right struct member for
10204           the number of records in an array).
10205
10206 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10209
10210         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10211         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10212         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10213         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10214         (gst_ebml_read_float), (gst_ebml_read_ascii),
10215         (gst_ebml_read_binary):
10216           Don't create unnecessary sub-buffers all the time. Dramatically
10217           improves performance with multiple concurrently running
10218           matroskademux instances (#341818) (and avoids doing
10219           unnecessarily inefficient things in the general case).
10220
10221 2006-05-16  Edward Hervey  <edward@fluendo.com>
10222
10223         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10224         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10225         return value of gst_pad_push_event().
10226
10227 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10228
10229         * gst/autodetect/gstautoaudiosink.c:
10230         (gst_auto_audio_sink_find_best):
10231         * gst/autodetect/gstautovideosink.c:
10232         (gst_auto_video_sink_find_best):
10233         Make the name of the child element be based on the name of the
10234         parent, so that debug output is more useful.
10235         
10236         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10237         (parse_insert_string_field), (parse_split_strings):
10238         Rework string parsing to always walk over BOM markers in UTF16
10239         strings, using the endianness indicated by the innermost one,
10240         then trying the opposite endianness if that fails to convert
10241         to valid UTF-8. Fixes #341774
10242
10243 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10244
10245         Patch from: Matthieu <matthieu at fluendo dot com>
10246
10247         * ext/libpng/Makefile.am:
10248         Add LIBPNG_CFLAGS.
10249
10250 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10251
10252         * ext/taglib/gstid3v2mux.cc:
10253           Add support for writing images (APIC frames) into ID3v2
10254           tags (picture type always set to 'other' for now though).
10255
10256 2006-05-14  Michael Smith  <msmith@fluendo.com>
10257
10258         * gst/wavparse/gstwavparse.c:
10259           Update docs; wavparse implements push and pull modes.
10260
10261 2006-05-12  Wim Taymans  <wim@fluendo.com>
10262
10263         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10264         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10265         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10266         Ooops, bitten by the copy-and-paste design paradigm, fixes
10267         seek again.
10268
10269 2006-05-12  Wim Taymans  <wim@fluendo.com>
10270
10271         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10272         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10273         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10274         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10275         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10276         (gst_avi_demux_massage_index),
10277         (gst_avi_demux_calculate_durations_from_index),
10278         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10279         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10280         (gst_avi_demux_loop):
10281         * gst/avi/gstavidemux.h:
10282         Some cleanups, prepare to use GstSegment.
10283         Fix error in entry walking code.
10284         Fix VBR detection.
10285         Smarter timestamp calculation code.
10286         Uniform error/eos handling.
10287
10288 2006-05-12  Michael Smith  <msmith@fluendo.com>
10289
10290         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10291         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10292           Fix use of uninitialised values if we're NOT seeking in ready.
10293           Fix typos.
10294
10295 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10296
10297         * gst/wavparse/Makefile.am:
10298           Add CFLAGS and LIBS for libgstbase, fixes build on
10299           Cygwin (#341489).
10300
10301 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10302
10303         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10304           Some more debug info. No need to check whether the string
10305           returned by g_convert() is really UTF-8 - either it is or
10306           we get NULL returned.
10307
10308 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10309
10310         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10311           Fix parsing of numeric genre strings some more, by ensuring that
10312           we only try and parse strings that a) Start with '(' and b) Consist
10313           only of digits.
10314           Also, when finding an escaping '((' sequence, bust it back to '(' by
10315           swallowing the first parenthesis
10316
10317 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10318
10319         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10320         (gst_esdsink_open), (gst_esdsink_close):
10321         * ext/esd/esdsink.h:
10322           Move the esd_get_server_info() into gst_esdsink_open() and fail
10323           with a decent error message on errors.
10324
10325 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10328         (gst_esdmon_channels_get_type):
10329         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10330         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10331         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10332         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10333         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10334         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10335         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10336         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10337         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10338         * gst/videomixer/videomixer.c:
10339         (gst_video_mixer_background_get_type):
10340           Const-ify GEnumValue arrays.
10341
10342 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10343
10344         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10345
10346         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10347         (gst_avi_mux_do_video_buffer):
10348           Work around gst_buffer_make_metadata_writable() bug that
10349           results in avimux marking all frames in the index as
10350           keyframes (#340859).
10351           
10352 2006-05-08  Wim Taymans  <wim@fluendo.com>
10353
10354         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10355         Make parsing of urls suck slightly less.
10356
10357 2006-05-08  Edward Hervey  <edward@fluendo.com>
10358
10359         * autogen.sh: (CONFIGURE_DEF_OPT): 
10360         libtoolize on Darwin/MacOSX is called glibtoolize.
10361
10362 2006-05-08  Wim Taymans  <wim@fluendo.com>
10363
10364         Patch by: Jens Granseuer <jensgr at gmx dot net>
10365
10366         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10367         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10368         C89 compliance fixes. Fixes #340980
10369
10370 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10373         * ext/flac/gstflacdec.h:
10374           Handle segment seeks that include the end of the file as stop point
10375           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10376           message instead of an EOS event in case we're in segment seek
10377           mode (fixes #340699).
10378           
10379 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10380
10381         * ext/cairo/gsttextoverlay.c:
10382         * ext/flac/gstflacdec.c:
10383         * ext/gdk_pixbuf/pixbufscale.c:
10384         * gst/apetag/gstapedemux.c:
10385         * gst/debug/breakmydata.c:
10386         * gst/debug/testplugin.c:
10387         * gst/matroska/ebml-write.c:
10388         * gst/multipart/multipartdemux.c:
10389         * sys/osxaudio/gstosxaudiosink.c:
10390         * sys/osxaudio/gstosxaudiosrc.c:
10391         Add semicolons after GST_BOILERPLATE[_FULL] so that
10392         indent doesn't mess up following lines.
10393
10394 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10395
10396         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10397
10398         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10399           Don't leak caps when freeing the stream context (#340623).
10400
10401 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10402
10403         * configure.ac:
10404           Back to CVS
10405
10406 === release 0.10.3 ===
10407
10408 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10409
10410         * configure.ac:
10411           releasing 0.10.3, "Desplazado"
10412
10413 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * gst/matroska/matroska-mux.c:
10416         (gst_matroska_mux_stream_is_vorbis_header),
10417         (gst_matroska_mux_write_data):
10418           Don't strcmp() NULL strings.
10419           Only start new clusters on video keyframes, not on any
10420           random audio buffer that doesn't have the DELTA_UNIT
10421           flag set (fixes 'make check' again).
10422
10423 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10424
10425         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10426
10427         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10428         (gst_matroska_mux_stream_is_vorbis_header),
10429         (gst_matroska_mux_write_data):
10430           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10431           value and then dead-lock when muxing vorbis audio streams
10432           (the three vorbis header buffers carry no timestamp, and it
10433           would try to mux these after all video buffers). Fixes #340346.
10434
10435           Improve clustering: start a new cluster also whenever we get
10436           a keyframe.     
10437
10438 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10439
10440         * win32/common/config.h:
10441         * win32/MANIFEST
10442           add the generated file as well
10443
10444 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10445
10446         * Makefile.am:
10447         * configure.ac:
10448         * win32/common/config.h.in:
10449           add win32 stuff
10450
10451 2006-05-03  Michael Smith  <msmith@fluendo.com>
10452
10453         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10454           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10455           SUCKS.
10456
10457 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10458
10459         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10460         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10461         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10462           don't leak caps-string
10463
10464 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10465
10466         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10467         (gst_id3demux_sink_activate):
10468           Let core insert default error message for TYPE_NOT_FOUND
10469           errors, it's just as good as our own and has the added
10470           bonus of being translated.
10471
10472 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10475         (gst_tag_demux_sink_event):
10476         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10477         (gst_id3demux_sink_event):
10478           Post an error message when we get an EOS event and were not
10479           able to find out the type of stream.
10480
10481         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10482         (test_taglib_id3mux_with_tags):
10483           Decrease num-buffers to 16 per iteration again, otherwise the
10484           many memcpy()s and reallocations in the test will hammer slow
10485           CPUs completely and make the test timeout.
10486
10487 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10488
10489         * configure.ac:
10490           figure out where plugins-base plugins are
10491         * tests/check/Makefile.am:
10492           use plugins-base plugins, so we have typefind functions
10493         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10494           increase num-buffers, this makes sure the test errors out instead
10495           of timing out when no typefind functions are present
10496
10497 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10498
10499         * docs/plugins/Makefile.am:
10500           also check .cc files for gtk-doc markup
10501         * configure.ac:
10502         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10503         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10504         * tests/check/Makefile.am:
10505         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10506         * ext/Makefile.am:
10507         * ext/taglib/Makefile.am:
10508         * ext/taglib/gstid3v2mux.h:
10509         * ext/taglib/gsttaglibmux.c:
10510         * ext/taglib/gsttaglibmux.h:
10511           move taglib-based id3v2muxer to -good.  Fixes #336110.
10512
10513 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10514
10515         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10516           ... and fix multichannel/WAVFORMATEX support again.
10517
10518 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10519
10520         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10521         (gst_wavparse_class_init), (gst_wavparse_dispose),
10522         (gst_wavparse_reset), (gst_wavparse_init),
10523         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10524         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10525         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10526         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10527         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10528         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10529         (gst_wavparse_stream_data), (gst_wavparse_loop),
10530         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10531         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10532         (gst_wavparse_change_state), (plugin_init):
10533         * gst/wavparse/gstwavparse.h:
10534           Add push (streaming) mode to wavparse (fixes #337625)
10535
10536 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10537
10538         * configure.ac:
10539         * tests/Makefile.am:
10540           add ximagesrc icles test
10541
10542 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10543
10544         * configure.ac:
10545         * docs/plugins/Makefile.am:
10546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10547         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10548         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10549         (gst_cmml_enc_push_clip):
10550         * sys/Makefile.am:
10551         * sys/ximage/Makefile.am:
10552         * sys/ximage/gstximagesrc.c:
10553           Move ximagesrc plug-in to good after review.  Fixes #336756.
10554
10555 2006-04-28  Michael Smith  <msmith@fluendo.com>
10556
10557         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10558         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10559         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10560         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10561         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10562         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10563         * gst/icydemux/gsticydemux.h:
10564           Fix event handling: cache events when typefinding and forward later.
10565
10566 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10567
10568         * sys/osxaudio/gstosxaudiosink.c:
10569         (plugin_init):
10570          Register osxaudiosrc to the plugin.
10571         * sys/osxaudio/gstosxaudiosrc.c:
10572         (gst_osx_audio_src_osxelement_do_init),
10573         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10574         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10575         (gst_osx_audio_src_get_property),
10576         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10577         (gst_osx_audio_src_osxelement_init):
10578         * sys/osxaudio/gstosxaudiosrc.h:
10579           Port of osxaudiosrc to 0.10.
10580         * sys/osxaudio/Makefile.am:
10581           Add osxaudiosrc
10582
10583 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10584
10585         * sys/osxaudio/gstosxringbuffer.c:
10586         * sys/osxaudio/gstosxringbuffer.h:
10587           Forgot to commit earlier, part of the OSX audio plugin port
10588
10589 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10590
10591         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10592         (parse_split_strings):
10593           Recognise and skip any byte order marker (BOM) in
10594           UTF-16 strings.
10595
10596 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10597
10598         * docs/plugins/Makefile.am:
10599         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10600         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10601         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10602         * docs/plugins/inspect/plugin-avi.xml:
10603         * gst/avi/gstavidemux.c:
10604         * gst/avi/gstavimux.c:
10605           Add docs for both avidemux and avimux.
10606
10607 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10610
10611         * gst/avi/Makefile.am:
10612         * gst/avi/gstavi.c: (plugin_init):
10613         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10614         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10615         (gst_avi_mux_class_init), (gst_avi_mux_init),
10616         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10617         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10618         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10619         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10620         (gst_avi_mux_riff_get_avix_header),
10621         (gst_avi_mux_riff_get_video_header),
10622         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10623         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10624         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10625         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10626         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10627         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10628         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10629         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10630         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10631         (gst_avi_mux_change_state):
10632         * gst/avi/gstavimux.h:
10633           Port AVI muxer to GStreamer-0.10 (#332031).
10634
10635         * tests/check/Makefile.am:
10636         * tests/check/elements/avimux.c:
10637         * tests/check/elements/.cvsignore:
10638           Add unit test for AVI muxer.
10639
10640 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10641
10642         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10643         (gst_wavparse_class_init), (gst_wavparse_reset),
10644         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10645         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10646         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10647         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10648         (gst_wavparse_stream_data), (gst_wavparse_loop),
10649         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10650         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10651         (plugin_init):
10652         * gst/wavparse/gstwavparse.h:
10653           reverted patch #337625 for the price of 1 hour sleep
10654
10655 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10656
10657         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10658         (gst_wavparse_class_init), (gst_wavparse_reset),
10659         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10660         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10661         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10662         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10663         (gst_wavparse_stream_data), (gst_wavparse_loop),
10664         (gst_wavparse_chain), (plugin_init):
10665         * gst/wavparse/gstwavparse.h:
10666           correct partial implementation of push mode
10667           (from my last commit)
10668
10669 2006-04-26  Wim Taymans  <wim@fluendo.com>
10670
10671         * ext/esd/esdsink.c:
10672         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10673         it is not in esd.h
10674
10675 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10678         (gst_au_parse_class_init), (gst_au_parse_init),
10679         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10680         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10681         (gst_au_parse_chain), (gst_au_parse_src_convert),
10682         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10683         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10684         (gst_au_parse_change_state):
10685         * gst/auparse/gstauparse.h:
10686           Rewrite auparse to suck a little bit less: make source pad
10687           dynamic, so decodebin/playbin work with non-raw formats
10688           like alaw/mulaw; add query function for duration/position
10689           queries; check whether we have enough data before attempting
10690           to parse the header (instead of crashing when that is not the
10691           case); work around audioconvert sucking by swapping endianness
10692           to the native endianness ourselves for float formats; send
10693           initial newsegment event. Fixes #161712.
10694
10695 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10696
10697         * sys/osxaudio/Makefile.am:
10698         * sys/osxaudio/gstosxaudioelement.c:
10699         (gst_osx_audio_element_get_type),
10700         (gst_osx_audio_element_class_init):
10701         * sys/osxaudio/gstosxaudioelement.h:
10702         * sys/osxaudio/gstosxaudiosink.c:
10703         (gst_osx_audio_sink_osxelement_do_init),
10704         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10705         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10706         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10707         (gst_osx_audio_sink_create_ringbuffer),
10708         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10709         (plugin_init):
10710         * sys/osxaudio/gstosxaudiosink.h:
10711         Port of osxaudiosink to 0.10
10712
10713 2006-04-26  Wim Taymans  <wim@fluendo.com>
10714
10715         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10716         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10717         the size of the ringbuffer. This should fix hangs with older 
10718         esd sound servers.
10719
10720 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10721
10722         * ext/aalib/gstaasink.c:
10723         * ext/annodex/gstcmmldec.c:
10724         * ext/annodex/gstcmmlenc.c:
10725         * ext/cairo/gsttextoverlay.c:
10726         * ext/cairo/gsttimeoverlay.c:
10727         * ext/cdio/gstcdiocddasrc.c:
10728         * ext/dv/gstdvdec.c:
10729         * ext/dv/gstdvdemux.c:
10730         * ext/esd/esdmon.c:
10731         * ext/esd/esdsink.c:
10732         * ext/flac/gstflacenc.c:
10733         * ext/flac/gstflactag.c:
10734         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10735         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10736         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10737         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10738         * ext/gdk_pixbuf/pixbufscale.c:
10739         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10740         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10741         * ext/jpeg/gstjpegdec.c:
10742         * ext/jpeg/gstjpegenc.c:
10743         * ext/jpeg/gstsmokedec.c:
10744         * ext/jpeg/gstsmokeenc.c:
10745         * ext/libcaca/gstcacasink.c:
10746         * ext/libmng/gstmngdec.c:
10747         * ext/libmng/gstmngenc.c:
10748         * ext/libpng/gstpngdec.c:
10749         * ext/libpng/gstpngenc.c:
10750         * ext/mikmod/gstmikmod.c:
10751         * ext/raw1394/gstdv1394src.c:
10752         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10753         * ext/shout2/gstshout2.h:
10754         * ext/speex/gstspeexdec.c:
10755         * ext/speex/gstspeexenc.c:
10756         * gst/alpha/gstalpha.c:
10757         * gst/alpha/gstalphacolor.c:
10758         * gst/apetag/gstapedemux.c:
10759         * gst/auparse/gstauparse.c:
10760         * gst/autodetect/gstautoaudiosink.c:
10761         (gst_auto_audio_sink_base_init):
10762         * gst/autodetect/gstautovideosink.c:
10763         (gst_auto_video_sink_base_init):
10764         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10765         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10766         * gst/cutter/gstcutter.c:
10767         * gst/debug/breakmydata.c:
10768         * gst/debug/efence.c:
10769         * gst/debug/gstnavigationtest.c:
10770         * gst/debug/gstnavseek.c:
10771         * gst/debug/negotiation.c:
10772         * gst/debug/progressreport.c:
10773         * gst/debug/testplugin.c:
10774         * gst/effectv/gstaging.c:
10775         * gst/effectv/gstdice.c:
10776         * gst/effectv/gstedge.c:
10777         * gst/effectv/gstquark.c:
10778         * gst/effectv/gstrev.c:
10779         * gst/effectv/gstshagadelic.c:
10780         * gst/effectv/gstvertigo.c:
10781         * gst/effectv/gstwarp.c:
10782         * gst/flx/gstflxdec.c:
10783         * gst/goom/gstgoom.c:
10784         * gst/icydemux/gsticydemux.c:
10785         * gst/id3demux/gstid3demux.c:
10786         * gst/interleave/deinterleave.c:
10787         * gst/interleave/interleave.c:
10788         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10789         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10790         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10791         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10792         * gst/level/gstlevel.c:
10793         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10794         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10795         * gst/median/gstmedian.c:
10796         * gst/monoscope/gstmonoscope.c:
10797         * gst/multipart/multipartdemux.c:
10798         * gst/multipart/multipartmux.c:
10799         * gst/oldcore/gstaggregator.c:
10800         * gst/oldcore/gstfdsink.c:
10801         * gst/oldcore/gstmd5sink.c:
10802         * gst/oldcore/gstmultifilesrc.c:
10803         * gst/oldcore/gstpipefilter.c:
10804         * gst/oldcore/gstshaper.c:
10805         * gst/oldcore/gststatistics.c:
10806         * gst/rtp/gstasteriskh263.c:
10807         * gst/rtp/gstrtpL16depay.c:
10808         * gst/rtp/gstrtpL16pay.c:
10809         * gst/rtp/gstrtpamrdepay.c:
10810         * gst/rtp/gstrtpamrpay.c:
10811         * gst/rtp/gstrtpdepay.c:
10812         * gst/rtp/gstrtpgsmpay.c:
10813         * gst/rtp/gstrtph263pay.c:
10814         * gst/rtp/gstrtph263pdepay.c:
10815         * gst/rtp/gstrtph263ppay.c:
10816         * gst/rtp/gstrtpilbcdepay.c:
10817         * gst/rtp/gstrtpmp4gpay.c:
10818         * gst/rtp/gstrtpmp4vdepay.c:
10819         * gst/rtp/gstrtpmp4vpay.c:
10820         * gst/rtp/gstrtpmpadepay.c:
10821         * gst/rtp/gstrtpmpapay.c:
10822         * gst/rtp/gstrtppcmadepay.c:
10823         * gst/rtp/gstrtppcmapay.c:
10824         * gst/rtp/gstrtppcmudepay.c:
10825         * gst/rtp/gstrtppcmupay.c:
10826         * gst/rtp/gstrtpspeexdepay.c:
10827         * gst/rtp/gstrtpspeexpay.c:
10828         * gst/rtsp/gstrtpdec.c:
10829         * gst/rtsp/gstrtspsrc.c:
10830         * gst/smpte/gstsmpte.c:
10831         * gst/udp/gstdynudpsink.c:
10832         * gst/udp/gstmultiudpsink.c:
10833         * gst/udp/gstudpsink.c:
10834         * gst/udp/gstudpsrc.c:
10835         * gst/videobox/gstvideobox.c:
10836         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10837         * gst/videofilter/gstvideobalance.c:
10838         * gst/videofilter/gstvideoflip.c:
10839         * gst/videofilter/gstvideotemplate.c:
10840         (gst_videotemplate_base_init):
10841         * gst/videomixer/videomixer.c:
10842         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10843         (gst_wavparse_class_init), (gst_wavparse_dispose),
10844         (gst_wavparse_reset), (gst_wavparse_init),
10845         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10846         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10847         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10848         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10849         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10850         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10851         (gst_wavparse_change_state):
10852         * gst/wavparse/gstwavparse.h:
10853         * sys/oss/gstossmixerelement.c:
10854         * sys/oss/gstosssink.c:
10855         * sys/oss/gstosssrc.c:
10856         * sys/osxaudio/gstosxaudioelement.c:
10857         * sys/osxaudio/gstosxaudiosink.c:
10858         * sys/osxaudio/gstosxaudiosrc.c:
10859         * sys/sunaudio/gstsunaudiomixer.c:
10860         * sys/sunaudio/gstsunaudiosink.c:
10861           Define GstElementDetails as const and also static (when defined as
10862           global)
10863
10864 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10865
10866         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10867           Source pad has fixed caps. If we don't set this, bad
10868           things happen when the window is resized.
10869
10870 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10871
10872         * gst/matroska/Makefile.am:
10873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10874         (gst_matroska_demux_handle_src_event):
10875         * gst/matroska/matroska-ids.c:
10876         (gst_matroska_track_init_video_context),
10877         (gst_matroska_track_init_audio_context),
10878         (gst_matroska_track_init_subtitle_context),
10879         (gst_matroska_track_init_complex_context):
10880         * gst/matroska/matroska-ids.h:
10881           Handle case where the TrackType ebml chunk does not come before the
10882           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10883           events.
10884
10885 2006-04-25  Wim Taymans  <wim@fluendo.com>
10886
10887         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10888         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10889         It's codec_data, not codec_info.
10890
10891 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10892
10893         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10894
10895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10896           Handle codec_data for VfW compatibility codec IDs (#339451)
10897
10898         * gst/matroska/matroska-mux.c:
10899         (gst_matroska_mux_video_pad_setcaps):
10900           Same here, handle codec_data and add additional caps we can handle
10901           now to the pad template (huffyuv, dv and h263 video) (#339451)
10902
10903 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10904
10905         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10906
10907         * gst/matroska/matroska-mux.c:
10908         (gst_matroska_mux_create_buffer_header),
10909         (gst_matroska_mux_write_data):
10910           Fix timestamping of B-frames, use signed integers, do
10911           some rounding (#339678).
10912
10913 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10914
10915         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10916         just make it compile with --disable-gst-debug.
10917
10918 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10919
10920         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10921         Fix a bad conversion using gst_guint64_to_gdouble.
10922         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10923         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10924         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10925     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10926         mistake.
10927
10928 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10929
10930         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10931         Use gst_guint64_to_gdouble for conversions
10932         * win32/vs6/gst_plugins_good.dsw:
10933         * win32/vs6/libgsticydemux.dsp:
10934         Add a project file for icydemux
10935
10936 2006-04-21  Wim Taymans  <wim@fluendo.com>
10937
10938         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10939
10940         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10941         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10942         When splitting audio chunks, the block alignment is not taken in
10943         consideration, so the smaller chunks could be of size which is 
10944         not a multiple of the block alignment. Fixes #336904
10945
10946 2006-04-21  Wim Taymans  <wim@fluendo.com>
10947
10948         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10949         Use scale functions
10950
10951 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * ext/dv/gstdv.c: (plugin_init):
10954           Fix build.
10955
10956 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10957
10958         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10959         (gst_progress_report_class_init), (gst_progress_report_init),
10960         (gst_progress_report_do_query), (gst_progress_report_report),
10961         (gst_progress_report_set_property),
10962         (gst_progress_report_get_property):
10963           Add 'format' property to force querying to a particular format.
10964
10965 2006-04-21  Andy Wingo  <wingo@pobox.com>
10966
10967         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10968         best, on big endian systems. Drop its rank in that case. OTOH on
10969         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10970
10971 2006-04-21  Michael Smith  <msmith@fluendo.com>
10972
10973         * configure.ac:
10974         * gst/icydemux/Makefile.am:
10975         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10976         (gst_icydemux_base_init), (gst_icydemux_class_init),
10977         (gst_icydemux_reset), (gst_icydemux_init),
10978         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10979         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10980         (unicodify), (gst_icydemux_unicodify),
10981         (gst_icydemux_parse_and_send_tags),
10982         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10983         (gst_icydemux_chain), (gst_icydemux_change_state),
10984         (gst_icydemux_send_tag_event), (plugin_init):
10985         * gst/icydemux/gsticydemux.h:
10986         * tests/check/Makefile.am:
10987         * tests/check/elements/icydemux.c: (typefind_succeed),
10988         (plugin_init), (icydemux_found_pad), (create_icydemux),
10989         (cleanup_icydemux), (push_data), (GST_START_TEST),
10990         (icydemux_suite), (main):
10991           Add icydemux, and tests.
10992
10993 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10996           Post SEGMENT_DONE message in TIME format.
10997
10998 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10999
11000         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11001
11002         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11003         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11004           Fix index creation when we have to scan the file to create
11005           an index. There may be other types of RIFF 'LIST' chunks than
11006           'movi' and we need to skip them properly as well or we'll end up
11007           reading garbage (#336889). Some other cosmetic changes.
11008           
11009 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11012         (gst_flac_dec_handle_seek_event):
11013           Add support for segment seeks (fixes #338290). Also demote
11014           some recurring debug message from DEBUG to LOG level.
11015
11016 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11019         (gst_matroskademux_do_index_seek),
11020         (gst_matroska_demux_handle_seek_event),
11021         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11022         * gst/matroska/matroska-ids.h:
11023           Set DISCONT flag on first buffer after a discontinuity.
11024           Fix newsegment events sent when seeking and honour KEY_UNIT
11025           seek flag. Create pad with bogus caps if we don't recognise
11026           the stream codec id.
11027
11028         * gst/matroska/matroska-demux.h:
11029           Fix GObject macros.
11030
11031 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11032
11033         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11034
11035         * gst/matroska/matroska-demux.c:
11036         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11037           Handle end of segment properly when set; don't dead-lock when
11038           posting start of segment message when doing a segment seek.
11039           Fixes #338810.
11040
11041 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11044         (gst_matroska_demux_plugin_init):
11045           Make mpeg2 aac audio work: create artificial private codec data
11046           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11047           Also call gst_riff_init(). Partially fixes #338767.
11048
11049 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11052         (gst_wavenc_class_init), (gst_wavenc_init),
11053         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11054         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11055         (gst_wavenc_chain), (gst_wavenc_change_state):
11056         * gst/wavenc/gstwavenc.h:
11057           Set caps on first outgoing buffer, so that it doesn't error out
11058           immediately with a non-negotiated error (#338716). Rewrite and
11059           clean up a bit; fix setcaps function to parse things properly;
11060           fix sink caps (8bit audio is unsigned and doesn't have depth);
11061           use boilerplate macros; remove unused properties stuff.
11062
11063 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11064
11065         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11066           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11067           handle MJPEG streams and might be autoplugged for those if the
11068           user doesn't have jpegdec installed (resulting in a cryptic error
11069           message about huffman tables). Better to disable JPEG decoding here
11070           and let the user figure out that she needs to install jpegdec.
11071
11072 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11075         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11076         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11077         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11078           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11079           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11080           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11081           debug messages. Fix boilerplate macros.
11082
11083 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11084
11085         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11086         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11087           No need to special-case for Gdk-2.0 any longer, we require
11088           Gdk 2.2 or newer; minor clean-ups.
11089
11090 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11093         (gst_shout2send_class_init), (gst_shout2send_init),
11094         (set_shout_metadata), (gst_shout2send_set_metadata),
11095         (gst_shout2send_event), (gst_shout2send_start),
11096         (gst_shout2send_connect), (gst_shout2send_stop),
11097         (gst_shout2send_render), (gst_shout2send_set_property),
11098         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11099         (plugin_init):
11100         * ext/shout2/gstshout2.h:
11101         * po/POTFILES.in:
11102           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11103           change function; use GST_ELEMENT_ERROR for error reporting, not
11104           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11105           will cause crashes or assertion failures; remove (unused) "sync"
11106           property, basesink already has such a property; misc. other
11107           minor fixes and cleanups.
11108
11109 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11110
11111         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11112         * ext/esd/gstesd.c: (plugin_init):
11113         * po/POTFILES.in:
11114           Add translatable error message for when we cannot
11115           connect to the sound server, as "Cannot open resource
11116           for writing" isn't really an acceptable message to show
11117           to the user in this case.
11118
11119 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * sys/oss/gst-i18n-plugin.h:
11122           Remove bogus file that doesn't belong here.
11123
11124 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11125
11126         Patch by: Philippe Valembois
11127
11128         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11129         (gst_shout2send_set_metadata), (gst_shout2send_event),
11130         (gst_shout2send_render), (gst_shout2send_change_state):
11131         * ext/shout2/gstshout2.h:
11132           Handle tags being received before the connection to
11133           the server is established properly (see #338636).
11134
11135 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11136
11137         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11138           Don't crash in case the connection to the server fails:
11139           don't set pointer to NULL by assigning FALSE; error out
11140           properly by using GST_ELEMENT_ERROR and returning
11141           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11142           before resetting the pointer.
11143
11144 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11145
11146         * gst/id3demux/id3tags.c:
11147         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11148         (Fixes #338713)
11149
11150 2006-04-12  Wim Taymans  <wim@fluendo.com>
11151
11152         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11153         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11154         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11155         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11156         (gst_gdk_pixbuf_chain):
11157         Some cleanups.
11158         Added RGBA as a possible output format.
11159         Correctly free the supported mimetypes.
11160         deprecate silent arg, it's not used.
11161         Return result from _alloc_buffer to peer.
11162
11163 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11164
11165         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11166           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11167           overwriting GST_BUFFER_MALLOCDATA.
11168
11169 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11172         (user_endrow_callback), (user_end_callback),
11173         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11174         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11175         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11176         * ext/libpng/gstpngdec.h:
11177           Handle more than one frame if the content is framed,
11178           like with png-in-quicktime (#331917).
11179
11180 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11181
11182         * sys/oss/Makefile.am:
11183         * sys/oss/common.h:
11184         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11185         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11186         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11187         (gst_oss_src_unprepare):
11188           - the user-visible error strings were in the wrong category
11189           - and the messages were not marked for translation
11190           - which is actually a good thing, because they were exactly
11191             the kind of message you would never want anyone to see
11192           - the macros were using variables that didn't exist in the macro
11193             arguments
11194           - and they were obviously copied from each other and then modified
11195           - so a common header makes sense
11196
11197 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11200           Don't try to modify read-only data.
11201
11202         * gst/matroska/matroska-demux.c:
11203         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11204           Fix comment (won't crash any longer now).
11205
11206 2006-04-10  Michael Smith  <msmith@fluendo.com>
11207
11208         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11209           Use copies of header buffers for caps to avoid circular refcounting
11210           problems (as in theoradec, vorbisdec).
11211
11212         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11213           Fix a typo in test that meant it was testing the wrong thing.
11214
11215         * tests/check/elements/cmmlenc.c: (check_headers):
11216           Fix refcount checks now that we use buffer-copies for caps.
11217
11218 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11221         (gst_matroska_demux_handle_seek_event),
11222         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11223         (gst_matroska_demux_subtitle_caps),
11224         (gst_matroska_demux_plugin_init):
11225           Use static pad templates with ANY caps for audio and video
11226           source pads and get rid of a lot of unnecessary (and partially
11227           broken) code for the template caps. Clean up caps finding
11228           functions. Fixes playback of audio files/streams that do not
11229           contain the sample rate and/or number of channels in the audio
11230           context (happens a lot with vorbis/mp3 .mka files it seems).
11231           Fixes #337183.
11232           Also add myself to copyright holders.
11233
11234 2006-04-10  Michael Smith  <msmith@fluendo.com>
11235
11236         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11237           Use g_list_delete_link () instead of g_list_remove_link () so that
11238           we free the link as well as the contained data.
11239
11240 2006-04-10  Wim Taymans  <wim@fluendo.com>
11241
11242         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11243
11244         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11245         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11246         (gst_avi_demux_stream_header):
11247         Fix some crashers with empty chunks. (Fixes #337749)
11248
11249 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11250
11251         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11252           use G_GINT64_CONSTANT for INT64 constants
11253         * gst/videofilter/gstvideobalance.c:
11254           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11255         * win32/vs6/libgstavi.dsp:
11256          add missing libraries for the link and remove avimux.c from
11257          the project as it isn't ported to 0.10 yet
11258         
11259 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11260
11261         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11262           Even better would be if we actually did the right thing
11263           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11264
11265 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11266
11267         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11268           Can't just replace 1LL with 1L here just because MSVC doesn't
11269           support it, as it might lead to incorrect results when doing the
11270           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11271           force a 64-bit constant in a way that all compilers are happy with.
11272
11273 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11274
11275         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11276         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11277         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11279         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11280         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11281         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11282         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11283         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11284         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11285         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11286         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11287         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11288         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11289         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11290         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11291         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11292         * gst/debug/efence.c: (gst_efence_class_init):
11293         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11294         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11295         * gst/goom/gstgoom.c: (gst_goom_class_init):
11296         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11297         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11298         * gst/interleave/interleave.c: (interleave_class_init):
11299         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11300         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11301         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11302         * gst/median/gstmedian.c: (gst_median_class_init):
11303         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11304         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11305         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11306         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11307         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11308         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11309         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11310         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11311         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11312         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11313         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11314         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11315         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11316         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11317         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11318         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11319         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11320         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11321         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11322         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11323         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11324         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11325         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11326         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11327         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11329         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11330         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11331         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11332         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11333         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11334         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11335         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11336         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11337         * sys/osxaudio/gstosxaudioelement.c:
11338         (gst_osxaudioelement_class_init):
11339         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11340         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11341         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11342         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11343
11344 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11345
11346         * ext/mikmod/gstmikmod.h:
11347         * gst/level/gstlevel.h:
11348         Fix more broken GObject macros
11349
11350 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11351
11352         * ext/annodex/gstcmmldec.h:
11353         * ext/annodex/gstcmmlenc.h:
11354         * ext/annodex/gstcmmltag.h:
11355         * ext/cairo/gsttextoverlay.h:
11356         * ext/ladspa/gstsignalprocessor.h:
11357         * gst/matroska/ebml-read.h:
11358         * gst/matroska/ebml-write.h:
11359         * sys/osxaudio/gstosxaudioelement.h:
11360         Fix broken GObject macros
11361
11362 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11363
11364         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11365           Don't try to seek beyond the end of the file (would
11366           occasionally display error dialogs in totem when seeking
11367           to the end) (#335869). Will still throw an error though
11368           if the file is truncated and the total_samples value in
11369           the stream header is wrong.
11370
11371 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11372
11373         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11374         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11375         (gst_flac_dec_metadata_callback):
11376         * ext/flac/gstflacdec.h:
11377           If the stream header doesn't contain the total number of samples,
11378           search for the last flac frame at the end of the file and calculate
11379           the total duration from that frame's offset (fixes #337609).
11380
11381 2006-04-07  Edward Hervey  <edward@fluendo.com>
11382
11383         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11384         Don't unref the GstPadTemplate returned by
11385         gst_element_class_get_pad_template().
11386
11387 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11390
11391         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11392         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11393         * sys/sunaudio/gstsunaudiosink.h:
11394           Use spec->segsize and spec->segtotal in the prepare function
11395           to initialise the ring buffer instead of using the buffer-time
11396           property (#337421).
11397
11398 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * configure.ac:
11401           Bump core requirements to CVS for gst_pad_query_peer_duration()
11402           which is used by speexdec.
11403
11404 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11405
11406         * ext/speex/gstspeex.c: (plugin_init):
11407         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11408         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11409         (speex_get_sink_query_types), (speex_dec_sink_query),
11410         (speex_get_src_query_types), (speex_dec_src_query),
11411         (speex_dec_src_event), (speex_dec_sink_event),
11412         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11413         (speex_dec_chain_parse_data), (speex_dec_chain),
11414         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11415         (speex_dec_change_state):
11416         * ext/speex/gstspeexdec.h:
11417           Fix seeking and duration queries (#337033); clean up and
11418           refactor a bit.
11419
11420 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11421
11422         * ext/raw1394/gstdv1394src.c:
11423           distinguish between device not found and could not open for
11424           reading
11425
11426 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11427
11428         * Makefile.am:
11429         * configure.ac:
11430         * pkgconfig/.cvsignore:
11431         * pkgconfig/Makefile.am:
11432         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11433           add a .pc file so other modules can use good plugins in tests
11434
11435 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11436
11437         * configure.ac:
11438           clean up, use AS_VERSION and AS_NANO
11439         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11440           use PACKAGE_VERSION define
11441         * po/af.po:
11442         * po/az.po:
11443         * po/cs.po:
11444         * po/en_GB.po:
11445         * po/hu.po:
11446         * po/it.po:
11447         * po/nb.po:
11448         * po/nl.po:
11449         * po/or.po:
11450         * po/sq.po:
11451         * po/sr.po:
11452         * po/sv.po:
11453         * po/uk.po:
11454         * po/vi.po:
11455           updated
11456
11457 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11458
11459         * ext\jpeg\smokecodec.c:
11460           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11461         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11462           move first instruction after all variables declarations
11463         * gst\alpha\gstalpha.c:
11464         * gst\effectv\gstshagadelic.c:
11465         * gst\smpte\paint.c:
11466         * gst\videofilter\gstvideobalance.c:
11467           define M_PI if it's not defined (it's not defined on WIN32)
11468         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11469         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11470         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11471         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11472         (gst_matroska_demux_video_caps):
11473         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11474         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11475           use gst_guint64_to_gdouble for conversions
11476         * gst\goom\filters.c: (setPixelRGB_):
11477           fix a debug which was using undefined variable
11478         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11479         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11480           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11481         * win32/vs6:
11482           add vs6 projects files for most of plugins-good
11483         
11484 2006-03-30  j^  <j@bootlab.org>
11485
11486         * ext/aalib/gstaasink.c:
11487         * ext/annodex/gstcmmldec.c:
11488         * ext/annodex/gstcmmlenc.c:
11489         * ext/cairo/gsttextoverlay.c:
11490         * ext/cairo/gsttimeoverlay.c:
11491         * ext/cdio/gstcdiocddasrc.c:
11492         * ext/dv/gstdvdec.c:
11493         * ext/esd/esdmon.c:
11494         * ext/esd/esdsink.c:
11495         * ext/flac/gstflacdec.c:
11496         * ext/flac/gstflacenc.c:
11497         * ext/flac/gstflactag.c:
11498         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11499         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11500         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11501         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11502         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11503         * ext/gdk_pixbuf/pixbufscale.c:
11504         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11505         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11506         * ext/jpeg/gstjpegdec.c:
11507         * ext/jpeg/gstjpegenc.c:
11508         * ext/jpeg/gstsmokedec.c:
11509         * ext/jpeg/gstsmokeenc.c:
11510         * ext/libcaca/gstcacasink.c:
11511         * ext/libmng/gstmngdec.c:
11512         * ext/libmng/gstmngenc.c:
11513         * ext/libpng/gstpngdec.c:
11514         * ext/libpng/gstpngenc.c:
11515         * ext/mikmod/gstmikmod.c:
11516         * ext/raw1394/gstdv1394src.c:
11517         * ext/shout2/gstshout2.c:
11518         * ext/speex/gstspeexdec.c:
11519         * ext/speex/gstspeexenc.c:
11520         * gst/alpha/gstalpha.c:
11521         * gst/alpha/gstalphacolor.c:
11522         * gst/auparse/gstauparse.c:
11523         * gst/autodetect/gstautoaudiosink.c:
11524         (gst_auto_audio_sink_base_init):
11525         * gst/autodetect/gstautovideosink.c:
11526         (gst_auto_video_sink_base_init):
11527         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11528         * gst/cutter/gstcutter.c:
11529         * gst/debug/breakmydata.c:
11530         * gst/debug/efence.c:
11531         * gst/debug/gstnavigationtest.c:
11532         * gst/debug/negotiation.c:
11533         * gst/debug/progressreport.c:
11534         * gst/debug/testplugin.c:
11535         * gst/effectv/gstaging.c:
11536         * gst/effectv/gstdice.c:
11537         * gst/effectv/gstedge.c:
11538         * gst/effectv/gstquark.c:
11539         * gst/effectv/gstrev.c:
11540         * gst/effectv/gstvertigo.c:
11541         * gst/effectv/gstwarp.c:
11542         * gst/flx/gstflxdec.c:
11543         * gst/goom/gstgoom.c:
11544         * gst/interleave/deinterleave.c:
11545         * gst/interleave/interleave.c:
11546         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11547         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11548         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11549         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11550         * gst/level/gstlevel.c:
11551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11553         * gst/median/gstmedian.c:
11554         * gst/monoscope/gstmonoscope.c:
11555         * gst/multipart/multipartdemux.c:
11556         * gst/multipart/multipartmux.c:
11557         * gst/oldcore/gstmd5sink.c:
11558         * gst/oldcore/gstmultifilesrc.c:
11559         * gst/oldcore/gstpipefilter.c:
11560         * gst/oldcore/gstshaper.c:
11561         * gst/oldcore/gststatistics.c:
11562         * gst/rtp/gstasteriskh263.c:
11563         * gst/rtp/gstrtpL16depay.c:
11564         * gst/rtp/gstrtpL16pay.c:
11565         * gst/rtp/gstrtpamrdepay.c:
11566         * gst/rtp/gstrtpamrpay.c:
11567         * gst/rtp/gstrtpdepay.c:
11568         * gst/rtp/gstrtpgsmpay.c:
11569         * gst/rtp/gstrtph263pay.c:
11570         * gst/rtp/gstrtph263pdepay.c:
11571         * gst/rtp/gstrtph263ppay.c:
11572         * gst/rtp/gstrtpmp4gpay.c:
11573         * gst/rtp/gstrtpmp4vdepay.c:
11574         * gst/rtp/gstrtpmp4vpay.c:
11575         * gst/rtp/gstrtpmpadepay.c:
11576         * gst/rtp/gstrtpmpapay.c:
11577         * gst/rtp/gstrtppcmadepay.c:
11578         * gst/rtp/gstrtppcmapay.c:
11579         * gst/rtp/gstrtppcmudepay.c:
11580         * gst/rtp/gstrtppcmupay.c:
11581         * gst/rtp/gstrtpspeexdepay.c:
11582         * gst/rtp/gstrtpspeexpay.c:
11583         * gst/rtsp/gstrtpdec.c:
11584         * gst/smpte/gstsmpte.c:
11585         * gst/videobox/gstvideobox.c:
11586         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11587         * gst/videofilter/gstvideobalance.c:
11588         * gst/videofilter/gstvideoflip.c:
11589         * gst/videofilter/gstvideotemplate.c:
11590         (gst_videotemplate_base_init):
11591         * gst/videomixer/videomixer.c:
11592         * gst/wavenc/gstwavenc.c:
11593         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11594          better/unified long descriptions
11595          Fixed #336602
11596          Some cleanups to auparse, don't send multiple newsegments.
11597
11598 2006-03-29  Wim Taymans  <wim@fluendo.com>
11599
11600         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11601
11602         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11603         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11604         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11605         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11606         * ext/dv/gstdvdemux.h:
11607         Seek in READY patch. Only works for pull based mode.
11608         Fixes #323880
11609
11610 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11611
11612         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11613         (gst_gdk_pixbuf_event):
11614           Fix two crashers: don't unref the same caps twice, and
11615           set pixbuf loader to NULL after freeing it.
11616
11617 2006-03-27  Wim Taymans  <wim@fluendo.com>
11618
11619         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11620         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11621         (gst_speexenc_chain):
11622         * ext/speex/gstspeexenc.h:
11623         Don't leak adapter.
11624         A push *always* takes ownership of the buffer, even on
11625         errors.
11626         Small cleanups.
11627
11628 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11631           Create source pad without leaking.
11632
11633 2006-03-24  Wim Taymans  <wim@fluendo.com>
11634
11635         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11636         * ext/flac/gstflacdec.h:
11637         * ext/flac/gstflacenc.h:
11638         Spifify a bit.
11639         Fix deadly lock order error in seeking code, STREAM_LOCK
11640         cannot be taken within LOCK and the streaming variables are
11641         protected with the STREAM_LOCK anyway.
11642
11643 2006-03-24  Wim Taymans  <wim@fluendo.com>
11644
11645         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11646         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11647         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11648         this patch combines the global init_frames with the stream
11649         init_frames. Rationale being that the global delay should 
11650         be subtracted from any stream delay.
11651         Fixes #335858.
11652
11653 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11654
11655         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11656         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11657         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11658         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11659         use DEBUG_FUNCPTR for collectpads
11660
11661 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11662
11663         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11664           Don't crash when encoding images where the number of rows isn't
11665           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11666
11667 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11670         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11671         * gst/interleave/interleave.c: (interleave_change_state):
11672         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11673           More state change function fixes.
11674
11675 2006-03-23  Wim Taymans  <wim@fluendo.com>
11676
11677         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11678         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11679         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11680         (gst_esdsink_delay), (gst_esdsink_reset):
11681         * ext/esd/esdsink.h:
11682         Fix esd choppy playback by configuring audiosink
11683         correctly. Fixes #325191
11684
11685 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11686
11687         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11688           Make state change function thread-safe.
11689
11690 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11693         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11694           Don't try to read beyond the end of the file just because
11695           the header claims a bigger size (like with truncated files).
11696
11697 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11698
11699         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11700         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11701         (gst_wavparse_stream_data), (gst_wavparse_loop):
11702         * gst/wavparse/gstwavparse.h:
11703           Delay source pad creation until we have the first chunk of
11704           media data, so the we can examine the data and adjust the
11705           caps accordingly if required. This makes playback of .wav
11706           files with DTS-declared-as-PCM content work (#313266).
11707
11708 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11709
11710         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11711         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11712         Don't attempt typefinding on too-short buffers that have been
11713         completely trimmed away. (Fixes #330239)
11714
11715         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11716         Improve the debug output
11717
11718 2006-03-21  Wim Taymans  <wim@fluendo.com>
11719
11720         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11721         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11722         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11723         (gst_esdsink_set_property), (gst_esdsink_get_property):
11724         Some cleanups.
11725         Reset fd to -1 when we close them.
11726
11727 2006-03-21  Wim Taymans  <wim@fluendo.com>
11728
11729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11730         the OPTIONS request result is optional so don't
11731         fail on it.
11732
11733 2006-03-21  Edward Hervey  <edward@fluendo.com>
11734
11735         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11736         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11737         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11738         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11739         (gst_wavparse_change_state):
11740         gcc 4.1 unreferenced pointer fixes.
11741
11742 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11743
11744         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11745
11746         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11747           Fix block alignment calculation. Alignment should be done before
11748           adding the byte offset where the data starts (#335231).
11749
11750 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11751
11752         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11753           Ensure that we set correct caps on buffers that are transferred
11754           direct from the input.
11755
11756 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11757
11758         * gst/goom/filters.c: (zoomFilterDestroy):
11759         * gst/goom/goom_core.c: (goom_close):
11760           Free filter data when cleaning up. (Fixes: #334995)
11761
11762 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         * configure.ac:
11765           Don't compile udp and rtsp plugins on win32 (mingw) or other
11766           systems that don't have <sys/socket.h> for some reason (#316203).
11767
11768 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11769
11770         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11771         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11772         * ext/raw1394/gstdv1394src.h:
11773           Change bus reset handler so it reports useful information such as
11774           whether the device being used connected or disconnected
11775
11776 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * gst/id3demux/id3v2frames.c:
11779         (parse_relative_volume_adjustment_two):
11780           We only care about gain and peak data for the master volume.
11781
11782 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11783
11784         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11785         (parse_id_string), (parse_unique_file_identifier),
11786         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11787           Read replay gain tags (#323721).
11788
11789 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11790
11791         * configure.ac:
11792           Bump requirements to gst-plugins-base CVS because
11793           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11794
11795 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11796
11797         * rtp/gst/gstrtppcmadepay.c:
11798         Fixed one of the caps in the code from mulaw to alaw.
11799
11800 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11801
11802         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11803           Ensure that we set caps on the buffers we pass.
11804
11805         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11806         (gst_id3demux_sink_activate):
11807           Ensure that we set caps on the buffers we pass.
11808
11809           Use STREAM, TYPE_NOT_FOUND as the error class when
11810           typefinding fails.
11811
11812 2006-03-15  Edward Hervey  <edward@fluendo.com>
11813
11814         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11815         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11816         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11817         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11818         (gst_jpeg_dec_setcaps):
11819         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11820         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11821         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11822         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11823         (gst_mngdec_src_getcaps):
11824         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11825         (gst_pngdec_caps_create_and_set):
11826         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11827         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11828         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11829         * gst/alpha/gstalpha.c: (gst_alpha_init):
11830         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11831         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11832         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11833         * gst/cutter/gstcutter.c: (gst_cutter_init):
11834         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11835         (gst_efence_checkgetrange):
11836         * gst/debug/negotiation.c: (gst_negotiation_init):
11837         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11838         * gst/goom/gstgoom.c: (gst_goom_init):
11839         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11840         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11841         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11842         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11843         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11844         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11845         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11846         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11847         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11848         (gst_wavparse_create_sourcepad):
11849         Fix memleak with gst_static_pad_template_get().
11850         This uses gst_pad_new_from_static_template() instead.
11851         Fixes #333512
11852
11853 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11854
11855         * configure.ac:
11856           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11857           used by id3demux.
11858
11859         * gst/id3demux/gstid3demux.c: (plugin_init):
11860         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11861         (parse_user_text_identification_frame),
11862         (parse_unique_file_identifier):
11863           Add support for UFID and TXXX frames and extract musicbrainz tags.
11864
11865 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11866
11867         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11868           Catch short reads, like they might happen with truncated
11869           files (see #305279); remove unnecessary indentation.
11870
11871 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11872
11873         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11874           Fix DIB image inversion for pictures with a
11875           depth != 8 (#305279).
11876
11877 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11878
11879         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11880         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11881         * ext/jpeg/gstjpegdec.h:
11882           Fix durations on outgoing buffers after seeking
11883           in MJPEG files (#334083); some minor clean-ups.
11884
11885 2006-03-13  Wim Taymans  <wim@fluendo.com>
11886
11887         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11888         (gst_wavparse_change_state):
11889         Implement seek in READY (re-fixes #327658)
11890
11891 2006-03-13  Wim Taymans  <wim@fluendo.com>
11892
11893         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11894         * ext/esd/esdmon.c: (gst_esdmon_get):
11895         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11896         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11897         (gst_gdk_pixbuf_sink_getcaps):
11898         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11899         (gst_jpegenc_setcaps):
11900         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11901         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11902         (gst_smokeenc_setcaps):
11903         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11904         (gst_mngdec_src_getcaps):
11905         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11906         (gst_mngenc_chain):
11907         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11908         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11909         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11910         (speex_dec_src_event), (speex_dec_chain):
11911         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11912         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11913         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11914         (gst_negotiation_pad_link), (gst_negotiation_chain):
11915         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11916         (gst_flxdec_chain):
11917         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11918         (deinterleave_chain):
11919         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11920         * gst/median/gstmedian.c: (gst_median_link):
11921         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11922         (gst_monoscope_chain):
11923         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11924         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11925         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11926         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11927         close #333784 unref the result of gst_pad_get_parent()
11928         by: Christophe Fergeau.
11929
11930 2006-03-09  Wim Taymans  <wim@fluendo.com>
11931
11932         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11933         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11934         Handle events in push mode better, can now do non-flushing
11935         seeks in push mode as well.
11936
11937 2006-03-07  Wim Taymans  <wim@fluendo.com>
11938
11939         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11940         Applied patch from Kai Vehmanen, fixes #333624.
11941
11942 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11943
11944         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11945         Implement paletted and grayscale png files handling.
11946         (#150363).
11947
11948 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11949
11950         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11951         (gst_speexenc_chain):
11952           fix a tag list assert
11953           follow gst-plugins-base/ext/ogg/README; set OFFSET
11954           and OFFSET_END.  Muxes correctly with gst-plugins-base
11955           > 0.9.3
11956
11957 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * gst/id3demux/Makefile.am:
11960         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11961         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11962           Use new typefind helper functions here as well, and
11963           do typefinding in pull-mode if upstream supports that.
11964
11965 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11966
11967         * sys/sunaudio/gstsunaudiomixerctrl.c:
11968         (gst_sunaudiomixer_ctrl_get_volume),
11969         (gst_sunaudiomixer_ctrl_set_volume):
11970         * sys/sunaudio/gstsunaudiomixertrack.c:
11971         (gst_sunaudiomixer_track_new):
11972           Remove unused variables, breaks build from CVS
11973           with -Werror (#333392, patch by: Benjamin Pineau)
11974
11975 2006-03-03  Wim Taymans  <wim@fluendo.com>
11976
11977         * docs/plugins/Makefile.am:
11978         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11979         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11980         Added wavparse docs.
11981
11982         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11983         (gst_wavparse_reset), (gst_wavparse_init),
11984         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11985         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11986         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11987         (gst_wavparse_stream_data), (gst_wavparse_loop),
11988         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11989         (gst_wavparse_change_state):
11990         * gst/wavparse/gstwavparse.h:
11991         Implement seek in READY (fixes #327658)
11992         Added docs and did some cleanups.
11993
11994 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11997         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11998         (gst_avi_demux_calculate_durations_from_index),
11999         (gst_avi_demux_stream_header):
12000         * gst/avi/gstavidemux.h:
12001           If we have an index, use a duration based on the index instead
12002           of blindly trusting the information in the stream headers
12003           (fixes #331817).
12004
12005 2006-03-03  Wim Taymans  <wim@fluendo.com>
12006
12007         * docs/plugins/Makefile.am:
12008         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12009         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12010         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12011         Added smoke and jpeg to the docs.
12012
12013         * ext/jpeg/Makefile.am:
12014         * ext/jpeg/gstjpeg.c: (plugin_init):
12015         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12016         * ext/jpeg/gstjpegenc.h:
12017         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12018         (gst_smokedec_chain):
12019         * ext/jpeg/gstsmokedec.h:
12020         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12021         * ext/jpeg/gstsmokeenc.h:
12022         * ext/jpeg/smokecodec.h:
12023         Port smokedec (fixes #331905).
12024         Added some docs.
12025         Some cleanups.
12026
12027 2006-03-03  Wim Taymans  <wim@fluendo.com>
12028
12029         * docs/plugins/Makefile.am:
12030         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12031         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12032         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12033         Added videobalance and videoflip to the docs.
12034
12035         * gst/videofilter/Makefile.am:
12036         * gst/videofilter/gstvideobalance.c:
12037         (gst_video_balance_update_tables_planar411),
12038         (gst_video_balance_is_passthrough),
12039         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12040         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12041         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12042         (gst_video_balance_finalize), (gst_video_balance_class_init),
12043         (gst_video_balance_init), (gst_video_balance_interface_supported),
12044         (gst_video_balance_interface_init),
12045         (gst_video_balance_colorbalance_list_channels),
12046         (gst_video_balance_colorbalance_set_value),
12047         (gst_video_balance_colorbalance_get_value),
12048         (gst_video_balance_colorbalance_init),
12049         (gst_video_balance_set_property), (gst_video_balance_get_property),
12050         (gst_video_balance_get_type), (plugin_init):
12051         * gst/videofilter/gstvideobalance.h:
12052         Ported to 0.10. (Fixes #326160)
12053         Added docs.
12054
12055         * gst/videofilter/gstvideoflip.c:
12056         * gst/videofilter/gstvideoflip.h:
12057         Added docs.
12058
12059 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         * configure.ac:
12062           Bump requirements to current core and -base CVS
12063           (core for new typefind helper API, and -base for the
12064           WAVFORMATEX support that was added to libgstriff and
12065           is needed by wavparse).
12066         
12067         * gst/apetag/Makefile.am:
12068         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12069         (gst_tag_demux_sink_activate):
12070           Use new typefind helpers for typefinding instead of our
12071           home-grown stuff; also, do typefinding in pull-mode if
12072           upstream supports that.
12073
12074 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12075
12076         Reviewed by: Christian Schaller <christian@fluendo.com>
12077
12078         This patch fixes bug: 329107
12079
12080         This Changelog entry is for a commit done on February 17
12081
12082         * ext/gconf/gconf.c
12083         * ext/gconf/gconf.h
12084         * ext/gconf/gstgconfaudiosink.c
12085         * ext/gconf/gstgconfaudiosink.h
12086         * gconf/gstreamer.schemas.in
12087
12088 2006-02-28  Wim Taymans  <wim@fluendo.com>
12089
12090         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12091         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12092         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12093         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12094         Use DEBUG_OBJECT more.
12095
12096 2006-02-28  Wim Taymans  <wim@fluendo.com>
12097
12098         * docs/plugins/Makefile.am:
12099         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12100         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12101         Added dvdec and dvdemux to docs.
12102
12103         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12104         Added docs.
12105         Check frame sizes so we don't crash when don't have enough
12106         data.
12107         Send nice error messages on error.
12108
12109         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12110         (gst_dvdemux_class_init), (gst_dvdemux_init),
12111         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12112         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12113         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12114         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12115         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12116         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12117         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12118         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12119         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12120         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12121         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12122         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12123         * ext/dv/gstdvdemux.h:
12124         Added docs.
12125         Implement pull mode.
12126         Fix memleaks.
12127         Reduce memcpy for the video demuxing.
12128
12129 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12130
12131         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12132         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12133         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12134         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12135           Add a little extra debug. Make the decoder not return NOT_LINKED,
12136           as we want to continue decoding all CMML and emitting tags.
12137
12138 2006-02-27  Michael Smith  <msmith@fluendo.com>
12139
12140         * ext/annodex/gstskeltag.c:
12141         * ext/annodex/gstskeltag.h:
12142           Deleted; these files aren't used any more either.
12143
12144 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12145
12146         * ext/Makefile.am: Fix dist-check.
12147
12148 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12149
12150         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12151         memleak.
12152
12153 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12154
12155         * ext/annodex/Makefile.am:
12156         * ext/annodex/gstannodex.c:
12157         * ext/annodex/gstcmmldec.c:
12158         * ext/annodex/gstcmmlenc.c:
12159         * ext/annodex/gstcmmlparser.c:
12160         * ext/annodex/gstcmmlparser.h:
12161         * ext/annodex/gstcmmlutils.c:
12162         * tests/check/elements/cmmldec.c:
12163         * tests/check/elements/cmmlenc.c:
12164           Fix a memleak in gst_cmml_track_list_add_clip.
12165           Handle overflows in clip's start and end times.
12166           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12167           Do not parse junk at the end of a CMML preamble buffer.
12168           Register a libxml error handler to not print stuff on stderr.
12169           Check for bad clip start and end times in the testsuites.
12170
12171 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12172
12173         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12174         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12175         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12176         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12177         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12178         possible memleaks.
12179
12180 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12181
12182         * tests/check/Makefile.am:
12183         * tests/check/elements/cmmldec.c:
12184         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12185         the plugins-base tags.
12186
12187 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12188
12189         * ext/Makefile.am: Re-enable module.
12190
12191 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12192
12193         * tests/check/Makefile.am: Forgot to remove that test.
12194
12195 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12196
12197         * ext/annodex/Makefile.am:
12198         * ext/annodex/gstannodex.c: (plugin_init):
12199         * ext/annodex/gstcmmldec.c:
12200         * ext/annodex/gstskeldec.c:
12201         * ext/annodex/gstskeldec.h:
12202         * tests/check/Makefile.am:
12203         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12204
12205 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12206
12207         * tests/check/Makefile.am: Disable those checks as well.
12208
12209 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12210
12211         * ext/Makefile.am: Disable annodex for now until we figure out
12212         how to make it build.
12213         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12214         Add a rule to your checklist : "please try to at least build 
12215         what you are going to commit into -good, or if you are too lazy
12216         to do that, please check that the buildbots are not crying because
12217         of your commit."
12218
12219 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12220
12221         * configure.ac:
12222         * ext/Makefile.am:
12223         * ext/gdk_pixbuf/Makefile.am:
12224         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12225         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12226         * ext/gdk_pixbuf/pixbufscale.c:
12227         * ext/gdk_pixbuf/pixbufscale.h:
12228           Gdkpixbuf ported from 0.8 to 0.10 by
12229           Renato Filho <renato.filho@indt.org.br>.
12230           gst_loader and gdkpixbufanimation still need port.
12231
12232 2006-02-24  Michael Smith  <msmith@fluendo.com>
12233
12234         * configure.ac:
12235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12236         * ext/Makefile.am:
12237         * ext/annodex/Makefile.am:
12238         * ext/annodex/gstannodex.c:
12239         * ext/annodex/gstannodex.h:
12240         * ext/annodex/gstcmmldec.c:
12241         * ext/annodex/gstcmmldec.h:
12242         * ext/annodex/gstcmmlenc.c:
12243         * ext/annodex/gstcmmlenc.h:
12244         * ext/annodex/gstcmmlparser.c:
12245         * ext/annodex/gstcmmlparser.h:
12246         * ext/annodex/gstcmmltag.c:
12247         * ext/annodex/gstcmmltag.h:
12248         * ext/annodex/gstcmmlutils.c:
12249         * ext/annodex/gstcmmlutils.h:
12250         * ext/annodex/gstskeldec.c:
12251         * ext/annodex/gstskeldec.h:
12252         * ext/annodex/gstskeltag.c:
12253         * ext/annodex/gstskeltag.h:
12254         * tests/check/Makefile.am:
12255         * tests/check/elements/cmmldec.c:
12256         * tests/check/elements/cmmlenc.c:
12257         * tests/check/elements/skeldec.c:
12258           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12259           Includes tests & docs, oh my! Passes Thomas's -good checklist
12260           entirely. Wow.
12261
12262 2006-02-24  Michael Smith  <msmith@fluendo.com>
12263
12264         * autogen.sh:
12265           Check for automake 1.9 as well.
12266
12267 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12268
12269         * ext/flac/gstflacenc.c:
12270           Change min. sample rate to 8kHz to match flacdec's.
12271           
12272 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12273
12274         * ext/cdio/Makefile.am:
12275           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12276           required for Cygwin, see #317048)
12277
12278         * gst/rtp/gstasteriskh263.c:
12279           Cygwin has includes for both the unix network socket API
12280           and the windows API, but only one can be included, so fix
12281           includes to only use one or the other, prefering the unxi
12282           one (#317048).
12283
12284 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12285
12286         * rtp/gst/gstrtppcmadepay.c:
12287         * rtp/gst/gstrtppcmadepay.h:
12288         * rtp/gst/gstgstrtppcmapay.c:
12289         * rtp/gst/gstgstrtppcmapay.h:
12290         * rtp/gst/gstrtppcmudepay.c:
12291         * rtp/gst/gstrtppcmudepay.h:
12292         * rtp/gst/gstrtppcmupay.c:
12293         * rtp/gst/gstrtppcmupay.h:
12294         * rtp/gst/Makefile.am:
12295         * rtp/gst/gstrtp.c:
12296         * rtp/gst/README:
12297         Separated the G711 payloaders/depayloaders into separate elements for
12298         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12299
12300 2006-02-22  Wim Taymans  <wim@fluendo.com>
12301
12302         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12303         (gst_dvdec_change_state):
12304         * ext/dv/gstdvdec.h:
12305         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12306         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12307         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12308         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12309         (gst_dvdemux_flush), (gst_dvdemux_chain),
12310         (gst_dvdemux_change_state):
12311         * ext/dv/gstdvdemux.h:
12312         Ueber spiffify some more, added debug category.
12313         Use _scale.
12314         Use segments, respect playback rate from newsegment.
12315         Fix refcount issue.
12316
12317 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12318
12319         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12320         (gst_signal_processor_process):
12321         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12322         enabled for the build, but it helps me win the feature-count
12323         competitions ooh yeah.
12324
12325 2006-02-19  Wim Taymans  <wim@fluendo.com>
12326
12327         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12328         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12329         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12330         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12331         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12332         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12333         Use scaling code for added precission and more correct stop
12334         position in case scale==0.
12335
12336 2006-02-19  Wim Taymans  <wim@fluendo.com>
12337
12338         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12339         (gst_flxdec_chain):
12340         * gst/flx/gstflxdec.h:
12341         Implement DURATION query.
12342
12343 2006-02-19  Wim Taymans  <wim@fluendo.com>
12344
12345         * gst/flx/flx_color.h:
12346         * gst/flx/flx_fmt.h:
12347         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12348         (gst_flxdec_src_query_handler), (flx_decode_color),
12349         (gst_flxdec_chain):
12350         * gst/flx/gstflxdec.h:
12351         Set MALLOCDATA for the temp buffers so we don't leak.
12352         Some debug cleanups.
12353         Consume all data in the adapter before leaving the chain
12354         function. Fixes #330678.
12355
12356 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12357
12358         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12359         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12360          Handle 0 data size in otherwise valid frames.
12361          Handle numeric strings in 2.4.0 even when not in parentheses 
12362
12363 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12364
12365         * gst/matroska/matroska-demux.c:
12366         (gst_matroska_demux_subtitle_caps),
12367         (gst_matroska_demux_plugin_init):
12368         * gst/matroska/matroska-ids.h:
12369           Recognise SSA/ASS and USF subtitle formats and
12370           set proper caps when they are found.
12371
12372 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12373
12374         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12375         (gst_jpeg_dec_chain):
12376           Fix invalid memory access for some odd-sized images
12377           (see image contained in quicktime stream in #327083);
12378           use g_malloc() instead of g_alloca().
12379
12380 2006-02-17  Wim Taymans  <wim@fluendo.com>
12381
12382         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12383         Patch from Sebastien Cote, fixes #319884
12384
12385 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12386
12387         * ext/cdio/gstcdio.c: (plugin_init):
12388           Init debug category (#331253).
12389
12390 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12391
12392         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12393           Pass extra_data to gst_riff_create_audio_caps(), so that
12394           WAVEFORMATEX stuff works. Post audio codec name and post
12395           it as taglist on the bus. Allow up to 8 channesl for raw
12396           PCM in the source pad template caps.
12397
12398 2006-02-16  Wim Taymans  <wim@fluendo.com>
12399
12400         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12401         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12402         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12403         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12404         (gst_multipart_set_property), (gst_multipart_get_property):
12405         Applied #318663. Gives quite a few false positives in
12406         autoscan mode, but it's better than nothing. Not closing yet.
12407
12408 2006-02-16  Wim Taymans  <wim@fluendo.com>
12409
12410         * docs/plugins/Makefile.am:
12411         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12413         * docs/plugins/gst-plugins-good-plugins.args:
12414         * docs/plugins/inspect/plugin-udp.xml:
12415         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12416         (gst_udpsrc_start):
12417         Update documentation.
12418         Fix args.
12419
12420 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12421
12422         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12423         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12424         frame size. (Fixes #331368)
12425
12426 2006-02-16  Wim Taymans  <wim@fluendo.com>
12427
12428         * gst/rtsp/README:
12429         Updated README.
12430
12431         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12432         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12433         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12434         * gst/rtsp/gstrtspsrc.h:
12435         Make sure the RTP port is an even port an try to allocate 
12436         another if not.
12437         Added retry property to control max retries for port allocation.
12438         Make sure RTCP port is RTP port+1.
12439         Cleanup when port allocation fails.
12440         Fixes #319183.
12441         
12442 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12445           Don't ignore return value of the parent class's state
12446           change function (#331385, patch by: Wouter Paesen).
12447
12448 2006-02-15  Wim Taymans  <wim@fluendo.com>
12449
12450         * configure.ac:
12451         * docs/plugins/Makefile.am:
12452         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12453         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12454         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12455         * ext/Makefile.am:
12456         * ext/hal/Makefile.am:
12457         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12458         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12459         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12460         (do_toggle_element), (gst_hal_audio_sink_set_property),
12461         (gst_hal_audio_sink_get_property),
12462         (gst_hal_audio_sink_change_state):
12463         * ext/hal/gsthalaudiosink.h:
12464         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12465         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12466         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12467         (do_toggle_element), (gst_hal_audio_src_set_property),
12468         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12469         * ext/hal/gsthalaudiosrc.h:
12470         * ext/hal/gsthalelements.c: (plugin_init):
12471         * ext/hal/gsthalelements.h:
12472         * ext/hal/hal.c: (gst_hal_get_string),
12473         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12474         (gst_hal_get_audio_src):
12475         * ext/hal/hal.h:
12476         Add HAL sound device wrapper plugins. Closes #329106
12477
12478 2006-02-15  Wim Taymans  <wim@fluendo.com>
12479
12480         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12481         Add comment in a fultile attempt to stop the copy-and-paste 
12482         paradigm leading to duplication of bad code.
12483
12484         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12485         Mime parameters have to be checked case insensitive
12486
12487 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12488
12489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12490           Advance stream time for lagging subtitle streams by sending
12491           newsegment events with the update flag set.
12492
12493 2006-02-14  Edward Hervey  <edward@fluendo.com>
12494
12495         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12496         There can be bogus data before the hdrl LIST tag in the RIFF header.
12497         It's hard to say if it's not respecting the AVI specifications or not,
12498         but since Google Video is producing AVIs like that and the other player
12499         don't seem to complain, I guess we should do the same.
12500
12501 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12502
12503         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12504         (parse_split_strings):
12505         Add more validation to ensure that a char encoding conversion
12506         produced a valid UTF-8 string.
12507
12508 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12509
12510         Reviewed by: Edward Hervey  <edward@fluendo.com>
12511
12512         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12513         Properly handle end of segment. Closes #330885.
12514
12515 2006-02-13  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/rtp/gstrtpmp4gpay.h:
12518         For got to commit this one.
12519
12520 2006-02-12  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12523         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12524         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12525         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12526         * gst/rtp/gstrtpmp4gpay.h:
12527         Make more things work.
12528         Handle ACC config strings.
12529
12530 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12531
12532         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12533           set timestamps if no incoming timestamps set
12534
12535 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12538         (gst_tag_demux_do_typefind):
12539           ... and fix the very same leaks in GstTagDemux.
12540
12541 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12542
12543         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12544         (gst_id3demux_do_typefind):
12545         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12546         <jonathan at kaolin dot wh9 dot net>)
12547
12548 2006-02-10  Wim Taymans  <wim@fluendo.com>
12549
12550         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12551         First set options, then set caps or else the baseclass
12552         will not know about the options, duh.
12553
12554 2006-02-10  Wim Taymans  <wim@fluendo.com>
12555
12556         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12557         (gst_rtp_mp4v_pay_setcaps):
12558         Don't waste time looking for a config string if we have codec_info
12559         on the incomming caps.
12560
12561 2006-02-10  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst/rtp/README:
12564         Say something about case-sensitivity of caps vs mime-attributes.
12565
12566         * gst/rtp/Makefile.am:
12567         * gst/rtp/gstrtp.c: (plugin_init):
12568         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12569         (gst_rtp_amr_pay_handle_buffer):
12570         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12571         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12572         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12573         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12574         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12575         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12576         (gst_rtp_mp4g_pay_plugin_init):
12577         * gst/rtp/gstrtpmp4gpay.h:
12578         Added beginnings of mpeg4-generic payloader (RFC 3640)
12579
12580 2006-02-09  Wim Taymans  <wim@fluendo.com>
12581
12582         * gst/rtsp/Makefile.am:
12583         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12584         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12585         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12586         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12587         (gst_rtpdec_change_state):
12588         * gst/rtsp/gstrtpdec.h:
12589         * gst/rtsp/gstrtsp.c: (plugin_init):
12590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12591         * gst/rtsp/rtspconnection.c: (read_body),
12592         (rtsp_connection_receive):
12593         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12594         Resurected rtpdec to make rtspsrc happy again.
12595         Skip attributes from the session id.
12596         Don't crash when dumping a message with an empty body.
12597
12598
12599 2006-02-09  Wim Taymans  <wim@fluendo.com>
12600
12601         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12602         Added more meaningfull warnings when something goes wrong.
12603         Clear F bit on outgoing AMR packets.
12604
12605         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12606         (gst_rtp_amr_pay_handle_buffer):
12607         Added debugging category
12608         Support payloading of multiple AMR frames.
12609
12610         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12611         Added some debugging.
12612
12613 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12614
12615         * configure.ac:
12616           Back to CVS
12617
12618 === release 0.10.2 ===
12619
12620 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12621
12622         * configure.ac:
12623           releasing 0.10.2, "Papa was a rolling stone"
12624
12625 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12626
12627         * configure.ac:
12628           Bump core and plugins-base requirement to 0.10.2.2
12629           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12630
12631 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         * ext/flac/gstflac.c: (plugin_init):
12634         * ext/speex/gstspeex.c: (plugin_init):
12635           Register musicbrainz tags.
12636
12637 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12638
12639         * ext/gconf/gconf.h:
12640           Remove declaration of function that no longer exists.
12641
12642 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12643
12644         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12645         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12646         Make shout2 work for non ogg streams
12647
12648 2006-02-06  Wim Taymans  <wim@fluendo.com>
12649
12650         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12651         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12652         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12653         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12654         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12655         * gst/udp/gstmultiudpsink.h:
12656         Updated docs.
12657         Added properties bytes-served, bytes_to_serve.
12658         Post proper error messages,
12659         Emit client added signal too.
12660
12661 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12662
12663         * docs/plugins/Makefile.am:
12664         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12665         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12666         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12667         (gst_multiudpsink_get_stats):
12668           adding docs for multiudpsink
12669
12670 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12671
12672         * gst/level/gstlevel.c: (gst_level_transform_ip):
12673           peak below decay is not necessarily an error, so don't ERROR log
12674
12675 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12676
12677         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12678         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12679         (gst_ebml_write_seek):
12680         * gst/matroska/ebml-write.h:
12681           Make sure we send a newsegment event in BYTES format
12682           before sending buffers (#328531).
12683
12684 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12687         (gst_dvdemux_sink_query):
12688         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12689         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12690         (speex_dec_src_query):
12691         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12692         (gst_speexenc_sink_query):
12693         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12694         * gst/matroska/matroska-demux.c:
12695         (gst_matroska_demux_get_src_query_types),
12696         (gst_matroska_demux_handle_src_query):
12697         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12698         (gst_wavparse_pad_query):
12699           Pass unhandled queries upstream instead of just dropping
12700           them (#326446). Update query type arrays here and there.
12701
12702 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * tests/check/elements/matroskamux.c: (setup_src_pad):
12705           Collectpads in core got changed and now also holds a
12706           reference to any pad that is part of it. Fix refcount
12707           checks in test case accordingly.
12708
12709 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * gst/apetag/gstapedemux.h:
12712           Fix include, for now GstTagDemux is in the apetag dir.
12713
12714 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12715
12716         * docs/plugins/Makefile.am:
12717         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12718         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12719         * docs/plugins/inspect/plugin-cdio.xml:
12720           Add cdio plugin to docs.
12721
12722         * ext/cdio/gstcdiocddasrc.c:
12723           Add gtk-doc blurb.
12724
12725         * ext/cdio/gstcdio.c:
12726           The plugin is called 'cdio' not 'cddio'.
12727
12728 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         * configure.ac:
12731         * docs/plugins/Makefile.am:
12732         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12733         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12734         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12735         * docs/plugins/inspect/plugin-apetag.xml:
12736         * gst/apetag/Makefile.am:
12737         * gst/apetag/gstapedemux.c:
12738         * gst/apetag/gstapedemux.h:
12739         * gst/apetag/gsttagdemux.c:
12740         * gst/apetag/gsttagdemux.h:
12741           Add APE tag demuxer (#325649).
12742
12743 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12744
12745         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12746         (gst_gconf_get_default_video_sink),
12747         (gst_gconf_get_default_audio_src),
12748         (gst_gconf_get_default_video_src):
12749         * ext/gconf/gconf.h:
12750         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12751         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12752         (do_toggle_element):
12753         * ext/gconf/gstgconfaudiosink.h:
12754         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12755         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12756         (do_toggle_element):
12757         * ext/gconf/gstgconfaudiosrc.h:
12758         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12759         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12760         (do_toggle_element):
12761         * ext/gconf/gstgconfvideosink.h:
12762         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12763         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12764         (do_toggle_element):
12765         * ext/gconf/gstgconfvideosrc.h:
12766           Ignore changing the GConf key to "". Ignore GConf key updates
12767           that don't actually change the string.
12768           For now, ignore the GConf key when the state is > READY, as
12769           it breaks streaming. Sometime it will be nice to bring the
12770           new sink online even mid-stream, by sending NEWSEGMENT info
12771           and possibly prerolling.
12772           (Fixes #326736)
12773
12774 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12775
12776         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12777         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12778         (zoomFilterSetResolution), (zoomFilterDestroy),
12779         (zoomFilterFastRGB), (pointFilter):
12780         * gst/goom/filters.h:
12781         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12782         (goom_update), (goom_close):
12783         * gst/goom/goom_core.h:
12784         * gst/goom/goom_tools.h:
12785         * gst/goom/graphic.c:
12786         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12787         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12788         * gst/goom/gstgoom.h:
12789         * gst/goom/lines.c: (goom_lines):
12790         * gst/goom/lines.h:
12791           Make goom reentrant by moving all important static variables
12792           into instance structures.
12793           (Fixes #329181)
12794
12795 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12798         (gst_avi_demux_all_source_pads_unlinked),
12799         (gst_avi_demux_process_next_entry):
12800         * gst/avi/gstavidemux.h:
12801           Third attempt, use gst_pad_is_linked() this time.
12802
12803 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12804
12805         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12806         (parse_split_strings):
12807         Adjust for data length indicators when parsing (Fixes #329810)
12808         Fix stupid bug parsing UTF-8 tag text.
12809         Output tag strings with multiple fields as multiple tags, so the
12810         app gets all the data.
12811
12812 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12813
12814         * ext/flac/gstflacenc.c:
12815         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12816         show me.
12817         
12818 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12819
12820         * ext/flac/gstflacenc.c:
12821         * gst/matroska/ebml-read.c:
12822         Just make it compile with --disable-gst-debug.
12823
12824 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12825
12826         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12827         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12828         (id3v2_genre_fields_to_taglist):
12829           Never output a tag with a null contents string.
12830
12831 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12834           Only pause if all pads are unlinked AND we've tried to send data
12835           on all of them at least once.
12836
12837 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12838
12839         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12840         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12841           Make loop function/task pause itself when all source pads are
12842           unlinked.
12843
12844 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         * configure.ac:
12847         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12848           Use new functions from core to render a bin from a
12849           string. Fixes build. Up requirements to core CVS.
12850
12851 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12852
12853         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12854           Don't push buffers into the adapter that we are going to
12855           push downstream again without framing anyway. Also, the
12856           adaptor takes ownership of buffers put into it (fixes
12857           auparse pushing invalid buffers for .au files with
12858           ADPCM contents). Finally, set caps on all outgoing buffers.
12859
12860 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12861
12862         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12863         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12864         (gst_id3demux_send_tag_event):
12865         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12866         Someone should kick my butt. Remove ID3v1 tags from the end of the
12867         file.
12868
12869         Improve error messages. Send the TAG message as soon as we complete
12870         typefinding, instead of waiting until we send the first buffer.
12871         Downstream tag event is still sent before the first buffer.
12872
12873 2006-01-27  Jan Gerber  <j@bootlab.org>
12874
12875         Reviewed by: Andy Wingo <wingo@pobox.com>
12876
12877         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12878         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12879         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12880         to not have warings flooding stderr. this is the suggested way
12881         also used in dvgrab and kino. (#328336)
12882
12883 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12884
12885         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12886         (gst_oss_sink_init), (gst_oss_sink_finalise):
12887           Free the device name string when finalised.
12888
12889 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12890
12891         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12892           Don't put function calls in g_return_if_fail() statements,
12893           or they'll be replaced with NOOPs if someone compiles with
12894           G_DISABLE_CHECKS defined.
12895           
12896 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12897
12898         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12899         Never trust ANY information encoded in a media file, especially
12900         when it's giving you sizes. (Fixes #328452)
12901
12902 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12903
12904         * gst/rtp/gstrtpg711pay.c:
12905         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12906         bug #325148.
12907
12908 2006-01-23  Edward Hervey  <edward@fluendo.com>
12909
12910         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12911         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12912         * gst/matroska/matroska-ids.h:
12913         Added recognition of Real Audio and Video streams in matroska demuxer.
12914
12915 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12916
12917         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12918           Remove errant break statement, and fix compilation with
12919           older GCC.
12920
12921 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12922
12923         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12924
12925         * sys/sunaudio/gstsunaudiomixerctrl.c:
12926         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12927           Export functions that are needed in other parts of the code,
12928           makes the mixer actually work; adjust magic minimum buffer-time
12929           value from 3ms to 5ms to work around stuttering during mp3
12930           playback (#327765).
12931
12932 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12933
12934         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12935
12936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12937         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12938           Fix possible deadlock in matroska muxer (#327825).
12939
12940 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12941
12942         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12943         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12944         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12945         * gst/rtsp/sdpmessage.h:
12946         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12947         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12948           C89 fixes: declare variables at the beginning of a block and
12949           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12950           <jensgr at gmx dot net>).
12951
12952 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12953
12954         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12955         * gst/id3demux/id3tags.h:
12956         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12957         (parse_comment_frame), (parse_text_identification_frame),
12958         (id3v2_tag_to_taglist), (id3v2_are_digits),
12959         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12960         (parse_split_strings), (free_tag_strings):
12961           Rewrite parsing of text tags to handle multiple NULL terminated
12962           strings. Parse numeric genre strings and ID3v2 type
12963           "(3)(6)Alternative" style genre strings.
12964           Parse dates that are only YYYY or YYYY-mm format.
12965           (Fixes #328241 and #322154)
12966
12967 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12968
12969         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12970           Don't forget to initialize liboil, otherwise our oil functions
12971           will crash (fixes #327871; patch by: Christoph Burghardt
12972           <hawkes at web dot de>).
12973
12974 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12975
12976         * configure.ac:
12977           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12978           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12979           patch by: Brian Cameron <brian dot cameron at sun dot com>
12980
12981 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12982
12983         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12984         * ext/cdio/gstcdio.h:
12985         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12986           Fix build for libcdio versions >= 76; give slightly lower rank
12987           than cdparanoia.
12988
12989 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12990
12991         * configure.ac:
12992         * ext/Makefile.am:
12993         * ext/cdio/Makefile.am:
12994         * ext/cdio/gstcdio.c:
12995         * ext/cdio/gstcdio.h:
12996         * ext/cdio/gstcdiocddasrc.c:
12997         * ext/cdio/gstcdiocddasrc.h:
12998           Port libcdio cdda source, formerly known as cddasrc, now known as
12999           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13000           but that's not tested (fixes #317658).
13001
13002 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13003
13004         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13005           Fix conversion from TIME to BYTES format (fixes #326864;
13006           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13007
13008 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13009
13010         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13011           Fix compilation of id3demux when zlib is not present.
13012           (Fixes #326602; patch by: Sergey Scobich)
13013
13014 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * ext/esd/Makefile.am:
13017           Add $(ESD_CFLAGS), otherwise build will fail for folks
13018           with libesd in a non-standard prefix (#327009).
13019
13020 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13021
13022         * configure.ac:
13023           back to HEAD
13024
13025 === release 0.10.1 ===
13026
13027 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13028
13029         * configure.ac:
13030           releasing 0.10.1, "Li"
13031
13032 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13033
13034           patch by: Wim Taymans
13035
13036         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13037           fix memleak.  Fixes #326618
13038
13039 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13040
13041           patch by: Mike Smith
13042
13043         * gst/level/gstlevel.c: (gst_level_message_new),
13044         (gst_level_message_append_channel):
13045           Fix memleak.  Fixes #326612
13046
13047 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13048
13049         * configure.ac:
13050           prereleasing
13051         * po/af.po:
13052         * po/az.po:
13053         * po/cs.po:
13054         * po/en_GB.po:
13055         * po/hu.po:
13056         * po/it.po:
13057         * po/nb.po:
13058         * po/nl.po:
13059         * po/or.po:
13060         * po/sq.po:
13061         * po/sr.po:
13062         * po/sv.po:
13063         * po/uk.po:
13064         * po/vi.po:
13065           update translations
13066
13067 2006-01-10  Michael Smith  <msmith@fluendo.com>
13068
13069         * gst/level/gstlevel.c: (gst_level_class_init),
13070         (gst_level_dispose):
13071           Don't leak filter arrays.
13072
13073 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13074
13075         reviewed by: Christian Schaller <uraeus@gnome.org>
13076         
13077         * configure.ac:
13078         * gst-plugins-good.spec.in:
13079         * sys/Makefile.am:
13080         * sys/sunaudio/Makefile.am:
13081         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13082         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13083         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13084         (gst_sunaudiomixer_change_state):
13085         * sys/sunaudio/gstsunaudiomixer.h:
13086         * sys/sunaudio/gstsunaudiomixerctrl.c:
13087         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13088         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13089         (gst_sunaudiomixer_ctrl_list_tracks),
13090         (gst_sunaudiomixer_ctrl_get_volume),
13091         (gst_sunaudiomixer_ctrl_set_volume),
13092         (gst_sunaudiomixer_ctrl_set_mute),
13093         (gst_sunaudiomixer_ctrl_set_record):
13094         * sys/sunaudio/gstsunaudiomixerctrl.h:
13095         * sys/sunaudio/gstsunaudiomixertrack.c:
13096         (gst_sunaudiomixer_track_class_init),
13097         (gst_sunaudiomixer_track_init), (fill_labels),
13098         (gst_sunaudiomixer_track_new):
13099         * sys/sunaudio/gstsunaudiomixertrack.h:
13100         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13101         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13102         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13103         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13104         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13105         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13106         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13107         * sys/sunaudio/gstsunaudiosink.h:
13108
13109         Add SunAudio plugin - tested to make sure it doesn't break
13110         the build under GNU/Linux.      
13111
13112 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13113
13114         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13115         * gst-plugins-good/gst/udp/gstudpsrc.c:
13116         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13117         overrides the port or multicast parameters. Fixes bugs #323021.
13118         API addition: adds GstUDPSrc::sockfd property   
13119
13120 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13121
13122         * ext/gconf/Makefile.am:
13123         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13124         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13125         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13126         (do_toggle_element), (cb_toggle_element),
13127         (gst_gconf_audio_src_change_state):
13128         * ext/gconf/gstgconfaudiosrc.h:
13129         * ext/gconf/gstgconfelements.c: (plugin_init):
13130         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13131         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13132         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13133         (do_toggle_element), (cb_toggle_element),
13134         (gst_gconf_video_src_change_state):
13135         * ext/gconf/gstgconfvideosrc.h:
13136           Add new gconfaudiosrc and gconfvideosrc elements
13137           (needed for gnome-sound-recorder).
13138
13139 2006-01-06  Edward Hervey  <edward@fluendo.com>
13140
13141         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13142         Add gst_element_no_more_pads() for proper decodebin behaviour.
13143         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13144         (parse_text_identification_frame), (parse_split_strings):
13145         Failure to decode some tags is not a GST_ERROR() but a
13146         GST_WARNING()
13147         When iterating over a chunk of text, check that we haven't gone too
13148         far.
13149
13150 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13151
13152         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13153         (plugin_init):
13154           call oil_init() when using liboil
13155
13156 2006-01-04  Wim Taymans  <wim@fluendo.com>
13157
13158         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13159         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13160         Fix leaks.
13161
13162 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13163
13164         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13167         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13168         (gst_flac_dec_change_state):
13169           Don't g_assert() where we should just return FALSE; remove
13170           unnecessary g_assert(); initialize some fields properly in
13171           state change function (fixes #325504). Also, use
13172           GST_DEBUG_OBJECT in two more places.
13173
13174 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13175
13176         * configure.ac:
13177           also remove smoothwave's Makefile.am
13178         * docs/plugins/Makefile.am:
13179           fix plugin docs
13180
13181 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13182
13183         * tests/examples/Makefile.am:
13184           added missing Makefile.am
13185
13186 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13187
13188         * configure.ac:
13189         * gst/level/Makefile.am:
13190         * gst/level/level-example.c:
13191         * tests/Makefile.am:
13192         * tests/examples/level/Makefile.am:
13193         * tests/examples/level/level-example.c: (message_handler), (main):
13194           moved level-example to tests/examples/level-example
13195         * tests/old/examples/level/demo.c: (main):
13196         * tests/old/examples/level/plot.c: (main):
13197           some initial fixes
13198
13199 2005-12-29  Michael Smith  <msmith@fluendo.com>
13200
13201         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13202         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13203         * gst/udp/gstmultiudpsink.h:
13204           Track packets sent per client in addition to bytes sent; provide
13205           this info through get-stats signal
13206
13207 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13208
13209         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13210           Can't use gst_object_unref() on a GstAdapter (#325191).
13211
13212 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13213
13214         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13215         If a broken tag has 0 bytes payload, at least still skip
13216         the 10 byte header
13217
13218 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13219
13220         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13221         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13222         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13223         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13224           Making these depayloaders (H263+ and mpeg4 video) inherit from
13225           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13226
13227 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13228
13229         * docs/plugins/gst-plugins-good-plugins.args:
13230         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13231         Regenerate the plugin hiearchy.
13232
13233 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13234
13235         * docs/plugins/Makefile.am:
13236         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13237         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13238         * docs/plugins/gst-plugins-good-plugins.args:
13239         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13240         (gst_id3demux_base_init), (gst_id3demux_class_init),
13241         (gst_id3demux_chain):
13242         * gst/id3demux/gstid3demux.h:
13243           Add documentation for id3demux.
13244           Don't fail if the first buffer is not at offset 0, just
13245           attempt to typefind and do pass through
13246           Rename the gst_type function from gst_gst_id3demux..
13247
13248 2005-12-20  Michael Smith  <msmith@fluendo.com>
13249
13250         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13251         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13252         (gst_multiudpsink_get_stats):
13253         * gst/udp/gstmultiudpsink.h:
13254           Collect statistics; return them from get_stats.
13255
13256 2005-12-19  Edward Hervey  <edward@fluendo.com>
13257
13258         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13259         Stupid signedness issue...
13260
13261 2005-12-19  Edward Hervey  <edward@fluendo.com>
13262
13263         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13264         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13265         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13266         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13267         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13268         Construct index for indexless files.
13269         Make sure pad/buffers are correctly reset to NULL once we don't need
13270         them anymore, else we get lovely segfaults/assertions.
13271         * gst/wavparse/gstwavparse.c:
13272         Yes, you can have 96KHz audio and wma in wav :(
13273
13274 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13275
13276         * configure.ac:
13277           Check for optional dependency on zlib for id3demux
13278
13279         * gst/id3demux/Makefile.am:
13280         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13281         (gst_id3demux_base_init), (gst_id3demux_class_init),
13282         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13283         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13284         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13285         (gst_id3demux_set_property), (gst_id3demux_get_property),
13286         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13287         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13288         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13289         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13290         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13291         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13292         (simple_find_peek), (simple_find_suggest),
13293         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13294         (plugin_init):
13295         * gst/id3demux/gstid3demux.h:
13296         * gst/id3demux/id3tags.c: (read_synch_uint),
13297         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13298         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13299         (id3demux_id3v2_frames_to_tag_list):
13300         * gst/id3demux/id3tags.h:
13301         * gst/id3demux/id3v2.4.0-frames.txt:
13302         * gst/id3demux/id3v2.4.0-structure.txt:
13303         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13304         (parse_comment_frame), (parse_text_identification_frame),
13305         (id3v2_tag_to_taglist), (parse_split_strings):
13306           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13307           otherwise it discards them. Works on my test files. 
13308
13309         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13310           Don't send EOS to a non-existing srcpad
13311           The debug category can be static
13312
13313 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13314
13315         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13316         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13317         * gst/multipart/multipartdemux.c:
13318           change some char* into char[]
13319
13320 2005-12-16  Wim Taymans  <wim@fluendo.com>
13321
13322         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13323         (gst_wavparse_other), (gst_wavparse_perform_seek),
13324         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13325         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13326         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13327         * gst/wavparse/gstwavparse.h:
13328         Use GstSegment to implement more seeking features.
13329
13330 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13331
13332         * gst/rtsp/rtspconnection.c:
13333           Add <netinet/in.h> include and move <arpa/inet.h> include
13334           to make things work on OpenBSD as well (fixes #323717;
13335           patch by: Benjamin Pineau)
13336
13337 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13338
13339         * gst/rtp/gstrtpspeexdepay.c:
13340         * gst/rtp/gstrtpspeexpay.c:
13341         Set clock rate to be fixed in 8000. It fixes bug #324012.
13342
13343 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13344
13345         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13346         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13347         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13348         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13349         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13350         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13351         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13352         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13353         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13354         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13355         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13356         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13357         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13358         * gst-plugins-good/gst/rtp/README:
13359         Fixed payload range in payloder caps. Removed payload range completely
13360         from depayloaders as they don't require payload type in their caps.
13361         In effect, there isn't any specific payload type for any given codec,
13362         only suggestions.
13363         Fixes bug #324011.
13364
13365 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13366
13367         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13368         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13369         (gst_videomixer_collected): Code cleanup and re-enabling 
13370         queued time validity check for correct EOS handling.
13371
13372 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13375         (gst_oss_mixer_element_get_property),
13376         (gst_oss_mixer_element_change_state):
13377         Add 'device-name' property and fix state change function.
13378
13379 2005-12-13  Edward Hervey  <edward@fluendo.com>
13380
13381         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13382         If the speed of the file is null in the header, set the frame_time to
13383         the default setting of GST_SECOND / 70. Which is the default
13384         frame_delay for .fli files as stated in this document :
13385         http://www.compuphase.com/flic.htm
13386         Would be nice to have the time conversion done properly too (duration =
13387         flxh->frames * flxdec->frame_time)
13388
13389 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13390
13391         * docs/plugins/Makefile.am:
13392         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13393         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13394         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13395         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13396         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13397         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13398         documentation for videomixer on my way with a funny sample
13399         pipeline.
13400
13401 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13402
13403         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13404         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13405         (gst_videomixer_update_queues), (gst_videomixer_collected):
13406         Fix caps negotiation. (#323896)
13407
13408 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13409
13410         * gst/matroska/matroska-demux.c:
13411         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13412           Set correct timestamps on audio laces, fixes playback of mp3 from
13413                 matroska.
13414
13415 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13416
13417         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13418         (gst_au_parse_class_init), (gst_au_parse_init),
13419         (gst_au_parse_dispose), (gst_au_parse_chain),
13420         (gst_au_parse_change_state), (plugin_init):
13421         * gst/auparse/gstauparse.h:
13422           Use gst_object_unref() for GstObjects instead of
13423           g_object_unref() and fix a mem leak in a debug
13424           statement; while we're at it, also borgify, use
13425           boilerplate macros and clean up a little bit.
13426
13427 2005-12-11  Edward Hervey  <edward@fluendo.com>
13428
13429         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13430         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13431         Added pull mode.
13432
13433 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         * gst/goom/gstgoom.c:
13436         * gst/level/level-example.c: (main):
13437         * gst/smoothwave/demo-osssrc.c: (main):
13438           Use audiotestsrc instead of sinesrc (#323798).
13439
13440 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13441
13442         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13443           more debug-func-ptr usage
13444
13445 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13446
13447         * gst/flx/flx_color.c: (flx_colorspace_convert):
13448         * gst/flx/flx_color.h:
13449         * gst/flx/flx_fmt.h:
13450         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13451         * gst/flx/gstflxdec.h:
13452           Now flxdec works on big-endian machines as well.
13453
13454 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13457         (gst_fenced_buffer_copy):
13458           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13459           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13460           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13461           and use GST_DEBUG_FUNCPTR for pad functions.
13462
13463 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13466         (gst_flac_dec_class_init), (gst_flac_dec_init),
13467         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13468         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13469         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13470         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13471         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13472         (gst_flac_dec_change_state):
13473         * ext/flac/gstflacdec.h:
13474           Rewrite flacdec a bit, so that even seeking might work now. Most
13475           importantly, don't act upon any flow return values we get, just tell
13476           the decoder everything's dandy and act on the flow return values
13477           later on in the loop function. We don't want to mess up the internal
13478           decoder state for non-fatal things like flushing pads etc. Other
13479           than that, use GstSegment (segment seeks don't work yet though, but
13480           should be easy to add), use boilerplate macros, drop the superfluous
13481           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13482           lots of other things.
13483
13484 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13485
13486         * configure.ac:
13487           Update comment in OSS includes check.
13488
13489         * sys/oss/gstossdmabuffer.c:
13490         * sys/oss/gstosshelper.c:
13491         * sys/oss/gstossmixer.c:
13492         * sys/oss/gstossmixertrack.c:
13493         * sys/oss/gstosssink.c:
13494         * sys/oss/gstosssrc.c:
13495         * sys/oss/oss_probe.c:
13496           Don't assume the OSS soundcard.h include is always in
13497           the sys/ directory. Instead, use the existing defines
13498           from config.h to include the right file. Fixes
13499           compilation on OpenBSD 3.8 (#323718).
13500
13501 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13502
13503         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13504         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13505         * docs/plugins/inspect/plugin-1394.xml:
13506         * docs/plugins/inspect/plugin-aasink.xml:
13507         * docs/plugins/inspect/plugin-alaw.xml:
13508         * docs/plugins/inspect/plugin-alpha.xml:
13509         * docs/plugins/inspect/plugin-alphacolor.xml:
13510         * docs/plugins/inspect/plugin-auparse.xml:
13511         * docs/plugins/inspect/plugin-autodetect.xml:
13512         * docs/plugins/inspect/plugin-avi.xml:
13513         * docs/plugins/inspect/plugin-cacasink.xml:
13514         * docs/plugins/inspect/plugin-cairo.xml:
13515         * docs/plugins/inspect/plugin-cutter.xml:
13516         * docs/plugins/inspect/plugin-debug.xml:
13517         * docs/plugins/inspect/plugin-dv.xml:
13518         * docs/plugins/inspect/plugin-efence.xml:
13519         * docs/plugins/inspect/plugin-effectv.xml:
13520         * docs/plugins/inspect/plugin-esdsink.xml:
13521         * docs/plugins/inspect/plugin-flac.xml:
13522         * docs/plugins/inspect/plugin-flxdec.xml:
13523         * docs/plugins/inspect/plugin-gconfelements.xml:
13524         * docs/plugins/inspect/plugin-goom.xml:
13525         * docs/plugins/inspect/plugin-jpeg.xml:
13526         * docs/plugins/inspect/plugin-level.xml:
13527         * docs/plugins/inspect/plugin-matroska.xml:
13528         * docs/plugins/inspect/plugin-mulaw.xml:
13529         * docs/plugins/inspect/plugin-multipart.xml:
13530         * docs/plugins/inspect/plugin-navigationtest.xml:
13531         * docs/plugins/inspect/plugin-ossaudio.xml:
13532         * docs/plugins/inspect/plugin-png.xml:
13533         * docs/plugins/inspect/plugin-rtp.xml:
13534         * docs/plugins/inspect/plugin-rtsp.xml:
13535         * docs/plugins/inspect/plugin-shout2send.xml:
13536         * docs/plugins/inspect/plugin-smpte.xml:
13537         * docs/plugins/inspect/plugin-speex.xml:
13538         * docs/plugins/inspect/plugin-udp.xml:
13539         * docs/plugins/inspect/plugin-videobox.xml:
13540         * docs/plugins/inspect/plugin-videoflip.xml:
13541         * docs/plugins/inspect/plugin-videomixer.xml:
13542         * docs/plugins/inspect/plugin-wavenc.xml:
13543         * docs/plugins/inspect/plugin-wavparse.xml:
13544         * ext/flac/gstflac.c: (plugin_init):
13545         * ext/flac/gstflacdec.c: (flacdec_get_type),
13546         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13547         (gst_flac_dec_init), (gst_flac_dec_finalize),
13548         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13549         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13550         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13551         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13552         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13553         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13554         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13555         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13556         * ext/flac/gstflacdec.h:
13557         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13558         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13559         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13560         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13561         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13562         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13563         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13564         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13565         (gst_flac_enc_change_state):
13566         * ext/flac/gstflacenc.h:
13567           borgify and fix up documentation
13568
13569 2005-12-09  Michael Smith  <msmith@fluendo.com>
13570
13571         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13572           Accept a wider range of flac files, more closely matching flac spec.
13573
13574 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13575
13576         * docs/plugins/Makefile.am: Add multipart elements.
13577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13578         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13579         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13580         * gst/multipart/multipartdemux.c:
13581         * gst/multipart/multipartmux.c: Add docs.
13582
13583 2005-12-07  Edward Hervey  <edward@fluendo.com>
13584
13585         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13586         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13587         (gst_avi_demux_invert):
13588         Memleak and crasher fixes.
13589         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13590         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13591         Memleak fixes
13592
13593 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13594
13595         * ext/aalib/gstaasink.h:
13596         * ext/cairo/gsttextoverlay.h:
13597         * ext/dv/gstdvdec.h:
13598         * ext/dv/gstdvdemux.c:
13599         * ext/dv/gstdvdemux.h:
13600         * ext/esd/esdsink.h:
13601         * ext/flac/flac_compat.h:
13602         * ext/flac/gstflacdec.h:
13603         * ext/flac/gstflacenc.h:
13604         * ext/gconf/gconf.h:
13605         * ext/gconf/gstgconfaudiosink.h:
13606         * ext/gconf/gstgconfvideosink.h:
13607         * ext/gdk_pixbuf/gstgdkanimation.h:
13608         * ext/jpeg/gstjpegdec.h:
13609         * ext/jpeg/smokecodec.h:
13610         * ext/jpeg/smokeformat.h:
13611         * ext/ladspa/gstsignalprocessor.h:
13612         * ext/ladspa/search.c: (LADSPAPluginSearch):
13613         * ext/ladspa/utils.h:
13614         * ext/libmng/gstmng.c:
13615         * ext/libmng/gstmngdec.h:
13616         * ext/libmng/gstmngenc.c:
13617         * ext/libmng/gstmngenc.h:
13618         * ext/libpng/gstpng.c:
13619         * ext/libpng/gstpngenc.c:
13620         * ext/libpng/gstpngenc.h:
13621         * ext/shout2/gstshout2.h:
13622         * ext/speex/gstspeexdec.h:
13623         * ext/speex/gstspeexenc.c:
13624         * ext/speex/gstspeexenc.h:
13625         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13626         * gst/autodetect/gstautoaudiosink.h:
13627         * gst/autodetect/gstautovideosink.h:
13628         * gst/avi/gstavidemux.h:
13629         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13630         (gst_cutter_set_property), (gst_cutter_get_caps):
13631         * gst/cutter/gstcutter.h:
13632         * gst/debug/tests.c: (md5_process_block):
13633         * gst/debug/tests.h:
13634         * gst/effectv/gstwarp.c:
13635         * gst/flx/flx_fmt.h:
13636         * gst/flx/gstflxdec.h:
13637         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13638         (zoomFilterFastRGB):
13639         * gst/goom/filters.h:
13640         * gst/goom/goom_tools.h:
13641         * gst/law/alaw-encode.c:
13642         * gst/level/gstlevel.c:
13643         * gst/level/gstlevel.h:
13644         * gst/matroska/ebml-write.h:
13645         * gst/matroska/matroska-demux.h:
13646         * gst/matroska/matroska-ids.h:
13647         * gst/matroska/matroska-mux.h:
13648         * gst/monoscope/convolve.c: (convolve_match):
13649         * gst/monoscope/convolve.h:
13650         * gst/multipart/multipartmux.c:
13651         * gst/oldcore/gstaggregator.c:
13652         * gst/oldcore/gstaggregator.h:
13653         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13654         * gst/oldcore/gstmd5sink.h:
13655         * gst/oldcore/gstmultifilesrc.c:
13656         * gst/oldcore/gstmultifilesrc.h:
13657         * gst/oldcore/gstpipefilter.h:
13658         * gst/oldcore/gstshaper.h:
13659         * gst/rtp/gstrtpL16depay.h:
13660         * gst/rtp/gstrtpL16pay.h:
13661         * gst/rtp/gstrtpdepay.h:
13662         * gst/rtp/gstrtpmp4vpay.c:
13663         * gst/rtp/gstrtpmp4vpay.h:
13664         * gst/rtsp/gstrtspsrc.c:
13665         * gst/rtsp/gstrtspsrc.h:
13666         * gst/rtsp/rtspconnection.h:
13667         * gst/rtsp/rtspdefs.h:
13668         * gst/rtsp/rtspmessage.h:
13669         * gst/rtsp/rtsptransport.h:
13670         * gst/rtsp/rtspurl.c:
13671         * gst/rtsp/rtspurl.h:
13672         * gst/rtsp/sdpmessage.c:
13673         * gst/rtsp/sdpmessage.h:
13674         * gst/smpte/barboxwipes.c:
13675         * gst/smpte/gstmask.h:
13676         * gst/smpte/gstsmpte.h:
13677         * gst/smpte/paint.c:
13678         * gst/smpte/paint.h:
13679         * gst/udp/gstdynudpsink.h:
13680         * gst/udp/gstmultiudpsink.h:
13681         * gst/udp/gstudpsink.c:
13682         * gst/udp/gstudpsink.h:
13683         * gst/udp/gstudpsrc.c:
13684         * gst/videomixer/videomixer.c:
13685         * gst/wavenc/riff.h:
13686         * gst/wavparse/gstwavparse.h:
13687         * sys/oss/gstossdmabuffer.h:
13688         * sys/oss/gstossmixer.h:
13689         * sys/oss/gstossmixerelement.h:
13690         * sys/oss/gstossmixertrack.h:
13691         * sys/oss/gstosssink.c:
13692         * sys/oss/gstosssink.h:
13693         * sys/oss/gstosssrc.c:
13694         * sys/oss/gstosssrc.h:
13695         * sys/osxaudio/gstosxaudioelement.h:
13696         * sys/osxaudio/gstosxaudiosink.h:
13697         * sys/osxaudio/gstosxaudiosrc.h:
13698           expand tabs
13699
13700 === release 0.10.0 ===
13701
13702 2005-12-05   <thomas (at) apestaart (dot) org>
13703
13704         * configure.ac:
13705           releasing 0.10.0, "Abondance"
13706
13707 2005-12-05  Andy Wingo  <wingo@pobox.com>
13708
13709         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13710         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13711         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13712         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13713         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13714         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13715         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13716         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13717         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13718         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13719         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13720         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13721         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13722         * gst/goom/gstgoom.c: (gst_goom_chain):
13723         * gst/matroska/matroska-demux.c:
13724         (gst_matroska_demux_push_vorbis_codec_priv_data),
13725         (gst_matroska_demux_add_wvpk_header):
13726         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13727         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13728         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13729         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13730         alloc_buffer changes.
13731
13732 2005-12-05  Michael Smith  <msmith@fluendo.com>
13733
13734         * docs/plugins/gst-plugins-good-plugins.args:
13735           Remove args for plugins that aren't in -good.
13736
13737 === release 0.9.7 ===
13738
13739 2005-12-01   <thomas (at) apestaart (dot) org>
13740
13741         * configure.ac:
13742           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13743
13744 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13745
13746         * docs/plugins/.cvsignore:
13747         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13748         * docs/plugins/inspect/plugin-multipart.xml:
13749         * docs/plugins/inspect/plugin-rtp.xml:
13750           add multipart plugin to docs
13751
13752 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13753
13754         * configure.ac:
13755         * ext/Makefile.am:
13756         * ext/pango/Makefile.am:
13757         * ext/pango/gstclockoverlay.c:
13758         * ext/pango/gstclockoverlay.h:
13759         * ext/pango/gsttextoverlay.c:
13760         * ext/pango/gsttextoverlay.h:
13761         * ext/pango/gsttextrender.c:
13762         * ext/pango/gsttextrender.h:
13763         * ext/pango/gsttimeoverlay.c:
13764         * ext/pango/gsttimeoverlay.h:
13765           move pango to base
13766
13767 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13768
13769         * gst/rtp/Makefile.am:
13770         * gst/rtp/gstrtpL16depay.c:
13771         * gst/rtp/gstrtpL16depay.h:
13772         * gst/rtp/gstrtpL16parse.c:
13773         * gst/rtp/gstrtpL16parse.h:
13774         * gst/rtp/gstrtpgsmdepay.c:
13775         * gst/rtp/gstrtpgsmdepay.h:
13776         * gst/rtp/gstrtpgsmparse.c:
13777         * gst/rtp/gstrtpgsmparse.h:
13778           parsers are depayers
13779
13780 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13781
13782         * gst/rtp/Makefile.am:
13783         * gst/rtp/gstasteriskh263.c:
13784         * gst/rtp/gstrtp.c:
13785         * gst/rtp/gstrtpL16enc.c:
13786         * gst/rtp/gstrtpL16enc.h:
13787         * gst/rtp/gstrtpL16parse.c:
13788         * gst/rtp/gstrtpL16parse.h:
13789         * gst/rtp/gstrtpL16pay.c:
13790         * gst/rtp/gstrtpL16pay.h:
13791         * gst/rtp/gstrtpamrdec.c:
13792         * gst/rtp/gstrtpamrdec.h:
13793         * gst/rtp/gstrtpamrdepay.c:
13794         * gst/rtp/gstrtpamrdepay.h:
13795         * gst/rtp/gstrtpamrenc.c:
13796         * gst/rtp/gstrtpamrenc.h:
13797         * gst/rtp/gstrtpamrpay.c:
13798         * gst/rtp/gstrtpamrpay.h:
13799         * gst/rtp/gstrtpdec.c:
13800         * gst/rtp/gstrtpdec.h:
13801         * gst/rtp/gstrtpdepay.c:
13802         * gst/rtp/gstrtpdepay.h:
13803         * gst/rtp/gstrtpg711dec.c:
13804         * gst/rtp/gstrtpg711dec.h:
13805         * gst/rtp/gstrtpg711depay.c:
13806         * gst/rtp/gstrtpg711depay.h:
13807         * gst/rtp/gstrtpg711enc.c:
13808         * gst/rtp/gstrtpg711enc.h:
13809         * gst/rtp/gstrtpg711pay.c:
13810         * gst/rtp/gstrtpg711pay.h:
13811         * gst/rtp/gstrtpgsmenc.c:
13812         * gst/rtp/gstrtpgsmenc.h:
13813         * gst/rtp/gstrtpgsmparse.c:
13814         * gst/rtp/gstrtpgsmparse.h:
13815         * gst/rtp/gstrtpgsmpay.c:
13816         * gst/rtp/gstrtpgsmpay.h:
13817         * gst/rtp/gstrtph263enc.c:
13818         * gst/rtp/gstrtph263enc.h:
13819         * gst/rtp/gstrtph263pay.c:
13820         * gst/rtp/gstrtph263pay.h:
13821         * gst/rtp/gstrtph263pdec.c:
13822         * gst/rtp/gstrtph263pdec.h:
13823         * gst/rtp/gstrtph263pdepay.c:
13824         * gst/rtp/gstrtph263pdepay.h:
13825         * gst/rtp/gstrtph263penc.c:
13826         * gst/rtp/gstrtph263penc.h:
13827         * gst/rtp/gstrtph263ppay.c:
13828         * gst/rtp/gstrtph263ppay.h:
13829         * gst/rtp/gstrtpmp4vdec.c:
13830         * gst/rtp/gstrtpmp4vdec.h:
13831         * gst/rtp/gstrtpmp4vdepay.c:
13832         * gst/rtp/gstrtpmp4vdepay.h:
13833         * gst/rtp/gstrtpmp4venc.c:
13834         * gst/rtp/gstrtpmp4venc.h:
13835         * gst/rtp/gstrtpmp4vpay.c:
13836         * gst/rtp/gstrtpmp4vpay.h:
13837         * gst/rtp/gstrtpmpadec.c:
13838         * gst/rtp/gstrtpmpadec.h:
13839         * gst/rtp/gstrtpmpadepay.c:
13840         * gst/rtp/gstrtpmpadepay.h:
13841         * gst/rtp/gstrtpmpaenc.c:
13842         * gst/rtp/gstrtpmpaenc.h:
13843         * gst/rtp/gstrtpmpapay.c:
13844         * gst/rtp/gstrtpmpapay.h:
13845         * gst/rtp/gstrtpspeexdec.c:
13846         * gst/rtp/gstrtpspeexdec.h:
13847         * gst/rtp/gstrtpspeexdepay.c:
13848         * gst/rtp/gstrtpspeexdepay.h:
13849         * gst/rtp/gstrtpspeexenc.c:
13850         * gst/rtp/gstrtpspeexenc.h:
13851         * gst/rtp/gstrtpspeexpay.c:
13852         * gst/rtp/gstrtpspeexpay.h:
13853           Do burger's rename for rtp payloaders and depayloaders
13854
13855 2005-11-30  Wim Taymans  <wim@fluendo.com>
13856
13857         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13858         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13859         * ext/dv/gstdvdemux.h:
13860         Fix seeking in dvdemux again, add some more debug info.
13861
13862 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13863
13864         * configure.ac:
13865           fix tests
13866
13867 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13868
13869         * PORTED_09:
13870         * docs/random/PORTED_09:
13871           move
13872         * tests/Makefile.am:
13873           add
13874         * win32/gst.sln:
13875           remove
13876
13877 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13878
13879         * Makefile.am:
13880         * check/.cvsignore:
13881         * check/Makefile.am:
13882         * check/elements/.cvsignore:
13883         * check/elements/level.c:
13884         * check/elements/matroskamux.c:
13885         * configure.ac:
13886         * examples/Makefile.am:
13887         * examples/capsfilter/Makefile.am:
13888         * examples/capsfilter/capsfilter1.c:
13889         * examples/gob/Makefile.am:
13890         * examples/gob/gst-identity2.gob:
13891         * examples/gstplay/.cvsignore:
13892         * examples/gstplay/Makefile.am:
13893         * examples/gstplay/player.c:
13894         * examples/indexing/.cvsignore:
13895         * examples/indexing/Makefile.am:
13896         * examples/indexing/indexmpeg.c:
13897         * examples/level/Makefile.am:
13898         * examples/level/README:
13899         * examples/level/demo.c:
13900         * examples/level/plot.c:
13901         * examples/stats/Makefile.am:
13902         * examples/stats/mp2ogg.c:
13903         * examples/switch/.cvsignore:
13904         * examples/switch/Makefile.am:
13905         * examples/switch/switcher.c:
13906           move under tests/
13907
13908 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13909
13910         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13911         (gst_text_render_class_init), (resize_bitmap),
13912         (gst_text_render_render_text), (gst_text_render_setcaps),
13913         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13914         (gst_text_render_chain), (gst_text_render_finalize),
13915         (gst_text_render_init), (gst_text_render_set_property):
13916         * ext/pango/gsttextrender.h:
13917           Add missing files.
13918
13919 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13920
13921         * configure.ac:
13922         * ext/Makefile.am:
13923         * ext/pango/Makefile.am:
13924         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13925         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13926         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13927         * ext/pango/gstclockoverlay.h:
13928         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13929         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13930         (gst_text_overlay_finalize), (gst_text_overlay_init),
13931         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13932         (gst_text_overlay_text_pad_linked),
13933         (gst_text_overlay_text_pad_unlinked),
13934         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13935         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13936         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13937         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13938         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13939         (gst_text_overlay_change_state), (plugin_init):
13940         * ext/pango/gsttextoverlay.h:
13941         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13942         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13943         (gst_time_overlay_class_init), (gst_time_overlay_init):
13944         * ext/pango/gsttimeoverlay.h:
13945           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13946           and add background shading and text wrapping modes. Make 
13947           timoverlay derive from textoverlay. Also add new clockoverlay
13948           element.
13949
13950 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13951
13952         * gst/udp/Makefile.am: Moved to netbuffer.
13953
13954 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13955
13956         * configure.ac:
13957         * PORTED_O9:
13958         * gst/multipart/Makefile.am:
13959         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13960         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13961         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13962         (gst_multipart_demux_change_state),
13963         (gst_multipart_demux_plugin_init):
13964         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13965         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13966         (gst_multipart_mux_sinkconnect),
13967         (gst_multipart_mux_request_new_pad),
13968         (gst_multipart_mux_handle_src_event),
13969         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13970         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13971         0.9.
13972
13973 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13974
13975         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13976         * gst/debug/gstnavigationtest.h:
13977         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13978         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13979         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13980         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13981         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13982         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13983         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13984         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13985         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13986         (gst_video_flip_get_type):
13987         * gst/videofilter/gstvideoflip.h:
13988           update for symbols change
13989
13990 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13991
13992         * gst/udp/gstdynudpsink.c:
13993         * gst/udp/gstudpsrc.c:
13994           the old gstnet lib was renamed gstnetbuffer (#322257)
13995
13996 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13999         (gst_text_overlay_collected):
14000           Actually render the text from the text pad.
14001
14002 2005-11-29  Edward Hervey  <edward@fluendo.com>
14003
14004         * gst/debug/gstnavseek.c: (gst_navseek_event):
14005         * gst/debug/progressreport.c: (gst_progress_report_event):
14006         Update for GstBaseTransform event virtual method
14007
14008 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14009
14010         * ext/cairo/Makefile.am:
14011           no need to link to videofilter
14012
14013 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14014
14015         * gst/debug/Makefile.am:
14016         * gst/debug/gstnavigationtest.h:
14017         * gst/effectv/Makefile.am:
14018         * gst/effectv/gstaging.c:
14019         * gst/effectv/gstdice.c:
14020         * gst/effectv/gstedge.c:
14021         * gst/effectv/gstquark.c:
14022         * gst/effectv/gstrev.c:
14023         * gst/effectv/gstshagadelic.c:
14024         * gst/effectv/gstvertigo.c:
14025         * gst/effectv/gstwarp.c:
14026         * gst/videofilter/Makefile.am:
14027         * gst/videofilter/gstvideofilter.c:
14028         * gst/videofilter/gstvideofilter.h:
14029         * gst/videofilter/gstvideoflip.h:
14030           remove the videofilter library and link to the one in base
14031
14032 2005-11-28  Edward Hervey  <edward@fluendo.com>
14033
14034         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14035         Useless check now we're setting the current entry correctly.
14036
14037 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14038
14039         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14040         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14041         (gst_jpegenc_change_state):
14042           Don't leak input buffer in chain function (fixes #322667); make 
14043           state change function thread-safe; don't repeat the current function
14044           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14045           gst_pad_alloc_buffer(); misc. minor cleanups.
14046
14047 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14048
14049         * gst/matroska/matroska-mux.c:
14050         (gst_matroska_mux_video_pad_setcaps):
14051         Look for pixel-aspect-ratio in caps, not pixel_width and
14052         pixel_height (Fixes: #322645)
14053
14054 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14055
14056         * gst/matroska/matroska-mux.c:
14057         (gst_matroska_mux_video_pad_setcaps):
14058         From Michal Benes:
14059         frame duration should be GST_SECOND / framerate, not
14060         GST_SECOND * framerate. (Fixes: #322643)
14061
14062 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14063
14064         * configure.ac:
14065           fix up GST_PLUGIN_LDFLAGS
14066         * gst/rtsp/rtspconnection.c:
14067           fix includes (see #317043)
14068         * gst/videofilter/Makefile.am:
14069           stop installing this library
14070
14071 2005-11-26  Edward Hervey  <edward@fluendo.com>
14072
14073         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14074         Handle the case where the incoming Video dv stream doesn't have
14075         a pixel aspect ratio set.
14076
14077 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14078
14079         * docs/plugins/Makefile.am:
14080         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14081         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14082         * ext/flac/gstflacdec.c:
14083           document flacdec
14084
14085 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14086
14087         * docs/plugins/Makefile.am:
14088         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14089         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14090         * docs/plugins/inspect/plugin-autodetect.xml:
14091         * ext/cairo/gstcairo.c: (plugin_init):
14092         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14093         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14094         (gst_text_overlay_init), (gst_text_overlay_font_init),
14095         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14096         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14097         (gst_text_overlay_text_pad_linked),
14098         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14099         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14100         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14101         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14102         (gst_text_overlay_change_state):
14103         * ext/cairo/gsttextoverlay.h:
14104         * ext/cairo/gsttimeoverlay.c:
14105         (gst_cairo_time_overlay_update_font_height),
14106         (gst_cairo_time_overlay_set_caps),
14107         (gst_cairo_time_overlay_get_unit_size),
14108         (gst_cairo_time_overlay_print_smpte_time),
14109         (gst_cairo_time_overlay_transform),
14110         (gst_cairo_time_overlay_base_init),
14111         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14112         (gst_cairo_time_overlay_get_type):
14113         * ext/cairo/gsttimeoverlay.h:
14114           do some name borgifying
14115           document
14116
14117 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14118
14119         * docs/plugins/Makefile.am:
14120         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14121         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14122         * gst/autodetect/gstautoaudiosink.c:
14123         (gst_auto_audio_sink_base_init):
14124         * gst/autodetect/gstautovideosink.c:
14125         (gst_auto_video_sink_base_init),
14126         (gst_auto_video_sink_factory_filter):
14127           documenting auto*sink
14128           using strstr for the video sink lookup, class field is not ordered
14129         * docs/plugins/inspect/plugin-1394.xml:
14130         * docs/plugins/inspect/plugin-aasink.xml:
14131         * docs/plugins/inspect/plugin-alaw.xml:
14132         * docs/plugins/inspect/plugin-alpha.xml:
14133         * docs/plugins/inspect/plugin-alphacolor.xml:
14134         * docs/plugins/inspect/plugin-auparse.xml:
14135         * docs/plugins/inspect/plugin-autodetect.xml:
14136         * docs/plugins/inspect/plugin-avi.xml:
14137         * docs/plugins/inspect/plugin-cacasink.xml:
14138         * docs/plugins/inspect/plugin-cairo.xml:
14139         * docs/plugins/inspect/plugin-cutter.xml:
14140         * docs/plugins/inspect/plugin-debug.xml:
14141         * docs/plugins/inspect/plugin-dv.xml:
14142         * docs/plugins/inspect/plugin-efence.xml:
14143         * docs/plugins/inspect/plugin-effectv.xml:
14144         * docs/plugins/inspect/plugin-esdsink.xml:
14145         * docs/plugins/inspect/plugin-flac.xml:
14146         * docs/plugins/inspect/plugin-flxdec.xml:
14147         * docs/plugins/inspect/plugin-gconfelements.xml:
14148         * docs/plugins/inspect/plugin-goom.xml:
14149         * docs/plugins/inspect/plugin-jpeg.xml:
14150         * docs/plugins/inspect/plugin-level.xml:
14151         * docs/plugins/inspect/plugin-matroska.xml:
14152         * docs/plugins/inspect/plugin-mulaw.xml:
14153         * docs/plugins/inspect/plugin-navigationtest.xml:
14154         * docs/plugins/inspect/plugin-ossaudio.xml:
14155         * docs/plugins/inspect/plugin-png.xml:
14156         * docs/plugins/inspect/plugin-rtp.xml:
14157         * docs/plugins/inspect/plugin-rtsp.xml:
14158         * docs/plugins/inspect/plugin-shout2send.xml:
14159         * docs/plugins/inspect/plugin-smpte.xml:
14160         * docs/plugins/inspect/plugin-speex.xml:
14161         * docs/plugins/inspect/plugin-udp.xml:
14162         * docs/plugins/inspect/plugin-videobox.xml:
14163         * docs/plugins/inspect/plugin-videoflip.xml:
14164         * docs/plugins/inspect/plugin-videomixer.xml:
14165         * docs/plugins/inspect/plugin-wavenc.xml:
14166         * docs/plugins/inspect/plugin-wavparse.xml:
14167           update for HEAD version
14168
14169 2005-11-25  Michael Smith  <msmith@fluendo.com>
14170
14171         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14172           Patch from Sebastien Cote to close control sockets in udpsrc.
14173
14174 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14175
14176         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14177         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14178         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14179         (gst_quarktv_base_init), (gst_quarktv_class_init),
14180         (gst_quarktv_init): Flush the planes list on reverse caps
14181         negotiation. This was crashing because of differently sized
14182         buffers.
14183
14184 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14185
14186         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14187         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14188         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14189         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14190         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14191         (gst_videoflip_set_property), (gst_videoflip_base_init),
14192         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14193         correctly, fix identity flipping, convert navigation event 
14194         correctly again.
14195
14196 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * configure.ac: back to HEAD
14199
14200 === release 0.9.6 ===
14201
14202 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14203
14204         * configure.ac:
14205           releasing 0.9.6, "Everything's Not Lost"
14206
14207 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14208
14209         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14210         Oops, initialise the framerate GValue
14211
14212 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14213
14214         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14215         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14216         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14217         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14218         (gst_timeoverlay_get_type):
14219         * ext/cairo/gsttimeoverlay.h:
14220         * gst/debug/Makefile.am:
14221         * gst/debug/gstnavigationtest.c:
14222         (gst_navigationtest_handle_src_event),
14223         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14224         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14225         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14226         (gst_navigationtest_init), (gst_navigationtest_get_type),
14227         (plugin_init):
14228         * gst/debug/gstnavigationtest.h:
14229         * gst/effectv/Makefile.am:
14230         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14231         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14232         (gst_agingtv_base_init), (gst_agingtv_class_init),
14233         (gst_agingtv_init), (gst_agingtv_get_type):
14234         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14235         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14236         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14237         (gst_dicetv_get_type):
14238         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14239         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14240         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14241         (gst_edgetv_get_type):
14242         * gst/effectv/gsteffectv.c:
14243         * gst/effectv/gsteffectv.h:
14244         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14245         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14246         (gst_quarktv_change_state), (gst_quarktv_base_init),
14247         (gst_quarktv_class_init), (gst_quarktv_init),
14248         (gst_quarktv_get_type):
14249         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14250         (gst_revtv_get_unit_size), (gst_revtv_transform),
14251         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14252         (gst_revtv_get_type):
14253         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14254         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14255         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14256         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14257         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14258         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14259         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14260         (gst_vertigotv_init), (gst_vertigotv_get_type):
14261         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14262         (gst_warptv_get_unit_size), (gst_warptv_transform),
14263         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14264         (gst_warptv_get_type):
14265         * gst/videofilter/Makefile.am:
14266         * gst/videofilter/gstvideobalance.c:
14267         * gst/videofilter/gstvideobalance.h:
14268         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14269         (gst_videofilter_class_init), (gst_videofilter_init):
14270         * gst/videofilter/gstvideofilter.h:
14271         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14272         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14273         (gst_videoflip_flip), (gst_videoflip_transform),
14274         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14275         (gst_videoflip_base_init), (gst_videoflip_class_init),
14276         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14277         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14278         BaseTransform, it's just a place holder for now and every video
14279         effect plugin has been ported to use BaseTransform features 
14280         directly. QuarkTV was fixed too (was broken), navigationtest works
14281         and best for the end, videoflip converts navigation events depending
14282         on flip method ! Fixes #320953
14283
14284 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14285
14286         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14287         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14288         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14289         (gst_goom_src_negotiate), (gst_goom_chain):
14290         * gst/matroska/matroska-mux.c:
14291         (gst_matroska_mux_video_pad_setcaps):
14292         * sys/osxvideo/osxvideosink.m:
14293           Fixes for API changes
14294
14295 2005-11-23  Michael Smith <msmith@fluendo.com>
14296
14297         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14298         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14299         * ext/jpeg/gstjpegdec.h:
14300         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14301         * ext/jpeg/gstjpegenc.h:
14302         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14303         (gst_smokeenc_resync):
14304         * ext/jpeg/gstsmokeenc.h:
14305           JPEG fractiony goodness.
14306
14307 2005-11-22  Michael Smith <msmith@fluendo.com>
14308
14309         * gst/goom/filters.c:
14310         * gst/goom/graphic.h:
14311           Fix compilation by making some functions static inline instead of
14312           extern inline, matching the way they're used.
14313
14314 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14315
14316         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14317         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14318         * ext/cairo/gsttextoverlay.h:
14319         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14320         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14321         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14322         (gst_pngdec_caps_create_and_set):
14323         * ext/libpng/gstpngdec.h:
14324         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14325         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14326         * gst/avi/gstavimux.c: (gst_avimux_init),
14327         (gst_avimux_vidsinkconnect):
14328         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14329         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14330         (gst_goom_src_negotiate), (gst_goom_chain):
14331         * gst/goom/gstgoom.h:
14332         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14333         * gst/matroska/matroska-mux.c:
14334         (gst_matroska_mux_video_pad_setcaps):
14335         * sys/osxvideo/osxvideosink.h:
14336         * sys/osxvideo/osxvideosink.m:
14337           More fractional framerate conversions 
14338
14339 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14340
14341         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14342         * gst/debug/gstnavigationtest.c:
14343         (gst_navigationtest_handle_src_event):
14344         * gst/videofilter/gstvideofilter.c:
14345         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14346         (gst_videofilter_init):
14347         * gst/videofilter/gstvideofilter.h:
14348           Convert to fractional framerates.
14349
14350 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14351
14352         * ext/aalib/gstaasink.c:
14353         * ext/dv/gstdvdec.c:
14354         * ext/esd/esdmon.c:
14355         * ext/flac/gstflacenc.c:
14356         * ext/gdk_pixbuf/pixbufscale.c:
14357         * ext/libcaca/gstcacasink.c:
14358         * ext/shout2/gstshout2.c:
14359         * gst/alpha/gstalpha.c:
14360         * gst/oldcore/gstaggregator.c:
14361         * gst/oldcore/gstshaper.c:
14362         * gst/smpte/barboxwipes.c:
14363         * gst/smpte/gstsmpte.c:
14364         * gst/videobox/gstvideobox.c:
14365         * gst/videofilter/gstvideoflip.c:
14366         * gst/videomixer/videomixer.c:
14367           fix up more enums
14368
14369 2005-11-22  Michael Smith <msmith@fluendo.com>
14370
14371         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14372         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14373         (gst_videomixer_update_queues):
14374           Fractional framerates, videomixer.
14375
14376 2005-11-22  Michael Smith <msmith@fluendo.com>
14377
14378         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14379         * ext/dv/gstdvdec.h:
14380         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14381         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14382         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14383         (gst_dvdemux_flush):
14384         * ext/dv/gstdvdemux.h:
14385           Fractional framerates for DV. 
14386
14387 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14388
14389         * gst/autodetect/gstautoaudiosink.c:
14390         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14391         * gst/autodetect/gstautovideosink.c:
14392         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14393           Use gst_plugin_feature_list_free() to free feature list and
14394           in the case of autovideosink free the list at all. Also
14395           miscellaneous cosmetic fixes.
14396
14397 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14398
14399         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14400         (gst_cutter_set_property), (gst_cutter_get_caps):
14401           copy calculation code from level; remove use of some audio
14402           functions
14403
14404 2005-11-22  Andy Wingo  <wingo@pobox.com>
14405
14406         * Update for gst_tag_setter API changes.
14407
14408 2005-11-22  Andy Wingo  <wingo@pobox.com>
14409
14410         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14411         (gst_dvdemux_demux_frame)
14412         * ext/flac/gstflacdec.c (gst_flacdec_write)
14413         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14414         (gst_flacenc_sink_event)
14415         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14416         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14417         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14418         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14419         * gst/auparse/gstauparse.c (gst_auparse_chain)
14420         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14421         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14422         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14423         (gst_avi_demux_handle_seek)
14424         * gst/goom/gstgoom.c (gst_goom_event)
14425         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14426         * gst/matroska/matroska-demux.c
14427         (gst_matroska_demux_handle_seek_event)
14428         (gst_matroska_demux_loop_stream_parse_id)
14429         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14430         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14431         (gst_wavparse_stream_headers): Run update-funcnames.
14432
14433 2005-11-22  Edward Hervey  <edward@fluendo.com>
14434
14435         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14436         (gst_dv1394src_init), (gst_dv1394src_dispose),
14437         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14438         (gst_dv1394src_uri_set_uri):
14439         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14440         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14441         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14442         URIHandler interface and element properties are now properly
14443         synchronized for DV1394src and UDPSrc
14444
14445 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * ext/flac/Makefile.am:
14448         * ext/speex/Makefile.am:
14449           libgsttagedit has been renamed to libgsttag.
14450
14451 2005-11-21  Wim Taymans  <wim@fluendo.com>
14452
14453         * gst/rtsp/rtspconnection.c: (read_body):
14454         Apply patch from Sebastien Cote to fix #319184.
14455
14456 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14457
14458         * configure.ac:
14459         * gst/cutter/Makefile.am:
14460         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14461         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14462         (gst_cutter_set_property), (gst_cutter_get_property),
14463         (plugin_init), (gst_cutter_get_caps):
14464           port cutter
14465         * gst/level/gstlevel.c:
14466           fix up plugin details
14467
14468 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14469
14470         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14471         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14472         (gst_flacdec_src_event):
14473         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14474         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14475         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14476         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14477         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14478         (gst_flxdec_sink_event_handler):
14479         * gst/matroska/matroska-demux.c:
14480         (gst_matroska_demux_handle_seek_event):
14481         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14482           Update for stream lock API changes: don't take stream log
14483           in sink event handlers any longer and change GST_STREAM_LOCK
14484           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14485           functions.
14486
14487 2005-11-21  Michael Smith <msmith@fluendo.com>
14488
14489         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14490           gst_object_unref, not g_object_unref
14491
14492 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14493
14494         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14495         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14496           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14497
14498 2005-11-21  Michael Smith <msmith@fluendo.com>
14499
14500         * gst/auparse/Makefile.am:
14501         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14502         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14503         (gst_auparse_change_state):
14504         * gst/auparse/gstauparse.h:
14505           Partially fix #161712. playbin still doesn't work on these files,
14506           (on the bug report, Andy says we aren't typefinding it for some
14507           reason?) but at least auparse isn't totally busted like it was before.
14508
14509 2005-11-21  Andy Wingo  <wingo@pobox.com>
14510
14511         * *.h:
14512         * *.c: Ran scripts/update-macros. Oh yes.
14513
14514 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14515
14516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14517           Filler events are gone for now, comment out section generating
14518           them.
14519
14520 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14521
14522         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14523         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14524         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14525         * sys/osxvideo/osxvideosink.m:
14526           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14527           (#322027)
14528
14529 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14530
14531         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14532         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14533         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14534         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14535         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14536         (gst_avi_demux_stream_data):
14537         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14538         * gst/wavenc/gstwavenc.c: (write_metadata):
14539         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14540         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14541         Fixes for GST_FOURCC_FORMAT API change.
14542
14543 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14544
14545         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14546         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14547         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14548         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14549         (gst_text_overlay_change_state):
14550         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14551         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14552         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14553         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14554         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14555         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14556         (gst_videomixer_change_state):
14557           Fix for collect pads API change. Also fix textoverlay state
14558           change function.
14559
14560 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14561
14562         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14563         GST_PAD_IS_USABLE by something approaching it.
14564
14565 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14566
14567         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14568         API changes.
14569         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14570         but also fix the code that was not checking return values from
14571         pad_push neither using pad_alloc_buffer.
14572
14573 2005-11-18  Edward Hervey  <edward@fluendo.com>
14574
14575         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14576         (gst_pngenc_chain):
14577         Added debug category
14578         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14579         goes to EOS.
14580
14581 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14582
14583         * gst/rtp/Makefile.am
14584         * gst/rtp/gstrtp.c
14585         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14586         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14587         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14588         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14589         * gst/rtp/gstrtpg711enc.h:
14590         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14591         * gst/rtp/gstrtpspeexenc.c:
14592         * gst/rtp/gstrtpspeexenc.h:
14593         * gst/rtp/gstrtpspeexdec.c:
14594         * gst/rtp/gstrtpspeexdec.h:
14595         Created Speex payloader and depayloader; Optimize G711 payloader to
14596         use adapter and send packets until MTU size.
14597
14598 2005-11-16  Wim Taymans  <wim@fluendo.com>
14599
14600         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14601         Fix leak in check.
14602
14603 2005-11-16  Wim Taymans  <wim@fluendo.com>
14604
14605         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14606         Fix state change.
14607
14608 2005-11-16  Andy Wingo  <wingo@pobox.com>
14609
14610         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14611         (gst_udpsrc_create): Move comment.
14612
14613 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14614
14615         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14618           When seeking, seek to closest index entry at or before the requested
14619           seek position, not just the closest one (#321001).
14620
14621 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14624         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14625           Invert DIB images again (see #132341).
14626
14627 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14628
14629         * configure.ac:
14630           rework configure.ac file
14631         * ext/aalib/gstaasink.c:
14632         * ext/cairo/gstcairo.c:
14633         * ext/dv/gstdv.c:
14634         * ext/esd/gstesd.c:
14635         * ext/flac/gstflac.c:
14636         * ext/gconf/gstgconfelements.c:
14637         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14638         * ext/jpeg/gstjpeg.c:
14639         * ext/ladspa/gstladspa.c:
14640         * ext/libcaca/gstcacasink.c:
14641         * ext/libmng/gstmng.c:
14642         * ext/libpng/gstpng.c:
14643         * ext/mikmod/gstmikmod.c:
14644         * ext/pango/gsttextoverlay.c:
14645         * ext/pango/gsttimeoverlay.c:
14646         * ext/raw1394/gst1394.c:
14647         * ext/speex/gstspeex.c:
14648         * gst/alpha/Makefile.am:
14649         * gst/alpha/gstalpha.c:
14650         * gst/alpha/gstalphacolor.c:
14651         * gst/auparse/gstauparse.c:
14652         * gst/autodetect/gstautoaudiosink.c:
14653         (gst_auto_audio_sink_factory_filter),
14654         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14655         * gst/autodetect/gstautodetect.c:
14656         * gst/avi/gstavi.c:
14657         * gst/cutter/gstcutter.c:
14658         * gst/debug/efence.c:
14659         * gst/debug/gstdebug.c:
14660         * gst/debug/gstnavigationtest.c:
14661         * gst/effectv/gsteffectv.c:
14662         * gst/flx/gstflxdec.c:
14663         * gst/goom/gstgoom.c:
14664         * gst/interleave/plugin.c:
14665         * gst/law/alaw.c:
14666         * gst/law/mulaw.c:
14667         * gst/level/gstlevel.c:
14668         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14669         * gst/matroska/matroska.c:
14670         * gst/median/gstmedian.c:
14671         * gst/monoscope/gstmonoscope.c:
14672         * gst/multipart/multipart.c:
14673         * gst/oldcore/gstelements.c:
14674         * gst/rtp/gstrtp.c:
14675         * gst/rtsp/gstrtsp.c:
14676         * gst/smoothwave/gstsmoothwave.c:
14677         * gst/smpte/gstsmpte.c:
14678         * gst/udp/gstudp.c:
14679         * gst/videobox/gstvideobox.c:
14680         * gst/videofilter/gstgamma.c:
14681         * gst/videofilter/gstvideobalance.c:
14682         * gst/videofilter/gstvideoflip.c:
14683         * gst/videofilter/gstvideotemplate.c:
14684         * gst/videomixer/videomixer.c:
14685         * gst/wavenc/gstwavenc.c:
14686         * gst/wavparse/gstwavparse.c:
14687         * sys/oss/gstossaudio.c:
14688         * sys/osxaudio/gstosxaudio.c:
14689           update GST_PLUGIN_DEFINE
14690         * gst/rtp/Makefile.am:
14691         * gst/rtp/gstasteriskh263.c:
14692           check for htons/htonl headers and possibly link to winsock2 lib
14693
14694 2005-11-12  Edward Hervey  <edward@fluendo.com>
14695
14696         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14697         Only GST_DEBUG() information on the valid components.
14698
14699 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14700
14701         * configure.ac: back to HEAD
14702
14703 === release 0.9.5 ===
14704
14705 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14706
14707         * configure.ac:
14708           releasing 0.9.5, "Phone Alarm"
14709
14710 2005-11-11  Edward Hervey  <edward@fluendo.com>
14711
14712         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14713         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14714         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14715         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14716         (gst_avi_demux_loop):
14717         * gst/avi/gstavidemux.h:
14718         Yeah, implement proper seeking. Exact seeking and segment seeking.
14719         Still need to do some checks for segment_stop.
14720
14721 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14722
14723         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14726           Don't try to ready buffer duration from buffer that we don't
14727           own any  longer and that might already have been unreffed.
14728           (#321136)
14729
14730 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14731
14732         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14733         (flx_decode_delta_flc), (gst_flxdec_chain):
14734         Attempting to optimize the code for embedded systems.
14735
14736 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14737
14738         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14739
14740         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14741           Don't re-use already closed file descriptor. (#320920)
14742
14743 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14744
14745         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14746         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14747         (gst_oss_sink_prepare):
14748         * sys/oss/gstosssink.h:
14749           Cache probed caps; fix debug output for SET_PARAM macros.
14750
14751 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14752
14753         * ext/cairo/Makefile.am:
14754         * ext/cairo/gstcairo.c: (plugin_init):
14755         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14756         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14757         (gst_text_overlay_init), (gst_text_overlay_font_init),
14758         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14759         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14760         (gst_text_overlay_text_pad_linked),
14761         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14762         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14763         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14764         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14765         (gst_text_overlay_change_state):
14766         * ext/cairo/gsttextoverlay.h:
14767           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14768           property and redo positioning. Doesn't handle upstream renegotiation
14769           yet though.
14770
14771 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14772
14773         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14774         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14775         (gst_avi_demux_loop):
14776           No need to take the STREAM_LOCK in the loop function. Improve
14777           some debug messages. Don't leak pad names in debug messages.
14778
14779 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         * gst/matroska/matroska-demux.c:
14782         (gst_matroska_demux_push_vorbis_codec_priv_data),
14783         (gst_matroska_demux_add_wvpk_header):
14784           Don't error out when the source pad isn't linked.
14785
14786 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14789         (gst_gconf_audio_sink_change_state):
14790         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14791         (gst_gconf_video_sink_change_state):
14792           Fix state change functions here as well and set kid
14793           to NULL state before removing it.
14794
14795 2005-11-01  Edward Hervey  <edward@fluendo.com>
14796
14797         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14798         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14799         Added proper event handlind, 
14800         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14801         ignored),
14802         and don't set a duration of 0 for buffers otherwise they are discarded
14803         by GstBaseSink.
14804
14805         GstWavEnc needs some serious loving, after going through the code I'm
14806         really wondering how this can stay in -good ...
14807
14808 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14809
14810         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14811         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14812         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14813         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14814         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14815         (gst_matroska_mux_collected):
14816           Fix leaks and invalid memory access as reported by valgrind
14817
14818 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14819
14820         Patch by: Michal Benes <michal.benes@xeris.cz>
14821
14822         * check/Makefile.am:
14823         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14824         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14825         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14826           add a unit test for matroskamux
14827           fix the bugs that the unit test exposed
14828
14829 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14830
14831         * gst/autodetect/gstautoaudiosink.c:
14832         (gst_auto_audio_sink_class_init),
14833         (gst_auto_audio_sink_change_state):
14834         * gst/autodetect/gstautovideosink.c:
14835         (gst_auto_video_sink_class_init),
14836         (gst_auto_video_sink_change_state):
14837           Fix state change function and use GST_DEBUG_FUNCPTR in
14838           class_init.
14839
14840 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14841
14842         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14843
14844         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14845         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14846         * gst/matroska/ebml-write.h:
14847         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14848           Set timestamps on outgoing ebml headers as well, so that the
14849           element after matroskamux can get the timestamp already when
14850           reading the first ebml element and doesn't have to wait for
14851           the actual data buffer for that (#320308).
14852           
14853 2005-10-31  Andy Wingo  <wingo@pobox.com>
14854
14855         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14856         (gst_videomixer_pad_link): Kill some memleaks.
14857         (gst_videomixer_pad_get_property): Style fix.
14858         (gst_videomixer_pad_set_property): Style fix.
14859         (gst_videomixer_pad_init): Style fix.
14860         (gst_videomixer_update_queues): Kill memleak.
14861         (gst_videomixer_loop): Kill memleak.
14862         (gst_videomixer_collected): Kill memleak.
14863
14864 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14865
14866         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14867         gst_auparse_change_state:
14868         Just some cleanup.
14869
14870 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14871
14872         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14873         Add checks to GST_FLOW_NOT_LINKED for values returned
14874         from gst_pad_push.
14875         
14876 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14877
14878         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14879         (gst_rtpg711dec_process):
14880         * gst/rtp/gstrtpgsmenc.c:
14881         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14882         are never set. This is important for the g711 to work with burger's rtpbin
14883         element.
14884
14885 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14886
14887         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14888         (gst_speexenc_push_buffer):
14889         Add checks for return values from gst_pad_push and
14890         gst_pad_alloc_buffer.
14891
14892 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14893
14894         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14895
14896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14897         (gst_matroska_demux_parse_info),
14898         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14899         (gst_matroska_demux_parse_cluster):
14900         * gst/matroska/matroska-ids.h:
14901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14902         (gst_matroska_mux_init), (gst_matroska_mux_start),
14903         (gst_matroska_mux_create_buffer_header),
14904         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14905         (gst_matroska_mux_get_property):
14906         * gst/matroska/matroska-mux.h:
14907           Add SimpleBlock support to matroska demuxer and muxer (part of
14908           Matroska v2). (#319731)
14909
14910 2005-10-28  Wim Taymans  <wim@fluendo.com>
14911
14912         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14913         (gst_jpeg_dec_change_state):
14914         * ext/jpeg/gstjpegdec.h:
14915         Cleanups. Don't create caps for every chain.
14916
14917 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14918
14919         * gst/law/alaw-encode.c: (gst_alawenc_init),
14920         (alawenc_setcaps), (gst_alawenc_chain)
14921         * gst/law/alaw-encode.h:
14922         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14923         (mulawenc_setcaps), (gst_mulawenc_chain)
14924         * gst/law/mulaw-encode.h:
14925         Set timestamp on buffer and it allows RTP G711 elements
14926         work properly.
14927
14928 2005-10-27  Wim Taymans  <wim@fluendo.com>
14929
14930         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14931         Set correct format on oss instead of a silly value. 
14932
14933 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14934
14935         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14936         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14937         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14938         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14939         I420 rendering as well, doesn't bring much for my platform.
14940         Might help on some other platforms.
14941
14942 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14943
14944         * gst/rtp/gstrtpgsmenc.c:
14945         * gst/rtp/gstrtpgsmparse.c:
14946         Declaring the padtemplate correctly.
14947
14948 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14949
14950         * gst/rtp/gstrtpg711dec.c:
14951         * gst/rtp/gstrtpg711enc.c:
14952         * gst/rtp/gstrtpgsmenc.c:
14953         * gst/rtp/gstrtpgsmparse.c:
14954         Setting the proper copyright notice.
14955
14956 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14957
14958         * gst/videobox/Makefile.am: Use liboil.
14959         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14960         (gst_video_box_set_property), (gst_video_box_transform_caps),
14961         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14962         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14963         using liboil. Will dot the same to I420 border generation
14964         tomorrow.
14965
14966 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14967
14968         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14969         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14970         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14971         * gst/rtp/gstrtpg711dec.h:
14972         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14973         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14974         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14975         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14976         (gst_rtpgsmenc_handle_buffer):
14977         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14978         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14979         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14980         * gst/rtp/gstrtpgsmparse.h:
14981         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14982         inherits from the basertpdepayloader.
14983
14984 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14985
14986         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14987         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14988         (gst_video_box_ayuv): Removing this forgotten debug.
14989
14990 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14991
14992         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14993         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14994         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14995
14996 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14997
14998         * sys/oss/gstossaudio.c:
14999         * sys/oss/gstossdmabuffer.c:
15000         * sys/oss/gstosshelper.c:
15001         * sys/oss/gstossmixer.c:
15002         * sys/oss/gstossmixerelement.c:
15003         * sys/oss/gstossmixertrack.c:
15004         * sys/oss/gstosssink.c:
15005         * sys/oss/gstosssrc.c:
15006           Actually use the 'oss' debug category we register.
15007
15008 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15009
15010         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15011         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15012         Use gst_pad_get_parent and drop the ref that was added through
15013         that call.
15014
15015 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15016
15017         * gst/rtp/gstrtpgsmenc.c:
15018           Fix compilation
15019
15020 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15021
15022         * gst/rtp/gstrtpg711dec.c
15023         Just removed a couple of lines of weird code used during
15024         development/test time.
15025
15026 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15027
15028         * gst/rtp/Makefile.am
15029         * gst/rtp/gstrtp.c
15030         * gst/rtp/gstrtpg711enc.c
15031         * gst/rtp/gstrtpg711enc.h
15032         * gst/rtp/gstrtpg711dec.c
15033         * gst/rtp/gstrtpg711dec.h
15034         Created G711 payloader and depayloader (it supports mulaw and alaw
15035         (dec)encoders)
15036
15037 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15038
15039         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15040         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15041         Doh ! I introduced wingo's bug again ! Sorry...
15042
15043 2005-10-25  Christian Schaller <christian@fluendo.com> 
15044
15045         * gst/rtp/Makefile.am: add missing header files for disting
15046
15047 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15048
15049         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15050         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15051         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15052         (gst_rtpgsmenc_handle_buffer):
15053         * gst/rtp/gstrtpgsmenc.h:
15054         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15055         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15056         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15057         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15058         * gst/rtp/gstrtpgsmparse.h:
15059         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15060
15061 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15062
15063         * ext/libpng/gstpngdec.c: (user_info_callback),
15064         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15065         a newsegment event, move some redundant code in a single place.
15066
15067 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15068
15069         * ext/libpng/gstpngdec.c: (user_info_callback),
15070         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15071         hack to get correct colors order when we have a png image with
15072         alpha channel.
15073
15074 2005-10-24  Edward Hervey  <edward@fluendo.com>
15075
15076         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15077         Call gst_element_no_more_pads when there will be no more pads.
15078
15079 2005-10-24  Wim Taymans  <wim@fluendo.com>
15080
15081         * gst/rtp/Makefile.am:
15082         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15083         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15084         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15085         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15086         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15087         (gst_asteriskh263_plugin_init):
15088         * gst/rtp/gstasteriskh263.h:
15089         * gst/rtp/gstrtp.c: (plugin_init):
15090         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15091         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15092         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15093         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15094         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15095         (gst_rtph263enc_plugin_init):
15096         * gst/rtp/gstrtph263enc.h:
15097         Added two new payloaders, an RFC 2190 payloader for h263 and
15098         a payload convertor for an asterisk server.
15099
15100 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15103           Set bytes_per_sample correctly (is not always 4, but 
15104           depends on width and number of channels).
15105
15106 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15107
15108         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15109         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15110         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15111         (gst_flacenc_sink_event), (gst_flacenc_chain),
15112         (gst_flacenc_set_property), (gst_flacenc_get_property),
15113         (gst_flacenc_change_state):
15114         * ext/flac/gstflacenc.h:
15115           Fix seeking, so that flacenc can rewrite the header with the
15116           correct duration and amount of samples and all that at EOS;
15117           also set timestamps and granulepos on outgoing buffers; add
15118           debug category; fix state change function.
15119           
15120 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15121
15122         * gst/videomixer/videomixer.c: Don't restrict video geometry
15123         from 16 to 4096.
15124
15125 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15126
15127         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15128         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15129         Fix caps negotiation correctly, add debugging category.
15130
15131 2005-10-24  Christian Schaller  <christian@fluendo.com>
15132
15133         * configure.ac: Port over Thomas's change from base listing all plugins
15134
15135 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15136
15137         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15138         a sink pad.
15139
15140 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15141
15142         * configure.ac:
15143         * docs/upload.mak:
15144           back to HEAD
15145
15146 === release 0.9.4 ===
15147
15148 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15149
15150         * configure.ac:
15151           Releasing 0.9.4, "Dromiceiomimus"
15152
15153 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15154
15155         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15156         (gst_speexenc_src_query):
15157           Add position and duration query, fix query type function.
15158           
15159         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15160         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15161           Let's not set non-fixed caps on source pads.
15162
15163 2005-10-21  Wim Taymans  <wim@fluendo.com>
15164
15165         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15166         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15167         (gst_avi_demux_handle_seek):
15168         Set correct stream_time in newsegment event.
15169         avi can also handle a duration query now.
15170
15171 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * gst/matroska/matroska-demux.c:
15174         (gst_matroska_demux_handle_src_query),
15175         (gst_matroska_demux_handle_seek_event),
15176         (gst_matroska_demux_loop_stream_parse_id):
15177           Fix duration query; fix basetime in newsegment event after
15178           seek; fix duration in initial newsegment event.
15179
15180         * gst/matroska/matroska-mux.c:
15181         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15182           Extract number of channels and samplerate from vorbis headers;
15183           add some debug messages when querying the durations of the
15184           input streams.
15185
15186 2005-10-20  Wim Taymans  <wim@fluendo.com>
15187
15188         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15189         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15190         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15191         Set stream time correctly in newsegment.
15192
15193 2005-10-20  Wim Taymans  <wim@fluendo.com>
15194
15195         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15196         Correctly fill in the stream time.
15197
15198 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15199
15200         * check/elements/level.c: (GST_START_TEST):
15201         * gst/level/gstlevel.c: (gst_level_message_new):
15202         * gst/level/level-example.c: (message_handler):
15203           use ELEMENT messages instead
15204
15205 2005-10-19  Wim Taymans  <wim@fluendo.com>
15206
15207         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15208         (gst_dvdemux_src_query):
15209         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15210         (gst_flacdec_src_query):
15211         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15212         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15213         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15214         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15215         * gst/debug/progressreport.c: (gst_progress_report_report):
15216         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15217         * gst/matroska/matroska-demux.c:
15218         (gst_matroska_demux_handle_src_query):
15219         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15220         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15221         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15222         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15223         (gst_wavparse_srcpad_event):
15224         API change fix.
15225
15226 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15227
15228         * gst/goom/filters.c:
15229         * gst/goom/graphic.h:
15230         * gst/goom/lines.c:
15231           Make inline functions either 'static inline' or 'extern inline',
15232           otherwise the Forte compiler apparently won't inline them (#317300).
15233
15234 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15235
15236         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15237         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15238         (user_info_callback), (user_endrow_callback), (user_end_callback),
15239         (user_read_data), (gst_pngdec_caps_create_and_set),
15240         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15241         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15242         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15243         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15244         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15245         very nice and handle push/pull based model. if you have filesrc
15246         connected to it, it will do random access to load the png file.
15247         If you have a network source that can't do _getrange, it does 
15248         progressive loading through the chain function.
15249         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15250         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15251         thanks to Master Wim Taymans ;-)
15252
15253 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15254
15255         * gst/matroska/Makefile.am:
15256         * gst/matroska/ebml-read.c:
15257         * gst/matroska/ebml-read.h:
15258         * gst/matroska/matroska-demux.c:
15259         * gst/matroska/matroska-demux.h:
15260         * gst/matroska/matroska.c: (plugin_init):
15261           Ported matroska demuxer to 0.9.
15262
15263 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15264
15265         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15266
15267         * gst/matroska/matroska-mux.c:
15268         (gst_matroska_mux_video_pad_setcaps),
15269         (gst_matroska_mux_audio_pad_setcaps):
15270           Fix mpeg4 input handling (#318847); also, while we're at it,
15271           fix media type for Motion-JPEG: should be image/jpeg.
15272
15273 2005-10-18  Wim Taymans  <wim@fluendo.com>
15274
15275         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15276         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15277         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15278         Fix for segment-start/stop API change.
15279
15280 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15281
15282         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15283         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15284         way.
15285
15286 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15287
15288         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15289         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15290         output declared in transform_caps.
15291
15292 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15293
15294         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15295
15296 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15297
15298         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15299         (gst_video_box_get_unit_size): Fix wrong size calculations and
15300         implement get_unit_size correctly.
15301
15302 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15303
15304         * configure.ac:
15305           Enable flx plugin.
15306
15307         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15308           Fix gcc4 signedness issue.
15309
15310 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15311
15312         * configure.ac: Adding videomixer.
15313         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15314         (user_read_data), (gst_pngdec_chain): More debugging.
15315         * gst/alpha/Makefile.am: Adding alphacolor
15316         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15317         (gst_alpha_color_class_init), (gst_alpha_color_init),
15318         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15319         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15320         (plugin_init): Ported to 0.9 using in place base tranform.
15321         * gst/videomixer/Makefile.am:
15322         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15323         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15324         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15325         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15326         (gst_videomixer_init), (gst_videomixer_getcaps),
15327         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15328         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15329         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15330         to 0.9 using collectpads.
15331
15332 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15333
15334         * configure.ac:
15335         * gst/flx/Makefile.am:
15336         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15337         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15338         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15339         * gst/flx/gstflxdec.h:
15340         flx plugin ported to 0.9
15341
15342 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15343
15344         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15345           use new gst_version_string()
15346
15347 2005-10-16  Andy Wingo  <wingo@pobox.com>
15348
15349         * configure.ac: GLIB_CHECK.
15350
15351 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15352
15353         * ext/libpng/Makefile.am:
15354         * ext/libpng/gstpng.c: (plugin_init):
15355         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15356         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15357         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15358
15359 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15360
15361         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15362
15363         * configure.ac:
15364         * gst/matroska/Makefile.am:
15365         * gst/matroska/ebml-ids.h:
15366         * gst/matroska/ebml-write.c:
15367         * gst/matroska/ebml-write.h:
15368         * gst/matroska/matroska-ids.h:
15369         * gst/matroska/matroska-mux.c:
15370         * gst/matroska/matroska-mux.h:
15371         * gst/matroska/matroska.c: (plugin_init):
15372           Port matroska muxer to 0.9 (#318847).
15373
15374 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15375
15376         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15377         (comment_init), (comment_add):
15378           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15379           use GST_READ_UINT32_LE() and friends rather than the private
15380           implementation of those same macros.
15381
15382 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15383
15384         * examples/stats/mp2ogg.c:
15385           more typo fixes
15386
15387 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15388
15389         * examples/indexing/indexmpeg.c: (main):
15390         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15391         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15392         * ext/esd/esdmon.h:
15393         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15394         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15395         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15396         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15397         * gst/avi/gstavimux.c: (gst_avimux_init):
15398         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15399         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15400         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15401         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15402         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15403         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15404         * gst/oldcore/gstmultifilesrc.h:
15405         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15406         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15407         (gst_pipefilter_change_state):
15408         * gst/oldcore/gstpipefilter.h:
15409         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15410         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15411         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15412         * sys/osxaudio/gstosxaudiosink.h:
15413         * sys/osxaudio/gstosxaudiosrc.h:
15414           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15415           moved bitshift from macro to enum definition
15416
15417 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15418
15419         * ext/Makefile.am:
15420         * ext/cairo/Makefile.am:
15421         * ext/cairo/gstcairo.c: (plugin_init):
15422         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15423         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15424         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15425         * ext/cairo/gsttimeoverlay.h:
15426           update of cairo-based timeoverlay to 1.0 Cairo API
15427           doesn't work yet for resizing of output sink
15428
15429 2005-10-11  Wim Taymans  <wim@fluendo.com>
15430
15431         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15432         newsegment API fix.
15433
15434 2005-10-11  Wim Taymans  <wim@fluendo.com>
15435
15436         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15437         (gst_dvdemux_demux_frame):
15438         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15439         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15440         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15441         (gst_avi_demux_handle_seek):
15442         * gst/goom/gstgoom.c: (gst_goom_event):
15443         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15444         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15445         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15446         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15447         (gst_wavparse_srcpad_event):
15448         newsegment API update.
15449
15450 2005-10-11  Andy Wingo  <wingo@pobox.com>
15451
15452         * ext/speex/gstspeexenc.c: Signedness cleanups.
15453
15454 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15455
15456         * PORTED_09:
15457         * ext/speex/Makefile.am:
15458         * ext/speex/gstspeex.c:
15459         * ext/speex/gstspeexenc.c:
15460         Speexenc ported to 0.9
15461
15462 2005-10-10  Wim Taymans  <wim@fluendo.com>
15463
15464         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15465         (gst_oss_sink_init), (gst_oss_sink_set_property),
15466         (gst_oss_sink_get_property), (gst_oss_sink_open),
15467         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15468         * sys/oss/gstosssink.h:
15469         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15470         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15471         (gst_oss_src_prepare):
15472         Cleanups, make device configurable in the sink, handle and report
15473         errors.
15474
15475 2005-10-10  Wim Taymans  <wim@fluendo.com>
15476
15477         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15478         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15479         Make sure element is NULL before removing from the bin.
15480
15481 2005-10-07  Andy Wingo  <wingo@pobox.com>
15482
15483         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15484         block forever in a read().
15485         (gst_dv1394src_bus_reset): Post a message when the cable is
15486         unplugged.
15487         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15488         (gst_dv1394src_bus_reset): Don't unref the message.
15489
15490         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15491         hacking. The only change should be that the state change stuff was
15492         put into basesrc's start() and stop() routines, which coalesces
15493         some steps.
15494
15495 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15496
15497         * configure.ac:
15498           Add check for mmap
15499           
15500         * gst/debug/Makefile.am:
15501           Only compile efence plugin on systems that have mmap.
15502
15503 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15504
15505         * gst/debug/Makefile.am:
15506         * gst/debug/breakmydata.c:
15507         * gst/debug/gstdebug.c:
15508         * gst/debug/gstnavigationtest.c:
15509         * gst/debug/gstnavseek.c: 
15510         * gst/debug/gstnavseek.h:
15511         * gst/debug/progressreport.c: 
15512         * gst/debug/testplugin.c:
15513           Port progressreport, navseek, navigationtest, testsink and
15514           breakmydata.
15515
15516 2005-10-05  Edward Hervey  <edward@fluendo.com>
15517
15518         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15519         (gst_dvdemux_src_query):
15520         Fixes for better conversion
15521
15522 2005-10-04  Michael Smith <msmith@fluendo.com>
15523
15524         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15525         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15526         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15527         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15528           Set state of elements to NULL before removing from bins.
15529           Set state of test element to NULL if we failed to move it to READY
15530
15531 2005-10-04  Edward Hervey  <edward@fluendo.com>
15532
15533         * ext/dv/Makefile.am:
15534         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15535         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15536         Corrected the query function for position so it doesn't forget what
15537         format was asked, and calls the conversion functions on the correct pad.
15538
15539 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15540
15541         * configure.ac:
15542           back to development
15543
15544 === release 0.9.3 ===
15545
15546 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15547
15548         * configure.ac:
15549           Releasing 0.9.3, "Aramis"
15550
15551 2005-10-03  Andy Wingo  <wingo@pobox.com>
15552
15553         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15554         error returns.
15555
15556 2005-10-02  Andy Wingo  <wingo@pobox.com>
15557
15558         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15559
15560         * ext/flac/gstflacenc.c: Ported to 0.9.
15561
15562         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15563
15564         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15565         and link to gsttagedit. Enable flacenc.
15566
15567         * ext/flac/gstflacdec.c: Re-enable tag reading.
15568
15569 2005-09-30  Wim Taymans  <wim@fluendo.com>
15570
15571         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15572         * gst/rtp/gstrtpgsmparse.c:
15573         * gst/rtp/gstrtph263penc.c:
15574         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15575         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15576         (gst_rtpmp4venc_set_property):
15577         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15578         Various class and caps fixes from Andre Magalhaes (andrunko)
15579
15580 2005-09-29  Wim Taymans  <wim@fluendo.com>
15581
15582         * gst/level/level-example.c: (main):
15583         Update for new bus API.
15584
15585 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15586
15587         * configure.ac:
15588           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15589           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15590
15591 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15592
15593         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15594           Fix playback of mono streams (bytes_per_sample should be set
15595           from the sample width and the number of channels negotiated,
15596           and not just be set to 4) (#317338)
15597
15598 2005-09-26  Wim Taymans  <wim@fluendo.com>
15599
15600         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15601         (gst_rtpmpaenc_handle_buffer):
15602         Set buffer duration correctly.
15603
15604 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15607         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15608         (gst_avi_demux_change_state):
15609           Don't crash when encountering a stream with an unknown fourcc or
15610           codec id. Instead, create a pad of type video/x-avi-unknown or
15611           audio/x-avi-unknown, which as a side-effect also results in less
15612           confusing error messages in players ('no decoder' vs. 'no streams');
15613           minor fixes to state change function and class_init function.
15614
15615 2005-09-24  Wim Taymans  <wim@fluendo.com>
15616
15617         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15618         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15619         These are sinks.
15620
15621 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15622
15623         * check/elements/level.c: (GST_START_TEST):
15624           fix test for new GstClockTime use
15625         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15626         (gst_level_transform_ip):
15627         * gst/level/gstlevel.h:
15628           fix up the decay peak, ensuring the decay peak is never lower
15629           than the peak for that interval
15630
15631 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15632
15633         * docs/plugins/gst-plugins-good-plugins.args:
15634         * docs/plugins/inspect/plugin-alpha.xml:
15635         * docs/plugins/inspect/plugin-rtp.xml:
15636         * gst/level/gstlevel.c: (gst_level_set_caps),
15637         (gst_level_transform_ip):
15638           updating docs
15639
15640 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15641
15642         * Makefile.am:
15643         * check/elements/level.c: (GST_START_TEST):
15644         * gst/level/Makefile.am:
15645         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15646         (gst_level_set_property), (gst_level_get_property),
15647         (gst_level_set_caps), (gst_level_message_new),
15648         (gst_level_transform_ip):
15649         * gst/level/gstlevel.h:
15650         * gst/level/level-example.c: (message_handler), (main):
15651           convert to using GstClockTime for all time values, finally.
15652
15653 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15654
15655         * gst/auparse/Makefile.am:
15656         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15657           fix up build
15658         * configure.ac:
15659         * ext/cairo/Makefile.am:
15660         * ext/dv/Makefile.am:
15661         * ext/esd/Makefile.am:
15662         * ext/flac/Makefile.am:
15663         * ext/gconf/Makefile.am:
15664         * ext/gdk_pixbuf/Makefile.am:
15665         * ext/jpeg/Makefile.am:
15666         * ext/ladspa/Makefile.am:
15667         * ext/libcaca/Makefile.am:
15668         * ext/libmng/Makefile.am:
15669         * ext/libpng/Makefile.am:
15670         * ext/mikmod/Makefile.am:
15671         * ext/pango/Makefile.am:
15672         * ext/raw1394/Makefile.am:
15673         * ext/shout2/Makefile.am:
15674         * ext/speex/Makefile.am:
15675         * gst/alpha/Makefile.am:
15676         * gst/autodetect/Makefile.am:
15677         * gst/avi/Makefile.am:
15678         * gst/cutter/Makefile.am:
15679         * gst/debug/Makefile.am:
15680         * gst/effectv/Makefile.am:
15681         * gst/flx/Makefile.am:
15682         * gst/goom/Makefile.am:
15683         * gst/interleave/Makefile.am:
15684         * gst/law/Makefile.am:
15685         * gst/matroska/Makefile.am:
15686         * gst/median/Makefile.am:
15687         * gst/monoscope/Makefile.am:
15688         * gst/multipart/Makefile.am:
15689         * gst/oldcore/Makefile.am:
15690         * gst/rtp/Makefile.am:
15691         * gst/rtsp/Makefile.am:
15692         * gst/smoothwave/Makefile.am:
15693         * gst/smpte/Makefile.am:
15694         * gst/videobox/Makefile.am:
15695         * gst/videofilter/Makefile.am:
15696         * gst/videomixer/Makefile.am:
15697         * gst/wavenc/Makefile.am:
15698         * gst/wavparse/Makefile.am:
15699         * sys/oss/Makefile.am:
15700         * sys/osxaudio/Makefile.am:
15701         * sys/osxvideo/Makefile.am:
15702           fix up GST_LIBS use
15703
15704 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15705
15706         * gst/auparse/Makefile.am:
15707         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15708           fix build of auparse
15709
15710 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15711
15712         * configure.ac:
15713         * PORTED_09:
15714         * gst/auparse/gstauparse.c:
15715         * gst/auparse/gstauparse.h:
15716         Auparse ported to 0.9.
15717
15718 2005-09-22  Wim Taymans  <wim@fluendo.com>
15719
15720         * gst/rtp/TODO:
15721         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15722         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15723         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15724         (gst_rtpmp4venc_set_property):
15725         * gst/rtp/gstrtpmp4venc.h:
15726         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15727         * gst/rtp/gstrtpmpaenc.h:
15728         Use is_filled to both check MTU and max-ptime of base class.
15729
15730 2005-09-22  Wim Taymans  <wim@fluendo.com>
15731
15732         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15733         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15734         (gst_rtpmp4venc_set_property):
15735         Don't fragment packets with multiple frames.
15736
15737 2005-09-22  Wim Taymans  <wim@fluendo.com>
15738
15739         * gst/rtp/TODO:
15740         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15741         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15742         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15743         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15744         (gst_rtpmp4venc_get_property):
15745         * gst/rtp/gstrtpmp4venc.h:
15746         Remove g_print.
15747         Update TODO
15748         Make payload encoder a bit smarter and more correct with
15749         timestamps.
15750         Added option in payloader to include config string in-band.
15751
15752 2005-09-21  Wim Taymans  <wim@fluendo.com>
15753
15754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15755         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15756         (gst_rtspsrc_send):
15757         Strip spaces for key/value pairs.
15758
15759 2005-09-21  Wim Taymans  <wim@fluendo.com>
15760
15761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15762         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15763         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15764         (gst_rtspsrc_change_state):
15765         More SDP parsing and caps setting.
15766         Do NO_PREROLL differently.
15767         add pads only after negotiated.
15768
15769         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15770         (gst_udpsrc_getcaps):
15771         Implement the getcaps function.
15772
15773 2005-09-21  Wim Taymans  <wim@fluendo.com>
15774
15775         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15776         (gst_rtpamrdec_chain):
15777         Handle multiple AMr packets per payload. Handle CRC and
15778         parse ILL/ILP.
15779
15780         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15781         Make caps params strings for easy SDP mapping.
15782         
15783         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15784         Handle capsnego better.
15785
15786         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15787         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15788         Generate and parse config string in the caps.
15789
15790 2005-09-21  Wim Taymans  <wim@fluendo.com>
15791
15792         * gst/rtp/README:
15793         Update README
15794
15795         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15796         Make extra params as strings.
15797
15798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15799         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15800         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15801         Make state change return NO_PREROLL as this is a live
15802         source.
15803
15804         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15805         Don't unref old caps when NULL.
15806
15807 2005-09-20  Wim Taymans  <wim@fluendo.com>
15808
15809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15810         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15811         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15812         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15813         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15814         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15815         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15816         * gst/rtsp/sdpmessage.h:
15817         Add URI handler.
15818         Parse SDP and create caps.
15819
15820 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15821
15822         * gst/alpha/gstalpha.c:
15823           fix element description
15824
15825 2005-09-19  Wim Taymans  <wim@fluendo.com>
15826
15827         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15828         Don't check payload for now.
15829
15830 2005-09-19  Wim Taymans  <wim@fluendo.com>
15831
15832         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15833         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15834         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15835         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15836         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15837         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15838         (gst_wavparse_change_state):
15839         * gst/wavparse/gstwavparse.h:
15840         Fix wavparse some more.
15841
15842 2005-09-19  Wim Taymans  <wim@fluendo.com>
15843
15844         * check/elements/level.c: (GST_START_TEST):
15845         Fix for bus API change.
15846
15847 2005-09-19  Wim Taymans  <wim@fluendo.com>
15848
15849         * gst/level/level-example.c: (main):
15850         Fix for new bus API.
15851
15852         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15853         Set caps on pads.
15854
15855 2005-09-15  Wim Taymans  <wim@fluendo.com>
15856
15857         * gst/rtp/Makefile.am:
15858         * gst/rtp/README:
15859         * gst/rtp/gstrtp.c: (plugin_init):
15860         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15861         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15862         (gst_rtpamrdec_change_state):
15863         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15864         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15865         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15866         * gst/rtp/gstrtpamrenc.h:
15867         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15868         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15869         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15870         * gst/rtp/gstrtpgsmenc.h:
15871         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15872         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15873         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15874         (gst_rtpgsmparse_change_state):
15875         * gst/rtp/gstrtpgsmparse.h:
15876         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15877         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15878         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15879         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15880         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15881         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15882         * gst/rtp/gstrtph263penc.h:
15883         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15884         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15885         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15886         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15887         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15888         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15889         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15890         * gst/rtp/gstrtpmp4venc.h:
15891         * gst/rtp/gstrtpmpadec.c:
15892         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15893         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15894         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15895         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15896         * gst/rtp/gstrtpmpaenc.h:
15897         Updates to payloader/depayloaders, make payloaders use
15898         the base classes.
15899         Updated README with suggested RTP caps and how to convert
15900         to/from SDP.
15901         Added config descriptor in mp4v payloader.
15902
15903 2005-09-15  Andy Wingo  <wingo@pobox.com>
15904
15905         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15906         * gst/autodetect/gstautovideosink.c
15907         (gst_auto_video_sink_find_best): Update for new registry API.
15908
15909 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15910
15911         * common/c-to-xml.py:
15912         * common/gtk-doc-plugins.mak:
15913           a simple py script to generate valid xml from a C example
15914           probably also need to strip an MIT license when we decide
15915         * docs/plugins/Makefile.am:
15916         * gst/level/Makefile.am:
15917         * gst/level/gstlevel.c: (gst_level_init):
15918         * gst/level/level-example.c: (message_handler), (main):
15919           add an example to level that will show up in the docs
15920         * gst/rtp/TODO:
15921           add a note for the future
15922
15923 2005-09-14  Michael Smith <msmith@fluendo.com>
15924
15925         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15926           Actually define the debug object being used in wavenc. Fixes #316205
15927
15928 2005-09-14  Michael Smith <msmith@fluendo.com>
15929
15930         * gst/smpte/Makefile.am:
15931           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15932           needed to build on windows (bug 316204)
15933
15934 2005-09-12  Andy Wingo  <wingo@pobox.com>
15935
15936         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15937
15938 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15939
15940         * configure.ac:
15941         * gst/fdsrc/Makefile.am:
15942         * gst/fdsrc/gstfdsrc.c:
15943         * gst/fdsrc/gstfdsrc.h:
15944           Move fdsrc back into gstreamer core elements.
15945
15946         * gst/level/gstlevel.c: (gst_level_class_init),
15947         (gst_level_transform_ip):
15948         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15949           Basetransform changes.
15950
15951 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15952
15953         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15954         * ext/jpeg/smokecodec.c: (find_best_size):
15955           fix compiler warnings
15956
15957 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15958
15959         * gst-plugins-good.spec.in:
15960           spec file fixes
15961         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15962         (gst_multiudpsink_render), (gst_multiudpsink_add),
15963         (gst_multiudpsink_clear):
15964           it actually helps to actually stream if we hook up the
15965           "add" signal to an actual implementation
15966         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15967           some debugging
15968
15969 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15970
15971         * ext/jpeg/Makefile.am:
15972         * ext/jpeg/gstjpeg.c
15973         * ext/jpeg/gstjpegenc.c:
15974         * ext/jpeg/gstsmokeenc.c:
15975
15976 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15977
15978         * ext/flac/gstflacdec.c:
15979         * ext/flac/gstflacenc.c:
15980         * ext/flac/gstflactag.c:
15981         * ext/speex/gstspeexenc.c:
15982           gsttaginterface.h -> gsttagsetter.h
15983
15984 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15985
15986         * configure.ac:
15987         * gst/debug/Makefile.am:
15988         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15989         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15990         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15991         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15992         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15993           Port to 0.9 and re-enable efence plugin.
15994
15995 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15996
15997         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15998         (gst_flacdec_write), (gst_flacdec_convert_src):
15999         * ext/flac/gstflacdec.h:
16000           Add support for flac files with 24/32 bits per sample; and misc.
16001           minor clean-ups. Seeking is still partly broken (for me at least).
16002
16003 2005-09-06  Wim Taymans  <wim@fluendo.com>
16004
16005         * gst/rtp/Makefile.am:
16006         * gst/rtp/gstrtp.c: (plugin_init):
16007         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16008         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16009         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16010         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16011         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16012         (gst_rtpmp4vdec_plugin_init):
16013         * gst/rtp/gstrtpmp4vdec.h:
16014         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16015         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16016         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16017         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16018         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16019         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16020         * gst/rtp/gstrtpmp4venc.h:
16021         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16022         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16023         Added mpeg4 video payload encoder/decoder.
16024         Added some docs in mpa payloader.
16025
16026 === release 0.9.1 ===
16027
16028 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16029
16030         * NEWS:
16031         * README:
16032         * RELEASE:
16033         * autogen.sh:
16034         * configure.ac:
16035           releasing 0.9.1, "Blondie"
16036
16037 2005-09-05  Andy Wingo  <wingo@pobox.com>
16038
16039         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16040         here from the state change handler, so we fire signals without
16041         holding the state lock.
16042
16043 2005-09-02  Andy Wingo  <wingo@pobox.com>
16044
16045         * All plugins updated for element state changes.
16046
16047 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16048
16049         * Makefile.am:
16050         * check/.cvsignore:
16051         * check/Makefile.am:
16052         * check/elements/.cvsignore:
16053         * check/elements/level.c: (setup_level), (cleanup_level),
16054         (GST_START_TEST), (level_suite), (main):
16055           add a test for level
16056         * common/release.mak:
16057           move the enum checking to release.mak
16058         * configure.ac:
16059           add valgrind and check checking
16060         * gst/level/gstlevel.c: (gst_level_transform):
16061         * gst/level/gstlevel.h:
16062           fix Andy's cast bug
16063           convert a field to int
16064           fix the arithmetic to int when checking for emit so that a
16065           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16066
16067 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16068
16069         * Makefile.am:
16070         * configure.ac:
16071           add docs to build
16072         * common/plugins.xsl:
16073           wrap Description into a refsect2
16074         * docs/Makefile.am:
16075         * docs/plugins/Makefile.am:
16076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16078         * gst/goom/Makefile.am:
16079         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16080         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16081         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16082         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16083         (gst_goom_change_state):
16084         * gst/goom/gstgoom.h:
16085           GstGOOM -> GstGoom
16086           add an example launch line
16087         * gst/level/gstlevel.h:
16088         * gst/monoscope/gstmonoscope.c:
16089           cleanups
16090
16091 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16092
16093         * configure.ac:
16094         * docs/plugins/Makefile.am:
16095         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16096         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16097         * docs/plugins/gst-plugins-good-plugins.types:
16098           document elements and plugins.  Shazam !
16099
16100 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16101
16102         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16103           be found under doc/random/ChangeLog-0.8