Move multifile plugin from -bad.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * configure.ac:
4         * docs/plugins/Makefile.am:
5         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7         * docs/plugins/gst-plugins-good-plugins.args:
8         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9         * docs/plugins/inspect/plugin-multifile.xml:
10         * tests/check/Makefile.am:
11         * tests/check/elements/.cvsignore:
12
13         Move multifile plugin from -bad.
14         Fixes: #490283
15
16 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
17
18         * configure.ac:
19         * docs/plugins/Makefile.am:
20         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22         * docs/plugins/gst-plugins-good-plugins.args:
23         * docs/plugins/gst-plugins-good-plugins.hierarchy:
24         * docs/plugins/inspect/plugin-spectrum.xml:
25         * gst/spectrum/Makefile.am:
26         * tests/check/Makefile.am:
27         * tests/check/elements/.cvsignore:
28         * tests/examples/Makefile.am:
29
30         Move spectrum plugin from -bad.
31         Move examples into tests/examples/spectrum.
32
33 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
34
35         * configure.ac:
36         * docs/plugins/Makefile.am:
37         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
38         * docs/plugins/gst-plugins-good-plugins-sections.txt:
39         * docs/plugins/gst-plugins-good-plugins.args:
40         * docs/plugins/gst-plugins-good-plugins.hierarchy:
41         * docs/plugins/gst-plugins-good-plugins.interfaces:
42         * docs/plugins/inspect/plugin-equalizer.xml:
43         * gst/equalizer/Makefile.am:
44         * tests/check/Makefile.am:
45         * tests/examples/Makefile.am:
46         Move the equalizer plugin across from -bad
47
48         * tests/check/elements/.cvsignore:
49         Add equalizer, audiosincwband and audiosincwlimit
50
51         * tests/check/elements/equalizer.c:
52         Fix compiler warnings
53
54         Fixes: #415627
55
56 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
57
58         * configure.ac:
59         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
60         are treated like releases and build without it.
61
62 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
63
64         * docs/plugins/Makefile.am:
65         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
66         * docs/plugins/gst-plugins-good-plugins-sections.txt:
67         * docs/plugins/gst-plugins-good-plugins.args:
68         * docs/plugins/inspect/plugin-audiofx.xml:
69         * gst/audiofx/Makefile.am:
70         * gst/audiofx/audiofx.c:
71         * gst/audiofx/audiowsincband.c:
72         * gst/audiofx/audiowsincband.h:
73         * gst/audiofx/audiowsinclimit.c:
74         * gst/audiofx/audiowsinclimit.h:
75         * tests/check/Makefile.am:
76         * tests/check/elements/audiowsincband.c:
77         * tests/check/elements/audiowsinclimit.c:
78
79         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
80         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
81         respectively.
82
83         Fixes: #467666
84
85 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
86
87         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
88         * tests/check/elements/icydemux.c:
89           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
90           caps, and add a somewhat useful debug message. Plus test.
91
92 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
93
94         * gst/rtsp/gstrtspsrc.c:
95         Include unistd.h only if HAVE_UNISTD_H is defined
96         * win32/common/config.h.in:
97         * win32/common/config.h:
98         Define socklen_t as it seems it's not defined in default 
99         Visual Studio headers.
100         * win32/vs6/libgstalpha.dsp:
101         * win32/vs6/libgstapetag.dsp:
102         * win32/vs6/libgstavi.dsp:
103         * win32/vs6/libgstrtp.dsp:
104         * win32/vs6/libgstrtsp.dsp:
105         * win32/vs6/libgstvideomixer.dsp:
106         Update project file dependencies and add new source files       
107
108 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
109
110         Patch by: Bjarne Rosengren <bjarne at axis dot com>
111
112         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
113         Don't leak buffers when we don't push them downstream.
114         Fixes bug #514965.
115
116 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
117
118         * configure.ac:
119           Bump requirements to (good) released versions to avoid
120           confusion and make implicit core requirement explicit.
121
122 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
123
124         * docs/plugins/Makefile.am:
125         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
126         * docs/plugins/gst-plugins-good-plugins-sections.txt:
127         * docs/plugins/gst-plugins-good-plugins.args:
128         * docs/plugins/inspect/plugin-audiofx.xml:
129         * gst/audiofx/Makefile.am:
130         * gst/audiofx/audiochebband.c:
131         * gst/audiofx/audiochebband.h:
132         * gst/audiofx/audiocheblimit.c:
133         * gst/audiofx/audiocheblimit.h:
134         * gst/audiofx/audiochebyshevfreqband.c:
135         * gst/audiofx/audiochebyshevfreqband.h:
136         * gst/audiofx/audiochebyshevfreqlimit.c:
137         * gst/audiofx/audiochebyshevfreqlimit.h:
138         * gst/audiofx/audiofx.c:
139         * tests/check/Makefile.am:
140         * tests/check/elements/.cvsignore:
141         * tests/check/elements/audiochebband.c:
142         * tests/check/elements/audiocheblimit.c:
143         * tests/check/elements/audiochebyshevfreqband.c:
144         * tests/check/elements/audiochebyshevfreqlimit.c:
145
146         Rename audiochebyshevfreqband -> audiochebband and
147         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
148         surgery.
149
150         Closes: #491811
151
152 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
153
154         Patch by: orjan <orjanf at axis dot com>
155
156         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
157         Fix caps memory leak. Fixes #514573.
158
159 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
160
161         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
162         If there's no entries in the subindex, don't try to do anything stupid,
163         just return.
164
165 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
166
167         Patch by: John Millikin <jmillikin at gmail dot com>
168
169         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
170           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
171           Fix extraction of picture blocks with newer libflac versions again:
172           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
173
174 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
175
176         * tests/check/Makefile.am:
177           Add rtp-payloading test to VALGRIND_TO_FIX.
178
179         * tests/check/elements/rtp-payloading.c:
180           Add semicolons after GST_TEST_END so gst-indent gets the
181           formatting right; make test less verbose in general, but
182           more verbose in the error case (which should probably
183           make the test fail anyway).
184
185 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
186
187         * docs/plugins/Makefile.am:
188         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
189         * docs/plugins/gst-plugins-good-plugins-sections.txt:
190         * gst/avi/gstavisubtitle.c:
191         Add documentation for avisubtitle and change class to
192         Codec/Parser/Subtitle
193
194 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
195
196         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
197         Treat ENOTTY (driver does not implement ioctl) the same as
198         EINVAL since it implies there are no available standards.
199
200         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
201         (gst_v4l2src_get_nearest_size):
202         Replace gst_v4l2src_get_size_limits with 2 calls to new function
203         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
204         probe if the driver does not support VIDIOC_TRY_FMT for whatever
205         reason, and if we aren't yet actively capturing.
206
207         * sys/v4l2/v4l2src_calls.h:
208         Remove replaced function declaration.
209
210 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
211
212         * configure.ac:
213         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
214         API.
215
216 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
217
218         * configure.ac:
219         Fix typo.
220
221 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
222
223         * gst/alpha/Makefile.am:
224         * gst/alpha/gstalpha.c:
225
226         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
227         some stuff, and making buffer-alloc and resizing work automatically.
228         No longer crashes on odd frame widths and heights, although there
229         seems to be a disagreement with ffmpegcolorspace about what size
230         an AYUV frame with odd height should be.
231
232 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
233
234         Patch by: Alessandro Decina <alessandro at nnva dot org>
235
236         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
237         * ext/libpng/gstpngenc.h:
238         Preallocate the output buffer so that g_memdup() and
239         gst_buffer_merge() aren't needed anymore. This greatly improves
240         performances and fixes #512544.
241
242 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
243
244         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
245         (gst_avi_demux_stream_data):
246         GStreamer timestamps are PTS values while AVI only knows about DTS
247         timestamps. Make sure we only copy the DTS as the buffer timestamp when
248         we are dealing with a key frame.
249
250 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
251
252         * tests/check/Makefile.am:
253         * tests/check/elements/.cvsignore:
254         * tests/check/elements/rtp-payloading.c:
255           Add add testsuite for the rtp-payloader that tries simulating
256           dataflow. Needs more test data.
257
258 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
259
260         * tests/check/elements/alphacolor.c:
261           Remove two unused variables.
262
263 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
264
265         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
266           Use g_ascii_strtoll() instead of atoll, which is only
267           available in C99.
268
269 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
270
271         * gst/rtp/Makefile.am:
272         * gst/rtp/gstrtp.c:
273         * gst/rtp/gstrtpmpvpay.c:
274         * gst/rtp/gstrtpmpvpay.h:
275         Add MPEG2 video payloader
276
277 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
278
279         * gst/level/gstlevel.c:
280         Use #include <math.h> instead of #include "math.h".
281
282 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
283
284         * tests/check/Makefile.am:
285         Fix up some CFLAGS sets.
286         Don't include gconfvideosrc in the states test.
287
288         * tests/check/elements/autodetect.c: (GST_START_TEST):
289         Add some error strings to fail_unless arguments to fix some weird
290         compiler errors on Solaris.
291
292 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
293
294         * configure.ac:
295         Detect video4linux headers on Solaris too.
296         * sys/v4l2/gstv4l2colorbalance.h:
297         * sys/v4l2/gstv4l2object.h:
298         * sys/v4l2/v4l2_calls.c:
299         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
300         (gst_v4l2_buffer_new):
301
302         Make v4l2 build on Solaris.
303         Patch by: Brian Cameron  <brian.cameron at sun dot com>
304         Fixes: #510505
305
306 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
307
308         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
309           Update list from (still local) scanning script.
310
311 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
312
313         Based on a patch by:
314             Victor STINNER <victor dot stinner at haypocalc dot com>
315
316         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
317         Set variable to NULL after freeing it to prevent double frees
318         or make failures by another use of it afterwards more obvious
319         and fix use of it after the freeing. Fixes bug #510592.
320
321 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
322
323         * gst/udp/gstmultiudpsink.c:
324         use GST_WARNING for logging
325
326 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
327
328         * gst/udp/gstmultiudpsink.c:
329         Don't try to leave a multicast group with an invalid socket
330
331 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
332
333         * ext/flac/gstflacdec.c:
334           Fix compilation against flac 1.1.2 (as on debian stable), where
335           the picture metadata defines and structs don't exist yet.
336           Fixes #509301.
337
338 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
339
340         Patch by: Olivier Crete <tester at tester dot ca>
341
342         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
343         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
344         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
345         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
346         * gst/udp/gstmultiudpsink.h:
347         Add property to automatically join a multicast group or not. This can be
348         useful when sharing a socket between multiple elements.
349         Fixes #509531.
350
351 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
352
353         * gst/videomixer/Makefile.am:
354           Add controller flags.
355
356 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
357
358         * gst/videomixer/videomixer.c:
359           Also commit the missing gst_object_sync_values().
360
361 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
362
363         * docs/plugins/Makefile.am:
364           Remove duplicate entry.
365
366 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
367
368         * docs/plugins/Makefile.am:
369         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
370         * docs/plugins/gst-plugins-good-plugins-sections.txt:
371         * docs/plugins/inspect/plugin-gamma.xml:
372         * docs/plugins/inspect/plugin-monoscope.xml:
373         * docs/plugins/inspect/plugin-video4linux2.xml:
374           Add 3 more plugins to docs.
375
376 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
377
378         * docs/plugins/gst-plugins-good-plugins-sections.txt:
379         * sys/osxvideo/osxvideosink.h:
380           Revert previous change caused by a file that got stuck on an old
381           revision.
382
383 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
384
385         * docs/plugins/gst-plugins-good-plugins-sections.txt:
386         * gst/multipart/Makefile.am:
387         * gst/multipart/multipartdemux.c:
388         * gst/multipart/multipartdemux.h:
389         * gst/multipart/multipartmux.c:
390         * gst/multipart/multipartmux.h:
391           Re-add multipartdemux to the docs. Last round of section cleanup.
392
393 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
394
395         * docs/plugins/Makefile.am:
396         * docs/plugins/gst-plugins-good-plugins-sections.txt:
397         * sys/osxaudio/gstosxaudiosink.h:
398         * sys/osxvideo/osxvideosink.h:
399           Managed to resolve most unused declarations. Filed a bug for one left.          
400
401 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
402
403         * docs/plugins/gst-plugins-good-plugins-sections.txt:
404           Cleanup section file.
405
406 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
407
408         * docs/plugins/Makefile.am:
409         * docs/plugins/gst-plugins-good-plugins.args:
410         * docs/plugins/gst-plugins-good-plugins.signals:
411         * docs/plugins/inspect/plugin-alaw.xml:
412         * docs/plugins/inspect/plugin-alpha.xml:
413         * docs/plugins/inspect/plugin-alphacolor.xml:
414         * docs/plugins/inspect/plugin-annodex.xml:
415         * docs/plugins/inspect/plugin-apetag.xml:
416         * docs/plugins/inspect/plugin-audiofx.xml:
417         * docs/plugins/inspect/plugin-auparse.xml:
418         * docs/plugins/inspect/plugin-autodetect.xml:
419         * docs/plugins/inspect/plugin-avi.xml:
420         * docs/plugins/inspect/plugin-cairo.xml:
421         * docs/plugins/inspect/plugin-cdio.xml:
422         * docs/plugins/inspect/plugin-cutter.xml:
423         * docs/plugins/inspect/plugin-debug.xml:
424         * docs/plugins/inspect/plugin-dv.xml:
425         * docs/plugins/inspect/plugin-efence.xml:
426         * docs/plugins/inspect/plugin-effectv.xml:
427         * docs/plugins/inspect/plugin-flac.xml:
428         * docs/plugins/inspect/plugin-flxdec.xml:
429         * docs/plugins/inspect/plugin-gconfelements.xml:
430         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
431         * docs/plugins/inspect/plugin-goom.xml:
432         * docs/plugins/inspect/plugin-halelements.xml:
433         * docs/plugins/inspect/plugin-icydemux.xml:
434         * docs/plugins/inspect/plugin-id3demux.xml:
435         * docs/plugins/inspect/plugin-jpeg.xml:
436         * docs/plugins/inspect/plugin-ladspa.xml:
437         * docs/plugins/inspect/plugin-level.xml:
438         * docs/plugins/inspect/plugin-matroska.xml:
439         * docs/plugins/inspect/plugin-mulaw.xml:
440         * docs/plugins/inspect/plugin-multipart.xml:
441         * docs/plugins/inspect/plugin-navigationtest.xml:
442         * docs/plugins/inspect/plugin-png.xml:
443         * docs/plugins/inspect/plugin-quicktime.xml:
444         * docs/plugins/inspect/plugin-rtp.xml:
445         * docs/plugins/inspect/plugin-rtsp.xml:
446         * docs/plugins/inspect/plugin-shout2send.xml:
447         * docs/plugins/inspect/plugin-smpte.xml:
448         * docs/plugins/inspect/plugin-speex.xml:
449         * docs/plugins/inspect/plugin-taglib.xml:
450         * docs/plugins/inspect/plugin-udp.xml:
451         * docs/plugins/inspect/plugin-videobalance.xml:
452         * docs/plugins/inspect/plugin-videobox.xml:
453         * docs/plugins/inspect/plugin-videocrop.xml:
454         * docs/plugins/inspect/plugin-videoflip.xml:
455         * docs/plugins/inspect/plugin-videomixer.xml:
456         * docs/plugins/inspect/plugin-wavenc.xml:
457         * docs/plugins/inspect/plugin-wavpack.xml:
458         * docs/plugins/inspect/plugin-wavparse.xml:
459           Update plugin docs.
460
461         * gst/videomixer/Makefile.am:
462         * gst/videomixer/videomixer.c:
463         * gst/videomixer/videomixer.h:
464         * gst/videomixer/videomixerpad.h:
465           Split out header to fix warnings from the doc-build.
466
467 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
468
469         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
470
471         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
472         Use atoll to parse the rtptime with enough precision. Fixes #509329.
473
474 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
475
476         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
478           Initialise variables to work around (false) 'foo might be used
479           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
480
481 2008-01-11  David Schleef  <ds@schleef.org>
482
483         * docs/plugins/.cvsignore:
484         * tests/check/pipelines/.cvsignore:
485           Ignore more files for the buildbot.
486
487 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
488
489         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
490         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
491         Generate the image-type values correctly. Leave them out of the caps
492         when outputting a "preview image" tag, since it only makes sense
493         to have one of those - the type is irrelevant.
494
495         * sys/sunaudio/gstsunaudiomixerctrl.c:
496         (gst_sunaudiomixer_ctrl_open):
497         If we can, mark the mixer multiple open when we use it, in case
498         (for some reason) the process wants to open it again elsewhere.
499
500 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
501
502         Patch by: Olivier Crete <tester at tester dot ca>
503
504         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
505         * gst/rtp/gstrtptheorapay.c:
506         Fix the clock rate to 90000 as required by the RFC.
507         Fixes #508644.
508
509 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
510
511         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
512           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
513
514 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
515
516         * autogen.sh:
517           Add -Wno-portability to the automake parameters to stop warnings
518           about GNU make extensions being used. We require GNU make in almost
519           every Makefile anyway.
520           
521         * configure.ac:
522           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
523           at the same time is required for per target flags.
524
525 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
526
527         * gst/videomixer/videomixer.c: (gst_videomixer_init):
528         Fix error from my last commit.
529
530 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
531
532         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
533
534         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
535           Make sure the ISO 639-X language code in ID3v2 COMM frames
536           is actually valid UTF-8 (or rather: ASCII), so we don't end
537           up with non-UTF8 strings in tags if there's garbage in the
538           language field. Also make sure the language code is always
539           lower case. Fixes: #508291.
540
541 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
542
543         * ChangeLog:
544           Fix ChangeLog typo.
545
546 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
547
548         * Makefile.am:
549           Include lcov.mak to allow building coverage reports. Guard
550           check-torture target like in the other packages.
551
552 2008-01-09  Sameer Naik  <sameer@damagehead.com>
553
554         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
555
556         * gst/videomixer/videomixer.c:
557         (gst_videomixer_set_master_geometry), (_do_init),
558         (gst_videomixer_child_proxy_get_child_by_index),
559         (gst_videomixer_child_proxy_get_children_count),
560         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
561         (gst_videomixer_init), (gst_videomixer_request_new_pad),
562         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
563         Implement GstChildProxy interface.
564         Send newsegment at the right moment
565         Fixes #488879
566
567 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
568
569         * gst/alpha/Makefile.am:
570         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
571         (gst_alpha_sink_event), (gst_alpha_chain),
572         (gst_alpha_change_state), (plugin_init):
573         Make the various properties of 'alpha' controllable. This allows doing
574         niceties like fade-in/fade-out.
575
576 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
577
578         * gst/rtp/gstasteriskh263.c:
579         * gst/rtp/gstrtpL16depay.c:
580         * gst/rtp/gstrtpac3depay.c:
581         * gst/rtp/gstrtpamrpay.c:
582         * gst/rtp/gstrtpdepay.c:
583         * gst/rtp/gstrtpgsmdepay.c:
584         * gst/rtp/gstrtph263depay.c:
585         * gst/rtp/gstrtph263pdepay.c:
586         * gst/rtp/gstrtph263ppay.c:
587         * gst/rtp/gstrtph264depay.c:
588         * gst/rtp/gstrtph264pay.c:
589         * gst/rtp/gstrtpmp2tdepay.c:
590         * gst/rtp/gstrtpmp4adepay.c:
591         * gst/rtp/gstrtpmp4gdepay.c:
592         * gst/rtp/gstrtpmp4gpay.c:
593         * gst/rtp/gstrtpmp4vdepay.c:
594         * gst/rtp/gstrtpmpadepay.c:
595         * gst/rtp/gstrtpmpvdepay.c:
596         * gst/rtp/gstrtpsv3vdepay.c:
597         * gst/rtp/gstrtptheoradepay.c:
598         * gst/rtp/gstrtptheorapay.c:
599         * gst/rtp/gstrtpvorbisdepay.c:
600         * gst/rtp/gstrtpvorbispay.c:
601           Remove copy/paste unused code (property setters and getter) found by
602           the coverage suite (yay, saves ~20k on disk).
603
604 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
605
606         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
607           (videosink_templ):
608           Also fix up pad templates to indicate that image/jpeg doesn't
609           absolutely require the framerate property to be set (#504081).
610
611 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
612
613         Based on patch by: Wouter Cloetens  <wouter at mind be>
614
615         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
616           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
617           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
618         * gst/matroska/matroska-mux.h:
619           Keep track of first and last timestamps for each incoming stream,
620           so we can calculate the total duration for live sources and other
621           input where we can't query the duration from the start or where
622           there's no constant framerate from which we can deduce the
623           duration; also use calculated/observed duration if it is bigger
624           than the previously queried duration. Furthermore, use
625           gst_pad_query_peer_duration() and take into account that it may
626           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
627           screws up comparisons when using unsigned integers. Fixes #504081.
628
629 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
630
631         * configure.ac:
632         * gst/audiofx/audioamplify.c:
633         (gst_audio_amplify_clipping_method_get_type),
634         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
635         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
636         (gst_audio_dynamic_transform_ip):
637         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
638         (gst_audio_invert_transform_ip):
639         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
640         (gst_audio_panorama_transform):
641         * gst/level/gstlevel.c: (gst_level_init):
642         Make elements GST_BUFFER_FLAG_GAP aware and call
643         gst_base_transform_set_gap_aware for this.
644         Bump core requirement to CVS.
645         
646         * gst/audiofx/audiochebyshevfreqband.c:
647         (gst_audio_chebyshev_freq_band_transform_ip):
648         * gst/audiofx/audiochebyshevfreqlimit.c:
649         (gst_audio_chebyshev_freq_limit_transform_ip):
650         Also sync GObject properties to the controller if operating
651         in passthrough mode.
652
653 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * sys/directdraw/gstdirectdrawsink.c:
656           (gst_directdraw_sink_window_thread):
657           FALSE is not a gpointer.
658
659 2008-01-05  Julien Moutte  <julien@fluendo.com>
660
661         * sys/directdraw/gstdirectdrawsink.c:
662         (gst_directdraw_sink_set_window_id),
663         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
664         (gst_directdraw_sink_buffer_alloc),
665         (gst_directdraw_sink_draw_borders),
666         (gst_directdraw_sink_show_frame),
667         (gst_directdraw_sink_setup_ddraw),
668         (gst_directdraw_sink_window_thread),
669         (gst_directdraw_sink_get_ddrawcaps),
670         (gst_directdraw_sink_surface_create): Make sure we create our
671         internal window only when we need it. That will give a chance to
672         the application to get the prepare-xwindow-id bus message. Draw
673         black borders when keeping aspect ratio. Handle the case where our
674         rendering window disappears (closed or errors) like other sinks
675         do. Various 80 columns fixes, improve state change order. That
676         element could need some more love.
677
678 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
679
680         * ext/taglib/gstapev2mux.h:
681         * ext/taglib/gstid3v2mux.h:
682         Remove useless typedefs without new type name. Fixes a warning with
683         gcc 4.3.
684
685 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
686
687         Patch by: John Millikin <jmillikin at gmail dot com>
688
689         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
690         (gst_flac_dec_setup_stream_decoder),
691         (gst_flac_normalize_picture_mime_type),
692         (gst_flac_extract_picture_buffer),
693         (gst_flac_dec_metadata_callback):
694         Emit metadata messages when a PICTURE block is encountered.
695         Fixes #506715.
696
697 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
698
699         * gst/avi/gstavi.c:
700         increase rank because no known issues anymore ...
701         * gst/avi/gstavisubtitle.c:
702         send subtitle name to the srcpad
703
704 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
707         * gst/rtsp/gstrtspsrc.h:
708         Implement redirect for the DESCRIBE reply. Fixes #506025.
709
710 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
711
712         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
713         Fix 'xyz may be used uninitialized' compiler warnings caused
714         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
715         abort() in any case but properly report the error.
716
717 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
718
719         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
720         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
721         * sys/ximage/gstximagesrc.c: (composite_pixel):
722           Fix 'xyz may be used uninitialized' compiler warnings caused
723           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
724           not really nice to abort in any case). Fixes #505745.
725
726 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
727
728         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
729           Small unit test fix (has no practical impact at the moment,
730           since we're only feeding utf8 and hence just create a sub-
731           buffer for the output).
732
733 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
734
735         * gst/avi/gstavisubtitle.c:
736         * tests/check/elements/avisubtitle.c:
737         Add seeking support for avi subtitle
738
739 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
740
741         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
742         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
743         (gst_flac_dec_write):
744         * ext/flac/gstflacdec.h:
745         Remove some unused vars.
746         Do more cleanup of leftover events and tags.
747         Output tags after the segment event. Fixes #504018.
748
749 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
750
751         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
752           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
753           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
754           Detect other UTF byte order markers and convert to UTF-8 as
755           appropriate.
756
757 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
758
759         * gst/avi/gstavisubtitle.c: (src_template),
760           (gst_avi_subtitle_extract_utf8_file),
761           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
762           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
763           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
764         * gst/avi/gstavisubtitle.h:
765           Refactor a bit; fix name extraction; don't assume all the data
766           in the chunk is actually subtitle data, there may be padding at
767           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
768           file so it's there to send again after a seek (for future use).
769
770 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
771
772         * gst/avi/Makefile.am:
773         * gst/avi/gstavi.c:
774         * gst/avi/gstavisubtitle.c:
775         * gst/avi/gstavisubtitle.h:
776         * tests/check/Makefile.am:
777         * tests/check/elements/avisubtitle.c:
778         * win32/common/config.h:
779                 Add avi subtitle element for bug #442034. Need seeking support
780                 and more support for character conversion.
781
782 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
783
784         * Makefile.am:
785           Include common/win32.mak for CRLF check of win32 project
786           files (see #393626).
787
788         * win32/vs6/libgstpng.dsp:
789           Fix line endings and do cvs admin -kb.
790
791 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
792
793         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
794         Actually drop the buffers which are outside the currently configured
795         segment instead of just emitting a WARNING.
796
797 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
798
799         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
800         (gst_flac_dec_write):
801         * ext/flac/gstflacdec.h:
802         Send segments from the streaming thread. Fixes #502187.
803         Fix segment seeking and a bunch of other seeking cases.
804
805 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
806
807         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
808           Parse WOAF frames and put the result into GST_TAG_CONTACT,
809           which is where it would end up if the same information was
810           put in a vorbis comment (don't think it's worth adding a
811           new URI tag for this). Fixes #488112.
812
813 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
814
815         * configure.ac:
816           We need core/base 0.10.15 or later.
817
818 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
819
820         Patch by: Mark Nauwelaerts <manauw skynet be>
821
822         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
823         Fix regression in stream numbering. Fixes #502655.
824
825 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
826
827         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
828
829         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
830         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
831         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
832         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
833         (gst_rtp_h264_pay_handle_buffer):
834         * gst/rtp/gstrtph264pay.h:
835         Use higher performance start-code searching.
836         Parse NALs and store SPS, PPS and profile in the caps so that they can
837         be used in the SDP. Fixes #502814.
838
839 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
840
841         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
842         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
843           Init some structs to zero before we pass them to ioctl, which
844           avoids valgrind warnings.  Also fix a small memory leak.
845
846 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
847
848         Patch by: Wouter Cloetens <wouter at mind dot be>
849
850         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
851         Copy timestamp from input to output. Not very perfect yet but better
852         than nothing. Fixes #503023.
853
854 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
855
856         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
857           Also print a useful error message with the old Wavpack API
858           if possible.
859
860 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
861
862         * ext/wavpack/gstwavpackdec.c:
863           More build fixes for old libwavpack versions: include config.h so
864           that WAVPACK_OLD_API is actually defined as detected; only use
865           WavpackGetErrorMessage if it is available. This fixes the build
866           on debian stable for me.
867
868 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
869
870         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
871         * ext/wavpack/gstwavpackparse.c:
872           (gst_wavpack_parse_create_src_pad):
873           Workaround the non-existance of WavpackGetChannelMask in Wavpack
874           versions below 4.40.0.
875
876 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
877
878         * configure.ac:
879           And now do it right for real...
880
881 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
882
883         * configure.ac:
884           Correctly reset $LIBS to not contain -lm.
885
886 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
887
888         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
889
890         * configure.ac:
891         * ext/cairo/gsttimeoverlay.c:
892           (gst_cairo_time_overlay_print_smpte_time):
893           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
894           and checking for rint() and implementing it ourself if it doesn't
895           exist. Fixes #497293.
896
897 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
898
899         * configure.ac:
900           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
901
902 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
903
904         * sys/oss/gstosshelper.c:
905         Verify that the format returned after the ioctl is the one
906         we requested. It is valid for the ioctl to succeed while
907         substituting an alternate 'supported' sample format.
908
909 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * sys/oss/gstossaudio.c: (plugin_init):
912         * sys/oss/gstosssink.c: (gst_oss_sink_open):
913         * sys/oss/gstosssrc.c: (gst_oss_src_open):
914           Post decent (and translated) error message when we can't
915           open the audio device for some reason.
916
917 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
918
919         * sys/oss/gstosssink.c:
920         * sys/oss/gstosssrc.c:
921         Allow the AUDIODEV environment variable to redirect us
922         to a different default OSS device, like sunaudiosink does
923         on Solaris (makes audio play automatically on SunRays).
924
925 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
926
927         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
928         * gst/audiofx/audiochebyshevfreqband.c:
929         (gst_audio_chebyshev_freq_band_transform_ip):
930         * gst/audiofx/audiochebyshevfreqlimit.c:
931         (gst_audio_chebyshev_freq_limit_transform_ip):
932         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
933         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
934         The transform_ip() methods should do nothing if in passthrough mode.
935         It might get non-writable buffers in that case but the buffer might
936         as well be writable.
937
938         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
939         The transform() methods won't be called in passthrough mode and
940         otherwise the buffer is always writable so don't check here.
941
942 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
943
944         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
945           Fix seeking in .wav files again (#501775).  Some people seem to think
946           they don't need to test their changes when they're just 'reflowing'
947           some code.
948
949 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
950
951         * gst/autodetect/gstautovideosink.c:
952         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
953         (gst_auto_video_sink_init),
954         (gst_auto_video_sink_create_element_with_pretty_name),
955         (gst_auto_video_sink_find_best),
956         (gst_auto_video_sink_set_property),
957         (gst_auto_video_sink_get_property):
958         * gst/autodetect/gstautovideosink.h:
959         Fix docs.
960         Use same error reporting code as autoaudiosink.
961         Add property to filter sinks based on caps. Only select raw video sinks
962         by default for backwards compat.
963         API: GstAutoVideoSink::filter-caps
964
965 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
966
967         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
968
969         * gst/autodetect/gstautoaudiosink.c:
970         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
971         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
972         (gst_auto_audio_sink_set_property),
973         (gst_auto_audio_sink_get_property):
974         * gst/autodetect/gstautoaudiosink.h:
975         Add property to filter sinks based on caps. Only select raw audio sinks
976         by default for backwards compat.  Fixes #417420.
977         API: GstAutoAudioSink::filter-caps
978
979 2007-11-29  Michael Smith <msmith@fluendo.com>
980
981         Patch by: Arek Korbik <arkadini@gmail.com>
982
983         * gst/videobox/gstvideobox.c: (plugin_init):
984           Initialise liboil in plugin_init()
985
986 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
987
988         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
989         Post error before sending EOS. Fixes #499178.
990
991 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
992
993         * win32/vs6/gst_plugins_good.dsw:
994         * win32/vs6/libgstpng.dsp:
995         Add a project file for libgstpng
996
997 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
998
999         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1000         (gst_rtp_h263_depay_process):
1001         Code beautification.
1002         Added debug statements.
1003         Don't bit-shift everything, just do operations on last/first byte
1004         instead.
1005
1006 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1007
1008         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1009
1010         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1011         Fix wrong comparison in overrun check. Fixes #499239 some more.
1012
1013 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1014
1015         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1016         (gst_rtp_h263_depay_process):
1017         * gst/rtp/gstrtph263depay.h:
1018         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1019         stream.
1020
1021 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1022
1023         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1024
1025         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1026         (gst_rtp_mp4a_depay_process):
1027         * gst/rtp/gstrtpmp4adepay.h:
1028         Fix depayloading when multiple frames are inside one RTP packet.
1029         Fixes #499239.
1030
1031 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1032
1033         * gst/level/gstlevel.c:
1034           Add GAP-flag support.
1035
1036 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1037
1038         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1039         Read the I flag for Mode A h263 rtp stream and set the
1040         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1041         Fixes #499383
1042
1043 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1044
1045         * gst/level/gstlevel.c:
1046           Remove some dead code and do cleanups.
1047
1048 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1049
1050         * tests/check/pipelines/simple-launch-lines.c:
1051           Improve the tests by allowing to set a target state.
1052
1053 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1054
1055         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1056         Don't check the caps of the output buffer if they're equal some
1057         other caps. The caps can change in a backward compatible way
1058         and did at this point.
1059
1060 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1061
1062         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1063         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1064         (gst_qtdemux_seek_to_previous_keyframe),
1065         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1066         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1067         reverse playback support.
1068
1069 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1070
1071         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1072         Also set the channel layout on the Wavpack caps if we're having
1073         a mono layout. Of course only do it for "audio/x-wavpack".
1074
1075 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1076
1077         * ext/wavpack/gstwavpackcommon.c:
1078         (gst_wavpack_get_default_channel_mask),
1079         (gst_wavpack_set_channel_layout),
1080         (gst_wavpack_get_default_channel_positions),
1081         (gst_wavpack_get_channel_mask_from_positions),
1082         (gst_wavpack_set_channel_mapping):
1083         * ext/wavpack/gstwavpackcommon.h:
1084         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1085         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1086         * ext/wavpack/gstwavpackdec.h:
1087         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1088         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1089         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1090         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1091         (gst_wavpack_enc_rewrite_first_block),
1092         (gst_wavpack_enc_sink_event):
1093         * ext/wavpack/gstwavpackenc.h:
1094         * ext/wavpack/gstwavpackparse.c:
1095         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1096         (gst_wavpack_parse_scan_to_find_sample),
1097         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1098         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1099         * ext/wavpack/gstwavpackparse.h:
1100         Add support for encoding, parsing and decoding multichannel
1101         files with up to 8 channels. This also improves the robustness
1102         of parsing quite a bit.
1103
1104         * ext/wavpack/gstwavpackstreamreader.c:
1105         (gst_wavpack_stream_reader_read_bytes),
1106         (gst_wavpack_stream_reader_get_pos),
1107         (gst_wavpack_stream_reader_set_pos_abs),
1108         (gst_wavpack_stream_reader_set_pos_rel),
1109         (gst_wavpack_stream_reader_push_back_byte),
1110         (gst_wavpack_stream_reader_get_length),
1111         (gst_wavpack_stream_reader_can_seek),
1112         (gst_wavpack_stream_reader_write_bytes):
1113         Improve debugging.
1114
1115 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1116
1117         * ext/libpng/gstpngdec.c:
1118         * ext/libpng/gstpngdec.h:
1119           Don't release the png-memory from within the callback.
1120
1121 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1122
1123         Patch by: René Stadler <mail at renestadler dot de>
1124
1125         * ext/libpng/gstpngenc.c:
1126           Don't leak buffer data memory. Fixes #498395.
1127
1128 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1129
1130         Patch by: René Stadler <mail at renestadler dot de>
1131
1132         * tests/check/pipelines/simple-launch-lines.c:
1133           Tests for #498395.
1134
1135 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1136
1137         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1138         (gst_tag_lib_mux_adjust_event_offsets):
1139         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1140         * sys/osxaudio/Makefile.am:
1141         * sys/osxvideo/cocoawindow.h:
1142         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1143
1144 2007-11-15  David Schleef  <ds@schleef.org>
1145
1146         * ext/cairo/gsttextoverlay.c:
1147           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1148
1149 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1150
1151         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1152
1153         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1154         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1155         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1156         * gst/rtp/gstrtpmp2tpay.h:
1157         Fill the MTU with as many packets as possible. Fixes #491323.
1158
1159 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1160
1161         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1162
1163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1164         Fix some more leaks. Fixes #497007.
1165
1166 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1167
1168         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1169
1170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1171         (gst_rtspsrc_stream_configure_tcp):
1172         Fix 3 pad leaks. Fixes #496983.
1173
1174 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1175
1176         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1177
1178         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1179         Fix small leak. Fixes #497017.
1180
1181 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1182
1183         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1184         (gst_qtdemux_prepare_current_sample),
1185         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1186         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1187         * gst/qtdemux/qtdemux_fourcc.h:
1188         * gst/qtdemux/qtdemux_types.c:
1189         Add suppport for theora in quicktime according to XiphQT.
1190
1191 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1192
1193         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1194         (gst_v4l2src_init), (gst_v4l2src_set_property),
1195         (gst_v4l2src_get_property):
1196         * sys/v4l2/gstv4l2src.h:
1197         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1198           Always copy buffers by default (handle safer with bugged drivers)
1199           and added a property to make it possible to use mmap effectively (no
1200           copy if possible) when application wants to. Fixes: #480557.
1201
1202 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1203
1204         * gst/id3demux/id3tags.c:
1205         * gst/id3demux/id3tags.h:
1206         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1207           We don't want the same string multiple times in a tag list for the
1208           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1209           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1210
1211 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1214           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1215           into ID3v2 TXXX frames (fixes #347848).
1216
1217 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1218
1219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1220           Don't leak sdp message contents (fixes #496773).
1221
1222         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1223           Don't leak URI string.
1224
1225 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         Patch by: Julien Puydt <julien dot puydt at laposte net>
1228
1229         * ext/raw1394/Makefile.am:
1230         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1231           (gst_1394_property_probe_get_properties),
1232           (gst_1394_property_probe_probe_property),
1233           (gst_1394_property_probe_needs_probe),
1234           (gst_1394_property_probe_get_values),
1235           (gst_1394_property_probe_interface_init),
1236           (gst_1394_type_add_property_probe_interface):
1237         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1238         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1239           (gst_dv1394src_init), (gst_dv1394src_dispose),
1240           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1241           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1242           (gst_dv1394src_update_device_name):
1243         * ext/raw1394/gstdv1394src.h:
1244           Implement GstPropertyProbe interface and add "device-name" property,
1245           so applications can use this to probe for available devices in the
1246           same way they can already with v4lsrc and v4l2src (however horrible
1247           this property probe interface may be). Fixes #358841.
1248
1249 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1250
1251         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1252
1253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1254           (gst_rtspsrc_parse_range):
1255           Don't leak event, don't leak range (fixes #496752).
1256
1257 2007-11-14  Michael Smith <msmith@fluendo.com>
1258
1259         Patch by: Arek Korbik <arkadini@gmail.com>
1260
1261         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1262           Detect RGBA/BGRA correctly on little endian systems.
1263
1264 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1265
1266         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1267           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1268           corresponding ioctl() call fails even though the driver claims to
1269           support this format, just fall back to the pre-2.6.19 kernel
1270           routine that creates caps with suitable height and width ranges
1271           (see #448278).
1272
1273 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1274
1275         Patch by: Mark Nauwelaerts <manauw skynet be>
1276
1277         * gst/matroska/matroska-demux.c:
1278           (gst_matroska_demux_push_dvd_clut_change_event),
1279           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1280           (gst_matroska_demux_subtitle_caps):
1281         * gst/matroska/matroska-ids.h:
1282           Extract palette data for dvd subpicture streams and send it
1283           downstream as custom gstreamer dvd event (fixes #453417).
1284
1285 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1286
1287         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1288           Implement minimal parsing of the passed pango font description
1289           string, so passing a font size works the same as with the
1290           pango textoverlay plugin; fixes #455086.
1291           (Maybe we could just use pangocairo here at some point).
1292
1293 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1294
1295         * gst/avi/gstavidemux.c:
1296         * gst/wavparse/gstwavparse.c:
1297           Return the result in _activate_pull(). Don't ref element there.
1298
1299 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1300
1301         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1302         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1303         (gst_wavparse_srcpad_event):
1304           Ref the element when we should, but not when we its not needed. Reflow
1305           the event_handling to not leak the event.       
1306
1307 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1308
1309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1310         (qtdemux_parse_samples):
1311         Properly free QTDemuxSamples array.
1312         Protect table write with a sensible check, some files apparently DO contain
1313         stts values starting with 0 :(
1314
1315 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1316
1317         * gst/avi/gstavidemux.c:
1318         * gst/qtdemux/qtdemux.c:
1319           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1320           previous commit messed up.
1321
1322 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1323
1324         * gst/avi/gstavidemux.c:
1325         * gst/qtdemux/qtdemux.c:
1326           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1327           element when we should, but not when we its not needed.
1328
1329 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1330
1331         * gst/wavparse/gstwavparse.c:
1332           Return FALSE if we can't handle a query instead of changing the
1333           format. Ignore fact when dealing with mpeg audio.
1334
1335 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1338
1339         * configure.ac:
1340         * gst/udp/gstdynudpsink.c:
1341         * gst/udp/gstdynudpsink.h:
1342         * gst/udp/gstmultiudpsink.c:
1343         * gst/udp/gstmultiudpsink.h:
1344         * gst/udp/gstudpsink.c:
1345         * gst/udp/gstudpsink.h:
1346           Fix includes for MSVC and GLib-2.14.0 (#492388).
1347
1348         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1349           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1350
1351 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1352
1353         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1354         (gst_mulawdec_chain):
1355         * gst/law/mulaw-decode.h:
1356         Calculate outgoing buffer duration if incoming buffer didn't have a
1357         valid duration.
1358
1359 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1360
1361         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1362         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1363         Smarter combine_flow code that also deals with downstream elements
1364         returning UNEXPECTED when they receive data out of the segment
1365         boundaries. Fixes #491305.
1366
1367 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1368
1369         * sys/v4l2/v4l2src_calls.c:
1370           Fix 'unused variable' compiler warning when compiling against
1371           older kernel headers.
1372
1373 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1374
1375         * ext/taglib/gstid3v2mux.cc (add_funcs):
1376           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1377
1378 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1379
1380         * tests/check/pipelines/simple-launch-lines.c:
1381            Improve the tests a little more.
1382
1383 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1384
1385         patch by: Yun Zheng Hu
1386
1387         * sys/osxaudio/gstosxaudiosrc.c:
1388         Use default input device instead of default output device and
1389         only memcpy actual available bytes.
1390
1391 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1392
1393         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1394           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1395           early. It is temporary until we find something better.
1396
1397 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1398
1399         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1400
1401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1402         Fix race when pausing a RTSP stream in interleaved.
1403         Fixes #475784.
1404
1405 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1406
1407         Patch by: Peter Kjellerstedt <pkj at axis com>
1408
1409         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1410         Use correct unref function for buffers. #488844.
1411
1412 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1413
1414         * gst/avi/gstavimux.c:
1415         * tests/check/elements/avimux.c:
1416           Add some debug and sync tests with the fix.     
1417
1418 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1419
1420         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1421
1422         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1423         When the socket is used by the app for other purposes, don't generate an
1424         error if there is activaty on the socket that is not data related.
1425         Fixes #487488.
1426
1427 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1428
1429         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1430         (gst_v4l2src_grab_frame):
1431         Add some more debug info. Generate an error when we run out of buffers
1432         for some reason. See #480557.
1433
1434 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1435
1436         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1437
1438         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1439         Set marker bit correctly.
1440
1441 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1442
1443         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1444         Use allowed name for the GstStructure.
1445
1446 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1447
1448         * ext/gconf/gstswitchsink.c:
1449         * gst/autodetect/gstautoaudiosink.c:
1450           Use new gst_bus_pop_filtered().
1451
1452 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1453
1454         * sys/v4l2/gstv4l2src.c:
1455         * sys/v4l2/v4l2src_calls.c:
1456           When probing the formats and sizes a camera supports, make
1457           sure the best ones (highest resolution, prefered format)
1458           end up at the beginning of the probed caps and the less
1459           desirable ones at the end.  This is important because the
1460           order within the caps matters for things like fixation and
1461           negotiation, ie. what format is chosen in the end.
1462           With recent kernels, the current probing code will end up
1463           querying the supported sizes from lowest resolution to
1464           highest resolution, adding them to the probed caps in that
1465           order, resulting to v4l2src fixating to the lowest possible
1466           resolution if downstream does not express a size preference.
1467           Also make up a somewhat random ranking of prefered output
1468           formats for the same reason. Fixes #485828.
1469         
1470 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1471
1472         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1473
1474         * gst/id3demux/id3v2frames.c:
1475           Extract license/copyright URIs from ID3v2 WCOP frames
1476           (Fixes #447000).
1477
1478         * tests/check/elements/id3demux.c:
1479         * tests/files/Makefile.am:
1480         * tests/files/id3-447000-wcop.tag:
1481           Add simple unit test.
1482
1483 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1484
1485         * ext/taglib/gstid3v2mux.cc:
1486           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1487           Prerequisite for #447000.
1488
1489 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1490
1491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1492         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1493         a GstClockTime.
1494
1495 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1496
1497         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1498         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1499         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1500         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1501         (gst_rtspsrc_change_state):
1502         More seeking fixes, mostly passing around the new playback segment in
1503         order to configure it properly.
1504         Also reset base_time of udp sources when setting them back to PLAYING as
1505         a temporary hack until core supports seek in live sources properly.
1506
1507 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1508
1509         * gst/rtp/gstrtpmp4adepay.c:
1510         Fix caps as to not confuse autopluggers.
1511
1512 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1513
1514         * gst/id3demux/gstid3demux.c:
1515         * gst/id3demux/gstid3demux.h:
1516         * gst/id3demux/id3tags.c:
1517         * gst/id3demux/id3tags.h:
1518         * gst/id3demux/id3v2frames.c:
1519           Port ID3 tag demuxer over to the new GstTagDemux in -base
1520           (now would be a good time to test re-importing your music
1521           collection).
1522
1523 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1524
1525         * gst/apetag/Makefile.am:
1526         * gst/apetag/gstapedemux.c:
1527         * gst/apetag/gstapedemux.h:
1528         * gst/apetag/gsttagdemux.c:
1529         * gst/apetag/gsttagdemux.h:
1530           Port APE tag demuxer over to the new GstTagDemux in -base.
1531
1532 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1533
1534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1535         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1536         (gst_rtspsrc_handle_internal_src_query),
1537         (gst_rtspsrc_handle_src_query), (new_session_pad),
1538         (gst_rtspsrc_stream_configure_tcp),
1539         (gst_rtspsrc_stream_configure_transport),
1540         (gst_rtspsrc_loop_send_cmd):
1541         Improve flushing behaviour.
1542         Set state of the udp sources to PAUSE/PLAYING correctly.
1543         Handle events and queries for UDP and TCP transport now.
1544
1545 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1546
1547         * gst/rtp/gstrtpgsmdepay.c:
1548         * gst/rtp/gstrtpgsmpay.c:
1549           Add log category.
1550
1551 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1552
1553         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1554
1555         * tests/check/Makefile.am:
1556         * tests/check/pipelines/simple-launch-lines.c:
1557           Add unit tests for payloaders/depayloaders.
1558
1559 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1560
1561         * gst/avi/gstavimux.c:
1562         * gst/avi/gstavimux.h:
1563           Also save codec data for audio streams. Fixes #482495.
1564
1565 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1566
1567         * gst/avi/gstavimux.c:
1568           Fix "Index entry has invalid stream nr 1".
1569           Add support for muxing aac - work in progress (see #482495).
1570
1571 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1572
1573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1574         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1575         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1576         * gst/rtsp/gstrtspsrc.h:
1577         Parse bandwidth modifiers, they are not yet configured in the session
1578         manager because we don't have an API for that yet.
1579
1580 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1581
1582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1583         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1584         Use shiny new function in -base to get the default clock-rate.
1585         Update some docs.
1586
1587 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1588
1589         * win32/MANIFEST:
1590         Add files to win32 manifest.
1591         * win32/vs6/libgstaudiofx.dsp:
1592         * win32/vs6/libgstqtdemux.dsp:
1593         * win32/vs6/libgstrtp.dsp:
1594         * win32/vs6/libgstrtsp.dsp:
1595         Update project files.
1596
1597 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1598
1599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1600         (gst_rtspsrc_play):
1601         * gst/rtsp/gstrtspsrc.h:
1602         In TCP mode, only timestamp the first buffer. TCP is not real time and
1603         it does not make sense to try to skew compensate, also some servers send
1604         the first batch of data in a burst.
1605
1606 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1607
1608         * gst/matroska/matroska-demux.c:
1609           Fix setting the discont flag on the first buffer
1610           pushed downstream for formats with private codec
1611           data that needs to be deserialised into buffers
1612           (such as vorbis and FLAC when in a matroska container).
1613
1614 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1615
1616         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1617
1618         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1619         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1620         (gst_rtp_mp4v_pay_handle_buffer):
1621         * gst/rtp/gstrtpmp4vpay.h:
1622         Free the config string. Fixes #480707.
1623         Clean up the timestamp code a little.
1624
1625 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1626
1627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1628         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1629         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1630         * gst/rtsp/gstrtspsrc.h:
1631         Set timestamps on RTP buffers in interleaved mode.
1632         Mark first buffers with a DISCONT.
1633         Remove flush hack now that sync for live sources has been figured out.
1634
1635 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1636
1637         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1638         Update documentation.
1639
1640 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1641
1642         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1643         (gst_rtp_xqt_depay_change_state):
1644         * gst/qtdemux/gstrtpxqtdepay.h:
1645         Fail if we don't know the quicktime format.
1646
1647 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1648
1649         * ext/flac/gstflacenc.c:
1650         * ext/flac/gstflacenc.h:
1651           Save the flow return from the last gst_pad_push() and
1652           make sure we pass the right flow return value upstream
1653           in the case of failure; minor clean-ups.
1654
1655 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1656
1657         * ext/taglib/gstapev2mux.cc:
1658         * ext/taglib/gstid3v2mux.cc:
1659         * gst/apetag/gstapedemux.c:
1660           Add support for the new GST_TAG_COMPOSER (#459809).
1661
1662 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1663
1664         * gst/law/alaw-decode.c:
1665         * gst/law/alaw-decode.h:
1666         * gst/law/alaw-encode.c:
1667         * gst/law/alaw-encode.h:
1668         * gst/law/alaw.c:
1669         * gst/law/mulaw-conversion.h:
1670           Compulsive clean-ups: use boilerplate macros, add debug
1671           categories, fix up things to conform to symbol nomenklatura,
1672           etc.
1673
1674 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1675
1676         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1677
1678         * gst/law/alaw-decode.c:
1679         * gst/law/alaw-encode.c:
1680           Use static tables for A-Law decoding and encoding; this makes
1681           A-Law decoding and encoding less CPU-intensive, but increases
1682           the binary size a bit. Leaving old code around for now,
1683           selectable by a define in the code. Fixes #435435.
1684
1685 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1686
1687         * configure.ac:
1688         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1689         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1690         in configure.ac.
1691
1692 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1693
1694         Patch by: <j at bootlab dot org>
1695
1696         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1697         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1698
1699 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1700
1701         * sys/oss/gstosshelper.c:
1702           Use GST_WARNING instead of a g_critical. This situation is not caused
1703           by the application.
1704
1705 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1706
1707         * po/LINGUAS:
1708         * po/nl.po:
1709           Updated translations.
1710
1711 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1712
1713         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1714
1715         * po/eu.po:
1716           Added Basque translation.
1717
1718 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1719
1720         translated by: Abel Cheung <abelcheung@gmail.com>
1721
1722         * po/zh_HK.po:
1723         * po/zh_TW.po:
1724           Added Chinese (traditional and Hong Kong) translation.
1725
1726 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1727
1728         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1729
1730         * po/pl.po:
1731           Added Polish translation.
1732
1733 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1734
1735         translated by: Ilkka Tuohela <hile@iki.fi>
1736
1737         * po/fi.po:
1738           Added Finnish translation.
1739
1740 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1741
1742         translated by: Jorge González González <aloriel@gmail.com>
1743
1744         * po/es.po:
1745           Added Spanish translation.
1746
1747 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1748
1749         translated by: Mogens Jaeger <mogens@jaeger.tf>
1750
1751         * po/da.po:
1752           Added Danish translation.
1753
1754 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1755
1756         translated by: Funda Wang <fundawang@linux.net.cn>
1757
1758         * po/zh_CN.po:
1759           Added Chinese (simplified) translation.
1760
1761 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1762
1763         translated by: Alexander Shopov <ash@contact.bg>
1764
1765         * po/bg.po:
1766           Added Bulgarian translation.
1767
1768 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1769
1770         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1771         Set outgoing packet duration because we can. Fixes #478244 some more.
1772
1773 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1774
1775         * ext/cairo/gsttextoverlay.c:
1776           Add info about static leak.
1777         
1778         * tests/check/Makefile.am:
1779         * tests/check/generic/states.c:
1780           Improved state change unit test.
1781
1782 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1783
1784         * docs/plugins/.cvsignore:
1785         * tests/check/.cvsignore:
1786           Ignore registries in any format.
1787
1788 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1789
1790         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1791         Removed some unused code.
1792
1793         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1794         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1795         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1796         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1797         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1798         (gst_rtp_theora_pay_flush_packet):
1799         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1800         Try to preserve the incomming buffer duration on the outgoing
1801         packets. Fixes #478244.
1802
1803 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1804
1805         * ext/taglib/gstapev2mux.cc:
1806         * ext/taglib/gstid3v2mux.cc:
1807           Work around compiler warnings with g++-4.2 when assigning a
1808           string constant to a gchar * (partially fixes #478092).
1809
1810 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1811
1812         * configure.ac:
1813           We require core CVS now for gst_base_src_set_do_timestamp().
1814
1815 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1816
1817         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1819         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1820         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1821         (gst_rtspsrc_handle_message):
1822         Fix compiler warnings shown with Forte.
1823
1824 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1825
1826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1827         (gst_rtspsrc_dup_printf):
1828         Give meaningfull error when all streams failed to configure for some
1829         reason.
1830
1831 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1832
1833         * gst/rtp/README:
1834         Update README with the design for synchronisation rules of RTP on
1835         sender and receiver.
1836
1837 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
1838
1839         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
1840         (gst_wavparse_chain):
1841         Don't push EOS from the chain function, the element
1842         driving the pipeline is responsible for this. The bug
1843         this was meant to fix seems to be queue not forwarding
1844         EOS in all cases (see #476514).
1845
1846 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
1847
1848         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
1849         (gst_level_transform_ip):
1850         * gst/level/gstlevel.h:
1851         Use basetransform segment so that it is correctly managed on flushes and
1852         start/stop.
1853         Report message timestamp as stream time, which is what an application
1854         can understand.
1855
1856 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1857
1858         * ext/taglib/gstapev2mux.cc:
1859         * ext/taglib/gstapev2mux.h:
1860         * ext/taglib/gsttaglibmux.c:
1861         * tests/check/elements/apev2mux.c:
1862         Update my mail address.
1863
1864 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
1865
1866         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
1867         (gst_wavparse_loop), (gst_wavparse_chain):
1868         Add EOS logic for the push-based mode too. Fixes #476514.
1869
1870 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
1871
1872         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
1873         * gst/law/alaw-encode.h:
1874         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1875         (gst_mulawenc_chain):
1876         * gst/law/mulaw-encode.h:
1877         Fix law encoder timestamps.
1878
1879 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
1880
1881         * ext/gconf/gstgconfaudiosink.c:
1882           Fix warning when building without debug.
1883
1884         * sys/oss/gstossmixertrack.c:
1885           Use const like in alsamixertrack.c (fixes warnings).
1886
1887 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
1888
1889         * sys/v4l2/v4l2src_calls.c:
1890         (gst_v4l2src_probe_caps_for_format_and_size):
1891         Fix framerate detection code some more.
1892         Handle the case where there is a weird step in the stepwise framerates.
1893         Don't overwrite the min interval with the framerate, use a temp variable
1894         instead.
1895         Use max in the Continuous framerate intervals instead of step, which is
1896         1 according to the docs. Fixes #475424.
1897
1898 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
1899
1900         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
1901         Make udpsrc timestamp outgoing buffers based on when they were received.
1902         Also make it output a segment in time.
1903
1904 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
1905
1906         * gst/avi/gstavidemux.c:
1907           Plug a little leak. Little code cleanups.
1908
1909 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
1910
1911         * configure.ac:
1912           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
1913           flac versions, 's good for cross-compilation karma.
1914
1915 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
1916
1917         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
1918
1919         * gst/rtp/gstrtph263pay.c:
1920           Fix up header structure so that compilers don't add padding
1921           between the structure fields, since that would lead to us
1922           sending RTP packets with broken headers (as is currently the
1923           case when compiling with MSVC). Also see similar fixes in
1924           libgstrtp in gst-plugins-base. (#474616; #471194)
1925
1926 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
1927
1928         * sys/v4l2/v4l2src_calls.c:
1929         (gst_v4l2src_probe_caps_for_format_and_size):
1930         Don't overwrite our GValue with 0 but instead use the previously
1931         computed value. Fixes #471823 some more.
1932
1933 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1934
1935         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1936           No tabs in this file please, or gtk-doc will end up documenting
1937           rather absurd class hierarchies.
1938
1939 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
1940
1941         * ext/gconf/gstswitchsink.c:
1942           If the new kid element fails to change state for some reason
1943           (e.g. esdsink not being able to connect to the sound server),
1944           forward the error message it posted on the bus instead of just
1945           posting a generic 'Internal state change error: please file a
1946           bug' error message. Fixes #471364.
1947
1948 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1949
1950         * gst/qtdemux/Makefile.am:
1951         * gst/qtdemux/qtdemux.c:
1952           Don't assume tags are encoded as UTF-8 (#473670).
1953
1954 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1955
1956         * sys/v4l2/gstv4l2src.c:
1957         * sys/v4l2/gstv4l2src.h:
1958         * sys/v4l2/v4l2src_calls.c:
1959           Implement LATENCY queries in the crudest way possible so I don't
1960           have to use sync=false any longer when testing with videosinks.
1961
1962 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
1963
1964         * configure.ac:
1965           Fix build.
1966
1967 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1968
1969         * sys/v4l2/v4l2src_calls.c:
1970         (gst_v4l2src_probe_caps_for_format_and_size):
1971         Add some more debugging in the framerate function.
1972         Iterate stepwise framerate up to and _including_ the max and if nothing
1973         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
1974         don't end up with an empty list. Fixes #471823
1975
1976 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1977
1978         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1979         (gst_multiudpsink_set_clients_string),
1980         (gst_multiudpsink_get_clients_string),
1981         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
1982         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
1983         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
1984         (gst_multiudpsink_clear):
1985         Add property do configure destination address/port pairs
1986         API:GstMultiUDPSink::clients
1987
1988 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
1989
1990         * tests/examples/Makefile.am:
1991         * tests/examples/rtp/Makefile.am:
1992         * tests/examples/rtp/client-H263p-AMR.sh:
1993         * tests/examples/rtp/client-H263p-PCMA.sdp:
1994         * tests/examples/rtp/client-H263p-PCMA.sh:
1995         * tests/examples/rtp/client-H264-PCMA.sdp:
1996         * tests/examples/rtp/client-H264-PCMA.sh:
1997         * tests/examples/rtp/client-PCMA.sh:
1998         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
1999         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2000         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2001         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2002         Added some RTP example scripts for sending and receiving RTP streams.
2003
2004 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2005
2006         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2007         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2008         Restructure the setcaps function so that we can also compute the
2009         expected GStreamer output size of the video frames.
2010         Set frame_byte_size correctly so that read-based devices have a chance
2011         of working correctly.
2012         When grabbing a frame, discard frames that are not of the expected size.
2013         Some cameras don't output the right framesize for the first buffer.
2014         Try only a couple of times to get a valid frame, else error out.
2015
2016         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2017         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2018         Add some more debug info when scanning the device.
2019
2020         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2021         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2022         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2023         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2024         Add some more debug info when dequeing a frame.
2025
2026 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2027
2028         * gst/wavparse/gstwavparse.c:
2029           More code cleanups. Add some more comment and improve debugs logs.
2030
2031 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2032
2033         * gst/wavparse/gstwavparse.c:
2034         * gst/wavparse/gstwavparse.h:
2035           Implement seek-query. Refactor duration calculations. Appropriate use
2036           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2037           out of loops.
2038
2039 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2040
2041         * gst/avi/gstavidemux.c:
2042           Implement seek-query.
2043
2044 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2045
2046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2047         (gst_rtspsrc_dup_printf):
2048         Use new basesink async property to make sparse RTCP packet not wait for
2049         preroll.
2050
2051 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2052
2053         * gst/audiofx/Makefile.am:
2054         Dist the right file.
2055
2056 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2057
2058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2059         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2060         Make sure we generate and parse floating point values in the POSIX
2061         locale instead of the current locale. 
2062
2063 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2064
2065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2066         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2067         (gst_rtspsrc_play):
2068         * gst/rtsp/gstrtspsrc.h:
2069         Fix method detection again.
2070         Keep track of when we must send a Range header.
2071         Use segment values for Range, Speed and Scale headers.
2072         Parse Speed and Scale headers to update the segment values.
2073
2074 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2075
2076         patch by: Mark Nauwelaerts <manauw@skynet.be>
2077
2078         * sys/v4l2/v4l2src_calls.c:
2079           Handle optional v4l2 ioctls gracefully.
2080
2081 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2082
2083         * gst/rtp/Makefile.am:
2084         * gst/rtp/gstrtp.c: (plugin_init):
2085         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2086         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2087         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2088         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2089         (gst_rtp_h263_depay_get_property),
2090         (gst_rtp_h263_depay_change_state),
2091         (gst_rtp_h263_depay_plugin_init):
2092         * gst/rtp/gstrtph263depay.h:
2093         Added an H263 depayloader. Fixes #369392.
2094
2095         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2096         (gst_rtp_h263p_depay_process):
2097         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2098         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2099         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2100         payloads.
2101         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2102
2103 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2104
2105         * gst/audiofx/audiochebyshevfreqband.c:
2106         * gst/audiofx/audiochebyshevfreqlimit.c:
2107         Add small comparision with the windowed sinc filters in the docs.
2108
2109 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2110
2111         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2112         (audiochebyshevfreqband_suite):
2113         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2114         (audiochebyshevfreqlimit_suite):
2115         Also test 32 bit float mode and the type 2 variants of the filters.
2116
2117 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2118
2119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2120         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2121         (gst_rtspsrc_loop):
2122         Refactor the udp and interleaved loop function a bit.
2123
2124 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2125
2126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2127         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2128         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2129         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2130         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2131         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2132         * gst/rtsp/gstrtspsrc.h:
2133         Protect connection activity with a new lock, avoids deadlocks when going
2134         to PAUSED. Fixes #455808.
2135
2136 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2137
2138         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2139         Fix debug statement.
2140
2141 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2142
2143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2144         Fix stray %u in debug line as spotted by Saur on IRC.
2145
2146 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2147
2148         * gst/audiofx/audiochebyshevfreqband.c:
2149         (gst_audio_chebyshev_freq_band_class_init):
2150         * gst/audiofx/audiochebyshevfreqlimit.c:
2151         (gst_audio_chebyshev_freq_limit_class_init):
2152         Use generator macros for the process functions for the different
2153         sample types, add lower upper boundaries for the GObject properties
2154         so automatically generated UIs can use sliders and add a note about
2155         the number of poles as a too high number of poles combined with
2156         very low or very high frequencies will produce only noise.
2157         * docs/plugins/gst-plugins-good-plugins.args:
2158         Regenerated for the property changes.
2159
2160 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2161
2162         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2163         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2164         (gst_rtspsrc_stream_configure_udp_sink),
2165         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2166         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2167         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2168         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2169         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2170         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2171         * gst/rtsp/gstrtspsrc.h:
2172         Improve timeout handling.
2173         Use the same socket for sending and receiving RTCP packets so that some
2174         servers can track clients better.
2175         Improve connection closed handling. Try to reconnect.
2176         Don't overwrite our content base with NULL.
2177         Improve debugging.
2178         Improve range parsing and handling.
2179         Remove flushing hack now that core does the right thing.
2180
2181 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2182
2183         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2184         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2185         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2186         (gst_multiudpsink_close), (gst_multiudpsink_add):
2187         * gst/udp/gstmultiudpsink.h:
2188         Add support for getting and setting the socket to use.
2189
2190         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2191         (gst_udpsrc_create), (gst_udpsrc_get_property):
2192         Add support for getting the currently used socket.
2193
2194 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2195
2196         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2197
2198         * gst/audiofx/Makefile.am:
2199         * gst/audiofx/audiochebyshevfreqband.c:
2200         (gst_audio_chebyshev_freq_band_mode_get_type),
2201         (gst_audio_chebyshev_freq_band_base_init),
2202         (gst_audio_chebyshev_freq_band_dispose),
2203         (gst_audio_chebyshev_freq_band_class_init),
2204         (gst_audio_chebyshev_freq_band_init),
2205         (generate_biquad_coefficients), (calculate_gain),
2206         (generate_coefficients),
2207         (gst_audio_chebyshev_freq_band_set_property),
2208         (gst_audio_chebyshev_freq_band_get_property),
2209         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2210         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2211         (gst_audio_chebyshev_freq_band_start):
2212         * gst/audiofx/audiochebyshevfreqband.h:
2213         * gst/audiofx/audiochebyshevfreqlimit.c:
2214         (gst_audio_chebyshev_freq_limit_mode_get_type),
2215         (gst_audio_chebyshev_freq_limit_base_init),
2216         (gst_audio_chebyshev_freq_limit_dispose),
2217         (gst_audio_chebyshev_freq_limit_class_init),
2218         (gst_audio_chebyshev_freq_limit_init),
2219         (generate_biquad_coefficients), (calculate_gain),
2220         (generate_coefficients),
2221         (gst_audio_chebyshev_freq_limit_set_property),
2222         (gst_audio_chebyshev_freq_limit_get_property),
2223         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2224         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2225         (gst_audio_chebyshev_freq_limit_start):
2226         * gst/audiofx/audiochebyshevfreqlimit.h:
2227         * gst/audiofx/audiofx.c: (plugin_init):
2228         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2229         Fixes #464800.
2230
2231         * tests/check/Makefile.am:
2232         * tests/check/elements/.cvsignore:
2233         * tests/check/elements/audiochebyshevfreqband.c:
2234         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2235         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2236         * tests/check/elements/audiochebyshevfreqlimit.c:
2237         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2238         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2239         Add unit tests for the chebyshev filters.
2240
2241         * docs/plugins/Makefile.am:
2242         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2243         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2244         * docs/plugins/gst-plugins-good-plugins.args:
2245         * docs/plugins/inspect/plugin-1394.xml:
2246         * docs/plugins/inspect/plugin-audiofx.xml:
2247         * docs/plugins/inspect/plugin-dv.xml:
2248         * docs/plugins/inspect/plugin-flac.xml:
2249         * docs/plugins/inspect/plugin-jpeg.xml:
2250         * docs/plugins/inspect/plugin-png.xml:
2251         * docs/plugins/inspect/plugin-rtp.xml:
2252         * docs/plugins/inspect/plugin-shout2send.xml:
2253         * docs/plugins/inspect/plugin-wavpack.xml:
2254         And add docs for the chebyshev filters. While doing
2255         that also run make update in docs/plugins.
2256
2257 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2258
2259         * ext/annodex/gstcmmltag.c:
2260         * gst/rtp/gstrtpvorbispay.c:
2261           Make ro memory to share.
2262
2263 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2264
2265         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2266         Improve UDP performance by avoiding a select() when we have data
2267         available immediatly.
2268
2269 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2270
2271         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2272         (gst_rtp_dec_class_init):
2273         * gst/rtsp/gstrtpdec.h:
2274         Add (dummy) SSRC management signals.
2275
2276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2277         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2278         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2279         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2280         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2281         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2282         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2283         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2284         * gst/rtsp/gstrtspsrc.h:
2285         Add connection-speed property.
2286         Add find_stream helper functions.
2287         Handle stream EOS based on BYE messages or SSRC timeout.
2288         Returns SUCCESS from the state change function as we hide our async
2289         elements from the parent.
2290
2291 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2292
2293         * gst/debug/rndbuffersize.c:
2294           Fix da leak.
2295
2296 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2297
2298         * gst/debug/Makefile.am:
2299         * gst/debug/breakmydata.c:
2300         * gst/debug/gstdebug.c:
2301         * gst/debug/negotiation.c:
2302         * gst/debug/progressreport.c:
2303         * gst/debug/rndbuffersize.c:
2304         * gst/debug/testplugin.c:
2305           Add new test element and clean-up the others a little.
2306
2307 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2308
2309         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2310         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2311
2312 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2313
2314         * gst/rtp/gstrtpilbcdepay.c:
2315           Include stdlib.
2316
2317 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2318
2319         * gst/rtp/gstrtpmpvdepay.c:
2320         Set the mpegversion in the caps so that autoplugging does not get
2321         confused.
2322
2323 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2324
2325         * po/hu.po:
2326         * po/uk.po:
2327         * po/vi.po:
2328           Updated translations.
2329
2330 2007-08-08  Michael Smith <msmith@fluendo.com>
2331
2332         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2333           Render right border in the correct location.
2334
2335 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2336
2337         Patch by: Olivier Crete <tester at tester dot ca>
2338
2339         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2340         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2341         Make mode property a string. Fixes #464475.
2342
2343 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2344
2345         * ext/flac/gstflacenc.c:
2346           Widen caps to match decoder a bit and add more FIXMEs.
2347
2348 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2349
2350         patch by: Mark Nauwelaerts <manauw@skynet.be>
2351
2352         * gst/avi/gstavimux.c:
2353           Fix ODML index tag numbering. Fixes #463624.
2354
2355 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2356
2357         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2358         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2359         (gst_rtspsrc_stream_configure_tcp),
2360         (gst_rtspsrc_stream_configure_udp_sink):
2361         Fix default clock-rate for realmedia.
2362         Fix parsing of transport.
2363         Don't try to link NULL pads.
2364
2365 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2366
2367         * po/POTFILES.skip:
2368           Add POTFILES.skip with list of source files that aren't disted at the
2369           moment but contain translatable strings. Should hopefully pacify
2370           broken tools and make it clearer that these files are left out
2371           intentionally (#461600).
2372
2373 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2374
2375         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2376         If the buffer was entirely clipped ... don't try sending it :)
2377
2378 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2379
2380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2381         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2382         (gst_rtspsrc_create_transports_string),
2383         (gst_rtspsrc_prepare_transports):
2384         If we don't hav a session manager, set the caps on outgoing buffers
2385         ourselves.
2386         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2387         Append final bit of the transport string even when it does not contain a
2388         placeholder.
2389
2390 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2391
2392         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2393         (gst_rtsp_ext_list_connect):
2394         * gst/rtsp/gstrtspext.h:
2395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2396         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2397         Clean up the interface list.
2398         Allow connecting to interface signals for the extensions.
2399         Remove old extension code.
2400         Free list on cleanup.
2401         Allow extensions to send additional RTSP messages.
2402
2403 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2404
2405         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2406         Handle a NULL gconf key gracefully by rendering the default element.
2407
2408 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2409
2410         * gst/rtsp/gstrtspext.h:
2411         Fix include path for extension interface.
2412
2413 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2414
2415         * gst/audiofx/audioamplify.h:
2416         Also remove a now unecessary variable here.
2417
2418 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2419
2420         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2421         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2422         * gst/audiofx/audiodynamic.c:
2423         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2424         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2425         * gst/audiofx/audiodynamic.h:
2426         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2427         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2428         * gst/audiofx/audioinvert.h:
2429         Don't save format information ourselves, this is already saved in
2430         GstAudioFilter.
2431
2432 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2433
2434         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2435         (gst_rtsp_ext_list_stream_select):
2436         * gst/rtsp/gstrtspext.h:
2437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2438         Use rank to filter out extensions.
2439         Add url to stream_select interface call.
2440
2441 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2442
2443         * gst/rtsp/Makefile.am:
2444         * gst/rtsp/base64.c:
2445         * gst/rtsp/base64.h:
2446         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2447         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2448         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2449         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2450         (gst_rtsp_ext_list_setup_media),
2451         (gst_rtsp_ext_list_configure_stream),
2452         (gst_rtsp_ext_list_get_transports),
2453         (gst_rtsp_ext_list_stream_select):
2454         * gst/rtsp/gstrtspext.h:
2455         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2456         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2457         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2458         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2459         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2460         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2461         (gst_rtspsrc_stream_configure_tcp),
2462         (gst_rtspsrc_stream_configure_mcast),
2463         (gst_rtspsrc_stream_configure_udp),
2464         (gst_rtspsrc_stream_configure_udp_sink),
2465         (gst_rtspsrc_stream_configure_transport),
2466         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2467         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2468         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2469         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2470         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2471         (gst_rtspsrc_parse_methods),
2472         (gst_rtspsrc_create_transports_string),
2473         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2474         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2475         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2476         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2477         * gst/rtsp/gstrtspsrc.h:
2478         * gst/rtsp/rtsp.h:
2479         * gst/rtsp/rtspconnection.c:
2480         * gst/rtsp/rtspconnection.h:
2481         * gst/rtsp/rtspdefs.c:
2482         * gst/rtsp/rtspdefs.h:
2483         * gst/rtsp/rtspext.h:
2484         * gst/rtsp/rtspextwms.c:
2485         * gst/rtsp/rtspextwms.h:
2486         * gst/rtsp/rtspmessage.c:
2487         * gst/rtsp/rtspmessage.h:
2488         * gst/rtsp/rtsprange.c:
2489         * gst/rtsp/rtsprange.h:
2490         * gst/rtsp/rtsptransport.c:
2491         * gst/rtsp/rtsptransport.h:
2492         * gst/rtsp/rtspurl.c:
2493         * gst/rtsp/rtspurl.h:
2494         * gst/rtsp/sdp.h:
2495         * gst/rtsp/sdpmessage.c:
2496         * gst/rtsp/sdpmessage.h:
2497         * gst/rtsp/test.c:
2498         Use shiny new RTSP and SDP library.
2499         Implement RTSP extensions using the new interface.
2500         Remove a lot of old code.
2501
2502 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2503
2504         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2505         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2506
2507 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2508
2509         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2510         Don't unref the outgoing buffer twice when dropping it because it's
2511         outside of the segment.
2512
2513 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2514
2515         * configure.ac:
2516         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2517         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2518         Use the new buffer clipping function from gstaudio here and
2519         require gst-plugins-base CVS.
2520         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2521         For framed Wavpack buffers we require a valid timestamp.
2522
2523 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2524
2525         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2526         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2527         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2528         Clip raw audio and video when we can, keep track of current output
2529         segment.
2530         Don't leak buffers and events when there is no output pad.
2531         Improve debugging here and there.
2532
2533 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2534
2535         * configure.ac:
2536           Sync liboil check with plugins-base.
2537
2538 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2539
2540         * ext/annodex/Makefile.am:
2541           Fix CFLAGS/LIBS.
2542
2543         * ext/cdio/gstcdiocddasrc.c:
2544         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2545           Include stdlib
2546
2547         * ext/cairo/Makefile.am:
2548         * gst/videofilter/Makefile.am:
2549         * tests/examples/level/Makefile.am:
2550           Use $(LIBM) instead of -lm
2551
2552 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2553
2554         * sys/v4l2/gstv4l2src.c:
2555           Add another example pipeline.
2556
2557 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2558
2559         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2560
2561         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2562           Use define here.
2563
2564         * sys/v4l2/gstv4l2tuner.c:
2565         (gst_v4l2_tuner_set_frequency_and_notify):
2566           Don't touch the property - its still disabled.
2567
2568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2569         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2570         * sys/v4l2/v4l2src_calls.h:
2571           Improve fallback format negotionation. Fixes #451388
2572
2573 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2574
2575         * tests/check/elements/videocrop.c: (GST_START_TEST):
2576           Fix the test.
2577
2578 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2579
2580         * docs/plugins/Makefile.am:
2581         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2583         * docs/plugins/inspect/plugin-jpeg.xml:
2584         * docs/plugins/inspect/plugin-png.xml:
2585         * ext/jpeg/gstjpegdec.c:
2586         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2587         (gst_pngdec_sink_setcaps):
2588           More docs. More logs in pngdec.
2589
2590 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2591
2592         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2593           Initialize num_buffers with minimum value.
2594
2595         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2596         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2597           Handle frame-size query failure gracefully.
2598
2599 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2600
2601         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2602         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2603         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2604         of qt/aac files.
2605
2606 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2607
2608         * ext/wavpack/gstwavpackdec.c:
2609         (gst_wavpack_dec_clip_outgoing_buffer):
2610         Fix buffer clipping to correctly clip to the segment stop.
2611
2612 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2613
2614         * configure.ac:
2615         * tests/Makefile.am:
2616         Remove bogus check for libcheck, since we check for
2617         gstreamer-check and it pulls in the required info from there,
2618         and we weren't actually _using_ the information for libcheck
2619         ourselves anyway.
2620
2621 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2622
2623         * configure.ac:
2624           Use pkg-config to locate check.
2625
2626 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2627
2628         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2629         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2630         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2631         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2632         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2633         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2634         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2635         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2636         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2637         * gst/effectv/gstrev.c: (gst_revtv_transform):
2638         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2639         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2640         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2641         * gst/matroska/matroska-demux.c:
2642         (gst_matroska_demux_add_wvpk_header),
2643         (gst_matroska_demux_check_subtitle_buffer),
2644         (gst_matroska_decode_buffer):
2645         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2646           Fix build against core CVS.
2647
2648 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2649
2650         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2651         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2652         don't have enough granularity to convert that boolean into a
2653         GstFlowReturn.
2654
2655 2007-07-06  Michael Smith <msmith@fluendo.com>
2656
2657         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2658         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2659         (gst_alawdec_change_state):
2660         * gst/law/alaw-decode.h:
2661         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2662         (gst_mulawdec_class_init), (gst_mulawdec_init),
2663         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2664         * gst/law/mulaw-decode.h:
2665           Fix capsnego bogosity in *law decoders. 
2666
2667 2007-07-06  Michael Smith <msmith@fluendo.com>
2668
2669         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2670         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2671         (gst_smokeenc_change_state):
2672         * ext/jpeg/gstsmokeenc.h:
2673           Remove stupidity in get/set caps functions.
2674           Fix some refcounting problems.
2675
2676 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2677
2678         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2679         Remove endianness-flipping hack that seems to have been required
2680         only because of a bug in ffmpegcolorspace.
2681         Partially Fixes: #451908
2682
2683 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2684
2685         * docs/plugins/Makefile.am:
2686           Simplify --extra-dir as gtkdoc scans recursively.
2687
2688 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2689
2690         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2691
2692         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2693         Set the encoding-name in the rtp caps to all uppercase, as required by
2694         the caps spec.
2695         Some small cleanups in the error paths. Fixes #453037.
2696
2697 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2698
2699         * ext/wavpack/gstwavpackparse.c:
2700         (gst_wavpack_parse_index_get_last_entry),
2701         (gst_wavpack_parse_index_get_entry_from_sample),
2702         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2703         (gst_wavpack_parse_scan_to_find_sample):
2704         * ext/wavpack/gstwavpackparse.h:
2705         Use a GSList for the GArray that is used like a list anyway.
2706
2707 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2708
2709         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2710         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2711         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2712           Add state change function where we set 0/1 as default framerate in
2713           case our setcaps function isn't called, like it might not in a
2714           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2715           gdkpixbufdec trying to create caps with a 0/0 framerate.
2716           Also post an error message on the bus if gst_pad_push() fails when
2717           called from our sink event handler (+1 for flow returns for event
2718           functions in 0.11) instead of failing silently.
2719
2720 2007-06-27  Wim Taymans  <wim@fluendo.com>
2721
2722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2723         Cast stack args to the proper types. Fixes #451249.
2724
2725 2007-06-27  Wim Taymans  <wim@fluendo.com>
2726
2727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2728         (new_session_pad), (gst_rtspsrc_setup_streams):
2729         * gst/rtsp/gstrtspsrc.h:
2730         For container formats we only need to activate one of the streams so
2731         that we correctly signal no-more-pads. Fixes #451015.
2732
2733 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2734
2735         * docs/plugins/gst-plugins-good-plugins.args:
2736         * docs/plugins/inspect/plugin-aasink.xml:
2737         * docs/plugins/inspect/plugin-alaw.xml:
2738         * docs/plugins/inspect/plugin-alpha.xml:
2739         * docs/plugins/inspect/plugin-alphacolor.xml:
2740         * docs/plugins/inspect/plugin-annodex.xml:
2741         * docs/plugins/inspect/plugin-apetag.xml:
2742         * docs/plugins/inspect/plugin-audiofx.xml:
2743         * docs/plugins/inspect/plugin-auparse.xml:
2744         * docs/plugins/inspect/plugin-autodetect.xml:
2745         * docs/plugins/inspect/plugin-avi.xml:
2746         * docs/plugins/inspect/plugin-cacasink.xml:
2747         * docs/plugins/inspect/plugin-cairo.xml:
2748         * docs/plugins/inspect/plugin-cdio.xml:
2749         * docs/plugins/inspect/plugin-cutter.xml:
2750         * docs/plugins/inspect/plugin-debug.xml:
2751         * docs/plugins/inspect/plugin-efence.xml:
2752         * docs/plugins/inspect/plugin-effectv.xml:
2753         * docs/plugins/inspect/plugin-esdsink.xml:
2754         * docs/plugins/inspect/plugin-flac.xml:
2755         * docs/plugins/inspect/plugin-flxdec.xml:
2756         * docs/plugins/inspect/plugin-gconfelements.xml:
2757         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2758         * docs/plugins/inspect/plugin-goom.xml:
2759         * docs/plugins/inspect/plugin-halelements.xml:
2760         * docs/plugins/inspect/plugin-icydemux.xml:
2761         * docs/plugins/inspect/plugin-id3demux.xml:
2762         * docs/plugins/inspect/plugin-jpeg.xml:
2763         * docs/plugins/inspect/plugin-ladspa.xml:
2764         * docs/plugins/inspect/plugin-level.xml:
2765         * docs/plugins/inspect/plugin-matroska.xml:
2766         * docs/plugins/inspect/plugin-mulaw.xml:
2767         * docs/plugins/inspect/plugin-multipart.xml:
2768         * docs/plugins/inspect/plugin-navigationtest.xml:
2769         * docs/plugins/inspect/plugin-ossaudio.xml:
2770         * docs/plugins/inspect/plugin-png.xml:
2771         * docs/plugins/inspect/plugin-quicktime.xml:
2772         * docs/plugins/inspect/plugin-rtp.xml:
2773         * docs/plugins/inspect/plugin-rtsp.xml:
2774         * docs/plugins/inspect/plugin-smpte.xml:
2775         * docs/plugins/inspect/plugin-speex.xml:
2776         * docs/plugins/inspect/plugin-taglib.xml:
2777         * docs/plugins/inspect/plugin-udp.xml:
2778         * docs/plugins/inspect/plugin-videobalance.xml:
2779         * docs/plugins/inspect/plugin-videobox.xml:
2780         * docs/plugins/inspect/plugin-videocrop.xml:
2781         * docs/plugins/inspect/plugin-videoflip.xml:
2782         * docs/plugins/inspect/plugin-videomixer.xml:
2783         * docs/plugins/inspect/plugin-wavenc.xml:
2784         * docs/plugins/inspect/plugin-wavparse.xml:
2785         * docs/plugins/inspect/plugin-ximagesrc.xml:
2786           Update docs with caps info.
2787
2788 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2789
2790         * po/POTFILES.in:
2791           Add more files with translatable strings (#450878).
2792
2793 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2794
2795         * MAINTAINERS:
2796         Updating all the maintainers files
2797
2798 2007-06-22  Edward Hervey  <edward@fluendo.com>
2799
2800         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2801         * gst/interleave/deinterleave.c: (deinterleave_init),
2802         (deinterleave_sink_link):
2803         * gst/interleave/interleave.c: (interleave_init):
2804         * gst/median/gstmedian.c: (gst_median_init):
2805         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2806         Fix memory leaks.
2807         * tests/check/elements/id3demux.c: (pad_added_cb):
2808         Remove unused variable.
2809
2810 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2811
2812         * ext/gconf/gconf.h:
2813         Make the prototype of gst_gconf_get_key_for_sink_profile
2814         match the implementation.
2815         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2816         Fixes: #449747
2817
2818 2007-06-20  Michael Smith <msmith@fluendo.com>
2819
2820         * gst/rtp/gstrtpdepay.c:
2821           Fix description - rtpdepay is not a payloader.
2822
2823 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2824
2825         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2826         (qtdemux_video_caps):
2827         * gst/qtdemux/qtdemux_fourcc.h:
2828           Add MJPG to the variants of motion jpeg.
2829
2830 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
2831
2832         * tests/check/Makefile.am:
2833         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
2834         * tests/check/elements/videocrop.c: (GST_START_TEST):
2835         * tests/check/elements/videofilter.c:
2836         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2837         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
2838           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
2839           error flags are included and it errors out on compiler warnings
2840           for CVS builds; remove unused variables in various unit tests.
2841
2842 2007-06-19  Wim Taymans  <wim@fluendo.com>
2843
2844         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2845         (rtsp_connection_close), (rtsp_connection_free):
2846         Use threadsafe inet_ntop to convert an ip number to a string. 
2847         Fixes #447961.
2848         Don't leak fd (and ip) when freeing a connection without first closing
2849         it.
2850
2851 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
2852
2853         * configure.ac:
2854         Back to CVS
2855
2856         * gst-plugins-good.doap:
2857         Add 0.10.6 to the doap file.
2858
2859 === release 0.10.6 ===
2860
2861 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
2862
2863         * configure.ac:
2864           releasing 0.10.6, "Wobble Board"
2865
2866 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2867
2868         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2869         (rtsp_connection_free):
2870           Revert previous commit again, since we are frozen (sorry).
2871
2872 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2873
2874         Patch by: Peter Kjellerstedt <pkj at axis com>
2875
2876         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
2877         (rtsp_connection_free):
2878           inet_ntoa() uses a static buffer internally, so we need to copy the
2879           returned string if we want to store it for later (#447961).
2880
2881 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2882
2883         * win32/vs6/autogen.dsp:
2884         * win32/vs6/gst_plugins_good.dsw:
2885         * win32/vs6/libgstalaw.dsp:
2886         * win32/vs6/libgstalpha.dsp:
2887         * win32/vs6/libgstalphacolor.dsp:
2888         * win32/vs6/libgstapetag.dsp:
2889         * win32/vs6/libgstaudiofx.dsp:
2890         * win32/vs6/libgstauparse.dsp:
2891         * win32/vs6/libgstautodetect.dsp:
2892         * win32/vs6/libgstavi.dsp:
2893         * win32/vs6/libgstcutter.dsp:
2894         * win32/vs6/libgstdirectdraw.dsp:
2895         * win32/vs6/libgstdirectsound.dsp:
2896         * win32/vs6/libgsteffectv.dsp:
2897         * win32/vs6/libgstflx.dsp:
2898         * win32/vs6/libgstgoom.dsp:
2899         * win32/vs6/libgsticydemux.dsp:
2900         * win32/vs6/libgstid3demux.dsp:
2901         * win32/vs6/libgstinterleave.dsp:
2902         * win32/vs6/libgstjpeg.dsp:
2903         * win32/vs6/libgstlevel.dsp:
2904         * win32/vs6/libgstmatroska.dsp:
2905         * win32/vs6/libgstmedian.dsp:
2906         * win32/vs6/libgstmonoscope.dsp:
2907         * win32/vs6/libgstmulaw.dsp:
2908         * win32/vs6/libgstmultipart.dsp:
2909         * win32/vs6/libgstqtdemux.dsp:
2910         * win32/vs6/libgstrtp.dsp:
2911         * win32/vs6/libgstrtsp.dsp:
2912         * win32/vs6/libgstsmpte.dsp:
2913         * win32/vs6/libgstspeex.dsp:
2914         * win32/vs6/libgstudp.dsp:
2915         * win32/vs6/libgstvideobalance.dsp:
2916         * win32/vs6/libgstvideobox.dsp:
2917         * win32/vs6/libgstvideocrop.dsp:
2918         * win32/vs6/libgstvideoflip.dsp:
2919         * win32/vs6/libgstvideomixer.dsp:
2920         * win32/vs6/libgstwaveform.dsp:
2921         * win32/vs6/libgstwavenc.dsp:
2922         * win32/vs6/libgstwavparse.dsp:
2923         Mark *.dsp & *.dsw as binary files and convert to DOS line
2924         endings, as they don't load into VS6 correctly otherwise.
2925
2926 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
2927
2928         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
2929         (rtsp_connection_connect):
2930         Fix the MingW build. 
2931         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
2932         Fixes: #446981
2933
2934 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2935
2936         * tests/check/elements/.cvsignore:
2937         * tests/icles/.cvsignore:
2938         Hush the buildbots up
2939
2940 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
2941
2942         * configure.ac:
2943         * sys/Makefile.am:
2944         * sys/directdraw/Makefile.am:
2945         * sys/directsound/Makefile.am:
2946         * sys/waveform/Makefile.am:
2947         Make sure to dist everything needed for win32 builds.
2948
2949 2007-06-14  Edward Hervey  <edward@fluendo.com>
2950
2951         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2952         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
2953         caps.
2954         Fixes #447458
2955
2956 2007-06-13  Wim Taymans  <wim@fluendo.com>
2957
2958         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
2959         Make sure we allocate enough memory for the codec_data.
2960         Fixes #447210.
2961
2962 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
2963
2964         * win32/MANIFEST:
2965         Add videocrop project file to the win32 manifest.
2966         * win32/vs6/gst_plugins_good.dsw:
2967         Add qtdemux,videocrop and waveform projects to the workspace.
2968         * win32/vs6/libgstqtdemux.dsp:
2969         Add zlib to the link list of qtdemux.
2970         * win32/vs6/libgstvideocrop.dsp:
2971         Add a project file for videocrop.
2972
2973 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2974
2975         * po/POTFILES.in:
2976         Add qtdemux for translation
2977
2978 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2979
2980         * configure.ac:
2981         * docs/plugins/Makefile.am:
2982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2984         * docs/plugins/inspect/plugin-videocrop.xml:
2985         * gst-plugins-good.spec.in:
2986         * sys/Makefile.am:
2987         * tests/check/Makefile.am:
2988         * tests/icles/Makefile.am:
2989         * tests/icles/videocrop-test.c:
2990         Move videocrop and osxvideo from -bad.
2991
2992 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
2993
2994         * configure.ac:
2995         * docs/plugins/Makefile.am:
2996         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2997         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2998         * docs/plugins/gst-plugins-good-plugins.args:
2999         * docs/plugins/inspect/plugin-qtdemux.xml:
3000         * docs/plugins/inspect/plugin-quicktime.xml:
3001         * win32/MANIFEST:
3002         Move qtdemux from -bad.
3003
3004         * gst-plugins-good.spec.in:
3005         Update spec file to reflect moving of qtdemux and wavpack
3006
3007 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3008         
3009         * win32/MANIFEST:
3010         * docs/plugins/Makefile.am:
3011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3013         * docs/plugins/inspect/plugin-directdraw.xml:
3014         * docs/plugins/inspect/plugin-directsound.xml:
3015         * docs/plugins/inspect/plugin-waveform.xml:
3016         Move the waveform plugin from -bad too. Update the inspect xml
3017         files to mention Plugins Good instead of Plugins Bad.
3018
3019 2007-06-12  Andy Wingo  <wingo@pobox.com>
3020
3021         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3022         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3023         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3024         finalization and resuscitation. No longer public.
3025         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3026         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3027         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3028         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3029         miniobject semantics, and be threadsafe.
3030         (gst_v4l2src_queue_frame): Remove this function, as we just call
3031         the ioctls directly in the two places where we queue buffers.
3032         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3033         directly.
3034         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3035         to allocate the pool, which also preallocates the GstBuffers.
3036         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3037         queueing the frames directly.
3038         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3039         mmap buffers have been dequeued.
3040
3041         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3042         real MiniObject instead of rolling our own refcounting and
3043         finalizing. Give it a lock.
3044         (struct _GstV4l2Buffer): Remove one intermediary object, having
3045         the buffers hold the struct v4l2_buffer directly.
3046
3047         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3048         capture_init so that it can set them on the buffers that it will
3049         create.
3050         (gst_v4l2src_get_read): For better or for worse, include the
3051         timestamping and offsetting code here; really we should be using
3052         bufferalloc though.
3053         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3054         preallocated, mmap'd buffers.
3055
3056 2007-06-11  Wim Taymans  <wim@fluendo.com>
3057
3058         Patch by: daniel fischer <dan at f3c dot com>
3059
3060         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3061         (gst_ximage_src_get_caps):
3062         Actually use the display_name property so that we can dump any
3063         available X display. Fixes #445905.
3064
3065 2007-06-11  Wim Taymans  <wim@fluendo.com>
3066
3067         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3068
3069         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3070         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3071         Add missing rate fields to caps. Fixes #441118.
3072
3073 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3074
3075         * win32/vs6/gst_plugins_good.dsw:
3076         * win32/vs8/gst-plugins-good.sln:
3077         Add DirectSound and DirectDraw sinks project files to
3078         workspace and solution files.
3079
3080 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3081
3082         Patch by: Josh Coalson <xflac at yahoo dot com>,
3083         updated by Alexis Ballier <aballier at gentoo dot org>:
3084
3085         * configure.ac:
3086         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3087         (gst_flac_dec_setup_seekable_decoder),
3088         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3089         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3090         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3091         * ext/flac/gstflacdec.h:
3092         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3093         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3094         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3095         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3096         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3097         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3098         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3099         * ext/flac/gstflacenc.h:
3100         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3101         
3102 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3103
3104         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3105         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3106         not necessary anymore as we need at least that core version. 
3107
3108 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3109
3110         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3111         (gst_wavpack_dec_chain):
3112         * ext/wavpack/gstwavpackdec.h:
3113         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3114         (gst_wavpack_parse_push_buffer):
3115         * ext/wavpack/gstwavpackparse.h:
3116         Improve discont handling by checking if the next Wavpack block has
3117         the expected, following block index.
3118
3119 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3120
3121         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3122           Fix element description.
3123
3124 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3125
3126         * configure.ac:
3127         * docs/plugins/Makefile.am:
3128         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3129         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3130         * docs/plugins/gst-plugins-good-plugins.args:
3131         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3132         * docs/plugins/gst-plugins-good-plugins.signals:
3133         * docs/plugins/inspect/plugin-autodetect.xml:
3134         * docs/plugins/inspect/plugin-gconfelements.xml:
3135         * docs/plugins/inspect/plugin-ladspa.xml:
3136         * docs/plugins/inspect/plugin-rtp.xml:
3137         * docs/plugins/inspect/plugin-wavpack.xml:
3138         * ext/Makefile.am:
3139         * tests/check/Makefile.am:
3140           move wavpack plugin.  See #352605.
3141
3142 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3143
3144         * configure.ac:
3145         * docs/plugins/Makefile.am:
3146         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3147         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3148         * docs/plugins/gst-plugins-good-plugins.args:
3149         * sys/Makefile.am:
3150         * win32/MANIFEST:
3151         Add DirectDraw & DirectSound plugins to the build and docs.
3152
3153 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3154
3155         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3156         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3157           When operating in pull mode, error out correct on not-linked.
3158
3159 2007-06-06  Andy Wingo  <wingo@pobox.com>
3160
3161         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3162         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3163         format and size if the ioctls are defined; should fix compilation
3164         on Linux < 2.16.19.
3165
3166 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3167
3168         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3169           Printf fixes in debug statements; use LOG level for debug statements
3170           that are printed for each and every frame; convert c++ comments to
3171           C-style comments; not much point using g_try_malloc() if we then not
3172           even check the return value.
3173
3174 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         * configure.ac:
3177           Bump requirements to released versions (core and base 0.10.13).
3178
3179         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3180           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3181           own implementation.
3182
3183 2007-06-05  Andy Wingo  <wingo@pobox.com>
3184
3185         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3186         some useless comments.
3187
3188         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3189         frames before calling STREAMON, that might leave them in a state
3190         where they can't be dequeued if we go back to NULL without calling
3191         STREAMON, according to the docs.
3192         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3193         before we call STREAMON.
3194         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3195         failures. (For me this code hung.) The pool refcounting is still
3196         crack; added a note to that effect.
3197
3198 2007-06-05  Wim Taymans  <wim@fluendo.com>
3199
3200         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3201         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3202         Add support for mapping gst structure names to the MIME type equivalent.
3203         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3204
3205 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3206
3207         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3208         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3209         (gst_wavenc_chain), (gst_wavenc_change_state):
3210         * gst/wavenc/gstwavenc.h:
3211         Properly write wav files with width!=depth by having the depth most
3212         significant bytes set and all others zero. Fixes #442535.
3213
3214 2007-06-01  Wim Taymans  <wim@fluendo.com>
3215
3216         * gst/rtsp/rtspconnection.c:
3217         Add include to make buildbot happy.
3218
3219 2007-06-01  Wim Taymans  <wim@fluendo.com>
3220
3221         Patch by: Peter Kjellerstedt  <pkj at axis com>
3222
3223         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3224         (rtsp_connection_connect), (add_date_header),
3225         (rtsp_connection_send), (parse_response_status),
3226         (parse_request_line), (parse_line), (rtsp_connection_receive):
3227         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3228         * gst/rtsp/rtspdefs.h:
3229         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3230         (rtsp_message_init_request), (rtsp_message_init_response),
3231         (rtsp_message_remove_header), (rtsp_message_append_headers),
3232         (rtsp_message_dump):
3233         * gst/rtsp/rtspmessage.h:
3234         Improves version checking, allowing an RTSP server to reply with "505
3235         RTSP Version not supported.
3236         Adds a Date header to all messages.
3237         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3238         want to be able to send a response even if something in the request was
3239         invalid. EINVAL is only used when passing wrong arguments to functions.
3240         Do not handle an invalid method in parse_request_line(). Defer this to
3241         the caller so it can respond with "405 Method Not Allowed".
3242         Improves parsing of the timeout parameter to the Session header,
3243         allowing whitespace after the semicolon. 
3244         Avoids a compiler warning due to variables shadowing a function argument.
3245
3246 2007-06-01  Wim Taymans  <wim@fluendo.com>
3247
3248         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3249
3250         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3251         (gst_rtp_amr_depay_process):
3252         * gst/rtp/gstrtpamrdepay.h:
3253         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3254         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3255         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3256         * gst/rtp/gstrtpamrpay.h:
3257         Add support for AMR-WB.
3258         Small cleanups such as using BOILERPLATE.
3259
3260 2007-05-31  Wim Taymans  <wim@fluendo.com>
3261
3262         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3263         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3264
3265 2007-05-30  Andy Wingo  <wingo@pobox.com>
3266
3267         * sys/v4l2/gstv4l2object.h: 
3268         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3269         unintended changes.
3270
3271         * sys/v4l2/v4l2src_calls.h: 
3272         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3273         the format list in the order that the driver gives it to us.
3274         (gst_v4l2src_probe_caps_for_format_and_size)
3275         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3276         based on the capabilities of the device.
3277         (gst_v4l2src_grab_frame): Update for object variable renaming.
3278         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3279         as in the set_caps below.
3280         (gst_v4l2src_capture_init): Update for object variable renaming,
3281         and reflow.
3282         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3283         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3284         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3285         (gst_v4l2src_get_fps): Remove; these functions don't have much
3286         meaning outside of an atomic set_caps method.
3287         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3288         known.
3289
3290         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3291         call to update_fps; not sure about this change.
3292         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3293         moment we don't have an update_fps_func.
3294
3295         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3296         structures in the object, just store what we need. Do store the
3297         probed caps of the device. Don't store the current frame rate.
3298
3299         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3300         update_fps_function, for now. Update for new object variable
3301         naming.
3302         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3303         new object variable naming.
3304         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3305         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3306         (gst_v4l2src_get_caps): Rework to probe the device for supported
3307         frame sizes and frame rates.
3308         (gst_v4l2src_set_caps): Rework to be strict in the given
3309         parameters: if someone asks us to have a certain size and rate,
3310         that is what we configure.
3311         (gst_v4l2src_get_read): Update for object variable naming. Don't
3312         leak buffers on short reads.
3313         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3314         comments.
3315         (gst_v4l2src_create): Update for object variable naming.
3316
3317 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3320         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3321         * gst/avi/gstavidemux.h:
3322           Parse subtitle text streams instead of erroring out (#442034). Still
3323           needs a parser for the subtitles to actually show up.
3324
3325 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3326
3327         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3328         (gst_avi_demux_loop):
3329           Make _push_event() return TRUE if the event could be pushed on at
3330           least one pad and not only if it could be pushed on all pads,
3331           otherwise we'll end up posting an error message on EOS if one or
3332           more source pads are not connected.
3333
3334 2007-05-28  Wim Taymans  <wim@fluendo.com>
3335
3336         * gst/rtsp/rtsptransport.c:
3337         Use renamed RTP bin.
3338
3339 2007-05-28  Wim Taymans  <wim@fluendo.com>
3340
3341         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3342
3343         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3344         (gst_video_box_set_property), (gst_video_box_transform_caps),
3345         (video_box_recalc_transform), (gst_video_box_set_caps),
3346         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3347         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3348         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3349         (gst_video_box_i420_i420), (gst_video_box_transform),
3350         (plugin_init):
3351         Add AYUV->AYUV and AYUV->I420 formats. 
3352         Fix negotiation and I420->AYUV conversion.
3353         Fixes #429329.
3354
3355 2007-05-26  Wim Taymans  <wim@fluendo.com>
3356
3357         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3358         Use different variables for nested for loops so that the outer loop
3359         functions properly and speex files with multiple frames per buffer work
3360         properly.
3361         Fixes #441408.
3362
3363 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3364
3365         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3366           Don't leak newsegment events.
3367
3368 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3369
3370         * gst/wavparse/Makefile.am:
3371           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3372           drags it in.
3373
3374 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3375
3376         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3377         (notgst_value_array_append_buffer),
3378         (gst_flac_enc_process_stream_headers),
3379         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3380         (gst_flac_enc_change_state):
3381         * ext/flac/gstflacenc.h:
3382           Collect headers, add "streamheader" field to output caps and set
3383           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3384           produces output according to the official FLAC-to-Ogg mapping
3385           instead of completely broken files. Fixes #426044.
3386
3387 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3388
3389         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3390         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3391         (gst_id3demux_sink_event):
3392         * gst/id3demux/gstid3demux.h:
3393         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3394         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3395         (gst_tag_demux_send_new_segment):
3396         Handle and adjust new-segment events so that downstream really
3397         sees a stream with the tag pieces stripped off the front and back.
3398         Fixes strangeness in seeking when mp3 decoders use the new-segment
3399         byte position to estimate their current playback position timestamp
3400         and then the arriving buffers don't match up.
3401
3402 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3403
3404         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3405           Don't unnecessarily perform a READY->NULL->READY transition on the
3406           detected audio sink when starting up. Fixes: #440127
3407
3408 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3409
3410         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3411         (gst_flac_enc_chain):
3412           Don't crash in chain function if setcaps hasn't been called.
3413
3414 2007-05-24  Wim Taymans  <wim@fluendo.com>
3415
3416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3417         Init value to avoid infinte loops.
3418
3419 2007-05-24  Wim Taymans  <wim@fluendo.com>
3420
3421         Patch by: Peter Kjellerstedt  <pkj at axis com>
3422
3423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3424         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3425         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3426         (gst_rtspsrc_play):
3427         (rtsp_connection_send), (rtsp_connection_receive):
3428         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3429         Fix for new API.
3430
3431         * gst/rtsp/rtspconnection.c: (add_auth_header),
3432         Only add authorisation and session headers when sending messages.
3433
3434         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3435         (rtsp_message_init_request), (rtsp_message_init_response),
3436         (rtsp_message_unset), (rtsp_message_add_header),
3437         (rtsp_message_remove_header), (rtsp_message_get_header),
3438         (rtsp_message_append_headers), (dump_key_value),
3439         (rtsp_message_dump):
3440         * gst/rtsp/rtspmessage.h:
3441         Add support for multiple headers of the same type by storing the parsed
3442         headers in a GArray instaed of a hashtable.
3443
3444 2007-05-21  Wim Taymans  <wim@fluendo.com>
3445
3446         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3447         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3448         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3449         safer shutdown.
3450
3451 2007-05-21  Wim Taymans  <wim@fluendo.com>
3452
3453         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3454         * gst/rtsp/gstrtpdec.h:
3455         Added signal for backwards compat.
3456
3457 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3458         
3459         Patch by: René Stadler <mail at renestadler dot de>
3460
3461         * configure.ac:
3462         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3463         (gst_au_parse_parse_header), (gst_au_parse_chain):
3464         * gst/auparse/gstauparse.h:
3465         Use audioconvert for converting from non-native endianness floats
3466         in auparse instead of doing it ourself. Fixes #424527.
3467         This needs the audioconvert from plugins-base CVS.
3468         
3469 2007-05-21  Wim Taymans  <wim@fluendo.com>
3470
3471         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3472         (gst_rtp_h263p_pay_flush):
3473         Fix enum registration.
3474
3475 2007-05-21  Wim Taymans  <wim@fluendo.com>
3476
3477         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3478
3479         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3480         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3481         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3482         (gst_rtp_h263p_pay_flush):
3483         * gst/rtp/gstrtph263ppay.h:
3484         Add new fragmentation mode base on GOB headers. Fixes #438940.
3485
3486 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3489           Printf format fix.
3490
3491 2007-05-18  Wim Taymans  <wim@fluendo.com>
3492
3493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3494         Don't crash when an unsupported transport error was returned by the
3495         server, just try to configure the next stream. Fixes #439255.
3496
3497 2007-05-18  Wim Taymans  <wim@fluendo.com>
3498
3499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3500         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3501         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3502         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3503         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3504         * gst/rtsp/gstrtspsrc.h:
3505         Add TCP timeout property and use it for all TCP connection.
3506
3507         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3508         (rtsp_connection_write), (rtsp_connection_next_timeout),
3509         (rtsp_connection_reset_timeout):
3510         Make connect and writes cancelable and make them use the timeout.
3511
3512 2007-05-18  Wim Taymans  <wim@fluendo.com>
3513
3514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3515         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3516         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3517         (gst_rtspsrc_setup_streams):
3518         Refactor timeout handling.
3519         Also send keep-alive when dealing with TCP transport.
3520
3521         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3522         (rtsp_connection_free), (rtsp_connection_next_timeout),
3523         (rtsp_connection_reset_timeout):
3524         * gst/rtsp/rtspconnection.h:
3525         Use a timer to handle the session timeouts, add some methods to deal
3526         with timeouts.
3527
3528 2007-05-17  Wim Taymans  <wim@fluendo.com>
3529
3530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3531         (gst_rtspsrc_setup_streams):
3532         Ignore streams that fail the setup command, we will retry with a
3533         different transport later on.
3534
3535         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3536         (rtsp_ext_wms_configure_stream):
3537         Fix encoding name case.
3538
3539 2007-05-16  Edward Hervey  <edward@fluendo.com>
3540
3541         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3542         Fix build on macosx.
3543
3544 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3545
3546         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3547         Replace direct comparison of a string with the string literal "" with
3548         a comparison of the first character with '\0'. Fixes #438926.
3549
3550 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3551
3552         * gst/debug/breakmydata.c (gst_break_my_data_init):
3553           One more try. This should be the proper fix now.
3554
3555 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3556
3557         * gst/debug/breakmydata.c:
3558           Ooops, no // comments please.
3559
3560 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3561
3562         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3563         (gst_break_my_data_init):
3564           Fix gst_buffer_is_writable() assertion.
3565
3566 2007-05-14  David Schleef  <ds@schleef.org>
3567
3568         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3569           video/x-raw-bayer.  Fixes #314160.
3570
3571 2007-05-14  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3574         (gst_rtp_theora_depay_parse_configuration):
3575         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3576         (gst_rtp_theora_pay_finish_headers),
3577         (gst_rtp_theora_pay_handle_buffer):
3578         Update theora pay/depayloader in a similar to vorbis.
3579
3580         * gst/rtp/gstrtpvorbisdepay.c:
3581         (gst_rtp_vorbis_depay_parse_configuration):
3582         Update docs.
3583
3584 2007-05-14  Wim Taymans  <wim@fluendo.com>
3585
3586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3587         When we try to execute a method that is not supported by the server,
3588         don't error out but remove the method from the accepted methods so that
3589         we never try to perform this method again.
3590
3591 2007-05-14  Wim Taymans  <wim@fluendo.com>
3592
3593         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3594         Remove annoying _dump_mem.
3595
3596 2007-05-14  Wim Taymans  <wim@fluendo.com>
3597
3598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3599         Parse range correctly.
3600
3601         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3602         The baseurl now always has a '/' at the start.
3603
3604 2007-05-14  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3607         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3608         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3609         Factor out caps configuration and configure more stuff such as the time
3610         ranges and speed/scale values.
3611
3612         * gst/rtsp/rtsptransport.c:
3613         Add Copyright after non-trival fixes.
3614
3615 2007-05-12  Wim Taymans  <wim@fluendo.com>
3616
3617         Patch by: Peter Kjellerstedt  <pkj at axis com>
3618
3619         * gst/rtsp/gstrtspsrc.h:
3620         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3621         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3622         (rtsp_message_get_header):
3623         * gst/rtsp/rtspmessage.h:
3624         Make channel guint8 where possible.
3625         Make rtsp_message_init_data() take the channel as a guint8.
3626
3627         * gst/rtsp/rtspdefs.c:
3628         Fixed a typo: Timout -> Timeout
3629
3630         * gst/rtsp/rtspdefs.h:
3631         Make RTSP_CHECK() behave as a statement.
3632
3633         * gst/rtsp/sdpmessage.c:
3634         Avoid a compiler warning in INIT_ARRAY().
3635         Fixes #437692.
3636
3637 2007-05-12  Wim Taymans  <wim@fluendo.com>
3638
3639         Patch by: Peter Kjellerstedt  <pkj at axis com>
3640
3641         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3642         (rtsp_url_get_request_uri):
3643         * gst/rtsp/rtspurl.h:
3644         Add support for query parameters to RTSP URLs.
3645
3646 2007-05-12  Wim Taymans  <wim@fluendo.com>
3647
3648         Patch by: Peter Kjellerstedt  <pkj at axis com>
3649
3650         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3651         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3652         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3653         (rtsp_transport_parse), (rtsp_transport_as_text):
3654         * gst/rtsp/rtsptransport.h:
3655         Add validation to rtsp_transport_parse().
3656         Add rtsp_transport_as_text() to generate an RTSP header from an
3657         RTSPTransport.
3658         Change ssrc to guint (was a string) since that is what it is, even
3659         though it is sent as a hex string.
3660         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3661         incorrect, which can be seen when looking at the examples in the RFC).
3662         Fixes #437670.
3663
3664 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3665
3666         Patch by: Eric Anholt
3667
3668         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3669           gst_ximage_src_ximage_get):
3670         Use union of all damage between frames to make it faster.
3671         Fixes bug #342463.
3672         Also fix crasher when cursor is at bottom right of window.
3673
3674 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3675
3676         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3677           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3678           streaming mode regression for file from #343837 with 'bext' chunk
3679           before the 'fmt' chunk.
3680
3681 2007-05-11  Wim Taymans  <wim@fluendo.com>
3682
3683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3684         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3685         (gst_rtspsrc_handle_src_event),
3686         (gst_rtspsrc_stream_configure_manager),
3687         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3688         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3689         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3690         * gst/rtsp/gstrtspsrc.h:
3691         * gst/rtsp/rtspdefs.h:
3692         Preliminary seek support.
3693         Activate internal pads so that we can receive events on them.
3694         Don't try to parse a range string when it's NULL.
3695
3696 2007-05-11  Wim Taymans  <wim@fluendo.com>
3697
3698         * gst/rtp/README:
3699         Update README with new RTP variables that will be used for
3700         synchronisation.
3701
3702         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3703         (gst_rtp_vorbis_depay_parse_configuration),
3704         (gst_rtp_vorbis_depay_process):
3705         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3706         (gst_rtp_vorbis_pay_finish_headers),
3707         (gst_rtp_vorbis_pay_handle_buffer):
3708         Update vorbis pay and depayloader to draft-04.
3709
3710 2007-05-11  Wim Taymans  <wim@fluendo.com>
3711
3712         * gst/rtsp/rtsptransport.c:
3713         UDP MCAST is actually the default for RTP/AVP.
3714 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3715
3716         * gst/level/gstlevel.c: (gst_level_transform_ip):
3717         Use guint8 * instead of gpointer then vs6 can build 
3718         in_data += (filter->width / 8).
3719
3720 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3721
3722         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3723           gst_ximage_src_ximage_get):
3724         * sys/ximage/gstximagesrc.h (last_ximage):
3725         When using Damage actually keep the last frame, and not assume
3726         that the buffer we get already has the last frame on it.
3727         Copy the cursor over if we specify a non-zero start x and
3728         start y.
3729
3730 2007-05-11  Wim Taymans  <wim@fluendo.com>
3731
3732         * gst/rtsp/rtsptransport.c:
3733         Make UDP the default transport when not specified.
3734
3735 2007-05-09  David Schleef  <ds@schleef.org>
3736
3737         * gst/level/gstlevel.c:
3738           Revert last change.
3739
3740 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3741
3742         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3743         (gst_level_transform_ip):
3744         Use guint8 * instead of gpointer then vs6 know the size of data
3745         pointed when moving the pointer.
3746         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3747         Move instructions after variables declaration.
3748         * win32/vs6/autogen.dsp:
3749         * win32/vs6/libgstrtp.dsp:
3750         * win32/vs6/libgstrtsp.dsp:
3751         Update vs6 project files.
3752
3753 2007-05-09  Wim Taymans  <wim@fluendo.com>
3754
3755         * gst/rtsp/Makefile.am:
3756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3757         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3758         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3759         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3760         (rtsp_range_free):
3761         * gst/rtsp/rtsprange.h:
3762         Add code to parse time ranges.
3763         Report DURATION on the stream when possible.
3764
3765 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3766
3767         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3768         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3769         (gst_videomixer_collected):
3770           Fix strides calculation for AYUV (it's just width*4) (#436910).
3771
3772 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3775         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3776         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3777         Sync the GObject properties before each processing step to properly
3778         work with the controller.
3779
3780 2007-05-04  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3783         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3784         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3785         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3786         (gst_rtspsrc_change_state):
3787         Let more error state trickle down so that we can catch more error
3788         cases.
3789         Handle keep-alive a little smarter by selecting a method the server
3790         actually supports.
3791         Fix a race in UDP streaming shutdown.
3792
3793 2007-05-04  Wim Taymans  <wim@fluendo.com>
3794
3795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3796         Ignore errors when trying to use the keep-alive messages.
3797
3798 2007-05-04  Wim Taymans  <wim@fluendo.com>
3799
3800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3801         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3802         (gst_rtspsrc_stream_configure_manager),
3803         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3804         (gst_rtspsrc_stream_configure_mcast),
3805         (gst_rtspsrc_stream_configure_udp),
3806         (gst_rtspsrc_stream_configure_udp_sink),
3807         (gst_rtspsrc_stream_configure_transport):
3808         Send RTCP messages back to the server over the TCP connection.
3809
3810         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3811         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3812         (rtsp_connection_receive):
3813         * gst/rtsp/rtspconnection.h:
3814         Factor out and expose lowlevel _write and _read methods.
3815         Implement sending data messages to the server.
3816
3817 2007-05-03  Wim Taymans  <wim@fluendo.com>
3818
3819         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3820         (gst_multipart_mux_collected):
3821         Fix timestamps on outgoing buffers.
3822
3823 2007-05-03  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst/multipart/multipartmux.c:
3826         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3827         (gst_multipart_mux_change_state):
3828         Emit NEWSEGMENT events before pushing the first buffer.
3829
3830 2007-05-03  Wim Taymans  <wim@fluendo.com>
3831
3832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
3833         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
3834         (gst_rtspsrc_handle_src_query),
3835         (gst_rtspsrc_stream_configure_manager),
3836         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3837         (gst_rtspsrc_stream_configure_mcast),
3838         (gst_rtspsrc_stream_configure_udp),
3839         (gst_rtspsrc_stream_configure_udp_sink),
3840         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
3841         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
3842         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3843         (gst_rtspsrc_pause):
3844         Refactor transport configuration code.
3845         Create internal pads for TCP transport so that we can implement events
3846         and queries.
3847         Handle events and queries.
3848         Parse range from the SDP.
3849         Fix race in pause handler where the connection could still be flushing.
3850
3851 2007-05-02  Wim Taymans  <wim@fluendo.com>
3852
3853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3854         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
3855         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3856         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
3857         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
3858         (gst_rtspsrc_change_state):
3859         * gst/rtsp/gstrtspsrc.h:
3860         Fix race when multiple udp sources post timeouts, just act on the first
3861         received timeout.
3862         Protect stream list with a recursive lock to fix some races.
3863         Flush connection when we need to do a reconnect or stop.
3864         Make state lock recursive.
3865
3866         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3867         (rtsp_connection_close):
3868         Some small cleanups.
3869
3870 2007-05-02  Wim Taymans  <wim@fluendo.com>
3871
3872         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3873         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
3874         Only set DISCONT when there actually is a discont or when we just
3875         started.
3876
3877 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3878
3879         * ext/flac/gstflac.c: (plugin_init):
3880         Call bindtextdomain() to get localized strings.
3881
3882 2007-05-02  Wim Taymans  <wim@fluendo.com>
3883
3884         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
3885         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
3886         (gst_wavparse_stream_data):
3887         * gst/wavparse/gstwavparse.h:
3888         Be a bit more clever when dealing with VBR files with FACT tags, we
3889         don't want to timestamp buffers in that case but the estimated BPS can
3890         be used for seeking.
3891         Only send close segment in the streaming thread.
3892
3893 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3894
3895         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
3896         Correctly post an error on the bus if something went wrong in the loop
3897         function. This fixes a few cases where the task was paused and nothing
3898         happened anymore.
3899
3900 2007-05-02  Wim Taymans  <wim@fluendo.com>
3901
3902         * gst/rtsp/test.c: (main):
3903         Fix compilation of deprecated test just because I'm too lazy to delete
3904         it.
3905
3906 2007-05-02  Wim Taymans  <wim@fluendo.com>
3907
3908         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3909         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
3910         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
3911         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
3912         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
3913         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
3914         * gst/rtsp/gstrtspsrc.h:
3915         Fix sending RTCP to the right place.
3916         Fix bug in reffing the wrong UDP element.
3917         Use new pad names for the session manager.
3918         Implement handling server requests in interleaved and UDP modes.
3919         Handle session keep-alive in UDP modes.
3920         Remove GCond for handling UDP timeouts.
3921
3922         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3923         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3924         (rtsp_connection_receive), (rtsp_connection_close):
3925         * gst/rtsp/rtspconnection.h:
3926         Store connection IP address for later.
3927         Add timeout args to all operations that might block forever.
3928         Parse session timeout.
3929         Only close sockets when not already closed.
3930
3931         * gst/rtsp/rtspdefs.c:
3932         * gst/rtsp/rtspdefs.h:
3933         Add timeout return value and error string.
3934
3935         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
3936         Add small comment.
3937
3938 2007-05-01  Wim Taymans  <wim@fluendo.com>
3939
3940         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3941
3942         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
3943         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
3944         * gst/rtp/gstrtpmp4vpay.h:
3945         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
3946
3947 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
3948
3949         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3950           Remove v4l2src from docs, since it breaks the docs build, and the
3951           plugin is only built if --enable-experimental is used anyway.
3952
3953         * docs/plugins/Makefile.am:
3954           Spaces => tab.
3955
3956 2007-04-29  Wim Taymans  <wim@fluendo.com>
3957
3958         * gst/udp/gstmultiudpsink.c: (leave_multicast),
3959         (gst_multiudpsink_add), (gst_multiudpsink_remove):
3960         Add code to drop membership of a multicast group.
3961
3962         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
3963         (gst_udpsink_set_uri):
3964         Implement URI handler.
3965
3966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3967         (gst_rtspsrc_parse_rtpinfo):
3968         Use URI handler to make udpsink instace.
3969         Improve code to configure port and destination.
3970
3971 2007-04-29  Wim Taymans  <wim@fluendo.com>
3972
3973         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
3974         Fix multicast detection.
3975         Don't try to join a multicast group if the address is not multicast.
3976
3977         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
3978         Small debug improvement.
3979
3980 2007-04-27  Wim Taymans  <wim@fluendo.com>
3981
3982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
3983         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
3984         (gst_rtspsrc_handle_message):
3985         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
3986         parent.
3987
3988 2007-04-27  Wim Taymans  <wim@fluendo.com>
3989
3990         * gst/rtp/gstrtpilbcdepay.h:
3991         Fix mode property when specified as an arg.
3992
3993 2007-04-26  Edward Hervey  <edward@fluendo.com>
3994
3995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3997         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3998         * docs/plugins/inspect/plugin-osxaudio.xml:
3999         Add documentation for osxaudio plugin.
4000
4001 2007-04-26  Wim Taymans  <wim@fluendo.com>
4002
4003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4004         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4005         (gst_rtspsrc_open), (gst_rtspsrc_close),
4006         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4007         (gst_rtspsrc_pause):
4008         * gst/rtsp/gstrtspsrc.h:
4009         Protect state changes with a lock.
4010
4011         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4012         (parse_line):
4013         * gst/rtsp/rtspconnection.h:
4014         Remove some unused stuff.
4015
4016 2007-04-26  Wim Taymans  <wim@fluendo.com>
4017
4018         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4019         Handle the case where there are exactly 0 bytes to read and the ioctl
4020         did not report an error. Fixes #433530.
4021
4022 2007-04-26  Wim Taymans  <wim@fluendo.com>
4023
4024         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4025         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4026         * gst/wavparse/gstwavparse.h:
4027         Apply DISCONT to buffers.
4028         Only apply timestamp to the first sample after a DISCONT, too many VBR
4029         files cause random jitter in the timestamps. Fixes #433119.
4030
4031 2007-04-25  Wim Taymans  <wim@fluendo.com>
4032
4033         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4034         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4035         (gst_rtp_dec_get_property):
4036         * gst/rtsp/gstrtpdec.h:
4037         Add dummy latency property to be backwards compat with rtpbin.
4038
4039         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4040         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4041         (gst_rtspsrc_stream_configure_transport),
4042         (gst_rtspsrc_parse_rtpinfo):
4043         * gst/rtsp/gstrtspsrc.h:
4044         Add latency property and configure in the session manager.
4045         Don't set invalid clock-base and seqnum-base on caps, some servers
4046         sometimes don't send them.
4047
4048 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4049
4050         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4051         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4052           Double-check that RGB input caps are really RGBA caps (apparently
4053           the core doesn't always catch it if those caps aren't a subset of
4054           our template caps, also see #421543). Fixes #429319 in a way.
4055           Also, don't leak the pad template in the transform_caps function.
4056
4057         * tests/check/Makefile.am:
4058         * tests/check/elements/.cvsignore:
4059         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4060         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4061         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4062         (GST_START_TEST), (alphacolor_suite):
4063           Add some basic unit tests for alphacolor.
4064
4065 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4066
4067         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4068           If we get a fatal flow return in the loop function, first post the
4069           error message and only then send the EOS event downstream, otherwise
4070           applications might get an eos message before the error message and
4071           think everything was ok (related to #429319).
4072
4073 2007-04-25  Wim Taymans  <wim@fluendo.com>
4074
4075         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4076         Read the channel byte as an unsigned byte.
4077
4078 2007-04-25  Wim Taymans  <wim@fluendo.com>
4079
4080         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4081         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4082         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4083         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4084         (gst_rtp_gsm_depay_setcaps):
4085         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4086         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4087         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4088         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4089         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4090         (gst_ilbc_depay_get_property):
4091         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4092         * gst/rtp/gstrtpmp4adepay.c:
4093         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4094         (gst_rtp_pcma_depay_setcaps):
4095         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4096         (gst_rtp_pcmu_depay_setcaps):
4097         Make sure we configure the clock_rate in the baseclass in the setcaps
4098         function. Fixes #431282.
4099
4100 2007-04-25  Wim Taymans  <wim@fluendo.com>
4101
4102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4103         (gst_rtspsrc_stream_free), (request_pt_map),
4104         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4105         * gst/rtsp/gstrtspsrc.h:
4106         Parse server address from SDP.
4107         Hook up a udpsink to send RTCP back to the server.
4108
4109         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4110         * gst/rtsp/rtsptransport.h:
4111         Add some docs.
4112
4113 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4114
4115         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4116           Make header field check conditional. Fixes #433135
4117
4118 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4119
4120         * docs/plugins/Makefile.am:
4121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4122         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4123         * docs/plugins/inspect/plugin-alphacolor.xml:
4124         * gst/alpha/Makefile.am:
4125         * gst/alpha/gstalphacolor.c:
4126         * gst/alpha/gstalphacolor.h:
4127           Add minimal docs blurb to alphacolor; split out headers into
4128           separate header file for gtk-doc.
4129
4130 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4131
4132         * gst/debug/progressreport.c: (gst_progress_report_report):
4133           Don't try to post NULL message (in case we can't query upstream
4134           position or duration).
4135
4136 2007-04-18  Michael Smith  <msmith@fluendo.com>
4137
4138         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4139         (gst_cutter_get_caps):
4140         * gst/cutter/gstcutter.h:
4141           Fix some of the most obvious bugs in cutter. Now doesn't leak
4142           everything if input is silent.
4143
4144 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4145
4146         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4147         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4148         * gst/wavenc/gstwavenc.h:
4149         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4150         else results in a invalid block align and invalid files.
4151
4152 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4153
4154         Patch by: Snaik <snaik32 gmail com>
4155
4156         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4157           Add missing break statement for BOX_HORIZONTAL case.
4158
4159 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4160
4161         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4162
4163         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4164         Use correct format strings for integer types.
4165
4166 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4167
4168         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4169         (gst_wavparse_create_sourcepad):
4170         Use gst_riff_create_audio_template_caps () instead of the local caps.
4171         This makes updates of the local caps unecessary whenever libgstriff
4172         gets support for new formats.
4173
4174 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4175
4176         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4177
4178         * sys/sunaudio/gstsunaudio.c:
4179         * sys/sunaudio/gstsunaudiomixer.c:
4180         * sys/sunaudio/gstsunaudiomixer.h:
4181         * sys/sunaudio/gstsunaudiomixerctrl.c:
4182         * sys/sunaudio/gstsunaudiomixerctrl.h:
4183         * sys/sunaudio/gstsunaudiomixertrack.h:
4184         * sys/sunaudio/gstsunaudiosink.c:
4185         * sys/sunaudio/gstsunaudiosink.h:
4186         * sys/sunaudio/gstsunaudiosrc.c:
4187         * sys/sunaudio/gstsunaudiosrc.h:
4188           Fix and/or update copyright attributions (#430228).
4189
4190 2007-04-13  Wim Taymans  <wim@fluendo.com>
4191
4192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4193         Fix docs.
4194
4195         * gst/rtsp/URLS:
4196         Add some more example urls.
4197
4198         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4199         (gst_rtp_dec_chain_rtp):
4200         Better debugging.
4201
4202         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4203         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4204         (gst_rtspsrc_parse_rtpinfo):
4205         Remove unused code.
4206
4207 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4208
4209         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4210         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4211         (gst_wavparse_stream_data):
4212           Relax the audio/mpeg caps again and add FIXME: comment.
4213
4214 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4215
4216         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4217         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4218         (gst_wavparse_stream_data):
4219         * gst/wavparse/gstwavparse.h:
4220           More sanity check for the header fields. Fix type for 'rate' header
4221           field.
4222
4223 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4224
4225         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4226         (gst_icydemux_unicodify):
4227           If the metadata strings we get in the stream are not UTF-8, try to
4228           interpret them according to the character encodings specified in the
4229           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4230           only fall back to locale/ISO-8859-1 if those aren't set or don't
4231           work. Should fix #428901.
4232
4233 2007-04-12  Wim Taymans  <wim@fluendo.com>
4234
4235         * gst/rtp/gstrtph264depay.c:
4236         Use the proper sync word for SPS and PPS.
4237
4238 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4239
4240         * gst/rtp/Makefile.am:
4241         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4242           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4243         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4244           Add a simple hashing implementation that we can use to generate
4245           a 24-bit ident value based on the codebooks for vorbis and theora.
4246         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4247           gst_rtp_theora_pay_handle_buffer):
4248         * gst/rtp/gstrtpvorbisdepay.c
4249           (gst_rtp_vorbis_depay_parse_configuration,
4250           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4251         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4252           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4253           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4254           Use the hashing function, ensuring that the same codebooks result
4255           in the same ident and thus the same SDP description.
4256           Various log fixes/changes.
4257
4258 2007-04-12  Wim Taymans  <wim@fluendo.com>
4259
4260         Patch by: jerry tan <jerry dot tan at sun dot com>
4261
4262         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4263         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4264         application's responsibility to make sure it open the device once.
4265         Remove a careless error if AUDIODEV is set. Fixes #392620.
4266
4267 2007-04-12  Wim Taymans  <wim@fluendo.com>
4268
4269         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4270         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4271         * gst/rtsp/gstrtpdec.h:
4272         Make backward compat with rtpbin by adding the request-pt-map signals.
4273
4274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4275         (new_session_pad), (request_pt_map),
4276         (gst_rtspsrc_stream_configure_transport),
4277         (gst_rtspsrc_stream_configure_caps),
4278         (gst_rtspsrc_activate_streams):
4279         * gst/rtsp/gstrtspsrc.h:
4280         Implement request-pt-map signals instead of setting caps on the buffers
4281         for the session manager.
4282
4283 2007-04-11  Wim Taymans  <wim@fluendo.com>
4284
4285         * gst/udp/gstudp.c: (plugin_init):
4286         Register GstNetBuffer in plugin_init so that the type can be used from
4287         multiple threads without races.
4288
4289 2007-04-10  Wim Taymans  <wim@fluendo.com>
4290
4291         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4292         (gst_rtp_amr_depay_process):
4293         Fix depayloader clock_rate and some cleanups.
4294
4295         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4296         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4297         * gst/rtp/gstrtph264depay.h:
4298         Don't push codec_data in the adapter because it might get flushed when
4299         we get a discont.
4300
4301         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4302         Handle multiple AU per packet.
4303
4304         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4305         (gst_rtp_sv3v_depay_plugin_init):
4306         Disable rank, this one does not work.
4307         Remove timestamping, base class does that.
4308
4309 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4310
4311         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4312           limit caps to the formats we announce in the template
4313
4314         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4315         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4316         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4317           fix some crashers/asserts when dealing with broken files
4318
4319 2007-04-10  Wim Taymans  <wim@fluendo.com>
4320
4321         Patch by: Peter Kjellerstedt  <pkj at axis com>
4322
4323         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4324         * gst/rtp/gstrtpL16depay.c:
4325         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4326         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4327         (gst_rtp_speex_depay_setcaps):
4328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4329         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4330         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4331         Fix some compiler warnings. Fixes #428182.
4332
4333 2007-04-06  Wim Taymans  <wim@fluendo.com>
4334
4335         * gst/rtsp/Makefile.am:
4336         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4337         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4338         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4339         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4340         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4341         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4342         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4343         (create_rtcp), (gst_rtp_dec_request_new_pad),
4344         (gst_rtp_dec_release_pad):
4345         * gst/rtsp/gstrtpdec.h:
4346         * gst/rtsp/gstrtsp.c: (plugin_init):
4347         Morph RTPDec into something compatible with RTPBin as a fallback.
4348         Various other style fixes.
4349
4350         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4351         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4352         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4353         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4354         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4355         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4356         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4357         * gst/rtsp/gstrtspsrc.h:
4358         Implement RTPBin session manager handling.
4359         Don't try to add empty properties to caps.
4360         Implement fallback session manager, handling.
4361         Don't combine errors from RTCP streams, just ignore them.
4362
4363         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4364         * gst/rtsp/rtsptransport.h:
4365         Implement fallback session manager.
4366         Make RTPBin the default one when available.
4367
4368 2007-04-05  Wim Taymans  <wim@fluendo.com>
4369
4370         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4371         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4372         This element is ready to be autoplugged.
4373
4374 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4375
4376         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4377         Don't leave the offsets defined by upstream element on the
4378         compressed data buffer we are pushing downstream. Make them
4379         GST_BUFFER_OFFSET_NONE.
4380
4381 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4382
4383         * gst/avi/README:
4384         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4385         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4386         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4387         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4388         (gst_avi_demux_calculate_durations_from_index),
4389         (gst_avi_demux_stream_header_push),
4390         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4391         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4392           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4393
4394 2007-04-03  Wim Taymans  <wim@fluendo.com>
4395
4396         * gst/smpte/barboxwipes.c:
4397         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4398
4399 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4400
4401         * gst/wavparse/gstwavparse.c:
4402         Support audio/x-raw-float in wav files. This only works with
4403         plugins-base CVS, using an older version doesn't have any
4404         disadvantages though.
4405
4406 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4407
4408         * configure.ac:
4409         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4410         (gst_au_parse_parse_header), (gst_au_parse_chain):
4411         * gst/auparse/gstauparse.h:
4412         Revert last change as we don't want plugins-good to depend on
4413         plugins-base CVS now.
4414
4415 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4416
4417         * configure.ac:
4418         Require gst-plugins-base CVS for audioconvert with non-native
4419         float support and width/depth fix in libgstriff.
4420
4421         Patch by: René Stadler <mail at renestadler dot de>
4422
4423         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4424         (gst_au_parse_parse_header), (gst_au_parse_chain):
4425         * gst/auparse/gstauparse.h:
4426         Don't swap the floats ourself if they're not in native endianness.
4427         Instead let audioconvert handle this. Fixes #339838.
4428
4429 2007-03-29  Wim Taymans  <wim@fluendo.com>
4430
4431         * gst/rtp/gstasteriskh263.h:
4432         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4433         (gst_rtp_h263p_depay_change_state):
4434         * gst/rtp/gstrtph263pdepay.h:
4435         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4436         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4437         (gst_rtp_h264_depay_change_state):
4438         * gst/rtp/gstrtph264depay.h:
4439         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4440         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4441         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4442         Flush adapter on disconts.
4443
4444 2007-03-29  Wim Taymans  <wim@fluendo.com>
4445
4446         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4447         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4448         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4449         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4450         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4451         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4452         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4453         (gst_rtp_mp4v_depay_process):
4454         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4455         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4456         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4457         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4458         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4459         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4460         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4461         Use more efficient adapter and rtpbuffer methods when possible.
4462
4463 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4464
4465         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4466         (gst_wavenc_sink_setcaps):
4467         Correctly handle width!=depth input.
4468         * gst/wavparse/gstwavparse.c:
4469         Already export in the caps that width==8 uses unsigned samples and
4470         everything else uses signed samples.
4471
4472 2007-03-29  Wim Taymans  <wim@fluendo.com>
4473
4474         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4475
4476         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4477         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4478         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4479         (gst_dynudpsink_close):
4480         * gst/udp/gstdynudpsink.h:
4481         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4482         (gst_udpsrc_create), (gst_udpsrc_set_property),
4483         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4484         * gst/udp/gstudpsrc.h:
4485         Rework the socket allocation a bit based on the sockfd argument so that
4486         it becomes usable.
4487         Add a closefd property to instruct the udp elements to close the custom
4488         file descriptors when going to READY. Fixes #423304.
4489         API:GstUDPSrc::closefd property
4490         API:GstDynUDPSink::closefd property
4491
4492 2007-03-29  Wim Taymans  <wim@fluendo.com>
4493
4494         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4495
4496         * gst/rtp/Makefile.am:
4497         * gst/rtp/gstrtp.c: (plugin_init):
4498         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4499         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4500         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4501         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4502         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4503         (gst_rtp_h264_pay_plugin_init):
4504         * gst/rtp/gstrtph264pay.h:
4505         Added H264 payloader. Fixes #423782.
4506
4507         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4508         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4509         Small fixes.
4510
4511 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4512
4513         * gst/wavparse/gstwavparse.c:
4514         Actually support depths from 1 to 32, not only 8 to 32.
4515
4516 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4517
4518         * gst/wavparse/gstwavparse.c:
4519         Add support for wav files containing audio/x-raw-int with random
4520         depths between 1 and 32 bits.
4521
4522 2007-03-28  Wim Taymans  <wim@fluendo.com>
4523
4524         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4525
4526         * gst/rtp/Makefile.am:
4527         * gst/rtp/gstrtp.c: (plugin_init):
4528         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4529         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4530         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4531         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4532         (gst_rtp_mp4a_depay_get_property),
4533         (gst_rtp_mp4a_depay_change_state),
4534         (gst_rtp_mp4a_depay_plugin_init):
4535         * gst/rtp/gstrtpmp4adepay.h:
4536         Added MP4A-LATM depayloader. Fixes #417792.
4537
4538         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4539         (gst_rtp_mp4v_depay_process):
4540         Fixup depayloader, setting codec_data, using more efficient adaptor and
4541         rtpbuffer handling.
4542
4543         * gst/rtsp/URLS:
4544         Add url to test above.
4545
4546 2007-03-25  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4549         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4550         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4551         (gst_rtspsrc_media_to_caps),
4552         (gst_rtspsrc_stream_configure_transport),
4553         (gst_rtspsrc_stream_configure_caps),
4554         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4555         * gst/rtsp/gstrtspsrc.h:
4556         Handle default clock-rates for static payload types, rearrange stuff so
4557         that the rtpmap field in the sdp can override the defaults.
4558         Parse RTP-Info field to get the seqnum and timebase fields that should
4559         go in the caps.
4560         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4561         the server. 
4562
4563 2007-03-22  Wim Taymans  <wim@fluendo.com>
4564
4565         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4566
4567         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4568         Accept complex pipeline descriptions as an audio profile instead of just
4569         a single element. Fixes #420658.
4570
4571 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4572
4573         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4574           Rename registered type in preparation of GstTagDemux moving to
4575           -base at some point in the future.
4576
4577 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4580           Streaming mode fixes: don't unref buffer we don't own any longer;
4581           remove bogus adapter flush. Fixes #419338.
4582
4583 2007-03-17  David Schleef  <ds@schleef.org>
4584
4585         * REQUIREMENTS: Change the format to key/value, add a bunch of
4586           information, remove a bunch of requirements that are for
4587           other GStreamer packages.
4588
4589 2007-03-17  David Schleef  <ds@schleef.org>
4590
4591         * REQUIREMENTS: Fix a few things.  This file really needs a
4592         good once-over.
4593
4594 2007-03-15  Edward Hervey  <edward@fluendo.com>
4595
4596         * sys/Makefile.am:
4597         Don't forget to distribute the sys/osxaudio/ directory.
4598
4599 2007-03-15  Edward Hervey  <edward@fluendo.com>
4600
4601         * configure.ac:
4602         * sys/Makefile.am:
4603         * sys/osxaudio/Makefile.am:
4604         * sys/osxaudio/gstosxaudio.c:
4605         * sys/osxaudio/gstosxaudiosink.c:
4606         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4607         (gst_osx_audio_sink_getcaps),
4608         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4609         * sys/osxaudio/gstosxaudiosrc.c:
4610         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4611         (gst_osx_audio_src_create_ringbuffer):
4612         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4613         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4614         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4615         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4616         * sys/osxaudio/gstosxringbuffer.h:
4617         Activate osxaudio in gst-plugins-good with proper build setup.
4618         Add inlined documentation.
4619         Fix debug statements
4620         Fix ringbuffer when pausing.
4621         Fixes #323471
4622
4623 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4624         * gst/rtp/gstrtppcmapay.c:
4625         * gst/rtp/gstrtppcmapay.h:
4626         * gst/rtp/gstrtppcmupay.c:
4627         * gst/rtp/gstrtppcmupay.h:
4628         Ported mulaw and alaw payloaders to use new base class
4629
4630 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4631
4632         * po/af.po:
4633         * po/az.po:
4634         * po/cs.po:
4635         * po/en_GB.po:
4636         * po/it.po:
4637         * po/nl.po:
4638         * po/or.po:
4639         * po/sq.po:
4640         * po/sr.po:
4641         * po/sv.po:
4642         * po/uk.po:
4643         * po/vi.po:
4644           Update translations.
4645
4646 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4647
4648         * configure.ac:
4649           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4650
4651 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4652
4653         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4654           Fix handling of -1 values for start and stop values when seeking,
4655           and SEEK_CUR+SEEK_END here as well.
4656
4657 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4658
4659         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4660           Fix handling of -1 values for start and stop values when seeking, 
4661           and SEEK_CUR+SEEK_END.
4662
4663 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4664
4665         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4666           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4667           the image format a variable-length NUL-terminated string; in
4668           versions before that the image format is a fixed-length string of
4669           3 characters (see #348644 for a sample tag).
4670           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4671
4672 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4673
4674         * win32/MANIFEST:
4675         Add new project files to MANIFEST.
4676         * win32/vs6/libgstaudiofx.dsp:
4677         * win32/vs6/libgstrtp.dsp:
4678         * win32/vs6/libgstrtsp.dsp:
4679         Update project files.
4680         
4681 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4684         (gst_avi_demux_parse_index):
4685         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4686         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4687           Printf format fixes; also add some missing quotes in translated
4688           strings. Fixes #416728 and #416727.
4689
4690 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4691
4692         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4693           Tim and I can't think of any reason the child audio sink needs to 
4694           be set back to NULL after successfully determining that it can 
4695           reach READY - it gets immediately set back to READY by the caller
4696           anyway, causing an unnecessary close/open of any audio devices
4697           involved.
4698
4699 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * po/LINGUAS:
4702         * po/ja.po:
4703           Add ja.po file from #377306.
4704
4705 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4706
4707         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4708         * sys/sunaudio/gstsunaudiomixertrack.c:
4709         (gst_sunaudiomixer_track_new):
4710           Actually translate sunaudio mixer track labels instead of just
4711           marking the strings as translatable (#377306); clean up weird
4712           label string mapping code that serves no apparent purpose. Also
4713           set the 'untranslated-label' property when creating mixer tracks
4714           if the GstMixerTrack base class supports this.
4715
4716         * tests/check/Makefile.am:
4717         * tests/check/elements/.cvsignore:
4718         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4719         (sunaudio_suite):
4720           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4721           actually tested on a system where sunaudiomixer is available).
4722
4723 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4724
4725         * tests/check/Makefile.am:
4726         Re-enable the states test and see if it works on the buildbots.
4727
4728 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4729
4730         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4731         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4732         (gst_dvdec_change_state):
4733         * ext/dv/gstdvdec.h:
4734         Infer pixel-aspect-ratio from the video frame format if it isn't
4735         provided by the container, as happens when playing DV from AVI
4736         or Quicktime containers.
4737
4738         Patch by: Wim Taymans <wim@fluendo.com>
4739         Fixes #380944
4740
4741 2007-03-09  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4744         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4745         will later be handled by the jitterbuffer.
4746
4747 2007-03-09  Wim Taymans  <wim@fluendo.com>
4748
4749         * ext/taglib/gstid3v2mux.cc:
4750         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4751         Fixes #414496.
4752         
4753         Patch by: Alex Lancaster <alexl at users sourceforge net>
4754
4755 2007-03-09  Wim Taymans  <wim@fluendo.com>
4756
4757         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4758         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4759         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4760         (gst_avi_demux_chain):
4761         Fix stream position reporting after a seek. Fixes #416445.
4762
4763 2007-03-08  Wim Taymans  <wim@fluendo.com>
4764
4765         Patch by: René Stadler <mail at renestadler dot de>
4766
4767         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4768         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4769         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4770         Make avidemux accept optional header chunks in any order.
4771         Fixes #415446.
4772
4773 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4774
4775         * tests/check/Makefile.am:
4776         Disable the states check until the remaining Valgrind errors
4777         are fixed or suppressed.
4778
4779 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4780
4781         * tests/check/elements/.cvsignore:
4782           Add audiodynamic check to .cvsignore
4783
4784 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4787
4788         * gst/audiofx/Makefile.am:
4789         * gst/audiofx/audiodynamic.c:
4790         (gst_audio_dynamic_characteristics_get_type),
4791         (gst_audio_dynamic_mode_get_type),
4792         (gst_audio_dynamic_set_process_function),
4793         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4794         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4795         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4796         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4797         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4798         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4799         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4800         (gst_audio_dynamic_transform_hard_knee_expander_int),
4801         (gst_audio_dynamic_transform_hard_knee_expander_float),
4802         (gst_audio_dynamic_transform_soft_knee_expander_int),
4803         (gst_audio_dynamic_transform_soft_knee_expander_float),
4804         (gst_audio_dynamic_transform_ip):
4805         * gst/audiofx/audiodynamic.h:
4806         * gst/audiofx/audiofx.c: (plugin_init):
4807         Add new audiodynamic element which can act as a compressor or
4808         expander. Supported are hard-knee and soft-knee operation modes with
4809         user-specified ratio and threshold.
4810         Attack and release parameters are not yet implemented but will follow.
4811         * docs/plugins/Makefile.am:
4812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4814         * docs/plugins/gst-plugins-good-plugins.args:
4815         * docs/plugins/inspect/plugin-audiofx.xml:
4816         Integrate audiodynamic into the docs.
4817         * tests/check/Makefile.am:
4818         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4819         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4820         Add unit test for audiodynamic.
4821
4822 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4823
4824         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4825         Free handles that we allocated when exiting via the error paths.
4826
4827 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
4828
4829         * gst/level/gstlevel.c: (gst_level_class_init),
4830         (gst_level_set_caps), (gst_level_start), (gst_level_event),
4831         (gst_level_transform_ip):
4832         * gst/level/gstlevel.h:
4833           Resolve message timestamps against the playback segment.
4834
4835 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
4838         (gst_id3demux_sink_activate):
4839           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
4840           caps passed to it (previously one code path assumed it took ownership
4841           while another one assumed it didn't, while in fact it sometimes did and
4842           sometimes didn't ...).
4843
4844         * configure.ac:
4845         * tests/files/Makefile.am:
4846         * tests/files/id3-407349-1.tag:
4847         * tests/files/id3-407349-2.tag:
4848           Add directory where data for unit tests can be stored.
4849
4850         * tests/Makefile.am:
4851         * tests/check/Makefile.am:
4852         * tests/check/elements/.cvsignore:
4853         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
4854         (read_tags_from_file), (run_check_for_file),
4855         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
4856           Add unit test for id3demux, and in particular for bug #407349. Only
4857           testing pull-mode for now; push mode doesn't work yet because the test
4858           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
4859
4860 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4861
4862         * tests/check/Makefile.am:
4863           Add missing backslash at end of line.
4864
4865 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4866
4867         Trigger rebuild.
4868
4869 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4870
4871         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
4872         * gst/id3demux/id3tags.h:
4873         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
4874         (parse_obsolete_tdat_frame):
4875           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
4876           the four-digit number will be interpreted as a year, whereas it is
4877           month and day in DDMM format. Instead, parse TDAT frames and fix up
4878           the date in the GST_TAG_DATE tag later if we also extracted a year.
4879           Fixes #407349.
4880
4881 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
4882
4883         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4884         (gst_switch_commit_new_kid):
4885         Fix up the dispose logic so it doesn't leak, and fix setting of 
4886         the child state so that we don't set a child to our current state 
4887         just as we are changing it to something else.
4888
4889 2007-03-06  Wim Taymans  <wim@fluendo.com>
4890
4891         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
4892         (gst_goom_chain):
4893         * gst/goom/gstgoom.h:
4894         Document, fix and improve goom adapter behaviour.
4895         Fixes #407006.
4896
4897 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4898
4899         * ext/esd/esdsink.c: (gst_esdsink_open):
4900         Unref static pad template after using it.
4901
4902 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4903
4904         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
4905         (gst_switch_commit_new_kid):
4906         Fix up the reference counting of the child elements.
4907
4908 2007-03-05  Wim Taymans  <wim@fluendo.com>
4909
4910         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
4911         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
4912         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
4913         Fix encoding-name case.
4914
4915 2007-03-05  Wim Taymans  <wim@fluendo.com>
4916
4917         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
4918         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
4919         (gst_rtp_speex_depay_process):
4920         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
4921         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
4922         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
4923         (gst_rtp_speex_pay_change_state):
4924         * gst/rtp/gstrtpspeexpay.h:
4925         Fix speex (de)payloader. Fixes #358040.
4926
4927 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
4928
4929         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4930         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
4931         Install fakesink in NULL by fixing some broken logic. This obviates
4932         the need to manually set _IS_SINK.
4933         Add some comments and remove a little cruft while I'm at it.
4934
4935 2007-03-05  Wim Taymans  <wim@fluendo.com>
4936
4937         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
4938         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
4939
4940 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4941
4942         * po/POTFILES.in:
4943           Update.
4944
4945 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4946
4947         * tests/check/Makefile.am:
4948         Gah! Also disable gconfvideosink from the tests, otherwise
4949         it will instantiate autovideosink, and dfbvideosink and
4950         leak on the buildbots.
4951
4952 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4953
4954         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
4955         (gst_cdio_cdda_src_finalize):
4956         Make sure we always destroy our libcdio handle.
4957
4958 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4959
4960         * tests/check/Makefile.am:
4961         Disable autovideosink so the buildbots don't barf over memory
4962         leaked in the directfb sink.
4963
4964 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4965
4966         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
4967         Chain up in dispose
4968
4969 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4970
4971         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
4972         (gst_multipart_find_pad_by_mime):
4973         Use gst_pad_new_from_static_template instead of
4974         static_pad_template_get+pad_new.
4975
4976 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4977
4978         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
4979         Catch the case where no clock has been set.
4980
4981 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
4982
4983         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
4984         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
4985         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
4986         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
4987         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
4988         (gst_gconf_audio_src_finalize), (do_toggle_element):
4989         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
4990         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
4991         (do_toggle_element):
4992         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
4993         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
4994         (gst_gconf_video_src_finalize), (do_toggle_element):
4995         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
4996         (gst_switch_sink_reset), (gst_switch_sink_set_child):
4997         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
4998         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
4999         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5000         (gst_shout2send_init), (gst_shout2send_finalize):
5001         * gst/debug/testplugin.c: (gst_test_class_init),
5002         (gst_test_finalize):
5003         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5004         (gst_flxdec_dispose):
5005         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5006         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5008         (gst_rtspsrc_finalize):
5009         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5010         * gst/rtsp/rtspextwms.h:
5011         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5012         (gst_smpte_finalize):
5013         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5014         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5015         (gst_udpsink_finalize):
5016         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5017         (gst_wavparse_sink_activate):
5018         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5019         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5020         (gst_oss_src_finalize):
5021         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5022         * sys/v4l2/gstv4l2object.h:
5023         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5024         (gst_v4l2src_finalize):
5025         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5026
5027         Fix a bunch of leaks shown by the newly-added states test.
5028
5029 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5030
5031         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5032         Use gst_pad_new_from_static_template instead of 
5033         static_pad_template_get+pad_new.
5034
5035 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5036
5037         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5038
5039         * ext/libcaca/Makefile.am:
5040         * gst/debug/Makefile.am:
5041           Don't mix tabs and spaces (#414168).
5042
5043 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5044
5045         * tests/check/generic/.cvsignore:
5046           Ignore files to please buildbot.
5047
5048 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5049
5050         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5051         (gst_wavparse_stream_data):
5052           Unbreak my previous commit (swapped nominator & denominator). Tim,
5053           thanks for spotting.
5054
5055 2007-03-02  Wim Taymans  <wim@fluendo.com>
5056
5057         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5058         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5059         (gst_cdio_cdda_src_finalize):
5060         Small code cleanups.
5061         Don't use pad_alloc as the base class cannot deal with the error codes.
5062
5063 2007-03-02  Wim Taymans  <wim@fluendo.com>
5064
5065         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5066         (gst_udpsrc_create):
5067         Fix doc.
5068
5069 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5070
5071         Patch by: René Stadler <mail@renestadler.de>
5072
5073         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5074         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5075         (gst_wavparse_stream_data):
5076           Handle rounding better to not drop last sample frame. Fixes #356692
5077
5078 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5079
5080         * tests/check/Makefile.am:
5081         Disable cacasink from the states check too - it also calls exit(1)
5082         on us when it can't find a terminal to talk to.
5083
5084 2007-03-02  Wim Taymans  <wim@fluendo.com>
5085
5086         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5087
5088         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5089         (gst_udpsrc_create), (gst_udpsrc_set_property),
5090         (gst_udpsrc_get_property):
5091         * gst/udp/gstudpsrc.h:
5092         Add support to strip proprietary headers. Fixes #350296.
5093
5094 2007-03-02  Wim Taymans  <wim@fluendo.com>
5095
5096         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5097         Fix compilation.
5098
5099 2007-03-02  Wim Taymans  <wim@fluendo.com>
5100
5101         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5102
5103         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5104         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5105         (gst_rtp_mp2t_depay_set_property),
5106         (gst_rtp_mp2t_depay_get_property):
5107         * gst/rtp/gstrtpmp2tdepay.h:
5108         Add support to strip off proprietary headers. Fixes #350278.
5109
5110 2007-03-02  Wim Taymans  <wim@fluendo.com>
5111
5112         * ext/hal/hal.c:
5113         Fix compilation.
5114
5115 2007-03-02  Wim Taymans  <wim@fluendo.com>
5116
5117         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5118         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5119         (gst_sunaudiosrc_open):
5120         * sys/sunaudio/gstsunaudiosrc.h:
5121         Remove device-name from GstSunAudioSrc. Fixes #412597.
5122
5123 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5124
5125         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5126         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5127         Having NULL as UDI previously selected the default sink/src. Change
5128         this back but mention it in the debug output.
5129         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5130         (gst_hal_get_oss_element), (gst_hal_get_string),
5131         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5132         (gst_hal_get_audio_src):
5133         * ext/hal/hal.h:
5134         Refactor a bit, check all error conditions, greatly improve debugging
5135         and fix some possible memory leaks. Also implement OSS support
5136         and allow specifying an UDI that points to a real device. For this the
5137         child device which supports ALSA (preferred) or OSS is used.
5138         As a side effect this makes it impossible now to get a alsasink in
5139         halaudiosrc and a alsasrc in halaudiosink.
5140
5141 2007-03-01  Wim Taymans  <wim@fluendo.com>
5142
5143         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5144         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5145         Errors from the udp sources are not fatal unless all of them are in
5146         error.
5147
5148 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5149
5150         * tests/check/Makefile.am:
5151         Disable aasink in the states test. I suspect this is the element that
5152         is calling exit(1) when it can't proceed.
5153
5154 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5155
5156         * tests/check/Makefile.am:
5157         Draw plugins in from the build tree sys/ dir, rather than picking
5158         up the already installed versions.
5159
5160 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5161
5162         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5163         Error out correctly when getting xcontext fails.
5164
5165 2007-03-01  Wim Taymans  <wim@fluendo.com>
5166
5167         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5168         Make state change to PAUSED NO_PREROLL because that's what it will be in
5169         the future and rtspsrc relies on it.
5170
5171         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5172         (gst_rtspsrc_change_state):
5173         Don't error out when we don't get an error from the state change
5174         function.
5175
5176 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5177
5178         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5179         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5180           Check if the device UDI is set before trying to query HAL
5181           about it and give a useful error message if it wasn't set.
5182         * ext/hal/hal.c: (gst_hal_get_string):
5183           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5184           gives an assertion failure in D-Bus when running with
5185           DBUS_FATAL_WARNINGS=1.
5186
5187 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5188
5189         * configure.ac:
5190           Convert to new AG_GST style.
5191
5192 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5193
5194         * tests/check/Makefile.am:
5195         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5196           add test for states
5197
5198 2007-02-28  Wim Taymans  <wim@fluendo.com>
5199
5200         * tests/check/elements/.cvsignore:
5201         Add new videofilter check to .cvsignore.
5202
5203 2007-02-28  Wim Taymans  <wim@fluendo.com>
5204
5205         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5206         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5207         (gst_avi_demux_loop), (gst_avi_demux_chain):
5208         Fix combined flow return. Fixes #412608.
5209
5210 2007-02-28  Wim Taymans  <wim@fluendo.com>
5211
5212         * gst/videofilter/Makefile.am:
5213         Dist header..
5214
5215 2007-02-28  Wim Taymans  <wim@fluendo.com>
5216
5217         * gst/videofilter/gstgamma.h:
5218         Add header too.
5219
5220 2007-02-28  Wim Taymans  <wim@fluendo.com>
5221
5222         Patch by: Mark Nauwelaerts <manauw at skynet be>
5223
5224         * gst/videofilter/Makefile.am:
5225         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5226         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5227         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5228         (oil_tablelookup_u8), (gst_gamma_set_caps),
5229         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5230         Port gamma filter to 0.10. Fixes #412704.
5231
5232         * tests/check/Makefile.am:
5233         * tests/check/elements/videofilter.c: (setup_filter),
5234         (cleanup_filter), (check_filter), (GST_START_TEST),
5235         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5236         Add unit tests for videofilters.
5237
5238 2007-02-28  Wim Taymans  <wim@fluendo.com>
5239
5240         * gst/rtsp/URLS:
5241         Add another interesting test url.
5242
5243         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5244         Don't allow getting header fields from data packets.
5245
5246 2007-02-28  Michael Smith  <msmith@fluendo.com>
5247
5248         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5249         (gst_shout2send_init), (gst_shout2send_start),
5250         (gst_shout2send_set_property), (gst_shout2send_get_property):
5251         * ext/shout2/gstshout2.h:
5252           Add a property for username.
5253
5254 2007-02-27  Christian Schallerr <christian@fluendo.com>
5255
5256         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5257
5258 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5259
5260         * gst/rtsp/Makefile.am:
5261         Fix make check too.
5262
5263 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5264
5265         * gst/rtsp/base64.c: (util_base64_encode):
5266         * gst/rtsp/base64.h:
5267         Commit missing files for base64 encoding.
5268
5269 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5270
5271         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5272
5273         * configure.ac:
5274         * ext/annodex/Makefile.am:
5275         * ext/jpeg/Makefile.am:
5276         * ext/speex/Makefile.am:
5277         * gst/alpha/Makefile.am:
5278         * gst/cutter/Makefile.am:
5279         * gst/debug/Makefile.am:
5280         * gst/effectv/Makefile.am:
5281         * gst/goom/Makefile.am:
5282         * gst/level/Makefile.am:
5283         * gst/smpte/Makefile.am:
5284         * gst/videofilter/Makefile.am:
5285           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5286
5287 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5288
5289         * gst/rtsp/Makefile.am:
5290         * gst/rtsp/rtspconnection.c: (append_auth_header),
5291         (rtsp_connection_send), (rtsp_connection_set_auth):
5292         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5293         from icecast to replace it. Relicensed from GPL courtesy of Mike
5294         Smith.
5295
5296 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5297
5298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5299         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5300         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5301         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5302         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5303         (gst_rtspsrc_uri_set_uri):
5304         * gst/rtsp/gstrtspsrc.h:
5305         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5306         (append_auth_header), (rtsp_connection_send),
5307         (rtsp_connection_free), (rtsp_connection_set_auth):
5308         * gst/rtsp/rtspconnection.h:
5309         * gst/rtsp/rtspdefs.h:
5310         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5311         * gst/rtsp/rtspurl.h:
5312
5313         Implement simple Basic Authentication support so that urls like
5314         rtsp://user:pass@hostname/rtspstream work on hosts that require
5315         authentication.
5316
5317 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5318
5319         * sys/v4l2/gstv4l2object.c:
5320         * sys/v4l2/gstv4l2tuner.c:
5321         * sys/v4l2/v4l2_calls.c:
5322         Fix segfault when oppening a radio device.
5323         
5324 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5325
5326         * gst/level/gstlevel.c: (gst_level_set_caps),
5327         (gst_level_transform_ip):
5328         * sys/v4l2/README:
5329         * tests/check/elements/level.c: (GST_START_TEST):
5330           Fix level for multi-channel case.
5331
5332 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5333
5334         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5335         (gst_level_transform_ip):
5336         * gst/level/gstlevel.h:
5337           Use function pointer for process function and add process functions
5338           for float audio.
5339
5340 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5341
5342         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5343         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5344         (gst_v4l2src_capture_init):
5345           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5346           fixes #407369
5347
5348 2007-02-18  Wim Taymans  <wim@fluendo.com>
5349
5350         * gst/rtp/Makefile.am:
5351         * gst/rtp/gstrtp.c: (plugin_init):
5352         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5353         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5354         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5355         (gst_rtp_mp2t_pay_plugin_init):
5356         * gst/rtp/gstrtpmp2tpay.h:
5357         Added simple mpeg transport stream payloader.
5358
5359 2007-02-16  Wim Taymans  <wim@fluendo.com>
5360
5361         * gst/rtsp/URLS:
5362         Add example H264 rtsp url.
5363
5364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5365         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5366         Don't convert values to lowercase or we might mess up base64 encoded
5367         properties.
5368
5369 2007-02-16  Wim Taymans  <wim@fluendo.com>
5370
5371         * gst/rtp/README:
5372         Fix case of string params.
5373
5374         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5375         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5376         Fix depayloader, support more packet types.
5377         Add sync codes to make sure the packetizer can do its job.
5378
5379         * gst/rtp/gstrtpmp4gdepay.c:
5380         * gst/rtp/gstrtpmp4gpay.c:
5381         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5382         Fix caps case again.
5383
5384 2007-02-15  Wim Taymans  <wim@fluendo.com>
5385
5386         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5387         Set right caps on output buffers.
5388
5389 2007-02-14  Wim Taymans  <wim@fluendo.com>
5390
5391         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5392         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5393         Clear stack allocated SDPMedia struct before calling _init() on it.
5394         Clarify this in the docs as well.
5395
5396 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5397
5398         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5399         (do_change_child):
5400         Don't reset the profile when going switching states, as it makes
5401         the element non-reusable.
5402
5403 2007-02-14  Wim Taymans  <wim@fluendo.com>
5404
5405         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5406         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5407         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5408         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5409         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5410         (sdp_parse_line):
5411         * gst/rtsp/sdpmessage.h:
5412         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5413         Fix memory management of SDP messages. Fixes #407793.
5414
5415 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5416
5417         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5418
5419         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5420         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5421
5422 2007-02-14  Wim Taymans  <wim@fluendo.com>
5423
5424         Patch by: jp.liu <jp_liu at astrocom dot cn>
5425
5426         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5427         Fix parsing of password field in url. Fixes #407797.
5428
5429 2007-02-14  Wim Taymans  <wim@fluendo.com>
5430
5431         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5432         (gst_wavparse_reset), (gst_wavparse_init),
5433         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5434         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5435         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5436         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5437         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5438         (gst_wavparse_loop), (gst_wavparse_chain),
5439         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5440         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5441         (plugin_init):
5442         * gst/wavparse/gstwavparse.h:
5443         Update docs.
5444         Use boilerplate.
5445         Various code cleanups.
5446         When the bitrate is not known (bps == 0 or compressed formats) let
5447         downstream element guestimate the duration and position and don't
5448         generate timestamps or durations. Fixes #405213.
5449         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5450         error flowreturn upstream.
5451
5452 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5453
5454         * ext/gconf/Makefile.am:
5455         * ext/gconf/gconf.c: (gst_gconf_get_string),
5456         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5457         (gst_gconf_render_bin_with_default):
5458         * ext/gconf/gconf.h:
5459         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5460         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5461         (gst_gconf_audio_sink_dispose), (do_change_child),
5462         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5463         (cb_change_child), (gst_gconf_audio_sink_change_state):
5464         * ext/gconf/gstgconfaudiosink.h:
5465         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5466         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5467         (gst_switch_sink_init), (gst_switch_sink_dispose),
5468         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5469         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5470         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5471         * ext/gconf/gstswitchsink.h:
5472         * gst/autodetect/gstautoaudiosink.c:
5473         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5474         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5475         (gst_auto_audio_sink_detect):
5476         * gst/autodetect/gstautovideosink.c:
5477         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5478         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5479         (gst_auto_video_sink_detect):
5480         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5481         and a child that implements the GConf key monitoring. The end goal of
5482         this is an audio sink that can be changed on the fly, but at the 
5483         moment it still only changes on the next READY transition.
5484
5485 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5486
5487         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5488         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5489         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5490         (gst_avi_demux_calculate_durations_from_index),
5491         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5492         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5493         (gst_avi_demux_loop):
5494           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5495
5496 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5497
5498         * configure.ac:
5499         * docs/plugins/Makefile.am:
5500           Add crossreferences to glib/gobject/gstream docs.
5501
5502 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5503
5504         * gst/monoscope/Makefile.am:
5505         * gst/monoscope/gstmonoscope.c:
5506           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5507           (but no LIBS, since we only use defines from the headers).
5508
5509 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5512
5513         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5514         (gst_wavparse_stream_data):
5515           Fix massive memory leak when operating in streaming mode due to
5516           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5517           Fixes #407057.
5518
5519 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5520
5521         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5522         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5523         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5524         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5525         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5526         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5527         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5528         (gst_avi_demux_calculate_durations_from_index),
5529         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5530         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5531         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5532         * gst/avi/gstavidemux.h:
5533           Save some memory (8%) by repacking the index entry structure (more to
5534           come). Add more FIXMEs to questionable parts.
5535
5536 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5537
5538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5539         (gst_v4l2src_get_caps):
5540         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5541         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5542         (gst_v4l2src_capture_init):
5543           More FIXME comments and messaging changes.
5544
5545 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5546
5547         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5548         (gst_goom_change_state):
5549         * gst/goom/gstgoom.h:
5550           Improved docs and use GST_DEBUG_FUNCPTR.
5551
5552         * gst/level/gstlevel.c: (gst_level_class_init):
5553           Use GST_DEBUG_FUNCPTR.
5554
5555         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5556         (gst_monoscope_chain), (gst_monoscope_change_state):
5557           Improved docs source cleanups.
5558
5559 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5560
5561         * gst/debug/Makefile.am:
5562         * gst/debug/gstdebug.c: (plugin_init):
5563         * gst/debug/gstpushfilesrc.c:
5564         * gst/debug/gstpushfilesrc.h:
5565           Add code for a pushfilesrc element that implements a pushfile:// URI
5566           handler, to make debugging push-mode operation of demuxer/decoders
5567           that support both easier in connection with seek/playbin/etc.
5568           The element isn't registered at the moment.
5569
5570 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5571
5572         * gst/avi/gstavimux.c:
5573           Comment a #if 0 in caps template definition as VS6 seems to 
5574         do not support it.
5575         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5576           Use gst_guint64_to_gdouble for conversion.
5577         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5578           Move variables declaration before the first instruction.
5579         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5580           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5581           And don't include netdb.h for G_OS_WIN32
5582         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5583           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5584           by VS6 then use an other way to initialize SDPMedia structure.
5585         * gst/udp/gstdynudpsink.h:
5586         * gst/udp/gstdynudpnetutils.h:
5587           Do not include <sys/time.h> for G_OS_WIN32
5588         * gst/udp/gstudpsrc.c:
5589           Define socklen_t as int for G_OS_WIN32
5590         * win/common/config.h.in:
5591           Undef HAVE_NETINET_IN_H
5592         * win32/vs6/gst_plugins_good.dsw:
5593         * win32/vs6/libgstrtp.dsp:
5594         * win32/vs6/libgstrtsp.dsp:
5595         * win32/vs6/libgstautogen.dsp:
5596         * win32/vs6/libgstaudiofx.dsp:
5597         * win32/vs6/libgstudp.dsp:
5598           Add and update project files.
5599         * win32/common/gstudp-enumtypes.c:
5600         * win32/common/gstudp-enumtypes.h:
5601           Add a copy of udp enumtypes to win32/common as in core 
5602           and base.
5603         
5604 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5605
5606         * configure.ac:
5607           Activate monoscope when building with --enable-experimental. Fix
5608           --enable-external configure switch description.
5609
5610         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5611         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5612           Help gst-indent.
5613
5614 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5615
5616         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5617           Explicitly cast result of pointer arithmetic to integer in order to
5618           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5619
5620 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5621
5622         * gst/debug/progressreport.c:
5623           Some more docs.
5624
5625 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * docs/plugins/inspect/plugin-rtp.xml:
5628           Update for new elements.
5629
5630         * gst/debug/progressreport.h:
5631           Commit newly-created header file as well.
5632
5633 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         * docs/plugins/Makefile.am:
5636         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5637         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5638         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5639         * gst/debug/Makefile.am:
5640         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5641         (gst_progress_report_do_query), (gst_progress_report_report):
5642           Make progressreport element post messages with the current progress
5643           on the bus. Also add some basic docs for it.
5644
5645 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5646
5647         * ext/hal/hal.c: (gst_hal_get_string):
5648         * ext/hal/hal.h:
5649           Some small cleanups; deal with errors when parsing the HAL ALSA
5650           capabilities a bit better.
5651
5652 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5653
5654         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5655           Let's try this again and use the right cast this time.
5656
5657 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5658
5659         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5660           Add cast to avoid compiler warnings with older GLib versions
5661           where the nick/name members in GEnumValue are not declared as
5662           constant strings.
5663
5664 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5665
5666         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5667         (gst_gconf_render_bin_from_key),
5668         (gst_gconf_get_default_audio_sink):
5669         * ext/gconf/gconf.h:
5670         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5671         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5672         (gst_gconf_audio_sink_get_property):
5673           In gconfaudiosink, get the right key as the old key in do_toggle
5674           (ie. one dependent on the profile selected). Log some more stuff so
5675           we can see what's actually going on.
5676
5677 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5678
5679         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5680         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5681         (gst_audio_amplify_set_process_function),
5682         (gst_audio_amplify_setup):
5683         * gst/audiofx/audioamplify.h:
5684         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5685         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5686         * gst/audiofx/audioinvert.h:
5687         Some small cleanups and port both elements to the new GstAudioFilter
5688         base class to save a few lines of common code.
5689         * gst/audiofx/Makefile.am:
5690         Link against libgstaudio for the above changes
5691
5692 2007-01-29  Wim Taymans  <wim@fluendo.com>
5693
5694         * tests/check/elements/.cvsignore:
5695         Some more ignores.
5696
5697 2007-01-26  Wim Taymans  <wim@fluendo.com>
5698
5699         Patch by: charles <charlesg3 at gmail dot com>
5700
5701         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5702         (set_shout_metadata), (gst_shout2send_event):
5703         * ext/shout2/gstshout2.h:
5704         Properly handle tags in shout2send. Fixes #399825.
5705
5706 2007-01-25  Wim Taymans  <wim@fluendo.com>
5707
5708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5709         (gst_rtspsrc_activate_streams):
5710         Convert SDP fields to upper/lowercase following the rules in the SDP to
5711         caps document. 
5712
5713 2007-01-25  Wim Taymans  <wim@fluendo.com>
5714
5715         * gst/rtp/README:
5716         * gst/rtp/gstrtpilbcdepay.c:
5717         * gst/rtp/gstrtpilbcpay.c:
5718         * gst/rtp/gstrtpmp4gdepay.c:
5719         * gst/rtp/gstrtpmp4gpay.c:
5720         * gst/rtp/gstrtpspeexdepay.c:
5721         * gst/rtp/gstrtpspeexpay.c:
5722         * gst/rtp/gstrtpsv3vdepay.c:
5723         * gst/rtp/gstrtptheoradepay.c:
5724         * gst/rtp/gstrtptheorapay.c:
5725         * gst/rtp/gstrtpvorbisdepay.c:
5726         * gst/rtp/gstrtpvorbispay.c:
5727         Fix case of encoding-name and key/value pairs to match the document.
5728         This is to make interoperation with SDP case-insensitive as required by
5729         the relevant RFCs.
5730
5731 2007-01-25  Wim Taymans  <wim@fluendo.com>
5732
5733         * configure.ac:
5734         Bump required -core/-base to CVS
5735
5736 2007-01-25  Wim Taymans  <wim@fluendo.com>
5737
5738         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5739         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5740         * gst/rtp/gstrtpL16pay.h:
5741         Fill up to MTU using adapter.
5742         Timestamp rtp packets.
5743
5744 2007-01-25  Edward Hervey  <edward@fluendo.com>
5745
5746         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5747         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5748         Use G_GSIZE_FORMAT in print statements for portability.
5749         Fixes build on macosx.
5750
5751 2007-01-24  Wim Taymans  <wim@fluendo.com>
5752
5753         * gst/rtp/Makefile.am:
5754         * gst/rtp/gstrtp.c: (plugin_init):
5755         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5756         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5757         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5758         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5759         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5760         (gst_rtp_L16_depay_plugin_init):
5761         * gst/rtp/gstrtpL16depay.h:
5762         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5763         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5764         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5765         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5766         (gst_rtp_L16_pay_plugin_init):
5767         * gst/rtp/gstrtpL16pay.h:
5768         Port and enable raw audio payloader/depayloader. Needs a bit more work
5769         on the payloader side.
5770
5771 2007-01-24  Wim Taymans  <wim@fluendo.com>
5772
5773         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5774         (gst_rtspsrc_stream_configure_transport),
5775         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5776         * gst/rtsp/gstrtspsrc.h:
5777         Only unblock the udp pads when we linked and activated them all.
5778         Fixes #395688.
5779
5780 2007-01-24  Wim Taymans  <wim@fluendo.com>
5781
5782         * gst/rtp/Makefile.am:
5783         * gst/rtp/gstrtp.c: (plugin_init):
5784         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5785         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5786         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5787         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5788         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5789         * gst/rtp/gstrtpac3depay.h:
5790         Added simple AC3 depayloader (RFC 4184).
5791
5792         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5793         Fix a leak.
5794
5795 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5796
5797         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5798
5799         * gst/audiofx/Makefile.am:
5800         * gst/audiofx/audioamplify.c:
5801         (gst_audio_amplify_clipping_method_get_type),
5802         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5803         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5804         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5805         (gst_audio_amplify_set_caps),
5806         (gst_audio_amplify_transform_int_clip),
5807         (gst_audio_amplify_transform_int_wrap_negative),
5808         (gst_audio_amplify_transform_int_wrap_positive),
5809         (gst_audio_amplify_transform_float_clip),
5810         (gst_audio_amplify_transform_float_wrap_negative),
5811         (gst_audio_amplify_transform_float_wrap_positive),
5812         (gst_audio_amplify_transform_ip):
5813         * gst/audiofx/audioamplify.h:
5814         * gst/audiofx/audiofx.c: (plugin_init):
5815         Add new element "audioamplify". This allows scaling of raw audio
5816         samples, similar to the "volume" element, but provides different modes
5817         for clipping and allows unlimited amplification. It's mainly targeted
5818         for creative sound design and not as a replacement of the "volume"
5819         element. Fixes #397162
5820         * docs/plugins/Makefile.am:
5821         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5822         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5823         * docs/plugins/gst-plugins-good-plugins.args:
5824         * docs/plugins/inspect/plugin-audiofx.xml:
5825         Add docs for audioamplify and integrate them into the build system
5826         * tests/check/Makefile.am:
5827         * tests/check/elements/audioamplify.c: (setup_amplify),
5828         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
5829         Add fairly extensive unit test suite for audioamplify
5830
5831 2007-01-24  Wim Taymans  <wim@fluendo.com>
5832
5833         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
5834         Unblock pads after adding the pads to the element so that autopluggers
5835         get a change to link something. Possibly fixes #395688.
5836
5837 2007-01-24  Wim Taymans  <wim@fluendo.com>
5838
5839         * gst/rtp/gstrtpamrdepay.c:
5840         * gst/rtp/gstrtpgsmdepay.c:
5841         * gst/rtp/gstrtph263pdepay.c:
5842         * gst/rtp/gstrtph263ppay.c:
5843         * gst/rtp/gstrtph264depay.c:
5844         * gst/rtp/gstrtpilbcdepay.c:
5845         * gst/rtp/gstrtpmp2tdepay.c:
5846         * gst/rtp/gstrtpmp4gdepay.c:
5847         * gst/rtp/gstrtpmp4gpay.c:
5848         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
5849         * gst/rtp/gstrtpmp4vpay.c:
5850         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
5851         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
5852         (gst_rtp_mpa_depay_process):
5853         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
5854         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
5855         * gst/rtp/gstrtppcmadepay.c:
5856         * gst/rtp/gstrtppcmudepay.c:
5857         * gst/rtp/gstrtpspeexdepay.c:
5858         * gst/rtp/gstrtpspeexpay.c:
5859         * gst/rtp/gstrtpsv3vdepay.c:
5860         * gst/rtp/gstrtptheoradepay.c:
5861         * gst/rtp/gstrtptheorapay.c:
5862         * gst/rtp/gstrtpvorbisdepay.c:
5863         * gst/rtp/gstrtpvorbispay.c:
5864         Fix caps with payload numbers.
5865         Add some fixed payload numbers to caps when possible.
5866
5867 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
5868
5869         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5870
5871         * gst/audiofx/Makefile.am:
5872         * gst/audiofx/audiofx.c: (plugin_init):
5873         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5874         (gst_audio_invert_class_init), (gst_audio_invert_init),
5875         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
5876         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
5877         (gst_audio_invert_transform_float),
5878         (gst_audio_invert_transform_ip):
5879         * gst/audiofx/audioinvert.h:
5880         Add new audiofx element "audioinvert". This element swaps the upper
5881         and lower half of samples and can be used for example for a
5882         wide-stereo effect. Fixes #396057
5883         * docs/plugins/Makefile.am:
5884         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5885         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5886         * docs/plugins/gst-plugins-good-plugins.args:
5887         * docs/plugins/inspect/plugin-audiofx.xml:
5888         Add docs for the audioinvert element and add them to the build system.
5889         * tests/check/Makefile.am:
5890         * tests/check/elements/audioinvert.c: (setup_invert),
5891         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
5892         Add unit test suite for the audioinvert element.
5893
5894 2007-01-23  Wim Taymans  <wim@fluendo.com>
5895
5896         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
5897         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
5898         Parse config params as string and int.
5899         Parse and use AU header length
5900
5901 2007-01-23  Wim Taymans  <wim@fluendo.com>
5902
5903         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
5904         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
5905         * gst/smpte/gstmask.c: (_gst_mask_register):
5906         * gst/smpte/gstmask.h:
5907         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
5908         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
5909         (gst_smpte_paint_triangle_clock):
5910         constify some static structs.
5911         Don't update the mask if nothing changed to the params.
5912         Make sure we never draw outside of the picture. Fixes #398325.
5913
5914 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
5917           Error out properly when pull_range fails while we're reading the
5918           headers, instead of just pausing the task silently. Fixes #399338.
5919
5920 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
5921
5922         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5923           Some more sanity checks to make sure the input formats match and the
5924           input pads are actually negotiated, in case someone tries to feed
5925           buffers from fakesrc or filesrc. Fixes #398299.
5926           Also const-ify an array, just because we can.
5927
5928 2007-01-19  Edward Hervey  <edward@fluendo.com>
5929
5930         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
5931         Ignore previous commit, that was only valid for widths and heights
5932         that are multiples of 4.
5933         Copy over size/stride macros from jpegdec. This allows the element
5934         to work with any width,height...
5935         ... but puts in evidence that the actual transformations only work
5936         with width/height that are multiples of 4.
5937
5938 2007-01-19  Edward Hervey  <edward@fluendo.com>
5939
5940         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
5941         Allocate buffers of the right size.
5942         The proper size of a I420 buffer in bytes is:
5943         
5944             width * height * 3
5945             ------------------
5946                     2
5947
5948 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         * gst/smpte/gstsmpte.c: (gst_smpte_init):
5951           Proxy getcaps on sink pads too, so that we either end up with the
5952           same dimensions on all pads or error out if that's not possible
5953           (seems to work even!). Fixes #398086, I think.
5954
5955 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
5956
5957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5958         * docs/plugins/gst-plugins-good-plugins.args:
5959         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5960           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
5961           fix integer properties with -1 as minimum value.
5962
5963         * docs/plugins/inspect/plugin-1394.xml:
5964         * docs/plugins/inspect/plugin-aasink.xml:
5965         * docs/plugins/inspect/plugin-alaw.xml:
5966         * docs/plugins/inspect/plugin-alpha.xml:
5967         * docs/plugins/inspect/plugin-alphacolor.xml:
5968         * docs/plugins/inspect/plugin-annodex.xml:
5969         * docs/plugins/inspect/plugin-apetag.xml:
5970         * docs/plugins/inspect/plugin-audiofx.xml:
5971         * docs/plugins/inspect/plugin-auparse.xml:
5972         * docs/plugins/inspect/plugin-autodetect.xml:
5973         * docs/plugins/inspect/plugin-avi.xml:
5974         * docs/plugins/inspect/plugin-cacasink.xml:
5975         * docs/plugins/inspect/plugin-cairo.xml:
5976         * docs/plugins/inspect/plugin-cdio.xml:
5977         * docs/plugins/inspect/plugin-cutter.xml:
5978         * docs/plugins/inspect/plugin-debug.xml:
5979         * docs/plugins/inspect/plugin-dv.xml:
5980         * docs/plugins/inspect/plugin-efence.xml:
5981         * docs/plugins/inspect/plugin-effectv.xml:
5982         * docs/plugins/inspect/plugin-esdsink.xml:
5983         * docs/plugins/inspect/plugin-flac.xml:
5984         * docs/plugins/inspect/plugin-flxdec.xml:
5985         * docs/plugins/inspect/plugin-gconfelements.xml:
5986         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5987         * docs/plugins/inspect/plugin-goom.xml:
5988         * docs/plugins/inspect/plugin-halelements.xml:
5989         * docs/plugins/inspect/plugin-icydemux.xml:
5990         * docs/plugins/inspect/plugin-id3demux.xml:
5991         * docs/plugins/inspect/plugin-jpeg.xml:
5992         * docs/plugins/inspect/plugin-level.xml:
5993         * docs/plugins/inspect/plugin-matroska.xml:
5994         * docs/plugins/inspect/plugin-mulaw.xml:
5995         * docs/plugins/inspect/plugin-multipart.xml:
5996         * docs/plugins/inspect/plugin-navigationtest.xml:
5997         * docs/plugins/inspect/plugin-ossaudio.xml:
5998         * docs/plugins/inspect/plugin-png.xml:
5999         * docs/plugins/inspect/plugin-rtp.xml:
6000         * docs/plugins/inspect/plugin-rtsp.xml:
6001         * docs/plugins/inspect/plugin-shout2send.xml:
6002         * docs/plugins/inspect/plugin-smpte.xml:
6003         * docs/plugins/inspect/plugin-speex.xml:
6004         * docs/plugins/inspect/plugin-taglib.xml:
6005         * docs/plugins/inspect/plugin-udp.xml:
6006         * docs/plugins/inspect/plugin-videobalance.xml:
6007         * docs/plugins/inspect/plugin-videobox.xml:
6008         * docs/plugins/inspect/plugin-videoflip.xml:
6009         * docs/plugins/inspect/plugin-videomixer.xml:
6010         * docs/plugins/inspect/plugin-wavenc.xml:
6011         * docs/plugins/inspect/plugin-wavparse.xml:
6012         * docs/plugins/inspect/plugin-ximagesrc.xml:
6013           Update to CVS.
6014
6015 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6016
6017         Patch by: Sebastian Dröge <slomo circular-chaos org>
6018
6019         * gst/audiofx/audiopanorama.c:
6020           Fix doc section name (Fixes #397946)
6021
6022 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6023
6024         * sys/v4l2/gstv4l2object.c:
6025         (gst_v4l2_object_install_properties_helper),
6026         (gst_v4l2_object_set_property_helper),
6027         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6028         * sys/v4l2/gstv4l2object.h:
6029         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6030         (gst_v4l2src_init), (gst_v4l2src_set_property),
6031         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6032         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6033         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6034         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6035         (gst_v4l2src_capture_deinit):
6036           Fix EIO handing when capturing. Add new property to specify the number of
6037           buffers to enque (and remove the borked num-buffers usage).
6038
6039 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6040
6041         Patch by: Sebastian Dröge <slomo circular-chaos org>
6042
6043         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6044         (gst_audio_panorama_set_process_function):
6045           Use a function array for process methods, add more docs and define the
6046           startindex of enums.
6047
6048 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6049
6050         Patch by: Mark Nauwelaerts <manauw at skynet be>
6051
6052         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6053         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6054         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6055         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6056         (gst_avi_mux_riff_get_avi_header),
6057         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6058         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6059         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6060         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6061         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6062         (gst_avi_mux_change_state):
6063         * gst/avi/gstavimux.h:
6064         * tests/check/elements/avimux.c: (teardown_src_pad):
6065           Add support for more than one audio stream; write better AVIX
6066           header; refactor code a bit; don't announce vorbis caps on our audio
6067           sink pads since we don't support it anyway. Closes #379298.
6068
6069 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6070
6071         Patch by: Sebastian Dröge <slomo circular-chaos org>
6072
6073         * gst/audiofx/audiopanorama.c:
6074         (gst_audio_panorama_method_get_type),
6075         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6076         (gst_audio_panorama_set_process_function),
6077         (gst_audio_panorama_set_property),
6078         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6079         (gst_audio_panorama_transform_m2s_int_simple),
6080         (gst_audio_panorama_transform_s2s_int_simple),
6081         (gst_audio_panorama_transform_m2s_float_simple),
6082         (gst_audio_panorama_transform_s2s_float_simple):
6083         * gst/audiofx/audiopanorama.h:
6084           Add 'method' property and provide a simple (non-psychoacustic)
6085           processing method (#394859).
6086
6087         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6088         (panorama_suite):
6089           Tests for new method.
6090
6091 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6092
6093         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6094         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6095           Set correct caps on outgoing pulled buffers, or things blow up
6096           after recent core changes.
6097
6098 2007-01-11  Wim Taymans  <wim@fluendo.com>
6099
6100         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6101
6102         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6103         (gst_multipart_mux_request_new_pad),
6104         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6105         (gst_multipart_mux_change_state):
6106         Return FLOW errors ASAP. Fixes #394977.
6107         Misc cleanups.
6108
6109 2007-01-11  Wim Taymans  <wim@fluendo.com>
6110
6111         Patch by: Lutz Mueller <lutz at topfrose dot de>
6112
6113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6114         Check for stream pad before activating. 
6115
6116 2007-01-10  Wim Taymans  <wim@fluendo.com>
6117
6118         Patch by: Peter Kjellerstedt  <pkj at axis com>
6119
6120         * gst/rtsp/COPYING.MIT:
6121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6122         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6123         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6124         (gst_rtspsrc_stream_configure_transport),
6125         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6126         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6127         (gst_rtspsrc_parse_methods),
6128         (gst_rtspsrc_create_transports_string),
6129         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6130         (gst_rtspsrc_open), (gst_rtspsrc_close):
6131         * gst/rtsp/gstrtspsrc.h:
6132         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6133         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6134         (parse_request_line), (parse_line), (rtsp_connection_read),
6135         (rtsp_connection_close):
6136         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6137         (rtsp_method_as_text), (rtsp_header_as_text),
6138         (rtsp_status_as_text), (rtsp_find_header_field),
6139         (rtsp_find_method):
6140         * gst/rtsp/rtspdefs.h:
6141         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6142         (rtsp_ext_wms_configure_stream):
6143         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6144         (rtsp_message_new_request), (rtsp_message_init_request),
6145         (rtsp_message_new_response), (rtsp_message_init_response),
6146         (rtsp_message_init_data), (rtsp_message_unset),
6147         (rtsp_message_free), (rtsp_message_add_header),
6148         (rtsp_message_get_header), (rtsp_message_set_body),
6149         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6150         * gst/rtsp/rtspmessage.h:
6151         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6152         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6153         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6154         (sdp_message_dump):
6155         Allow url to be NULL to be able to use it for server connections.
6156         Can now send responses as well as requests.
6157         No longer hangs in an endless loop if EOF is received.
6158         Can now convert a status code to a text string.
6159         Return RTSP_HDR_INVALID for unknown headers.
6160         Return RTSP_INVALID for unknown methods.
6161         Copy CSeq and Session headers from the request.
6162         Only free memory corresponding to the currently set message type.
6163         Added const to function arguments as appropriate.
6164         Avoid a compiler warning when initializing nmedia.
6165         Use guint rather than gint to avoid compiler warnings.
6166         Fix crasher in wms extension.
6167         Factor out stream setup from open_connection.
6168         Delay activation of streams when actual data is received from the
6169         server, this prepares us to do proper protocol switching.
6170         Added new license.
6171         Fixes #380895.
6172
6173
6174 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         Patch by: Sebastian Dröge <slomo ubuntu com>
6177
6178         * docs/plugins/Makefile.am:
6179         * gst/audiofx/audiopanorama.c:
6180           Some small docs fixes (#394851).
6181
6182 2007-01-09  Wim Taymans  <wim@fluendo.com>
6183
6184         * gst/avi/gstavidemux.c:
6185         Fix docs.
6186
6187 2007-01-09  Wim Taymans  <wim@fluendo.com>
6188
6189         * gst/rtp/Makefile.am:
6190         * gst/rtp/gstrtp.c: (plugin_init):
6191         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6192         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6193         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6194         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6195         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6196         * gst/rtp/gstrtpmpvdepay.h:
6197           Added RFC 2250 MPEG Video Depayloader.
6198
6199         * gst/rtp/gstrtpL16depay.h:
6200         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6201         (gst_rtp_h263p_depay_process):
6202         Fix Header file. Small cleanups.
6203
6204         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6205         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6206         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6207         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6208         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6209         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6210         (gst_rtp_mp4v_depay_change_state):
6211         Remove usused code. Remove Adapter from state Change. Added debug.
6212
6213         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6214         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6215         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6216         * gst/rtp/gstrtpmpadepay.h:
6217         Subclass base depayloader.
6218         Added debug.
6219         Support static payload type assignment as well.
6220
6221         * gst/rtp/gstrtpmpapay.c:
6222         Fix caps.
6223
6224 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6227
6228         * ext/jpeg/gstjpegdec.c:
6229         * ext/jpeg/gstjpegenc.c:
6230         * ext/jpeg/smokecodec.c:
6231           These libjpeg callbacks should return a 'boolean' (unsigned char
6232           apparently) and not a 'gboolean' (which maps to gint). Fixes
6233           warnings when compiling with MingW (#393427).
6234
6235         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6236           Use ioctlsocket on win32.
6237
6238         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6239           Some printf format fixes for win32.
6240
6241 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6242
6243         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6244           Use gst_guint64_to_gdouble for conversion.
6245         * win32/vs6/libgstmatroska.dsp:
6246           Add zlib to the link.
6247         * win32/vs6/libgstvideobox.dsp:
6248           Update liboil library name (project is linked to 
6249           liboil-0.3-0.lib now).
6250           
6251 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6252
6253         * gst/matroska/Makefile.am:
6254           If zlib is available and used, we must link it explicitly for
6255           things to work on MingW (fixes #392855).
6256
6257 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * ext/esd/esdsink.c: (gst_esdsink_delay):
6260           Don't return bogus values when esd_get_delay() fails for some
6261           reason (#392189).
6262
6263 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6264
6265         * sys/ximage/gstximagesrc.c: (composite_pixel):
6266           Fix presumably copy'n'pasto for 16bpp depth.
6267
6268 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6269
6270         * gst/matroska/matroska-mux.c:
6271         (gst_matroska_mux_audio_pad_setcaps):
6272           The "signed" field in audio caps is of boolean type, trying to use
6273           gst_structure_get_int() to extract it will fail. Fixing this makes
6274           matroskamux accept raw audio input (#387121) (use at your own risk
6275           though, due to the matroska spec being not entirely useful in this
6276           respect).
6277           Also fix up raw audio structures in template caps so that they
6278           represent what our setcaps function will actually accept, so that
6279           converters know what to convert to.
6280           Finally, don't fail if there isn't an "endianness" field in 8-bit
6281           PCM caps.
6282
6283 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6284
6285         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6286         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6287         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6288         (teardown_cmmldec):
6289         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6290         (teardown_cmmlenc):
6291         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6292           reapply consistent pad (de)activation
6293
6294 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6295
6296         * configure.ac:
6297         Back to CVS
6298
6299         * gst-plugins-good.doap:
6300         Add 0.10.5 doap entry
6301
6302 === release 0.10.5 ===
6303
6304 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6305
6306         * configure.ac:
6307           releasing 0.10.5, "The Path of Thorns"
6308
6309 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6310
6311         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6312         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6313         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6314         (teardown_cmmldec):
6315         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6316         (teardown_cmmlenc):
6317         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6318           revert my freeze breakage
6319
6320 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6321
6322         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6323         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6324         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6325         (teardown_cmmldec):
6326         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6327         (teardown_cmmlenc):
6328         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6329           consistent pad (de)activation
6330
6331 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6332
6333         * configure.ac:
6334         * ext/Makefile.am:
6335         Disable LADPSA, as it has moved to the -bad module for the duration.
6336
6337 2006-12-18  Wim Taymans  <wim@fluendo.com>
6338
6339         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6340         (gst_signal_processor_event):
6341         Reset flow_state back to _OK after a flush stop so that we exit our
6342         error state after the flush. Fixes #374213
6343
6344 2006-12-16  David Schleef  <ds@schleef.org>
6345
6346         * sys/osxvideo/osxvideosink.h:
6347         * sys/osxvideo/osxvideosink.m:
6348           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6349
6350 2006-12-16  David Schleef  <ds@schleef.org>
6351
6352         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6353
6354         * sys/osxvideo/Makefile.am:
6355         * sys/osxvideo/osxvideosink.h:
6356         * sys/osxvideo/osxvideosink.m:
6357           Preliminary patch for porting osxvideosink
6358
6359 2006-12-16  Wim Taymans  <wim@fluendo.com>
6360
6361         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6362
6363         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6364         (gst_videomixer_set_master_geometry),
6365         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6366         (gst_videomixer_reset), (gst_videomixer_init),
6367         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6368         (gst_videomixer_release_pad), (gst_videomixer_collected),
6369         (gst_videomixer_change_state):
6370         Introduce some locking around the videomixer state so that it does not
6371         crash when adding/removing pads. Fixes #383043.
6372
6373 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6374
6375         * configure.ac:
6376           Make sure libcaca can actually be used instead of just checking for
6377           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6378           cross-compiling (fixes #384587).
6379
6380 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6381
6382         * Makefile.am:
6383         * gst-plugins-good.doap:
6384         * gst-plugins-good.spec.in:
6385           adding doap file
6386
6387 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6388
6389         * configure.ac:
6390           libflac-1.1.3 changed API again, but we can't build against it yet,
6391           so make sure our check doesn't use libflac-1.1.3 and add a comment
6392           to this effect.
6393
6394 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6395
6396         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6397         (gst_quarktv_planetable_clear):
6398           Add some NULL pointer checks (possibly related to #385623).
6399
6400 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6401
6402         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6403         (gst_tag_demux_chain):
6404         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6405           In streaming mode, if the first buffer we get doesn't have an
6406           offset, fix it up to be 0, otherwise trimming won't work later on
6407           and we'll be typefinding application/x-id3, which may result in
6408           decodebin plugging an endless number of id3demux elements as a
6409           consequence. Fixes #385031.
6410           
6411 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6412
6413         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6414           Ignore the buffer_time the sound device reports. Turns out it is 
6415           sometimes completely bogus and we're better off without it.
6416
6417 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6418
6419         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6420         (gst_matroska_demux_video_caps):
6421         * gst/matroska/matroska-ids.c:
6422         (gst_matroska_track_init_video_context):
6423         * gst/matroska/matroska-ids.h:
6424           Try harder to extract the framerate for video tracks correctly and
6425           save it directly instead of converting it back and forth a few
6426           times. Mostly makes a difference for very small framerates (<1).
6427           Fixes #380199.
6428
6429 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6432         (gst_gconf_audio_src_dispose), (do_toggle_element):
6433         * ext/gconf/gstgconfaudiosrc.h:
6434           Remove gconf notify hook when the gconfaudiosrc element is
6435           destroyed, otherwise the callback may be called on an
6436           already-destroyed instance and bad things happen. Should fix
6437           #378184.
6438           Also ignore gconf key changes when the source is already running.
6439
6440 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6441
6442         Patch by: Sebastian Dröge  <mail at slomosnail de>
6443
6444         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6445           We need to be able to read and parse any possible floating point string
6446           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6447           will parse the former only in certain locales though, so we really need
6448           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6449           make sure we can parse either version at all times.
6450           Fixes #382982 for real.
6451
6452 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6453
6454         * sys/sunaudio/gstsunaudiomixerctrl.c:
6455         * sys/sunaudio/gstsunaudiosrc.c:
6456
6457         Use the sunaudio debug category.
6458
6459         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6460         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6461         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6462         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6463         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6464         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6465         (gst_sunaudiosink_reset):
6466         * sys/sunaudio/gstsunaudiosink.h:
6467
6468         Uses the sunaudio debug category for all debug output
6469         Implements the _delay() callback to synchronise video playback better
6470         Change the segtotal and segsize values back to the parent class 
6471           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6472           respectively)
6473         Measure the samples written to the device vs. played.
6474         Keep track of segments in the device by writing empty eof frames, and
6475         sleep using a GCond when we get too far ahead and risk overrunning the
6476         sink's ringbuffer.
6477
6478         Fixes: #360673
6479
6480 2006-12-08  Wim Taymans  <wim@fluendo.com>
6481
6482         Patch by: Sebastian Dröge  <mail at slomosnail de >
6483
6484         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6485         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6486         * gst/audiofx/audiopanorama.h:
6487         Fix audiopanorame with float samples. Fixes #383726.
6488
6489 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6490
6491         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6492         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6493         (gst_sunaudiosrc_reset):
6494
6495         Implement reset functions to unblock the src/sink more quickly on 
6496         state change requests.
6497         Patch by: Brian Cameron <brian dot cameron at sun com>
6498
6499 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6500
6501         * sys/sunaudio/gstsunaudiomixer.c:
6502         (gst_sunaudiomixer_change_state):
6503         Construct the correct mixer device name when the AUDIODEV env var
6504         is set.
6505
6506         Patch by: Jerry Tan <jerry.tan at sun dot com>
6507         Fixes: #383596
6508
6509 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6510
6511         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6512         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6513         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6514         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6515         Patch by: Jerry Tan <jerry.tan at sun dot com>
6516         Fixes: #349015
6517
6518 2006-12-07  Wim Taymans  <wim@fluendo.com>
6519
6520         * gst/smpte/gstmask.h:
6521         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6522         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6523         (gst_smpte_collected), (gst_smpte_set_property),
6524         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6525         * gst/smpte/gstsmpte.h:
6526         Port to 0.10 some more. 
6527         Added duration property to specify the duration of the transition.
6528         Make framerate a fraction.
6529         Deprecate fps property, we only use negotiated fps.
6530         Added docs.
6531         Fix collectpad usage.
6532         Reset state in READY.
6533         Send NEWSEGMENT event.
6534         Fix racy updates of object properties.
6535         Added debug category.
6536         Fixes #383323.
6537
6538 2006-12-06  Wim Taymans  <wim@fluendo.com>
6539
6540         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6541
6542         * gst/videomixer/videomixer.c:
6543         (gst_videomixer_set_master_geometry),
6544         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6545         Don't reset xpos and ypos in the setcaps function because causes
6546         unexpected behaviour.
6547         Fixes #382179.
6548
6549 2006-12-06  Wim Taymans  <wim@fluendo.com>
6550
6551         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6552         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6553         Keep track of the buffer timestamp in the collectdata member instead
6554         of modifying the buffer without making the metadata writable first.
6555         Fixes #382277.
6556
6557 2006-12-06  Wim Taymans  <wim@fluendo.com>
6558
6559         Patch by: Rob Taylor <robtaylor at floopily dot org>
6560
6561         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6562         If using multicast in udpsrc, bind to the multicast address rather than
6563         IN_ADDR_ANY.
6564         This allows the simultanous use of multiple udpsrcs listening on
6565         different multicat addresses. Without this all udpsrcs will receive all
6566         packets from all subscribed multicast addresses.
6567         Fixes #383001.
6568
6569 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6570
6571         * ext/taglib/gstid3v2mux.cc:
6572         Don't attempt to write a NULL frame into the ID3 tag set when the 
6573         createFrame method returned NULL.
6574         Fixes: #381857
6575         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6576
6577 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6578
6579         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6580         Use g_strtod() instead of sscanf to parse doubles, so that it will
6581         try parsing in the C locale if the current locale fails.
6582         Fixes: #382982
6583         Patch by: Sebastian Dröge  <mail at slomosnail de >
6584
6585 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6586
6587         * win32/MANIFEST:
6588         Fix compilation on win32 under VS8
6589         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6590         Partially fixes #381175
6591
6592 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6593
6594         * gst/avi/gstavimux.c:
6595           accept all mpegversions,fixes #380825
6596           spotted by: Jerome Alet  
6597
6598 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6599
6600         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6601         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6602         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6603         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6604           cleanup the error message a bit more
6605
6606 2006-11-28  Wim Taymans  <wim@fluendo.com>
6607
6608         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6609         Fix width and height properties.
6610
6611         * ext/libcaca/gstcacasink.h:
6612         Fix compilation on newer libcaca that require us to include a new
6613         header. Fixes #379918.
6614
6615 2006-11-28  Wim Taymans  <wim@fluendo.com>
6616
6617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6618         * gst/rtsp/gstrtspsrc.h:
6619         * gst/rtsp/rtspext.h:
6620         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6621         (rtsp_ext_wms_get_context):
6622         Add method so that extensions can choose to disable the setup of
6623         a stream.
6624         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6625
6626 2006-11-27  Wim Taymans  <wim@fluendo.com>
6627
6628         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6629
6630         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6631         Push header in a separate buffer instead of memcpy:ing all data.
6632         Change LF => CRLF in headers.
6633         Move trailing LF to header. Fixes #379792.
6634
6635 2006-11-27  Wim Taymans  <wim@fluendo.com>
6636
6637         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6638         Small buffer overflow fix and improve debugging.
6639
6640 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6641
6642         * ext/esd/esdmon.h:
6643         * ext/esd/esdsink.h:
6644           remove obsolete _factory_init protos
6645
6646 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6647
6648         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6649         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6650         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6651         (gst_avi_demux_read_subindexes_push),
6652         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6653         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6654         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6655         (gst_avi_demux_massage_index),
6656         (gst_avi_demux_calculate_durations_from_index),
6657         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6658         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6659         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6660           remove dead code, tweak debugs statements, add comments, use
6661           _uint64_scale instead _uint64_scale_int when using guint64 values,
6662           small optimizations, reflow some error handling
6663
6664 2006-11-22  Edward Hervey  <edward@fluendo.com>
6665
6666         * po/.cvsignore:
6667         We never put .pot files in cvs. Let's ignore them all.
6668
6669 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * po/POTFILES.in:
6672           ... but better exclude files that aren't disted.
6673
6674 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6675
6676         * po/POTFILES.in:
6677           Add v4l2 source files to list of files with translations, so the
6678           strings are actually extracted (however bad they still may be).
6679
6680 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6681
6682         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6683           Minor clean-ups: const-ify static array, remove trailing comma from
6684           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6685
6686 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6687
6688         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6689         Make sure that g_free always gets called on the same pointer that was 
6690         returned by g_malloc.  Fixes #376594.
6691         Do not leak memory if decompressed size is wrong.
6692         Remove unneeded check of return value of g_malloc.
6693         Patch by: René Stadler <mail@renestadler.de>
6694
6695 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6696
6697         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6698           Add missing curly brackets.
6699
6700 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6701
6702         * sys/v4l2/v4l2src_calls.c:
6703         Fix capture_deinit.
6704
6705 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6706
6707         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6708         (gst_matroska_mux_request_new_pad):
6709           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6710
6711         * tests/check/elements/matroskamux.c: (setup_src_pad),
6712         (setup_sink_pad), (GST_START_TEST):
6713         Activate pads before using them.
6714
6715 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6718           Initialise variable to get rid of bogus compiler warning.
6719
6720 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6721
6722         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6723
6724         * gst/rtp/gstrtph263pay.c:
6725         * gst/rtp/gstrtph263pdepay.c:
6726         * gst/rtp/gstrtph263ppay.c:
6727           Specify H.263 variant and version in the caps (fixes #361637)
6728
6729 2006-11-15  Wim Taymans  <wim@fluendo.com>
6730
6731         * gst/rtsp/rtspconnection.c: (read_body):
6732         Don't set a data pointer to NULL and a size > 0 when we deal
6733         with empty packets.
6734
6735         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6736         (rtsp_message_init_response), (rtsp_message_init_data),
6737         (rtsp_message_unset), (rtsp_message_free),
6738         (rtsp_message_take_body):
6739         Check that we can't create invalid empty packets. 
6740
6741 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6744
6745         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6746         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6747         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6748         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6749         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6750         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6751         * gst/matroska/matroska-mux.h:
6752           Add basic tag writing support; implement releasing pads (#374658).
6753
6754 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6757         (gst_matroska_demux_audio_caps):
6758           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6759
6760 2006-11-14  David Schleef  <ds@schleef.org>
6761
6762         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6763
6764 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6767
6768         * win32/vs8/gst-plugins-good.sln:
6769         * win32/vs8/libgst1394.vcproj:
6770         * win32/vs8/libgstaasink.vcproj:
6771         * win32/vs8/libgstalaw.vcproj:
6772         * win32/vs8/libgstalpha.vcproj:
6773         * win32/vs8/libgstalphacolor.vcproj:
6774         * win32/vs8/libgstannodex.vcproj:
6775         * win32/vs8/libgstapetag.vcproj:
6776         * win32/vs8/libgstaudiofx.vcproj:
6777         * win32/vs8/libgstauparse.vcproj:
6778         * win32/vs8/libgstautodetect.vcproj:
6779         * win32/vs8/libgstavi.vcproj:
6780         * win32/vs8/libgstcacasink.vcproj:
6781         * win32/vs8/libgstcdio.vcproj:
6782         * win32/vs8/libgstcutter.vcproj:
6783         * win32/vs8/libgstdv.vcproj:
6784         * win32/vs8/libgsteffectv.vcproj:
6785         * win32/vs8/libgstflac.vcproj:
6786         * win32/vs8/libgstflxdec.vcproj:
6787         * win32/vs8/libgstgoom.vcproj:
6788         * win32/vs8/libgsticydemux.vcproj:
6789         * win32/vs8/libgstid3demux.vcproj:
6790         * win32/vs8/libgstjpeg.vcproj:
6791         * win32/vs8/libgstladspa.vcproj:
6792         * win32/vs8/libgstlevel.vcproj:
6793         * win32/vs8/libgstmatroska.vcproj:
6794         * win32/vs8/libgstmikmod.vcproj:
6795         * win32/vs8/libgstmng.vcproj:
6796         * win32/vs8/libgstmonoscope.vcproj:
6797         * win32/vs8/libgstmulaw.vcproj:
6798         * win32/vs8/libgstmultipart.vcproj:
6799         * win32/vs8/libgstpng.vcproj:
6800         * win32/vs8/libgstrtp.vcproj:
6801         * win32/vs8/libgstrtsp.vcproj:
6802         * win32/vs8/libgstshout2.vcproj:
6803         * win32/vs8/libgstsmpte.vcproj:
6804         * win32/vs8/libgstspeex.vcproj:
6805         * win32/vs8/libgsttaglib.vcproj:
6806         * win32/vs8/libgstudp.vcproj:
6807         * win32/vs8/libgstvideobalance.vcproj:
6808         * win32/vs8/libgstvideobox.vcproj:
6809         * win32/vs8/libgstvideoflip.vcproj:
6810         * win32/vs8/libgstvideomixer.vcproj:
6811         * win32/vs8/libgstwavenc.vcproj:
6812         * win32/vs8/libgstwavparse.vcproj:
6813           Make end-of-line returns unixy, so that when the files are checked
6814           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6815           Hopefully fixes #366492.
6816
6817 2006-11-14  Wim Taymans  <wim@fluendo.com>
6818
6819         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6820         Disable init_frames delay timestamp adjustment, it does not
6821         seem to be needed at all. Fixes #369621.
6822
6823 2006-11-13  Wim Taymans  <wim@fluendo.com>
6824
6825         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6826
6827         * gst/videomixer/videomixer.c:
6828         (gst_videomixer_set_master_geometry),
6829         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
6830         (gst_videomixer_collect_free), (gst_videomixer_reset),
6831         (gst_videomixer_init), (gst_videomixer_finalize),
6832         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
6833         (gst_videomixer_collected), (gst_videomixer_change_state):
6834         Fix memleak by unref'ing collectpads instance (when finalizing)
6835         Implement releasing a request pad. Fixes #374479.
6836
6837 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6838
6839         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6840
6841         * win32/vs8/gst-plugins-good.sln:
6842         * win32/vs8/libgst1394.vcproj:
6843         * win32/vs8/libgstaasink.vcproj:
6844         * win32/vs8/libgstalaw.vcproj:
6845         * win32/vs8/libgstalpha.vcproj:
6846         * win32/vs8/libgstalphacolor.vcproj:
6847         * win32/vs8/libgstannodex.vcproj:
6848         * win32/vs8/libgstapetag.vcproj:
6849         * win32/vs8/libgstaudiofx.vcproj:
6850         * win32/vs8/libgstauparse.vcproj:
6851         * win32/vs8/libgstautodetect.vcproj:
6852         * win32/vs8/libgstavi.vcproj:
6853         * win32/vs8/libgstcacasink.vcproj:
6854         * win32/vs8/libgstcdio.vcproj:
6855         * win32/vs8/libgstcutter.vcproj:
6856         * win32/vs8/libgstdv.vcproj:
6857         * win32/vs8/libgsteffectv.vcproj:
6858         * win32/vs8/libgstflac.vcproj:
6859         * win32/vs8/libgstflxdec.vcproj:
6860         * win32/vs8/libgstgoom.vcproj:
6861         * win32/vs8/libgsticydemux.vcproj:
6862         * win32/vs8/libgstid3demux.vcproj:
6863         * win32/vs8/libgstjpeg.vcproj:
6864         * win32/vs8/libgstladspa.vcproj:
6865         * win32/vs8/libgstlevel.vcproj:
6866         * win32/vs8/libgstmatroska.vcproj:
6867         * win32/vs8/libgstmikmod.vcproj:
6868         * win32/vs8/libgstmng.vcproj:
6869         * win32/vs8/libgstmonoscope.vcproj:
6870         * win32/vs8/libgstmulaw.vcproj:
6871         * win32/vs8/libgstmultipart.vcproj:
6872         * win32/vs8/libgstpng.vcproj:
6873         * win32/vs8/libgstrtp.vcproj:
6874         * win32/vs8/libgstrtsp.vcproj:
6875         * win32/vs8/libgstshout2.vcproj:
6876         * win32/vs8/libgstsmpte.vcproj:
6877         * win32/vs8/libgstspeex.vcproj:
6878         * win32/vs8/libgsttaglib.vcproj:
6879         * win32/vs8/libgstudp.vcproj:
6880         * win32/vs8/libgstvideobalance.vcproj:
6881         * win32/vs8/libgstvideobox.vcproj:
6882         * win32/vs8/libgstvideoflip.vcproj:
6883         * win32/vs8/libgstvideomixer.vcproj:
6884         * win32/vs8/libgstwavenc.vcproj:
6885         * win32/vs8/libgstwavparse.vcproj:
6886           Add VS8 project files (note that many of the plugins in ext are
6887           disabled by default). Fixes #366492.
6888
6889 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
6890
6891         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
6892           we do not translate debug messages
6893
6894 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
6895
6896         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
6897           fix categorisation, make short desc more explicit, remove unused code
6898           Fixes #372021
6899
6900 2006-11-08  Wim Taymans  <wim@fluendo.com>
6901
6902         * gst/rtp/gstrtpL16depay.c:
6903         * gst/rtp/gstrtpamrdepay.c:
6904         * gst/rtp/gstrtpamrpay.c:
6905         * gst/rtp/gstrtpgsmdepay.c:
6906         * gst/rtp/gstrtph263pay.c:
6907         * gst/rtp/gstrtph263pdepay.c:
6908         * gst/rtp/gstrtph263ppay.c:
6909         * gst/rtp/gstrtph264depay.c:
6910         * gst/rtp/gstrtpmp2tdepay.c:
6911         * gst/rtp/gstrtpmp4gdepay.c:
6912         * gst/rtp/gstrtpmp4gpay.c:
6913         * gst/rtp/gstrtpmp4vdepay.c:
6914         * gst/rtp/gstrtpmp4vpay.c:
6915         * gst/rtp/gstrtpmpadepay.c:
6916         * gst/rtp/gstrtpmpapay.c:
6917         * gst/rtp/gstrtppcmadepay.c:
6918         * gst/rtp/gstrtppcmapay.c:
6919         * gst/rtp/gstrtppcmudepay.c:
6920         * gst/rtp/gstrtppcmupay.c:
6921         * gst/rtp/gstrtpspeexdepay.c:
6922         * gst/rtp/gstrtpspeexpay.c:
6923         * gst/rtp/gstrtpsv3vdepay.c:
6924         Fix element descriptions.
6925
6926 2006-11-08  Wim Taymans  <wim@fluendo.com>
6927
6928         * gst/rtp/gstrtpvorbisdepay.c:
6929         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
6930         Fix description.
6931         Small cleanup in the payloader.
6932
6933 2006-11-08  Wim Taymans  <wim@fluendo.com>
6934
6935         * gst/rtp/Makefile.am:
6936         * gst/rtp/gstrtp.c: (plugin_init):
6937         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
6938         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
6939         (gst_rtp_theora_depay_finalize),
6940         (gst_rtp_theora_depay_parse_configuration),
6941         (gst_rtp_theora_depay_setcaps),
6942         (gst_rtp_theora_depay_switch_codebook),
6943         (gst_rtp_theora_depay_process),
6944         (gst_rtp_theora_depay_set_property),
6945         (gst_rtp_theora_depay_get_property),
6946         (gst_rtp_theora_depay_change_state),
6947         (gst_rtp_theora_depay_plugin_init):
6948         * gst/rtp/gstrtptheoradepay.h:
6949         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
6950         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
6951         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
6952         (gst_rtp_theora_pay_init_packet),
6953         (gst_rtp_theora_pay_flush_packet),
6954         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
6955         (gst_rtp_theora_pay_handle_buffer),
6956         (gst_rtp_theora_pay_plugin_init):
6957         * gst/rtp/gstrtptheorapay.h:
6958         Add theora pay/depayloaders.
6959
6960 2006-11-06  Wim Taymans  <wim@fluendo.com>
6961
6962         * gst/rtp/Makefile.am:
6963         We depend on gsttag to generate the vorbis comments.
6964
6965         * gst/rtp/gstrtpvorbisdepay.c:
6966         (gst_rtp_vorbis_depay_parse_configuration),
6967         (gst_rtp_vorbis_depay_setcaps),
6968         (gst_rtp_vorbis_depay_switch_codebook),
6969         (gst_rtp_vorbis_depay_process):
6970         * gst/rtp/gstrtpvorbisdepay.h:
6971         Parse configuration string in the depayloader.
6972         Implement selecting and switching to a new codebook.
6973         Receiving vorbis over RTP now works.
6974
6975         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
6976         (gst_rtp_vorbis_pay_init_packet),
6977         (gst_rtp_vorbis_pay_finish_headers),
6978         (gst_rtp_vorbis_pay_handle_buffer):
6979         * gst/rtp/gstrtpvorbispay.h:
6980         Set timestamps on outgoing buffers and RTP packets.
6981         Fix configuration string, prepend number of Packet headers.
6982         Fix encoding of ident string.
6983         Add delivery-method to caps.
6984         Streaming vorbis over RTP now works.
6985
6986 2006-11-06  Wim Taymans  <wim@fluendo.com>
6987
6988         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
6989         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
6990         (gst_rtp_vorbis_pay_handle_buffer):
6991         * gst/rtp/gstrtpvorbispay.h:
6992         Generate a valid configuration string in the caps based on the
6993         vorbis headers.
6994
6995 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
6998         * ext/cdio/gstcdio.h:
6999         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7000           Move CD-TEXT utility function into common file so it can also be
7001           used by a future cdioparanoiasrc.
7002
7003 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7004         
7005         * sys/v4l2/Makefile.am:
7006         * sys/v4l2/gstv4l2object.c:
7007         * sys/v4l2/gstv4l2src.c:
7008         * sys/v4l2/gstv4l2xoverlay.c:
7009         * sys/v4l2/v4l2_calls.c:
7010         * sys/v4l2/v4l2src_calls.c:
7011         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7012         xoverlay code that is still not implemented.
7013
7014 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7017           We require a -base more recent than 0.10.9, so it's safe to use
7018           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7019
7020         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7021         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7022           Use _newsegment_full() now that we depend on a recent enough core.
7023
7024         * gst/wavparse/gstwavparse.c:
7025           Remove cruft that we don't need any longer now that we depend on
7026           a recent enough -base.
7027
7028 2006-10-31  Wim Taymans  <wim@fluendo.com>
7029
7030         * gst/rtp/Makefile.am:
7031         * gst/rtp/gstrtp.c: (plugin_init):
7032         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7033         (gst_rtpilbcpay_setcaps):
7034         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7035
7036 2006-10-31  Wim Taymans  <wim@fluendo.com>
7037
7038         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7039         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7040         Some small cleanups, use _scale.
7041
7042 2006-10-31  Wim Taymans  <wim@fluendo.com>
7043
7044         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7045         Use higher precision scale function.
7046
7047 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7048
7049         Patch by: Michal Benes  <michal dot benes at itonis tv>
7050
7051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7052         (gst_matroska_demux_read_track_encodings),
7053         (gst_matroska_decode_buffer):
7054           Fix several issues with encoded/compressed/encrypted/signed tracks;
7055           also, remove superfluous newline characters from some debug
7056           statements. (#366155)
7057
7058 2006-10-30  Wim Taymans  <wim@fluendo.com>
7059
7060         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7061         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7062         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7063         (gst_smokedec_change_state):
7064         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7065         (gst_smokeenc_init), (gst_smokeenc_finalize),
7066         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7067         (gst_smokeenc_resync), (gst_smokeenc_chain),
7068         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7069         (gst_smokeenc_change_state):
7070         Various cleanups, capsnego and leak fixes.
7071
7072 2006-10-30  Wim Taymans  <wim@fluendo.com>
7073
7074         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7075
7076         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7077         Fix videomixer so that it can handle any combination of framerates.
7078         Fixes #367221.
7079
7080 2006-10-28  Wim Taymans  <wim@fluendo.com>
7081
7082         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7083         (gst_avi_demux_parse_file_header),
7084         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7085         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7086         (gst_avi_demux_chain):
7087         Fix position query for audio. also fixes timestamps in streaming
7088         mode and bug #364958.
7089         Small cleanups.
7090
7091 2006-10-27  Wim Taymans  <wim@fluendo.com>
7092
7093         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7094         * ext/libpng/gstpngenc.h:
7095         Fix strides. Fixes #364856.
7096         Cleanup capsnego.
7097         Set caps on outgoing buffers.
7098
7099 2006-10-18  Wim Taymans  <wim@fluendo.com>
7100
7101         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7102
7103         * gst/rtp/gstrtpgsmpay.c:
7104         * gst/rtp/gstrtph263pay.c:
7105         * gst/rtp/gstrtpmpapay.c:
7106         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7107         (gst_rtp_pcma_pay_handle_buffer):
7108         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7109         Add static payload numbers in addition to the dynamic ones.
7110         Fixes #361639.
7111
7112 2006-10-18  Wim Taymans  <wim@fluendo.com>
7113
7114         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7115         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7116         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7117         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7118         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7119         * gst/rtsp/rtspdefs.h:
7120         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7121         * gst/rtsp/rtspurl.h:
7122         Reuse already existing enum for lower transport.
7123         Add rtspt and rtspu protocols.
7124         Send redirect to rtspt when udp times out.
7125
7126 2006-10-18  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7129         (gst_wavparse_stream_data):
7130         Fix seeking some more, mostly for speed changes.
7131
7132 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7133
7134         Patch by: Fredrik Persson  <frepe at bredband net>
7135
7136         * sys/v4l2/gstv4l2tuner.c:
7137         * sys/v4l2/gstv4l2tuner.h:
7138           Fix _set_channel(): remove useless g_object_notify() for "channel"
7139           property that doesn't exist any longer and therefore now also
7140           useless redirect (#338818).
7141
7142 2006-10-17  Wim Taymans  <wim@fluendo.com>
7143
7144         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7145         Some drivers do not support unsetting the non-blocking flag once the
7146         device is opened. In those cases, close/open the device in
7147         non-blocking mode. Fixes #362673.
7148
7149 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7150
7151         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7152         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7153         (gst_v4l2src_get_fps):
7154           dear stefan, framespersecond is not frameperiod, reverting but adding
7155           comment
7156
7157 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7158
7159         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7160         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7161         (gst_v4l2src_get_fps):
7162           Numerator is numerator and denominator is denominator. Say that aloud
7163           5 times and retry after next beer.
7164
7165 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7166
7167         Patch by: Josep Torra Valles  <josep at fluendo com>
7168
7169         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7170         * ext/esd/esdsink.c: (gst_esdsink_write):
7171         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7172         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7173         (gst_flac_dec_send_newsegment):
7174         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7175         (gst_flac_enc_tell_callback):
7176         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7177         (smokecodec_parse_header), (smokecodec_decode):
7178         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7179         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7180         * gst/goom/Makefile.am:
7181         * gst/goom/gstgoom.c:
7182         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7183         * gst/rtsp/gstrtspsrc.c:
7184         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7185         * gst/udp/gstudpsink.c:
7186         * gst/udp/gstudpsrc.c:
7187         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7188         * sys/sunaudio/gstsunaudiomixertrack.h:
7189           Fix a bunch of problems discovered by the Forte compiler, mostly type
7190           mixups and pointer arithmetics with void pointers. Fixes #362603.
7191
7192 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7193
7194         * ext/speex/gstspeex.c: (plugin_init):
7195         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7196         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7197         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7198         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7199         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7200         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7201         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7202         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7203         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7204         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7205         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7206         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7207         * ext/speex/gstspeexenc.h:
7208           Miscellaneous clean-ups, among other things: speexenc => enc to
7209           enhance code readability; change speexenc => speex_enc; in chain
7210           function unref input buffer in case of error; take reference in
7211           event function; use boilerplate macro; use gst_pad_query_peer_*
7212           convenience functions.
7213
7214 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7215
7216         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7217         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7218         (gst_speexenc_set_header_on_caps):
7219           Fix some mem leaks.
7220
7221 2006-10-11  Wim Taymans  <wim@fluendo.com>
7222
7223         * gst/rtsp/URLS:
7224         Added some other URL.
7225
7226         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7227         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7228         (gst_rtspsrc_open), (gst_rtspsrc_play),
7229         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7230         * gst/rtsp/gstrtspsrc.h:
7231         Work on fallback to TCP connection when the UDP socket times out.
7232         Handler server requests, just reply with OK for now.
7233
7234         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7235         * gst/rtsp/rtspdefs.h:
7236         Added some more Real extension headers.
7237
7238         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7239         Fix parsing of urls with a ':' that is not part of the hostname:port
7240         part of the url.
7241
7242 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7245         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7246         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7247           Activate pad before adding it to the already-running element.
7248
7249         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7250           Activate newly-created pad too.
7251
7252 2006-10-11  Wim Taymans  <wim@fluendo.com>
7253
7254         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7255
7256         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7257         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7258         (gst_udpsrc_start):
7259         Fix some leaks in caps and uris. Fixes #361252.
7260
7261 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7262
7263         * gst/wavparse/Makefile.am:
7264           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7265
7266 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7267
7268         * sys/v4l2/gstv4l2xoverlay.c:
7269         * sys/v4l2/gstv4l2xoverlay.h:
7270         Fix build as per the patch in #338818 comment 36.
7271
7272 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7273
7274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7275           Activate pads before adding them to the source.
7276
7277 2006-10-06  Wim Taymans  <wim@fluendo.com>
7278
7279         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7280         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7281         Activate pads before adding.
7282
7283 2006-10-06  Wim Taymans  <wim@fluendo.com>
7284
7285         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7286         (gst_multipart_find_pad_by_mime):
7287         Activate pads before adding.
7288
7289         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7290         BOILERPLATE sets parent_class for us.
7291
7292 2006-10-06  Wim Taymans  <wim@fluendo.com>
7293
7294         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7295         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7296         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7297         (gst_rtspsrc_alloc_udp_ports),
7298         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7299         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7300         (gst_rtspsrc_create_transports_string),
7301         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7302         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7303         * gst/rtsp/gstrtspsrc.h:
7304         Rework how the transport string is constructed, try to share channels
7305         and udp ports.
7306         Make most of the stuff less dependant on RTP as we are also going to use
7307         it for RDT.
7308         Add support for transport specific session managers.
7309
7310         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7311         Implement _flush().
7312
7313         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7314         * gst/rtsp/rtspdefs.h:
7315         Add generic error return code.
7316
7317         * gst/rtsp/rtspext.h:
7318         Add support for pluggable tranport strings.
7319
7320         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7321         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7322         (rtsp_ext_wms_get_context):
7323         Detect WMServer and activate the extension.
7324
7325         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7326         (rtsp_transport_get_manager), (rtsp_transport_parse):
7327         * gst/rtsp/rtsptransport.h:
7328         Added methods to get mime/manager for certain transports.
7329
7330 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * ext/cairo/gsttimeoverlay.c:
7333         (gst_cairo_time_overlay_update_font_height):
7334         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7335         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7336         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7337         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7338         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7339         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7340         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7341         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7342         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7343         (gst_avi_demux_stream_data):
7344         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7345         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7346         (gst_fenced_buffer_copy):
7347         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7349         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7350         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7351         (gst_rtspsrc_handle_message):
7352         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7353         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7354           Printf format fixes.
7355
7356 2006-10-04  Wim Taymans  <wim@fluendo.com>
7357
7358         * gst/rtsp/Makefile.am:
7359         Dist new .h file too.
7360
7361 2006-10-04  Wim Taymans  <wim@fluendo.com>
7362
7363         * gst/rtsp/Makefile.am:
7364         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7365         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7367         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7368         (gst_rtspsrc_parse_rtpmap),
7369         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7370         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7371         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7372         * gst/rtsp/gstrtspsrc.h:
7373         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7374         * gst/rtsp/rtspdefs.h:
7375         * gst/rtsp/rtspext.h:
7376         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7377         (rtsp_ext_wms_get_context):
7378         * gst/rtsp/rtspextwms.h:
7379         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7380         (rtsp_transport_parse):
7381         * gst/rtsp/rtsptransport.h:
7382         Factor out extension in separate module.
7383         Fix getcaps to filter against the padtemplate.
7384         Use Content-Base if the server gives one.
7385         Rework the transport parsing a bit for future extensions.
7386         Added some Real Header field definitions.
7387
7388 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7389
7390         * docs/plugins/Makefile.am:
7391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7393           added v4l2 stubs
7394         * gst-plugins-good.spec.in:
7395           add v4l2
7396
7397 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7398
7399         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7400           Extract disc/album/medium number and count and try harder
7401           to extract track number/count.
7402
7403 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7404
7405         * configure.ac:
7406         * sys/Makefile.am:
7407           add build stuff for v4l2, needs --enable-experimental until
7408           the last bits are resolved
7409
7410 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         * tests/check/Makefile.am:
7413           Disable autodetect test temporarily, so that the build bots
7414           update -bad and the ranks of unreliable video sinks in there.
7415
7416         * tests/check/elements/autodetect.c: (GST_START_TEST):
7417           Skip test if no usable videosink is found.
7418
7419 2006-09-29  Wim Taymans  <wim@fluendo.com>
7420
7421         * gst/rtsp/URLS:
7422         Add some more URLs.
7423
7424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7425         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7426         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7427         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7428         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7429         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7430         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7431         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7432         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7433         * gst/rtsp/gstrtspsrc.h:
7434         Add timeout property to control UDP timeouts.
7435         Fix error messages.
7436         Also start a loop function when operating in UDP mode so that we can
7437         do some more stuff async.
7438         Handle element messages from udpsrc to detect timeouts. If a timeout
7439         happens we currently generate an error.
7440         API: rtspsrc::timeout property.
7441
7442         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7443         (gst_udpsrc_create):
7444         Really implement the timeout in microseconds and not milliseconds.
7445
7446 2006-09-29  Wim Taymans  <wim@fluendo.com>
7447
7448         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7449         (gst_udpsrc_create), (gst_udpsrc_set_property),
7450         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7451         * gst/udp/gstudpsrc.h:
7452         Added property to post a message on timeout.
7453         Updated docs.
7454         When restarting the select, initialize the fdsets again.
7455         Init control sockets so we don't accidentally close a random socket.
7456         API: GstUDPSrc::timeout property
7457
7458 2006-09-29  Wim Taymans  <wim@fluendo.com>
7459
7460         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7461         Fix flag registration.
7462
7463         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7464         Reading 0 also means 'no more commands'
7465
7466 2006-09-29  Wim Taymans  <wim@fluendo.com>
7467
7468         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7469
7470         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7471         Fix possible infinite loop when shutting down, a read can also return
7472         0 to indicate no more messages are available. Fixes #358156.
7473
7474 2006-09-25  Wim Taymans  <wim@fluendo.com>
7475
7476         * gst/autodetect/gstautoaudiosink.c:
7477         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7478         (gst_auto_audio_sink_find_best):
7479         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7480         Small cleanups.
7481         don't try to set "sync" property when it is not available.
7482
7483 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7484
7485         Patch by: Peter Kjellerstedt  <pkj at axis com>
7486
7487         * gst/alpha/gstalpha.c:
7488         * gst/rtp/gstrtpamrdepay.c:
7489         * gst/rtsp/gstrtspsrc.c:
7490         * gst/udp/gstudpsrc.c:
7491         * gst/videomixer/videomixer.c:
7492           Include stdlib.h in some more places, makes things compile
7493           with uClibc and -Werror (#357592).
7494
7495 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7496
7497         * ext/jpeg/gstjpegdec.c:
7498           Set minimum height to 8 (from 16), our code should handle
7499           that fine. Some of the buttons on the apple trailer site
7500           are apparently only 15 pixels high (see #357470).
7501
7502 2006-09-23  Wim Taymans  <wim@fluendo.com>
7503
7504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7505         (gst_rtspsrc_open):
7506         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7507         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7508         (rtsp_connection_receive):
7509         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7510         * gst/rtsp/rtspdefs.h:
7511         Improve error reporting.
7512
7513 2006-09-23  Wim Taymans  <wim@fluendo.com>
7514
7515         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7516         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7517         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7518         * gst/rtp/gstrtpdepay.c:
7519         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7520         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7521         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7522         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7523         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7524         (gst_rtp_mp2t_depay_plugin_init):
7525         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7526         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7527         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7528         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7529         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7530         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7531         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7532         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7533         Fix klass typos.
7534         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7535
7536 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * configure.ac:
7539           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7540
7541 2006-09-22  Wim Taymans  <wim@fluendo.com>
7542
7543         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7544         Don't check for a tag that is never there and check if we read the
7545         correct tag. Fixes seeking again.
7546         We must post an error when all pads are unlinked.
7547
7548 2006-09-22  Wim Taymans  <wim@fluendo.com>
7549
7550         * gst/rtp/Makefile.am:
7551         * gst/rtp/gstrtp.c: (plugin_init):
7552         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7553         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7554         (gst_rtp_vorbis_pay_reset_packet),
7555         (gst_rtp_vorbis_pay_init_packet),
7556         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7557         (gst_rtp_vorbis_pay_handle_buffer):
7558         More fixage, set endoder-params correctly in the payloader.
7559
7560 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * gst/autodetect/gstautoaudiosink.c:
7563         (gst_auto_audio_sink_base_init):
7564         * gst/autodetect/gstautovideosink.c:
7565         (gst_auto_video_sink_base_init):
7566           Make static pad templates static to appease valgrind's leak
7567           detector.
7568
7569         * tests/check/Makefile.am:
7570         * tests/check/elements/.cvsignore:
7571         * tests/check/elements/autodetect.c: (GST_START_TEST),
7572         (autodetect_suite):
7573           Add simple test for the ghostpad lockup on shutdown fixed in core
7574           CVS (audio bit disabled because it would need dozens of alsa
7575           suppressions and I'm too lazy to add those now).
7576
7577 2006-09-22  Wim Taymans  <wim@fluendo.com>
7578
7579         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7580         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7581         Small cleanups.
7582
7583         * gst/rtp/Makefile.am:
7584         * gst/rtp/gstrtp.c: (plugin_init):
7585         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7586         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7587         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7588         (gst_rtp_vorbis_depay_process),
7589         (gst_rtp_vorbis_depay_set_property),
7590         (gst_rtp_vorbis_depay_get_property),
7591         (gst_rtp_vorbis_depay_change_state),
7592         (gst_rtp_vorbis_depay_plugin_init):
7593         * gst/rtp/gstrtpvorbisdepay.h:
7594         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7595         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7596         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7597         (gst_rtp_vorbis_pay_flush_packet),
7598         (gst_rtp_vorbis_pay_append_buffer),
7599         (gst_rtp_vorbis_pay_handle_buffer),
7600         (gst_rtp_vorbis_pay_plugin_init):
7601         * gst/rtp/gstrtpvorbispay.h:
7602         Add experimental vorbis pay and depayloaders.
7603
7604 2006-09-21  Wim Taymans  <wim@fluendo.com>
7605
7606         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7607         Fix profile-level-id parsing and setup.
7608
7609 2006-09-21  Wim Taymans  <wim@fluendo.com>
7610
7611         * gst/udp/README:
7612         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7613         Update README, simple cleanup.
7614
7615 2006-09-21  Wim Taymans  <wim@fluendo.com>
7616
7617         * gst/rtp/README:
7618         Update README with some examples.
7619
7620         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7621         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7622         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7623         (gst_rtp_mp4g_pay_setcaps):
7624         * gst/rtp/gstrtpmp4gpay.h:
7625         Make optional RTP parameters of type STRING, as required by the
7626         application/x-rtp caps specification.
7627
7628 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7629
7630         * gst/rtp/gstrtph263pdepay.c:
7631         * gst/rtp/gstrtph263ppay.c:
7632         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7633         RTP header.
7634
7635 2006-09-20  Wim Taymans  <wim@fluendo.com>
7636
7637         * gst/rtp/Makefile.am:
7638         And makefile too.
7639
7640 2006-09-20  Wim Taymans  <wim@fluendo.com>
7641
7642         * gst/rtp/gstrtp.c: (plugin_init):
7643         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7644         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7645         (decode_base64), (gst_rtp_asf_depay_setcaps),
7646         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7647         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7648         (gst_rtp_asf_depay_plugin_init):
7649         * gst/rtp/gstrtpasfdepay.h:
7650         Added preliminary ASF depayloader.
7651
7652         * gst/rtp/gstrtph264depay.c: (decode_base64):
7653         Fix base64 decoding.
7654
7655 2006-09-20  Wim Taymans  <wim@fluendo.com>
7656
7657         * gst/rtsp/URLS:
7658         Added some test URLS.
7659
7660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7661         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7662         * gst/rtsp/gstrtspsrc.h:
7663         When creating streams, give access to the complete SDP.
7664         Fix some leaks.
7665         Collect and merge global stream properties in stream caps.
7666         Preliminary support for WMServer.
7667
7668         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7669         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7670         (rtsp_connection_receive):
7671         * gst/rtsp/rtspconnection.h:
7672         Make connection interruptable.
7673         Refactor to make it reconnectable.
7674         Don't fail on short reads when reading data packets.
7675
7676         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7677         (rtsp_url_get_port):
7678         * gst/rtsp/rtspurl.h:
7679         Add methods for getting/setting the port.
7680
7681         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7682         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7683         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7684         (sdp_media_get_format), (sdp_parse_line),
7685         (sdp_message_parse_buffer):
7686         Fix headers. 
7687         Add methods for getting multiple attributes with the same name.
7688         Increase buffer size when parsing.
7689         Fix parsing of a=foo fields.
7690
7691         * gst/rtsp/test.c: (main):
7692         Update to new connection API.
7693
7694         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7695         (rtsp_message_init_response), (rtsp_message_init_data),
7696         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7697         * gst/rtsp/rtspmessage.h:
7698         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7699         * gst/rtsp/rtsptransport.h:
7700         * gst/rtsp/sdp.h:
7701         * gst/rtsp/sdpmessage.h:
7702         * gst/rtsp/gstrtsp.c:
7703         * gst/rtsp/gstrtsp.h:
7704         * gst/rtsp/gstrtpdec.c:
7705         * gst/rtsp/gstrtpdec.h:
7706         * gst/rtsp/rtsp.h:
7707         * gst/rtsp/rtspdefs.c:
7708         * gst/rtsp/rtspdefs.h:
7709         Dual licensed under MIT and LGPL now.
7710
7711 2006-09-19  Wim Taymans  <wim@fluendo.com>
7712
7713         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7714         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7715         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7716         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7717         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7718         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7719         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7720         * gst/rtsp/gstrtspsrc.h:
7721         Reorganize stream parsing and creation.
7722         Detect container formats in interleaved mode.
7723         Keep more state about the streams.
7724         Assume a server also supports PLAY if it does not say.
7725         Add unicast and interleaved properties to TCP transport requests to make
7726         some servers happy (WMServer).
7727
7728         * gst/rtsp/sdpmessage.h:
7729         Add some defines for the standard Bandwidth types.
7730
7731 2006-09-19  Wim Taymans  <wim@fluendo.com>
7732
7733         * gst/rtsp/test.c: (main):
7734         Fix build.
7735
7736 2006-09-19  Wim Taymans  <wim@fluendo.com>
7737
7738         * gst/wavparse/gstwavparse.c:
7739         Add ms-gsm to the src template.
7740
7741 2006-09-18  Wim Taymans  <wim@fluendo.com>
7742
7743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7744         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7745         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7746         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7747         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7748         * gst/rtsp/gstrtspsrc.h:
7749         Small cleanups, added documentation.
7750         Try to clean up the requests and responses.
7751         Refactor parsing the supported methods.
7752
7753         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7754         (rtsp_connection_create), (rtsp_connection_send),
7755         (parse_response_status), (parse_request_line),
7756         (rtsp_connection_receive), (rtsp_connection_close),
7757         (rtsp_connection_free):
7758         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7759         (rtsp_transport_init), (rtsp_transport_parse),
7760         (rtsp_transport_free):
7761         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7762         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7763         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7764         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7765         Use g_return_val some more.
7766
7767         * gst/rtsp/rtspdefs.h:
7768         Add more enum values to track initial states.
7769
7770         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7771         (rtsp_message_init_request), (rtsp_message_new_response),
7772         (rtsp_message_init_response), (rtsp_message_init_data),
7773         (rtsp_message_unset), (rtsp_message_free),
7774         (rtsp_message_add_header), (rtsp_message_remove_header),
7775         (rtsp_message_get_header), (rtsp_message_set_body),
7776         (rtsp_message_take_body), (rtsp_message_get_body),
7777         (rtsp_message_steal_body), (rtsp_message_dump):
7778         * gst/rtsp/rtspmessage.h:
7779         Reorder arguments, object goes as the first one.
7780         Use g_return_val some more.
7781
7782 2006-09-18  Wim Taymans  <wim@fluendo.com>
7783
7784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7785         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7786         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7787         * gst/rtsp/gstrtspsrc.h:
7788         Export sometimes source pad with correct caps on the template, create
7789         the ghostpad from the template.
7790         Remove RTCP template as we never expose RTCP.
7791         Protect against invalid body size.
7792         Avoid memcpy when creating the output buffer.
7793         Properly post an error and send EOS when the loop function is shut down.
7794
7795 2006-09-18  Wim Taymans  <wim@fluendo.com>
7796
7797         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7798
7799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7800         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7801         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7802         * gst/rtsp/gstrtspsrc.h:
7803         Make sure we can never set an invalid location.
7804
7805         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7806         * gst/rtsp/rtspmessage.h:
7807         Added _steal_body method for future use.
7808
7809         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7810         Make freeing of NULL url return immediatly.
7811
7812 2006-09-18  Wim Taymans  <wim@fluendo.com>
7813
7814         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7815
7816         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7817         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7818         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7819         (gst_rtspsrc_change_state):
7820         * gst/rtsp/gstrtspsrc.h:
7821         Use boilerplate.
7822         Make rtspsrc subclass GstBin to make state changes easier.
7823         Add Range header field on the PLAY request.
7824
7825 2006-09-18  Wim Taymans  <wim@fluendo.com>
7826
7827         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
7828
7829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
7830         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7831         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
7832         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
7833         * gst/rtsp/rtspconnection.c: (inet_aton):
7834         Small cleanups.
7835         when multicast is selected as the transport, create UDP sources and
7836         connect to the multicast group.
7837         Move parsing and setting of caps to a common place.
7838         Fixes #349894.
7839
7840 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
7841
7842         * ext/flac/gstflactag.c:
7843         * gst/alpha/gstalpha.c:
7844         * gst/debug/breakmydata.c:
7845         * gst/debug/negotiation.c:
7846         * gst/debug/testplugin.c:
7847         * gst/effectv/gstaging.c:
7848         * gst/effectv/gstdice.c:
7849         * gst/effectv/gstedge.c:
7850         * gst/effectv/gstquark.c:
7851         * gst/effectv/gstrev.c:
7852         * gst/effectv/gstshagadelic.c:
7853         * gst/effectv/gstvertigo.c:
7854         * gst/effectv/gstwarp.c:
7855         * gst/multipart/multipartdemux.c:
7856         * gst/multipart/multipartmux.c:
7857         * gst/videobox/gstvideobox.c:
7858         * gst/videofilter/gstgamma.c:
7859         * gst/videofilter/gstvideotemplate.c:
7860         * gst/videomixer/videomixer.c:
7861         * sys/sunaudio/gstsunaudiosrc.h:
7862         More G_OBJECT macro fixing.
7863
7864 2006-09-16  Wim Taymans  <wim@fluendo.com>
7865
7866         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
7867
7868         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
7869         Correctly set the dwLength in strh.
7870         With this patch, the file duration is now displayed correctly in window
7871         media player and the AVI plays completely. Fixes #356147
7872
7873 2006-09-15  Wim Taymans  <wim@fluendo.com>
7874
7875         Patch by: Darren Kenny <darren dot kenny at sun dot com>
7876
7877         * sys/sunaudio/gstsunaudiomixerctrl.c:
7878         (gst_sunaudiomixer_ctrl_build_list):
7879         Set the output track as the MASTER so that the gnome-settings-daemon
7880         keybindings for changing the volume using the keyboard works.
7881         Fixes #356142.
7882
7883 2006-09-15  Wim Taymans  <wim@fluendo.com>
7884
7885         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7886         Fix documentation, it is not possible to control the framerate of jpegdec
7887         using filtered caps yet. Fixes #355210.
7888         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
7889         stop when there is an error.
7890
7891 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7892
7893         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
7894         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7895           Don't interpret a first buffer with an offset of NONE as
7896           'from the middle of the stream', but only a first buffer
7897           that has a valid buffer offset that's non-zero (see #345449).
7898
7899 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
7902         (gst_icydemux_typefind_or_forward):
7903         * gst/icydemux/gsticydemux.h:
7904           When we merge/collect multiple incoming buffers for typefinding
7905           purposes, keep an initial 0 offset on the first outgoing buffer
7906           as well (otherwise id3demux won't work right). Fixes #345449.
7907           Also Make buffer metadata writable before setting buffer caps.
7908
7909         * tests/check/elements/icydemux.c: (typefind_succeed),
7910         (cleanup_icydemux), (push_data), (GST_START_TEST),
7911         (icydemux_suite):
7912           Small test case for the above.
7913
7914 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
7915
7916         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
7917         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
7918         (gst_avi_demux_stream_header_push),
7919         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
7920         (gst_avi_demux_loop):
7921           More code reuse and better logging in _peek_chunk(). Reintroduce check
7922           for chunk sizes before reading them (avoid oom). Better handling for 
7923           invalid chunksizes when streaming.
7924
7925 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
7926
7927         * gst/level/gstlevel.c: (gst_level_set_property):
7928         * gst/level/gstlevel.h:
7929           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
7930           René Stadler
7931
7932 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
7933
7934         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
7935         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
7936         (gst_avi_demux_stream_data):
7937           Revert one change to fix streaming avi (adapter size != data size).
7938
7939 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7940
7941         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
7942
7943         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
7944         (gst_matroska_demux_reset),
7945         (gst_matroska_demux_read_track_encodings),
7946         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
7947         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7948         (gst_matroska_demux_subtitle_caps):
7949         * gst/matroska/matroska-ids.h:
7950           Add support for VOBSUB subtitle tracks and zlib-compressed
7951           tracks. Make sure we start on a keyframe after a seek. (#343348)
7952
7953 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
7954
7955         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
7956         (gst_matroska_demux_push_flac_codec_priv_data),
7957         (gst_matroska_demux_push_xiph_codec_priv_data),
7958         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7959         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
7960         * gst/matroska/matroska-ids.h:
7961           Add basic FLAC support (#311586), not perfect yet though, needs some
7962           tweaking in flacdec; also, seeking could be better.
7963           Do better bounds checking when deserialising vorbis stream headers
7964           to make sure we don't read beyond the end of the buffer on bad input.
7965
7966 2006-09-04  Wim Taymans  <wim@fluendo.com>
7967
7968         Patch by: Alessandro Decina <alessandro at nnva dot org>
7969
7970         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
7971         Seeking back in a file containing a CMML stream errors out if the seek
7972         goes back up to the CMML headers. This is because after the seek the xml
7973         processing instruction <?xml ...?> is submitted to the xml parser again, 
7974         which results in an error. The attached patch fixes the problem. 
7975         Fixes #353908.
7976
7977         * ext/annodex/gstcmmlenc.h:
7978         Fix authors name.
7979
7980
7981 2006-08-28  Andy Wingo  <wingo@pobox.com>
7982
7983         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
7984         New helper function to lessen the ifdefs.
7985         (GST_INFO_OBJECT): 
7986         (gst_dv1394src_iso_receive): Use it.
7987         (gst_dv1394src_create): Also use the control sockets in iec61883
7988         mode.
7989         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
7990         handle for AVC operations; fixes #348233.
7991
7992 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
7993
7994         * configure.ac:
7995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7996         * docs/plugins/inspect/plugin-audiofx.xml:
7997         * docs/plugins/inspect/plugin-audiofxgood.xml:
7998         * gst/audiofx/Makefile.am:
7999         * gst/audiofx/audiofx.c:
8000         * gst/audiofxgood/.cvsignore:
8001         * gst/audiofxgood/Makefile.am:
8002         * gst/audiofxgood/audiofx.c:
8003         * gst/audiofxgood/audiopanorama.c:
8004         * gst/audiofxgood/audiopanorama.h:
8005           Rename again (audiofxgood -> audiofx).
8006
8007 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8008
8009         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8010         (gst_avi_demux_stream_scan):
8011           Initialze variables.
8012
8013 2006-08-25  Wim Taymans  <wim@fluendo.com>
8014
8015         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8016         (gst_avi_demux_init), (gst_avi_demux_finalize),
8017         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8018         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8019         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8020         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8021         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8022         (gst_avi_demux_massage_index),
8023         (gst_avi_demux_calculate_durations_from_index),
8024         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8025         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8026         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8027         (gst_avi_demux_change_state):
8028         * gst/avi/gstavidemux.h:
8029         More attempts to turn this into readable code.
8030         Don't leak adapters.
8031         Calculate duration according to index more efficiently.
8032         Don't try to act like we drive the pipeline in chain mode.
8033
8034 2006-08-25  Wim Taymans  <wim@fluendo.com>
8035
8036         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8037         Fix build.
8038
8039 2006-08-25  Wim Taymans  <wim@fluendo.com>
8040
8041         Patch by: Alessandro Decina <alessandro at nnva dot org>
8042
8043         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8044         Do some extra sanity checks.
8045         Fixes #350340.
8046
8047         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8048         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8049         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8050         Check if clip->start_time is valid before adding the clip to the
8051         track list.
8052         Reset enc->preamble going from PAUSED to READY.
8053         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8054         only used for EOS.
8055         Only post an error message if we were the one that created the fatal
8056         GstFlowReturn value.
8057
8058         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8059         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8060         Parse the seconds field of the npt-sec time format using %llu rather than
8061         %d and check that the value scaled by GST_SECOND doesn't overflow.
8062         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8063         Lookup a clip's track with clip->track rather than clip->id which
8064         makes no sense.
8065         Identify a clip by its track and start time and not its xml id.
8066         do some more input checking and make sure we don't do undefined shifts.
8067
8068         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8069         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8070         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8071         (push_clip), (push_empty_clip), (check_output_clip),
8072         (GST_START_TEST), (cmmldec_suite):
8073         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8074         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8075         (check_headers), (push_clip), (check_clip_times), (check_clip),
8076         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8077         Added some more checks.
8078
8079 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8080
8081         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8082         (gst_audio_panorama_set_property),
8083         (gst_audio_panorama_get_property),
8084         (gst_audio_panorama_transform_m2s_int),
8085         (gst_audio_panorama_transform_s2s_int),
8086         (gst_audio_panorama_transform_m2s_float),
8087         (gst_audio_panorama_transform_s2s_float):
8088         * gst/audiofxgood/audiopanorama.h:
8089         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8090           Make also the pan-property float (saves scaling and yields better
8091           resolution)
8092
8093 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8094
8095         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8096         (gst_audio_panorama_transform_m2s_float),
8097         (gst_audio_panorama_transform_s2s_float):
8098           ChangeLog surgery to add cymax's real name
8099
8100
8101 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8102
8103         Patch by: René Stadler <mail@renestadler.de>
8104
8105         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8106         (gst_audio_panorama_transform_m2s_int),
8107         (gst_audio_panorama_transform_s2s_int),
8108         (gst_audio_panorama_transform_m2s_float),
8109         (gst_audio_panorama_transform_s2s_float),
8110         (gst_audio_panorama_transform):
8111         * gst/audiofxgood/audiopanorama.h:
8112           Added float support
8113
8114 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8115
8116         * gst/audiofxgood/audiopanorama.c:
8117         (gst_audio_panorama_transform_m2s):
8118           Fix docs & debug category. Add Fixme for volume pan levels.
8119
8120 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8121
8122         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8123         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8124         (gst_avi_demux_stream_header_pull),
8125         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8126         (gst_avi_demux_chain):
8127           unbreak AVI index handling, some more debug, remove an obsolete
8128           adapter_flush that caused streaming to wander off in the wild
8129
8130 2006-08-24  Wim Taymans  <wim@fluendo.com>
8131
8132         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8133         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8134         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8135         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8136         (gst_avi_demux_calculate_durations_from_index),
8137         (gst_avi_demux_stream_header_push),
8138         (gst_avi_demux_stream_header_pull):
8139         * gst/avi/gstavidemux.h:
8140         Some more cleanups. 
8141         Fix totalFrames parsing in ODML.
8142         Disable use of index for length calculation in case of ODML as this is
8143         broken now.
8144
8145 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8146
8147         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8148           Use libgsttag helper function here too.
8149
8150 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8151
8152         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8153         (gst_avi_demux_init), (gst_avi_demux_dispose),
8154         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8155         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8156         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8157         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8158         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8159         (gst_avi_demux_parse_subindex),
8160         (gst_avi_demux_read_subindexes_push),
8161         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8162         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8163         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8164         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8165         (gst_avi_demux_stream_header_pull),
8166         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8167         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8168         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8169         (gst_avi_demux_change_state):
8170         * gst/avi/gstavidemux.h:
8171           Initial streaming support for avidemux (fixes #336465)
8172
8173 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8174
8175         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8176           There is no taglibmux element ...
8177
8178         * gst/rtsp/gstrtspsrc.c:
8179           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8180           was complaining about unknown entity here.
8181
8182 2006-08-22  Wim Taymans  <wim@fluendo.com>
8183
8184         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8185         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8186         (gst_avi_demux_process_next_entry):
8187         * gst/avi/gstavidemux.h:
8188         Mark DISCONT.
8189         Remove old unused fields and reorder the struct a bit.
8190
8191 2006-08-22  Wim Taymans  <wim@fluendo.com>
8192
8193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8194         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8195         (gst_rtspsrc_pause):
8196         * gst/rtsp/gstrtspsrc.h:
8197         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8198         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8199         Small documentation updates.
8200
8201 2006-08-22  Wim Taymans  <wim@fluendo.com>
8202
8203         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8204         (gst_avi_demux_index_entry_for_time),
8205         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8206         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8207         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8208         (gst_avi_demux_next_data_buffer),
8209         (gst_avi_demux_calculate_durations_from_index),
8210         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8211         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8212         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8213         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8214         * gst/avi/gstavidemux.h:
8215         Precalc most of the duration query for each stream.
8216         Make seeking more correct.
8217         Use GstSegment to track position and duration.
8218         Code cleanups and leak fixes.
8219         Calculate correct total duration based on index length.
8220
8221 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8222
8223         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8224         (parse_insert_string_field):
8225           If strings in text fields are marked ISO8859-1, but contain
8226           valid UTF-8 already, then handle them as UTF-8 and ignore
8227           the encoding. (#351794)
8228
8229 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8230
8231         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8232         (gst_flac_dec_write), (gst_flac_dec_loop),
8233         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8234         (gst_flac_dec_src_query):
8235         * ext/flac/gstflacdec.h:
8236           Make flac-in-ogg work (#352100).
8237
8238 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8239
8240         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8241           Don't unref buffers of which we've already given away
8242           ownership to the adapter.
8243
8244 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8245
8246         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8247           Make metadata extraction actually work.
8248
8249         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8250         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8251         (gst_speexenc_chain):
8252           Fix metadata writing: replace old code which wrote completely
8253           broken tags with libgsttag-based code. Plus miscellaneous
8254           code cleanups (use static pad templates etc.) and a bunch
8255           of leak fixes.
8256
8257 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8258
8259         * gst/audiopanorama/.cvsignore:
8260         * gst/audiopanorama/Makefile.am:
8261         * gst/audiopanorama/audiofx.c:
8262         * gst/audiopanorama/audiopanorama.c:
8263         * gst/audiopanorama/audiopanorama.h:
8264           die! die! die! you should never have been there
8265
8266 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8267
8268         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8269         Fix invalid memory access in audiopanorama test suite.
8270
8271 2006-08-21  Edward Hervey  <edward@fluendo.com>
8272
8273         * tests/check/elements/.cvsignore:
8274         ignore built file
8275
8276 2006-08-21  Wim Taymans  <wim@fluendo.com>
8277
8278         * gst/rtp/Makefile.am:
8279         Fix the build again.
8280
8281 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8282
8283         * gst/audiofxgood/.cvsignore:
8284         * gst/audiofxgood/Makefile.am:
8285         * gst/audiofxgood/audiofx.c: (plugin_init):
8286         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8287         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8288         (gst_audio_panorama_set_property),
8289         (gst_audio_panorama_get_property),
8290         (gst_audio_panorama_get_unit_size),
8291         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8292         (gst_audio_panorama_transform_m2s),
8293         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8294         * gst/audiofxgood/audiopanorama.h:
8295           resubmit with the desired name *again*
8296
8297 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8298
8299         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8300         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8301           use g_assert in _get_unit_size
8302
8303 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8304
8305         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8306         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8307         * docs/plugins/inspect/plugin-audiofxgood.xml:
8308           cleanup -unused.txt to make it useful, add previously missing docs
8309
8310         * ext/Makefile.am:
8311           Quietly (accidentally) enable LADSPA for building by default, 
8312           despite the fact that it doesn't meet the plugin checklist.
8313             -- Added by Jan Schmidt 18 Dec 2006
8314
8315         * ext/esd/esdmon.c:
8316         * ext/esd/esdsink.c:
8317         * ext/esd/gstesd.c: (plugin_init):
8318           reflow to get rid of two external symbols
8319
8320         * gst/audiofxgood/audiofx.c: (plugin_init):
8321           re-add
8322
8323 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8324
8325         * configure.ac:
8326         * gst/audiofxgood/.cvsignore:
8327         * gst/audiofxgood/Makefile.am:
8328         * gst/audiofxgood/audiofx.c
8329         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8330         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8331         (gst_audio_panorama_set_property),
8332         (gst_audio_panorama_get_property),
8333         (gst_audio_panorama_get_unit_size),
8334         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8335         (gst_audio_panorama_transform_m2s),
8336         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8337         * gst/audiofxgood/audiopanorama.h:
8338         * tests/check/Makefile.am:
8339         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8340         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8341         (panorama_suite), (main):
8342         Add audiofxgood plugin with audiopanorama element
8343
8344 2006-08-18  Wim Taymans  <wim@fluendo.com>
8345
8346         * docs/plugins/Makefile.am:
8347         More Oss docs fixage. 
8348
8349 2006-08-18  Wim Taymans  <wim@fluendo.com>
8350
8351         * gst/rtp/Makefile.am:
8352         * gst/rtp/gstrtp.c: (plugin_init):
8353         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8354         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8355         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8356         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8357         (gst_rtp_sv3v_depay_get_property),
8358         (gst_rtp_sv3v_depay_change_state),
8359         (gst_rtp_sv3v_depay_plugin_init):
8360         * gst/rtp/gstrtpsv3vdepay.h:
8361         Added experimental SVQ3 depayloader.
8362
8363 2006-08-18  Edward Hervey  <edward@fluendo.com>
8364
8365         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8366         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8367         * ext/dv/gstdvdemux.h:
8368         When handling seek requests, don't send the newsegment event from the
8369         calling thread. Instead save it so it can be sent from the streaming
8370         thread.
8371
8372 2006-08-17  Wim Taymans  <wim@fluendo.com>
8373
8374         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8375
8376         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8377         Accept leading whitespace before the boundary
8378         This patch makes the demuxer allow some whitespace before the actual
8379         boundary. This makes the demuxer work with the ``old'' gstreamer
8380         multipartmuxer again (which placed an extra \n before the start
8381         of the stream) Fixes #349068.
8382
8383 2006-08-17  Wim Taymans  <wim@fluendo.com>
8384
8385         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8386         Error out on non-implemented stuff.
8387
8388 2006-08-16  Wim Taymans  <wim@fluendo.com>
8389
8390         Patch by: Andy Wingo <wingo at pobox dot com>
8391
8392         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8393         (gst_signal_processor_start), (gst_signal_processor_stop),
8394         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8395         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8396         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8397         (gst_signal_processor_change_state):
8398         Make ladspa elements reusable. Fixes #350006.
8399
8400 2006-08-16  Wim Taymans  <wim@fluendo.com>
8401
8402         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8403         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8404         names as possible. Fixes #349901.
8405
8406 2006-08-16  Wim Taymans  <wim@fluendo.com>
8407
8408         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8409         (gst_signal_processor_do_pushes):
8410         A push() gives away our refcount so we should not use the buffer on the
8411         pen anymore.
8412
8413 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8414
8415         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8416         (gst_oss_mixer_element_finalize):
8417           Don't leak device string.
8418
8419 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8420
8421         * configure.ac:
8422           Require CVS of GStreamer core and -base (for
8423           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8424
8425         * ext/taglib/gstid3v2mux.cc:
8426           Write extended comment tags properly (#348762).
8427
8428         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8429         (parse_comment_frame):
8430           Extract COMM frames into extended comments, which makes it
8431           easier to properly retain the description bit of the tag
8432           and maintain this information when re-tagging (#348762).
8433
8434 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8435
8436         * tests/check/Makefile.am:
8437           Don't try to run annodex unit tests if the annodex
8438           plugin has not been built (Fixes #351116).
8439
8440 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8441
8442         * gst/autodetect/gstautoaudiosink.c:
8443         (gst_auto_audio_sink_find_best):
8444           When we can't find a usable audiosink, don't error out,
8445           but use a fake sink instead and post a warning message
8446           on the bus (#341278).
8447
8448 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8449
8450         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8451         * sys/oss/gstosssink.c:
8452         * sys/oss/gstosssrc.c:
8453           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8454           ossmixer's new device property.
8455
8456         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8457         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8458           Add docs for OSS elements.
8459
8460         * docs/plugins/inspect/plugin-aasink.xml:
8461         * docs/plugins/inspect/plugin-alaw.xml:
8462         * docs/plugins/inspect/plugin-alpha.xml:
8463         * docs/plugins/inspect/plugin-alphacolor.xml:
8464         * docs/plugins/inspect/plugin-annodex.xml:
8465         * docs/plugins/inspect/plugin-apetag.xml:
8466         * docs/plugins/inspect/plugin-auparse.xml:
8467         * docs/plugins/inspect/plugin-autodetect.xml:
8468         * docs/plugins/inspect/plugin-avi.xml:
8469         * docs/plugins/inspect/plugin-cacasink.xml:
8470         * docs/plugins/inspect/plugin-cairo.xml:
8471         * docs/plugins/inspect/plugin-cdio.xml:
8472         * docs/plugins/inspect/plugin-cutter.xml:
8473         * docs/plugins/inspect/plugin-debug.xml:
8474         * docs/plugins/inspect/plugin-dv.xml:
8475         * docs/plugins/inspect/plugin-efence.xml:
8476         * docs/plugins/inspect/plugin-effectv.xml:
8477         * docs/plugins/inspect/plugin-esdsink.xml:
8478         * docs/plugins/inspect/plugin-flac.xml:
8479         * docs/plugins/inspect/plugin-flxdec.xml:
8480         * docs/plugins/inspect/plugin-gconfelements.xml:
8481         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8482         * docs/plugins/inspect/plugin-goom.xml:
8483         * docs/plugins/inspect/plugin-halelements.xml:
8484         * docs/plugins/inspect/plugin-icydemux.xml:
8485         * docs/plugins/inspect/plugin-id3demux.xml:
8486         * docs/plugins/inspect/plugin-jpeg.xml:
8487         * docs/plugins/inspect/plugin-level.xml:
8488         * docs/plugins/inspect/plugin-matroska.xml:
8489         * docs/plugins/inspect/plugin-mulaw.xml:
8490         * docs/plugins/inspect/plugin-multipart.xml:
8491         * docs/plugins/inspect/plugin-navigationtest.xml:
8492         * docs/plugins/inspect/plugin-ossaudio.xml:
8493         * docs/plugins/inspect/plugin-png.xml:
8494         * docs/plugins/inspect/plugin-rtp.xml:
8495         * docs/plugins/inspect/plugin-rtsp.xml:
8496         * docs/plugins/inspect/plugin-shout2send.xml:
8497         * docs/plugins/inspect/plugin-smpte.xml:
8498         * docs/plugins/inspect/plugin-speex.xml:
8499         * docs/plugins/inspect/plugin-taglib.xml:
8500         * docs/plugins/inspect/plugin-udp.xml:
8501         * docs/plugins/inspect/plugin-videobalance.xml:
8502         * docs/plugins/inspect/plugin-videobox.xml:
8503         * docs/plugins/inspect/plugin-videoflip.xml:
8504         * docs/plugins/inspect/plugin-videomixer.xml:
8505         * docs/plugins/inspect/plugin-wavenc.xml:
8506         * docs/plugins/inspect/plugin-wavparse.xml:
8507         * docs/plugins/inspect/plugin-ximagesrc.xml:
8508           Update to CVS version.
8509           
8510 2006-08-16  Wim Taymans  <wim@fluendo.com>
8511
8512         * gst/rtp/gstrtpamrdepay.c:
8513         * gst/rtp/gstrtpmp4gdepay.c:
8514         Caps extra properties must be defined as strings for
8515         depayloaders because they are generated from an SDP.
8516
8517         * gst/rtp/Makefile.am:
8518         * gst/rtp/gstrtp.c: (plugin_init):
8519         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8520         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8521         (gst_rtp_h264_depay_finalize), (decode_base64),
8522         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8523         (gst_rtp_h264_depay_set_property),
8524         (gst_rtp_h264_depay_get_property),
8525         (gst_rtp_h264_depay_change_state),
8526         (gst_rtp_h264_depay_plugin_init):
8527         * gst/rtp/gstrtph264depay.h:
8528         Added basic, not completely functional RFC 3984 H264 depayloader.
8529
8530 2006-08-16  Wim Taymans  <wim@fluendo.com>
8531
8532         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8533         Add pads after setting them up.
8534
8535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8536         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8537         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8538         (gst_rtspsrc_stream_setup_rtp),
8539         (gst_rtspsrc_stream_configure_transport),
8540         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8541         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8542         (gst_rtspsrc_pause):
8543         * gst/rtsp/gstrtspsrc.h:
8544         Fix interleaved mode.
8545          - Protect streaming with lock.
8546          - Combine flows
8547          - set caps on outgoing buffers.
8548          - strip trailing \0 from data packets.
8549          - Configure RTP/RTCP in stream.
8550         Use DEBUG_OBJECT more.
8551
8552 2006-08-16  Wim Taymans  <wim@fluendo.com>
8553
8554         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8555         Turn a g_print into a DEBUG line.
8556
8557 2006-08-13  Wim Taymans  <wim@fluendo.com>
8558
8559         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8560         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8561         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8562         (gst_oss_mixer_element_get_property),
8563         (gst_oss_mixer_element_change_state):
8564         * sys/oss/gstossmixerelement.h:
8565         Small cleanups. Better error reporting.
8566         Add device property for the mixer instead of the hardcoded
8567         /dev/mixer. Fixes #350785.
8568         API: GstOssMixerElement::device property
8569
8570 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         Patch by: Jens Granseuer <jensgr at gmx net>
8573
8574         * gconf/Makefile.am:
8575           Make --disable-schemas work right (they still need
8576           to be copied to the installation directory, just not
8577           applied). Fixes #351347 (also #344100).
8578           
8579 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8580
8581         * configure.ac: back to HEAD
8582
8583 === release 0.10.4 ===
8584
8585 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8586
8587         * configure.ac:
8588           releasing 0.10.4, "Dear Leader"
8589
8590 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8591
8592         Patch by: Edward Hervey <edward@fluendo.com>
8593
8594         * configure.ac:
8595         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8596         (gst_wavparse_stream_data):
8597         Send the newsegment event in the streaming thread.
8598         Fixes #347529
8599
8600 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8601
8602         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8603         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8604         (gst_smokeenc_resync), (gst_smokeenc_chain):
8605           Refuse sink caps in the encoder if width or height is not a
8606           multiple of 16, the encoder does not support that yet (#349939);
8607           along the same lines, check the return value of the encoder
8608           setup function; also remove some debug log clutter.
8609
8610 2006-08-04  Andy Wingo  <wingo@pobox.com>
8611
8612         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8613         whether a processor can work in place or not, and for keeping
8614         track of its state. Change the FlowReturn instance variable from
8615         "state" to "flow_state", all callers changed.
8616
8617         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8618         (gst_signal_processor_start, gst_signal_processor_stop)
8619         (gst_signal_processor_cleanup): New functions to manage the
8620         processor's state.
8621         (gst_signal_processor_setcaps): start() as well as setup() here.
8622         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8623         (gst_signal_processor_change_state): Stop and cleanup the
8624         processor as we go to NULL.
8625
8626         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8627         INPLACE_BROKEN is not set.
8628
8629         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8630         Do the alloc_buffer in bytes, not frames.
8631         
8632 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8633
8634         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8635         Fix rgb masks when recording in < 24bpp.
8636
8637 2006-08-04  Andy Wingo  <wingo@pobox.com>
8638
8639         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8640         (gst_signal_processor_prepare)
8641         (gst_signal_processor_update_inputs)
8642         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8643         (gst_signal_processor_flush)
8644         (gst_signal_processor_sink_activate_push)
8645         (gst_signal_processor_src_activate_pull)
8646         (gst_signal_processor_change_state): Remove the last of the code
8647         that assumes that we process whole buffers at a time. Fix some
8648         debugging. Seems to work now in some cases.
8649         (gst_signal_processor_src_activate_pull): BPB
8650
8651 2006-08-01  Andy Wingo  <wingo@pobox.com>
8652
8653         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8654         Fix nframes-choosing.
8655         (gst_signal_processor_init): Init pending_in and pending_out.
8656
8657         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8658         more default sample rate, although we never check that the sample
8659         rate actually gets set. Something for the future.
8660         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8661         (gst_signal_processor_event): Refcount fixen.
8662         (gst_signal_processor_process): Pull the number of frames to
8663         process from the sizes of the buffers in the input pens.
8664         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8665         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8666         it instead of buffer_frames.
8667         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8668         to do_pulls.
8669         (gst_signal_processor_chain)
8670         (gst_signal_processor_sink_activate_push)
8671         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8672
8673         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8674
8675 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8676
8677         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8678         (gst_signal_processor_process):
8679           don't query buffer-frames from caps, add lots of debug-log,
8680           try fix for assert (#349189)
8681
8682 2006-07-31  Wim Taymans  <wim@fluendo.com>
8683
8684         * gst/udp/gstudpsrc.c:
8685         Fix docs.
8686
8687 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8688
8689         * ext/ladspa/gstsignalprocessor.c:
8690         (gst_signal_processor_add_pad_from_template),
8691         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8692         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8693         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8694         (gst_signal_processor_sink_activate_push),
8695         (gst_signal_processor_src_activate_pull),
8696         (gst_signal_processor_change_state):
8697          Add debugs logs here and there, add more error handling, add some
8698          FIXME comments, filed #349189
8699
8700 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8701
8702         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8703         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8704         Set caps on buffer correctly.  Fixes bug #349155.
8705
8706 2006-07-28  Wim Taymans  <wim@fluendo.com>
8707
8708         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8709
8710         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8711         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8712         (gst_multipart_demux_finalize), (get_line_end),
8713         (multipart_parse_header), (multipart_find_boundary),
8714         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8715         (gst_multipart_set_property), (gst_multipart_get_property):
8716         Uses GstAdapter instead of own buffering.
8717         Actually parses the mime-type correctly (In tests the mime-type was
8718         always "" with the old version).
8719         Uses the Content-length header if available to speed up things.
8720         Reliably autoscans the boundary name by default.
8721         Fixes #349068.
8722
8723         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8724         Don't start the stream with a \n.
8725
8726 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8727
8728         Patch by: Brian Cameron <brian dot cameron at sun com>
8729
8730         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8731           Open source with O_NONBLOCK (#349015).
8732
8733 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8734
8735         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8736         (gst_avi_demux_massage_index):
8737         * gst/avi/gstavidemux.h:
8738           Whitespace fixes and more debug
8739
8740 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8741
8742         * gst/autodetect/gstautoaudiosink.c:
8743         (gst_auto_audio_sink_create_element_with_pretty_name),
8744         (gst_auto_audio_sink_find_best),
8745         (gst_auto_audio_sink_change_state):
8746           Get rid of old and unused magic sound-server properties stuff.
8747           Add suffix to child sink's name that makes it easy to see from
8748           the name alone which type it actually is (alsa, oss, esd, etc.).
8749
8750 2006-07-27  Wim Taymans  <wim@fluendo.com>
8751
8752         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8753         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8754         (gst_udpsrc_start):
8755         * gst/udp/gstudpsrc.h:
8756         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8757         not some sort of feature we enable.
8758
8759 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8762           Use CLOSE_SOCKET() here instead of close() to maintain
8763           win32 workiness.
8764
8765 2006-07-27  Wim Taymans  <wim@fluendo.com>
8766
8767         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8768
8769         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8770         (gst_udpsrc_create), (gst_udpsrc_set_property),
8771         (gst_udpsrc_get_property), (gst_udpsrc_start):
8772         * gst/udp/gstudpsrc.h:
8773         Added "buffer-size" property to control the kernel receive buffer size.
8774         Update documentation.
8775         Small cleanups. Fixes #348752.
8776         API: buffer-size property
8777
8778 2006-07-26  Wim Taymans  <wim@fluendo.com>
8779
8780         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8781
8782         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8783         (gst_rtp_pcma_pay_handle_buffer):
8784         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8785         (gst_rtp_pcmu_pay_handle_buffer):
8786         Fix timestamp calculation on outgoing RTP packets.
8787         Fixes #348675.
8788
8789 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8790
8791         * ext/taglib/gstid3v2mux.cc:
8792           Fix writing of comment frames (should be COMM not TCOM),
8793           is still sub-optimal though, since we don't retain or
8794           extract the comment descriptions properly (#334375,
8795           also see #334375).
8796
8797 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8798
8799         * gst/wavparse/gstwavparse.c:
8800           #define 'fact' RIFF chunk if we are not compiling against
8801           -base CVS (we don't want to depend on -base CVS for this
8802           one define only, and also not for release order reasons).
8803
8804 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8805
8806         * ext/taglib/gstid3v2mux.cc:
8807           Handle multiple tags of the same type properly. Re-inject
8808           unparsed ID3v2 frames that we get as binary blobs from
8809           id3demux into the tag again so we don't lose information
8810           when retagging (#334375).
8811
8812 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8813
8814         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8815           Document newly-added properties properly, so that there is a
8816           'Since: 0.10.4' in the plugin docs. Convert some property
8817           names into canonical GObject style (GObject will do that
8818           internally anyway).
8819
8820 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8821
8822         * gst/id3demux/id3tags.c:
8823         (id3demux_add_id3v2_frame_blob_to_taglist):
8824           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8825           well, and add the version to the blob's buffer caps, since that
8826           information will be needed for deserialisation later on (#348644).
8827
8828 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
8829
8830         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
8831         (gst_avi_demux_parse_stream):
8832          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
8833          indentation and spacing.
8834
8835 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8836
8837         * docs/plugins/Makefile.am:
8838         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8839         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8840         * docs/plugins/gst-plugins-good-plugins.args:
8841         * docs/plugins/inspect/plugin-1394.xml:
8842         * docs/plugins/inspect/plugin-aasink.xml:
8843         * docs/plugins/inspect/plugin-alaw.xml:
8844         * docs/plugins/inspect/plugin-alpha.xml:
8845         * docs/plugins/inspect/plugin-alphacolor.xml:
8846         * docs/plugins/inspect/plugin-annodex.xml:
8847         * docs/plugins/inspect/plugin-apetag.xml:
8848         * docs/plugins/inspect/plugin-auparse.xml:
8849         * docs/plugins/inspect/plugin-autodetect.xml:
8850         * docs/plugins/inspect/plugin-avi.xml:
8851         * docs/plugins/inspect/plugin-cacasink.xml:
8852         * docs/plugins/inspect/plugin-cairo.xml:
8853         * docs/plugins/inspect/plugin-cdio.xml:
8854         * docs/plugins/inspect/plugin-cutter.xml:
8855         * docs/plugins/inspect/plugin-debug.xml:
8856         * docs/plugins/inspect/plugin-dv.xml:
8857         * docs/plugins/inspect/plugin-efence.xml:
8858         * docs/plugins/inspect/plugin-effectv.xml:
8859         * docs/plugins/inspect/plugin-esdsink.xml:
8860         * docs/plugins/inspect/plugin-flac.xml:
8861         * docs/plugins/inspect/plugin-flxdec.xml:
8862         * docs/plugins/inspect/plugin-gconfelements.xml:
8863         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8864         * docs/plugins/inspect/plugin-goom.xml:
8865         * docs/plugins/inspect/plugin-halelements.xml:
8866         * docs/plugins/inspect/plugin-icydemux.xml:
8867         * docs/plugins/inspect/plugin-id3demux.xml:
8868         * docs/plugins/inspect/plugin-jpeg.xml:
8869         * docs/plugins/inspect/plugin-level.xml:
8870         * docs/plugins/inspect/plugin-matroska.xml:
8871         * docs/plugins/inspect/plugin-mulaw.xml:
8872         * docs/plugins/inspect/plugin-multipart.xml:
8873         * docs/plugins/inspect/plugin-navigationtest.xml:
8874         * docs/plugins/inspect/plugin-ossaudio.xml:
8875         * docs/plugins/inspect/plugin-png.xml:
8876         * docs/plugins/inspect/plugin-rtp.xml:
8877         * docs/plugins/inspect/plugin-rtsp.xml:
8878         * docs/plugins/inspect/plugin-shout2send.xml:
8879         * docs/plugins/inspect/plugin-smpte.xml:
8880         * docs/plugins/inspect/plugin-speex.xml:
8881         * docs/plugins/inspect/plugin-udp.xml:
8882         * docs/plugins/inspect/plugin-videobalance.xml:
8883         * docs/plugins/inspect/plugin-videobox.xml:
8884         * docs/plugins/inspect/plugin-videoflip.xml:
8885         * docs/plugins/inspect/plugin-videomixer.xml:
8886         * docs/plugins/inspect/plugin-wavenc.xml:
8887         * docs/plugins/inspect/plugin-wavparse.xml:
8888         * docs/plugins/inspect/plugin-ximagesrc.xml:
8889           Update files to CVS/Prerelease version, add esdsink docs.
8890
8891         * ext/esd/esdsink.c:
8892           Add gtk-doc blurb.
8893
8894         * gst/rtp/gstrtpmp4vpay.c:
8895           Fix typo in element description.
8896
8897 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8898
8899         * ext/esd/esdsink.c: (gst_esdsink_open),
8900         (gst_esdsink_factory_init):
8901           Prevent libesd from auto-spawning a sound daemon if it
8902           is not already running. Now that we don't do evil stuff
8903           like that any longer we can give esdsink a rank so that
8904           autoaudiosink will try it as well if all other audio
8905           sinks fail (#343051).
8906
8907 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8908
8909         * ext/esd/Makefile.am:
8910           Oops, need to remove README from EXTRA_DIST as well.
8911
8912 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         * ext/esd/README:
8915           Remove, it contains nothing useful anyway.
8916
8917         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
8918         (gst_esdsink_delay):
8919           Some small clean-ups; use GST_BOILERPLATE etc.
8920
8921 2006-07-24  Wim Taymans  <wim@fluendo.com>
8922
8923         * gst/law/alaw-decode.c: (alawdec_getcaps):
8924         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
8925         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8926         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
8927         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
8928
8929 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
8930
8931         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
8932         (gst_wavparse_other), (gst_wavparse_perform_seek),
8933         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
8934         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
8935         (gst_wavparse_pad_query):
8936         * gst/wavparse/gstwavparse.h:
8937           Use information from 'fact' chunk for length calculation of compressed
8938           samples. Calculate bps if bogus value is found in wav header (embeded
8939           mp2/mp3).
8940           
8941
8942 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
8945
8946         * configure.ac:
8947         * gst/udp/Makefile.am:
8948         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
8949         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
8950         * gst/udp/gstdynudpsink.h:
8951         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
8952         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
8953         * gst/udp/gstmultiudpsink.h:
8954         * gst/udp/gstudp.c: (plugin_init):
8955         * gst/udp/gstudpsink.h:
8956         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
8957         (gst_udpsrc_start), (gst_udpsrc_stop):
8958         * gst/udp/gstudpsrc.h:
8959         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
8960         (gst_udp_net_utils_win32_wsa_startup):
8961         * gst/udp/gstudpnetutils.h:
8962           Port udp plugin to win32 (#345288).
8963
8964 2006-07-24  Wim Taymans  <wim@fluendo.com>
8965
8966         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
8967         Remove unwanted DEBUG line.
8968
8969 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8970
8971         * gst/id3demux/gstid3demux.c: (plugin_init):
8972         * gst/id3demux/id3tags.c:
8973         (id3demux_add_id3v2_frame_blob_to_taglist):
8974         * gst/id3demux/id3tags.h:
8975           On second thought, it might be wiser and more efficient
8976           not to do tag registration from a streaming thread.
8977
8978 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * gst/id3demux/id3tags.c:
8981         (id3demux_add_id3v2_frame_blob_to_taglist),
8982         (id3demux_id3v2_frames_to_tag_list):
8983           Put ID3v2 frames we can't parse as binary blobs into private
8984           tags, so that they are not lost when retagging, at least once
8985           id3v2mux has been taught to re-inject those frames again.
8986           See bug #334375.
8987
8988 2006-07-21  Wim Taymans  <wim@fluendo.com>
8989
8990         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8991         (gst_avi_demux_process_next_entry):
8992         Fix some leaks.
8993
8994         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
8995         Don't use \n in debug lines.
8996
8997 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
8998
8999         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9000         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9001           Add annodex and icydemux, cleanup the sections a bit
9002
9003 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         Patch by: Alex Lancaster <alexl at users sourceforge net>
9006
9007         * ext/taglib/gstid3v2mux.cc:
9008           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9009           ID3v2 TSSE frames (#347898).
9010
9011 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9012
9013         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9014           Respect mpegversion for "video/mpeg" and give message in case of
9015           unhandled versions.
9016
9017 2006-07-17  Wim Taymans  <wim@fluendo.com>
9018
9019         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9020         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9021         (gst_pngdec_chain), (gst_pngdec_sink_event),
9022         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9023         (gst_pngdec_sink_activate_push):
9024         * ext/libpng/gstpngdec.h:
9025         Use statically allocated segment instead of leaking.
9026         Various cleanups.
9027         Fix flush and seek handling.
9028
9029 2006-07-16  Wim Taymans  <wim@fluendo.com>
9030
9031         * gst/rtp/Makefile.am:
9032         * gst/rtp/gstrtp.c: (plugin_init):
9033         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9034         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9035         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9036         (gst_rtp_mp4g_depay_set_property),
9037         (gst_rtp_mp4g_depay_get_property),
9038         (gst_rtp_mp4g_depay_change_state),
9039         (gst_rtp_mp4g_depay_plugin_init):
9040         * gst/rtp/gstrtpmp4gdepay.h:
9041         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9042         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9043         (gst_rtp_mp4g_pay_flush):
9044         Added simple generic mpeg4 depayloader.
9045         Fix generic mpeg4 payloader.
9046
9047 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9050           Don't try doing state changes on a NULL pointer.
9051
9052 2006-07-14  Wim Taymans  <wim@fluendo.com>
9053
9054         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9055
9056         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9057         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9058         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9059         * gst/rtp/gstrtpamrdepay.h:
9060         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9061         Fixes #321191
9062
9063 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9064
9065         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9066         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9067         Fix segfault when moving mouse pointer to the bottom right corner.
9068
9069 2006-07-12  Wim Taymans  <wim@fluendo.com>
9070
9071         * gst/rtp/Makefile.am:
9072         * gst/rtp/gstrtp.c: (plugin_init):
9073         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9074         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9075         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9076         (gst_rtp_mp2t_depay_set_property),
9077         (gst_rtp_mp2t_depay_get_property),
9078         (gst_rtp_mp2t_depay_change_state),
9079         (gst_rtp_mp2t_depay_plugin_init):
9080         * gst/rtp/gstrtpmp2tdepay.h:
9081         Added mpeg2 TS depayloader. Closing #347234.
9082
9083 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9084
9085         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9086           Remove g_assert that shouldn't be there and was triggered
9087           after trying to open a device that doesn't exist or can't
9088           be opened for some other reason (#347972).
9089
9090 2006-07-10  Edward Hervey  <edward@fluendo.com>
9091
9092         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9093         (gst_avi_demux_stream_header), (push_tag_lists):
9094         * gst/avi/gstavidemux.h:
9095         Don't push tag events found by gst_riff_parse_info() before outputting
9096         GST_EVENT_NEWSEGMENT.
9097
9098 2006-07-10  Wim Taymans  <wim@fluendo.com>
9099
9100         * gst/rtsp/Makefile.am:
9101         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9102         (rtsp_connection_close):
9103         * gst/rtsp/rtspdefs.h:
9104         replaced closesocket and close in code with one CLOSE_SOCKET. 
9105         Some more cleanups. Fixes #345301.
9106
9107 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9108
9109         * gst/autodetect/gstautoaudiosink.c:
9110           Fix example pipeline in docs.
9111
9112 2006-07-10  Wim Taymans  <wim@fluendo.com>
9113
9114         Patch by: Rob Taylor <robtaylor at floopily dot org>
9115
9116         * gst/udp/gstmultiudpsink.c: (join_multicast),
9117         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9118         If a destination is added before the stream is set to PAUSED, the
9119         multicast group is not joined as the socket is not created yet. 
9120         Also TTL and LOOP should also be set. Fixes #346921.
9121
9122 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9123
9124         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9125         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9126         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9127         (gst_ximage_src_init):
9128         * sys/ximage/gstximagesrc.h:
9129         Fix use-damage property to actually work :)
9130         Add startx, starty, endx, endy properties so screencasts other than full
9131         screen ones can work.
9132
9133 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9134
9135         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9136         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9137         (gst_ximage_src_class_init), (gst_ximage_src_init):
9138         * sys/ximage/gstximagesrc.h:
9139         Add use_damage property to offer ability to choose whether to use
9140         XDamage or not.
9141
9142 2006-07-07  Wim Taymans  <wim@fluendo.com>
9143
9144         * gst/goom/filters.c: (zoomFilterSetResolution):
9145         Avoid goom coredumping by clearing memory. 
9146         Fixes 345679.
9147
9148 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9149
9150         * win32/vs6/libgstid3demux.dsp:
9151         Add a link to libgsttag-0.10.lib.
9152
9153 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9156         (gst_tag_demux_read_range):
9157         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9158         (gst_id3demux_read_range):
9159           Don't return FLOW_UNEXPECTED when a buffer is before
9160           the start of the stream (which might happen with
9161           large ID3v2 tags if the tag reading was done pullrange
9162           based and we then switched to push mode later on).
9163           Fixes regression introduced by commit from June 29th.
9164
9165 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9166
9167         * ext/taglib/gstid3v2mux.cc:
9168           Make UTF-8 the default encoding when writing string
9169           tags (before, our UTF-8 strings would automatically
9170           be converted to ISO-8859-1 by taglib and written as
9171           ISO-8859-1 fields if that was possible).
9172
9173         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9174         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9175         (test_taglib_id3mux_with_tags):
9176           Add test case that makes sure our UTF-8 strings have
9177           actually been written into the tag as UTF-8.
9178
9179 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9180
9181         * configure.ac:
9182           Let's try that again.
9183
9184 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9185
9186         * configure.ac:
9187           Disable monoscope plugin for now until it fulfills
9188           all the requirements.
9189
9190 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9191
9192         * configure.ac:
9193         * gst/monoscope/Makefile.am:
9194         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9195         (gst_monoscope_class_init), (gst_monoscope_init),
9196         (gst_monoscope_finalize), (gst_monoscope_reset),
9197         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9198         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9199         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9200         (gst_monoscope_change_state), (plugin_init):
9201         * gst/monoscope/gstmonoscope.h:
9202           Port monoscope visualisation to 0.10.
9203
9204 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9207         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9208           Return FLOW_UNEXPECTED when at the end of the file, not
9209           FLOW_ERROR. Fixes 'internal stream error' errors that
9210           would sometimes occur in totem when scrubbing to the
9211           end of an ID3v1 tagged mp3 file.
9212
9213 2006-07-03  Edward Hervey  <edward@fluendo.com>
9214
9215         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9216         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9217         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9218         * ext/libpng/gstpngdec.h:
9219         Implement buffer clipping/dropping using GstSegment.
9220         This provides accurate seeking.
9221
9222 2006-07-03  Edward Hervey  <edward@fluendo.com>
9223
9224         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9225         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9226         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9227         (gst_avi_demux_process_next_entry), (push_tag_lists),
9228         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9229         * gst/avi/gstavidemux.h:
9230         Proper aggregation of each stream's GstFlowReturn in order to figure out
9231         whether the task should stop or not.
9232         Don't send inline events before pushing out a NEW_SEGMENT, more
9233         specifically for GST_TAG_EVENT.
9234         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9235         sub-indexes.
9236
9237 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9240
9241         * sys/sunaudio/gstsunaudiomixerctrl.c:
9242         (gst_sunaudiomixer_ctrl_build_list):
9243           Move "Monitor" slider to input tab so it works more like
9244           sdtaudiocontrol, which is what people on Solaris are used
9245           to using for their mixer program (#346259).
9246
9247 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9248
9249         * tests/check/elements/level.c: (GST_START_TEST):
9250           fix a leak, clean up at the end
9251
9252 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9253
9254         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9255         (gst_matroska_demux_send_event),
9256         (gst_matroska_demux_loop_stream_parse_id):
9257         * gst/matroska/matroska-ids.h:
9258           Send tag event after newsegment event.
9259
9260 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9261
9262         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9263         (gst_id3demux_read_range):
9264           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9265           certain cases where a read beyond the end of the file is
9266           requested. Fixes #345930.
9267
9268         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9269         (gst_tag_demux_read_range):
9270           Fix same issue here as well.
9271
9272 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9273
9274         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9275         
9276         Fix hypothetical crash.
9277
9278 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9281
9282         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9283           Do not modify the ports value. If the user has turned off the
9284           built-in speakers, then we should not reset it in the prepare
9285           function, since this causes the built-in speakers to turn
9286           back on anytime the user changes a track in totem, rhythmbox,
9287           etc. (#346066).
9288
9289 2006-06-23  Wim Taymans  <wim@fluendo.com>
9290
9291         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9292         Fix double caps unref when negotiation fails.
9293
9294 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9295
9296         * ext/annodex/gstcmmldec.c:
9297         * ext/annodex/gstcmmlenc.c:
9298         * ext/annodex/gstcmmlparser.c:
9299         * ext/dv/gstdvdec.c:
9300         * ext/dv/gstdvdemux.c:
9301         * ext/gdk_pixbuf/pixbufscale.c:
9302         * ext/jpeg/gstjpegenc.c:
9303         * ext/jpeg/gstsmokedec.c:
9304         * ext/jpeg/gstsmokeenc.c:
9305         * ext/libpng/gstpngdec.c:
9306         * ext/libpng/gstpngenc.c:
9307         * ext/speex/gstspeexenc.c:
9308         * gst/alpha/gstalphacolor.c:
9309         * gst/cutter/gstcutter.c:
9310         * gst/debug/gstnavigationtest.c:
9311         * gst/icydemux/gsticydemux.c:
9312         * gst/level/gstlevel.c:
9313         * gst/multipart/multipart.c:
9314         * gst/rtp/gstrtpamrpay.c:
9315         * gst/rtp/gstrtpdepay.c:
9316         * gst/rtp/gstrtpilbcpay.c:
9317         * gst/rtp/gstrtpmp4gpay.c:
9318         * gst/rtp/gstrtpmp4vpay.c:
9319         * gst/rtsp/gstrtpdec.c:
9320         * gst/rtsp/gstrtspsrc.c:
9321         * gst/udp/gstdynudpsink.c:
9322         * gst/udp/gstmultiudpsink.c:
9323         * gst/udp/gstudpsrc.c:
9324         * gst/videobox/gstvideobox.c:
9325         * gst/videofilter/gstvideoflip.c:
9326           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9327           plus two minor macro fixes.
9328
9329 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9330
9331         * gst/matroska/matroska-demux.c:
9332         (gst_matroska_demux_check_subtitle_buffer),
9333         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9334         (gst_matroska_demux_subtitle_caps):
9335         * gst/matroska/matroska-ids.c:
9336         (gst_matroska_track_init_subtitle_context):
9337         * gst/matroska/matroska-ids.h:
9338           Try to fix up broken matroska files containing subtitle
9339           streams with non-UTF8 character encodings (courtesy of
9340           mkvmerge) using either the encoding specified in the
9341           GST_SUBTITLE_ENCODING environment variable or the
9342           current locale's character set if it is non-UTF8.
9343           Fixes #337076.
9344
9345 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9348           Set image type from APIC frame as "image-type" field
9349           of GST_TAG_IMAGE buffer caps (#344605).
9350
9351 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9352
9353         * ext/flac/Makefile.am:
9354         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9355         (gst_flac_dec_reset_decoders),
9356         (gst_flac_dec_setup_seekable_decoder),
9357         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9358         (gst_flac_dec_metadata_callback),
9359         (gst_flac_dec_metadata_callback_seekable),
9360         (gst_flac_dec_metadata_callback_stream),
9361         (gst_flac_dec_error_callback),
9362         (gst_flac_dec_error_callback_seekable),
9363         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9364         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9365         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9366         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9367         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9368         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9369         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9370         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9371         (gst_flac_dec_sink_activate_push),
9372         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9373         * ext/flac/gstflacdec.h:
9374           Support chain-based operation, should make flac-over-DAAP
9375           work (#340492).
9376
9377 2006-06-20  Wim Taymans  <wim@fluendo.com>
9378
9379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9380         Doc updates, merge some unused symbols.
9381
9382 2006-06-20  Wim Taymans  <wim@fluendo.com>
9383
9384         * docs/plugins/Makefile.am:
9385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9387         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9388         * gst/rtsp/gstrtspsrc.c:
9389         * gst/rtsp/gstrtspsrc.h:
9390         Added documentation for the rtsp plugin. Fixes #345393.
9391
9392 2006-06-20  Wim Taymans  <wim@fluendo.com>
9393
9394         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9395         (rtsp_connection_close), (rtsp_connection_free):
9396         Use better G_OS_* macros. Fixes #345301 some more.
9397
9398 2006-06-20  Wim Taymans  <wim@fluendo.com>
9399
9400         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9401
9402         * sys/sunaudio/Makefile.am:
9403         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9404         * sys/sunaudio/gstsunaudiomixerctrl.c:
9405         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9406         (gst_sunaudiomixer_ctrl_list_tracks),
9407         (gst_sunaudiomixer_ctrl_get_volume),
9408         (gst_sunaudiomixer_ctrl_set_volume),
9409         (gst_sunaudiomixer_ctrl_set_mute),
9410         (gst_sunaudiomixer_ctrl_set_record):
9411         * sys/sunaudio/gstsunaudiomixerctrl.h:
9412         * sys/sunaudio/gstsunaudiomixertrack.c:
9413         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9414         * sys/sunaudio/gstsunaudiomixertrack.h:
9415         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9416         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9417         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9418         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9419         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9420         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9421         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9422         (gst_sunaudiosrc_reset):
9423         * sys/sunaudio/gstsunaudiosrc.h:
9424         Add a SunAudio source plugin.
9425         Support stereo and right/left channel gain in the mixer plugin.
9426         Support the RECORD flag so that you can switch between line-input and
9427         microphone in gnome-volume-control.
9428         Code cleanups like using an enumerator for track number instead of an 
9429         integer. Fixes #344923.
9430
9431 2006-06-20  Wim Taymans  <wim@fluendo.com>
9432
9433         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9434
9435         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9436         (rtsp_connection_close):
9437         Make RTSP plugin compile on windows. Fixes #345301.
9438         Some changes to original patch to catch errors better.
9439         use ifdef WIN32 instead of ifndef.
9440
9441 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9442
9443         * configure.ac:
9444         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9445
9446 2006-06-18  Edward Hervey  <edward@fluendo.com>
9447
9448         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9449         After a failed buffer alloc, we need to abort the jpeg decoding (it
9450         started when parsing headers to figure out how many bytes we need
9451         to request downstream).
9452
9453 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9454
9455         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9456
9457         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9458           Make sure we don't read beyond the end of the file (#345232).
9459
9460 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9461
9462         * configure.ac:
9463           Fix --disable-external (can't set conditionals conditionally,
9464           #343602).
9465
9466 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         * autogen.sh:
9469         * configure.ac:
9470         * docs/Makefile.am:
9471           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9472
9473         * docs/plugins/Makefile.am:
9474         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9475         * docs/plugins/inspect/plugin-taglib.xml:
9476           Add/fix apev2mux docs.
9477
9478 2006-06-14  Wim Taymans  <wim@fluendo.com>
9479
9480         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9481         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9482         (gst_dvdec_change_state):
9483         Reset segment info on flush.
9484         Alloc segment in _init, free in _finalize.
9485
9486         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9487         Don't send segments twice.
9488
9489 2006-06-14  Wim Taymans  <wim@fluendo.com>
9490
9491         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9492         Respect segment.stop. Fixes #342592.
9493
9494 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9495
9496         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9497           No language specified means the implied language is English
9498           according to the matroska spec (partially fixes #344708);
9499           add some more debug output.
9500
9501 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9504         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9505         (gst_wavparse_chain):
9506           When operating chain-based, don't make any assumptions about the
9507           chunking of the incoming data and make streaming work on days other
9508           than the second Thursday after a full moon. Also fix up debug
9509           messages here and there and make use of the most excellent new
9510           gst_pad_query_peer_duration() utility function.
9511           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9512
9513         * gst/wavparse/gstwavparse.h:
9514           Remove trailing comma after last enum value, some compilers don't
9515           like that.
9516
9517 2006-06-13  Wim Taymans  <wim@fluendo.com>
9518
9519         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9520         Handle premature EOS gracefully.
9521
9522 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9523
9524         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9525           Prevent out of bounds array access when scrubbing towards
9526           the end of the file between the last index entry and the
9527           end. Fixes occasional 'start <= stop' newsegment event
9528           assertions when scrubbing in MJPEG files.
9529
9530 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         * tests/check/elements/.cvsignore:
9533           And another one.
9534
9535 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9538         (scan_encoded_string), (parse_picture_frame):
9539           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9540
9541         * configure.ac:
9542           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9543           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9544
9545 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9546
9547         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9548           gratuitous comment changes
9549         * tests/check/elements/level.c: (GST_START_TEST):
9550           fix level test leaks
9551
9552 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9553
9554         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9555         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9556           Use gst_pad_query_peer_duration() utility function here.
9557
9558 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9559
9560         * autogen.sh:
9561           require am17
9562         * configure.ac:
9563         * ext/annodex/Makefile.am:
9564         * ext/cdio/Makefile.am:
9565         * ext/dv/Makefile.am:
9566         * ext/esd/Makefile.am:
9567         * ext/flac/Makefile.am:
9568         * ext/gdk_pixbuf/Makefile.am:
9569         * ext/ladspa/Makefile.am:
9570         * ext/libcaca/Makefile.am:
9571         * ext/speex/Makefile.am:
9572         * ext/taglib/Makefile.am:
9573         * sys/oss/Makefile.am:
9574         * sys/sunaudio/Makefile.am:
9575         * sys/ximage/Makefile.am:
9576           clean up build further
9577
9578 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9579
9580         * gconf/Makefile.am:
9581           Honour --disable-schemas-install configure option. Fixes #344100.
9582
9583 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9584
9585         * tests/examples/level/Makefile.am:
9586           Add -lm to LIBS for pow() function, don't assume one of our
9587           dependencies (such as libxml-2.0) drags it in automatically
9588           (#343603).
9589
9590 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9591
9592         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9593
9594         * configure.ac:
9595           We should use $SED and not $(SED) in configure.ac (#343678).
9596
9597 2006-06-09  Wim Taymans  <wim@fluendo.com>
9598
9599         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9600
9601         * sys/sunaudio/gstsunaudiomixerctrl.c:
9602         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9603         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9604         (gst_sunaudiomixer_ctrl_set_mute):
9605         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9606         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9607         (gst_sunaudiosink_write):
9608         Attached find a patch that fixes a number of bugs with the SunAudio
9609         mixer plugin and fixes #344101:
9610         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9611            tracks onto the tracklist causing gnome-volume-control's preferences
9612            dialog to be messed up and would core dump if you checked/unchecked
9613            any item.
9614         2. We weren't previously setting the MUTE flag properly.  Fixing this
9615            makes gnome-volume-control work better.
9616         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9617            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9618            gnome-volume-control look better.
9619         Also some minor cleanup in gstsunaudiosink.c.
9620
9621 2006-06-09  Wim Taymans  <wim@fluendo.com>
9622
9623         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9624         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9625         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9626         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9627         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9628         * ext/jpeg/gstjpegdec.h:
9629         API: Added IDCT method property
9630         Small cleanups.
9631         Avoid dynamic allocation of trivial fixed structure.
9632         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9633
9634 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9635
9636         * configure.ac:
9637         We now require libraw1394 >= 1.1.0 and that version onwards all
9638         have .pc files.
9639
9640 2006-06-02  Edward Hervey  <edward@fluendo.com>
9641
9642         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9643         Trying to get items from an ANY or EMPTY caps is ... stupid.
9644
9645 2006-06-02  Edward Hervey  <edward@fluendo.com>
9646
9647         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9648         (gst_dvdec_chain), (gst_dvdec_change_state):
9649         * ext/dv/gstdvdec.h:
9650         Added GstSegment handling, now implements dropping/clipping.
9651
9652 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9653
9654         * ext/aalib/gstaasink.h:
9655         * ext/annodex/gstcmmldec.h:
9656         * ext/cairo/gsttimeoverlay.h:
9657         * ext/dv/gstdvdec.h:
9658         * ext/dv/gstdvdemux.h:
9659         * ext/esd/esdmon.h:
9660         * ext/esd/esdsink.h:
9661         * ext/flac/gstflacenc.h:
9662         * ext/gconf/gstgconfaudiosink.h:
9663         * ext/gconf/gstgconfaudiosrc.h:
9664         * ext/gconf/gstgconfvideosink.h:
9665         * ext/gconf/gstgconfvideosrc.h:
9666         * ext/gdk_pixbuf/gstgdkanimation.h:
9667         * ext/gdk_pixbuf/pixbufscale.h:
9668         * ext/hal/gsthalaudiosink.h:
9669         * ext/hal/gsthalaudiosrc.h:
9670         * ext/jpeg/gstjpegenc.h:
9671         * ext/jpeg/gstsmokedec.h:
9672         * ext/jpeg/gstsmokeenc.h:
9673         * ext/libcaca/gstcacasink.h:
9674         * ext/libmng/gstmngdec.h:
9675         * ext/libmng/gstmngenc.h:
9676         * ext/libpng/gstpngdec.h:
9677         * ext/libpng/gstpngenc.h:
9678         * ext/raw1394/gstdv1394src.h:
9679         * ext/speex/gstspeexenc.h:
9680         * gst/autodetect/gstautoaudiosink.h:
9681         * gst/autodetect/gstautovideosink.h:
9682         * gst/avi/gstavidemux.h:
9683         * gst/cutter/gstcutter.h:
9684         * gst/debug/efence.h:
9685         * gst/debug/gstnavigationtest.h:
9686         * gst/debug/gstnavseek.h:
9687         * gst/flx/gstflxdec.h:
9688         * gst/goom/gstgoom.h:
9689         * gst/icydemux/gsticydemux.h:
9690         * gst/id3demux/gstid3demux.h:
9691         * gst/law/alaw-decode.h:
9692         * gst/law/alaw-encode.h:
9693         * gst/law/mulaw-decode.h:
9694         * gst/law/mulaw-encode.h:
9695         * gst/matroska/matroska-mux.h:
9696         * gst/median/gstmedian.h:
9697         * gst/oldcore/gstaggregator.h:
9698         * gst/oldcore/gstfdsink.h:
9699         * gst/oldcore/gstmd5sink.h:
9700         * gst/oldcore/gstmultifilesrc.h:
9701         * gst/oldcore/gstpipefilter.h:
9702         * gst/oldcore/gstshaper.h:
9703         * gst/oldcore/gststatistics.h:
9704         * gst/rtp/gstasteriskh263.h:
9705         * gst/rtp/gstrtpL16depay.h:
9706         * gst/rtp/gstrtpL16pay.h:
9707         * gst/rtp/gstrtpamrdepay.h:
9708         * gst/rtp/gstrtpamrpay.h:
9709         * gst/rtp/gstrtpdepay.h:
9710         * gst/rtp/gstrtpgsmdepay.h:
9711         * gst/rtp/gstrtpgsmpay.h:
9712         * gst/rtp/gstrtph263pay.h:
9713         * gst/rtp/gstrtph263pdepay.h:
9714         * gst/rtp/gstrtph263ppay.h:
9715         * gst/rtp/gstrtpmp4gpay.h:
9716         * gst/rtp/gstrtpmp4vdepay.h:
9717         * gst/rtp/gstrtpmp4vpay.h:
9718         * gst/rtp/gstrtpmpadepay.h:
9719         * gst/rtp/gstrtpmpapay.h:
9720         * gst/rtp/gstrtppcmadepay.h:
9721         * gst/rtp/gstrtppcmapay.h:
9722         * gst/rtp/gstrtppcmudepay.h:
9723         * gst/rtp/gstrtppcmupay.h:
9724         * gst/rtp/gstrtpspeexdepay.h:
9725         * gst/rtp/gstrtpspeexpay.h:
9726         * gst/rtsp/gstrtpdec.h:
9727         * gst/rtsp/gstrtspsrc.h:
9728         * gst/smpte/gstsmpte.h:
9729         * gst/udp/gstdynudpsink.h:
9730         * gst/udp/gstmultiudpsink.h:
9731         * gst/udp/gstudpsink.h:
9732         * gst/udp/gstudpsrc.h:
9733         * gst/videofilter/gstvideobalance.h:
9734         * gst/videofilter/gstvideoflip.h:
9735         * sys/oss/gstossdmabuffer.h:
9736         * sys/oss/gstossmixerelement.h:
9737         * sys/oss/gstosssink.h:
9738         * sys/oss/gstosssrc.h:
9739         * sys/osxvideo/osxvideosink.h:
9740         * sys/sunaudio/gstsunaudiomixer.h:
9741         * sys/sunaudio/gstsunaudiosink.h:
9742         * sys/ximage/gstximagesrc.h:
9743         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9744
9745 2006-05-31  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9748         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9749         (gst_goom_src_setcaps), (gst_goom_src_event),
9750         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9751         (gst_goom_change_state):
9752         * gst/goom/gstgoom.h:
9753         Handle QoS.
9754         Handle flushing, discont and events.
9755         Fix timestamps and various other cleanups.
9756
9757 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9758
9759         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9760         Fix bus reset when using libiec61883
9761
9762 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9763
9764         * configure.ac:
9765         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9766         * ext/raw1394/Makefile.am:
9767         Add CFLAGS.
9768         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9769         New method, to receive using libiec61883.
9770         (gst_dv1394src_iso_receive),
9771         #ifdef'd out if libiec61883 is present.
9772         (gst_dv1394src_bus_reset),
9773         Get userdata correctly if using libiec61883. 
9774         (gst_dv1394src_create),
9775         When using libiec61883, only poll one fd and no need to read.
9776         (gst_dv1394src_discover_avc_node),
9777         Replace g_warnings.
9778         (gst_dv1394src_start),
9779         Create new handle when we know which dv port.  More reliable
9780         than setting port on an existing handle.  Initialise libiec61883.
9781         (gst_dv1394src_stop):
9782         If using libiec61883, then cleanup its handle properly.
9783         * ext/raw1394/gstdv1394src.h:
9784         Add libiec61883 handle.
9785
9786 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9787
9788         * gst/avi/gstavidemux.c:
9789           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9790         * win32/MANIFEST:
9791           sort file listing
9792         * win32/vs6/libgstavi.dsp:
9793           add gstavimux.c to the project
9794         * win32/vs6/libgstid3demux.dsp:
9795           add link to zlib library
9796         * win32/vs6/libgstmatroska.dsp:
9797           add matroska-ids.c to the project
9798
9799 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9800
9801         Patch by: Sebastian Dröge  <mail at slomosnail de >
9802
9803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9805         * ext/taglib/Makefile.am:
9806         * ext/taglib/gstapev2mux.cc:
9807         * ext/taglib/gstapev2mux.h:
9808         * ext/taglib/gstid3v2mux.cc:
9809         * ext/taglib/gsttaglibmux.c: (plugin_init):
9810         * ext/taglib/gsttaglibmux.h:
9811           Add apev2mux element (#343122).
9812         
9813         * tests/check/Makefile.am:
9814         * tests/check/elements/apev2mux.c:
9815         (test_taglib_apev2mux_create_tags),
9816         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9817         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9818         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9819         (apev2mux_suite), (main):
9820           Add unit test for apev2mux element.
9821
9822 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9823
9824         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9825         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9826         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9827           GST_PTR_FORMAT should be used to print caps in debug statements.
9828
9829 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9830
9831         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
9832
9833         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
9834         (ape_demux_parse_tags):
9835           Some clean-ups and additions: map APE 'file' tag to
9836           GST_TAG_LOCATION (#343123); add support for extracting
9837           the track count and clean up parsing a bit (#343127).
9838
9839 2006-05-28  Edward Hervey  <edward@fluendo.com>
9840
9841         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
9842         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
9843
9844 2006-05-28  Edward Hervey  <edward@fluendo.com>
9845
9846         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
9847         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
9848         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
9849         * ext/jpeg/gstjpegdec.h:
9850         Clip outgoing buffers according to currently configured segment.
9851
9852 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * ext/taglib/gstid3v2mux.cc:
9855           Handle  writing of track-count or album-volume-count without
9856           track-number or albume-volume-number (in this case the number
9857           will just be set to 0).
9858
9859         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
9860           It would be nice if we actually checked the values received for
9861           track/album-volume number/count in  _check_tags(), rather than
9862           setting them again ...
9863
9864 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9865
9866         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9867           A track/volume number or count of 0 does not make sense,
9868           just ignore it along with negative numbers (a tag might
9869           only contain a track count without a track number).
9870
9871 2006-05-27  Edward Hervey  <edward@fluendo.com>
9872
9873         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
9874         (gst_jpeg_dec_sink_event):
9875         Abort decompression when receiving FLUSH_STOP. This should avoid
9876         issues when interrupting decoding with flushes.
9877
9878 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9879
9880         * ext/flac/gstflac.c:
9881           Don't #include file we don't dist any longer.
9882
9883 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
9884
9885         * README:
9886           Replace current README (containing the release notes from
9887           some 0.9.x version) with a proper README taken from the core.
9888
9889 2006-05-24  Wim Taymans  <wim@fluendo.com>
9890
9891         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9892         Implement EOS correctly by either posting
9893         SEGMENT_DONE or pushing an EOS message depending
9894         on the seek type. Fixes #342592
9895
9896 2006-05-24  Wim Taymans  <wim@fluendo.com>
9897
9898         * gst/law/alaw-decode.c: (gst_alawdec_chain):
9899         * gst/law/alaw-decode.h:
9900         * gst/law/alaw-encode.c: (gst_alawenc_chain):
9901         * gst/law/alaw-encode.h:
9902         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
9903         * gst/law/mulaw-decode.h:
9904         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
9905         * gst/law/mulaw-encode.h:
9906         Some cleanups in the chain functions.
9907         Remove some GStreamer 0.0.2 bits.
9908
9909 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9910
9911         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9912
9913         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
9914           gst_collect_pads_stop() needs to be called before chaining up
9915           to the parent class (#342734).
9916
9917 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9918
9919         * ext/flac/Makefile.am:
9920         * ext/flac/flac_compat.h:
9921         * ext/flac/gstflac.c:
9922         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
9923         * ext/flac/gstflacenc.c:
9924           Remove backwards compatibility cruft for dealing with FLAC API
9925           changes in the 1.0.x series - we require 1.1.1 or newer these days.
9926
9927 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
9928
9929         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9930         (gst_matroska_demux_push_xiph_codec_priv_data),
9931         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9932         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
9933         * gst/matroska/matroska-ids.h:
9934         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
9935         (gst_matroska_mux_video_pad_setcaps),
9936         (xiph3_streamheader_to_codecdata),
9937         (vorbis_streamheader_to_codecdata),
9938         (theora_streamheader_to_codecdata),
9939         (gst_matroska_mux_audio_pad_setcaps),
9940         (gst_matroska_mux_write_data):
9941           Add support for muxing/demuxing theora video (#342448; too bad
9942           none of the usual linux players can actually play this). Playback
9943           in GStreamer will require additional changes to theoradec in -base.
9944           Refactor streamheaders <=> CodecPrivateData code a bit; some small
9945           cleanups.
9946
9947 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
9950         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
9951           Fix crashes when the horizontal subsampling is 1.
9952           Fixes #342097.
9953
9954 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9955
9956         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9957
9958         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
9959         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
9960         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
9961         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
9962         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
9963         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
9964         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
9965         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
9966         (gst_avi_mux_change_state):
9967         * gst/avi/gstavimux.h:
9968           Some enhancements for avimux (#342526):
9969            - add odml (large file) index support
9970            - store codec init data (e.g. huffyuv)
9971            - miscellaneous other fixes/cleanups
9972
9973 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
9974
9975         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
9976         Don't output any tag when we encounter a negative track number - the
9977         tag type is uint, so we end up outputting huge positive numbers
9978         instead. (Fixes: #342029)
9979
9980 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9981
9982         * configure.ac:
9983           update for new GSTPB_PLUGINS_DIR
9984
9985 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
9986
9987         * rtp/gst/gstrtph263pay.c:
9988         Properly set static caps for H263 at 34.
9989
9990 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
9991
9992         Patch by: James "Doc" Livingston  <doclivingston gmail com>
9993
9994         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
9995           Merge event tags and tag setter tags correctly (#339918). Also,
9996           don't leak taglist in case of an error.
9997           
9998 2006-05-17  Edward Hervey  <edward@fluendo.com>
9999
10000         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10001         We can only do caps intersection if the othercaps are non-empty and not
10002         ANY. Else we return the pad template (base_caps).
10003
10004 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10005
10006         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10007           Fix crash when outputting debugging information for certain
10008           pictures (always good to use the right struct member for
10009           the number of records in an array).
10010
10011 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10012
10013         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10014
10015         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10016         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10017         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10018         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10019         (gst_ebml_read_float), (gst_ebml_read_ascii),
10020         (gst_ebml_read_binary):
10021           Don't create unnecessary sub-buffers all the time. Dramatically
10022           improves performance with multiple concurrently running
10023           matroskademux instances (#341818) (and avoids doing
10024           unnecessarily inefficient things in the general case).
10025
10026 2006-05-16  Edward Hervey  <edward@fluendo.com>
10027
10028         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10029         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10030         return value of gst_pad_push_event().
10031
10032 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10033
10034         * gst/autodetect/gstautoaudiosink.c:
10035         (gst_auto_audio_sink_find_best):
10036         * gst/autodetect/gstautovideosink.c:
10037         (gst_auto_video_sink_find_best):
10038         Make the name of the child element be based on the name of the
10039         parent, so that debug output is more useful.
10040         
10041         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10042         (parse_insert_string_field), (parse_split_strings):
10043         Rework string parsing to always walk over BOM markers in UTF16
10044         strings, using the endianness indicated by the innermost one,
10045         then trying the opposite endianness if that fails to convert
10046         to valid UTF-8. Fixes #341774
10047
10048 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10049
10050         Patch from: Matthieu <matthieu at fluendo dot com>
10051
10052         * ext/libpng/Makefile.am:
10053         Add LIBPNG_CFLAGS.
10054
10055 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         * ext/taglib/gstid3v2mux.cc:
10058           Add support for writing images (APIC frames) into ID3v2
10059           tags (picture type always set to 'other' for now though).
10060
10061 2006-05-14  Michael Smith  <msmith@fluendo.com>
10062
10063         * gst/wavparse/gstwavparse.c:
10064           Update docs; wavparse implements push and pull modes.
10065
10066 2006-05-12  Wim Taymans  <wim@fluendo.com>
10067
10068         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10069         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10070         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10071         Ooops, bitten by the copy-and-paste design paradigm, fixes
10072         seek again.
10073
10074 2006-05-12  Wim Taymans  <wim@fluendo.com>
10075
10076         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10077         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10078         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10079         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10080         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10081         (gst_avi_demux_massage_index),
10082         (gst_avi_demux_calculate_durations_from_index),
10083         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10084         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10085         (gst_avi_demux_loop):
10086         * gst/avi/gstavidemux.h:
10087         Some cleanups, prepare to use GstSegment.
10088         Fix error in entry walking code.
10089         Fix VBR detection.
10090         Smarter timestamp calculation code.
10091         Uniform error/eos handling.
10092
10093 2006-05-12  Michael Smith  <msmith@fluendo.com>
10094
10095         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10096         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10097           Fix use of uninitialised values if we're NOT seeking in ready.
10098           Fix typos.
10099
10100 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * gst/wavparse/Makefile.am:
10103           Add CFLAGS and LIBS for libgstbase, fixes build on
10104           Cygwin (#341489).
10105
10106 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10109           Some more debug info. No need to check whether the string
10110           returned by g_convert() is really UTF-8 - either it is or
10111           we get NULL returned.
10112
10113 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10114
10115         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10116           Fix parsing of numeric genre strings some more, by ensuring that
10117           we only try and parse strings that a) Start with '(' and b) Consist
10118           only of digits.
10119           Also, when finding an escaping '((' sequence, bust it back to '(' by
10120           swallowing the first parenthesis
10121
10122 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10125         (gst_esdsink_open), (gst_esdsink_close):
10126         * ext/esd/esdsink.h:
10127           Move the esd_get_server_info() into gst_esdsink_open() and fail
10128           with a decent error message on errors.
10129
10130 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10133         (gst_esdmon_channels_get_type):
10134         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10135         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10136         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10137         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10138         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10139         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10140         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10141         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10142         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10143         * gst/videomixer/videomixer.c:
10144         (gst_video_mixer_background_get_type):
10145           Const-ify GEnumValue arrays.
10146
10147 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10150
10151         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10152         (gst_avi_mux_do_video_buffer):
10153           Work around gst_buffer_make_metadata_writable() bug that
10154           results in avimux marking all frames in the index as
10155           keyframes (#340859).
10156           
10157 2006-05-08  Wim Taymans  <wim@fluendo.com>
10158
10159         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10160         Make parsing of urls suck slightly less.
10161
10162 2006-05-08  Edward Hervey  <edward@fluendo.com>
10163
10164         * autogen.sh: (CONFIGURE_DEF_OPT): 
10165         libtoolize on Darwin/MacOSX is called glibtoolize.
10166
10167 2006-05-08  Wim Taymans  <wim@fluendo.com>
10168
10169         Patch by: Jens Granseuer <jensgr at gmx dot net>
10170
10171         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10172         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10173         C89 compliance fixes. Fixes #340980
10174
10175 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10176
10177         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10178         * ext/flac/gstflacdec.h:
10179           Handle segment seeks that include the end of the file as stop point
10180           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10181           message instead of an EOS event in case we're in segment seek
10182           mode (fixes #340699).
10183           
10184 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10185
10186         * ext/cairo/gsttextoverlay.c:
10187         * ext/flac/gstflacdec.c:
10188         * ext/gdk_pixbuf/pixbufscale.c:
10189         * gst/apetag/gstapedemux.c:
10190         * gst/debug/breakmydata.c:
10191         * gst/debug/testplugin.c:
10192         * gst/matroska/ebml-write.c:
10193         * gst/multipart/multipartdemux.c:
10194         * sys/osxaudio/gstosxaudiosink.c:
10195         * sys/osxaudio/gstosxaudiosrc.c:
10196         Add semicolons after GST_BOILERPLATE[_FULL] so that
10197         indent doesn't mess up following lines.
10198
10199 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10202
10203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10204           Don't leak caps when freeing the stream context (#340623).
10205
10206 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10207
10208         * configure.ac:
10209           Back to CVS
10210
10211 === release 0.10.3 ===
10212
10213 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10214
10215         * configure.ac:
10216           releasing 0.10.3, "Desplazado"
10217
10218 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10219
10220         * gst/matroska/matroska-mux.c:
10221         (gst_matroska_mux_stream_is_vorbis_header),
10222         (gst_matroska_mux_write_data):
10223           Don't strcmp() NULL strings.
10224           Only start new clusters on video keyframes, not on any
10225           random audio buffer that doesn't have the DELTA_UNIT
10226           flag set (fixes 'make check' again).
10227
10228 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10229
10230         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10231
10232         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10233         (gst_matroska_mux_stream_is_vorbis_header),
10234         (gst_matroska_mux_write_data):
10235           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10236           value and then dead-lock when muxing vorbis audio streams
10237           (the three vorbis header buffers carry no timestamp, and it
10238           would try to mux these after all video buffers). Fixes #340346.
10239
10240           Improve clustering: start a new cluster also whenever we get
10241           a keyframe.     
10242
10243 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10244
10245         * win32/common/config.h:
10246         * win32/MANIFEST
10247           add the generated file as well
10248
10249 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * Makefile.am:
10252         * configure.ac:
10253         * win32/common/config.h.in:
10254           add win32 stuff
10255
10256 2006-05-03  Michael Smith  <msmith@fluendo.com>
10257
10258         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10259           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10260           SUCKS.
10261
10262 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10263
10264         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10265         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10266         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10267           don't leak caps-string
10268
10269 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10270
10271         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10272         (gst_id3demux_sink_activate):
10273           Let core insert default error message for TYPE_NOT_FOUND
10274           errors, it's just as good as our own and has the added
10275           bonus of being translated.
10276
10277 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10278
10279         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10280         (gst_tag_demux_sink_event):
10281         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10282         (gst_id3demux_sink_event):
10283           Post an error message when we get an EOS event and were not
10284           able to find out the type of stream.
10285
10286         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10287         (test_taglib_id3mux_with_tags):
10288           Decrease num-buffers to 16 per iteration again, otherwise the
10289           many memcpy()s and reallocations in the test will hammer slow
10290           CPUs completely and make the test timeout.
10291
10292 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10293
10294         * configure.ac:
10295           figure out where plugins-base plugins are
10296         * tests/check/Makefile.am:
10297           use plugins-base plugins, so we have typefind functions
10298         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10299           increase num-buffers, this makes sure the test errors out instead
10300           of timing out when no typefind functions are present
10301
10302 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10303
10304         * docs/plugins/Makefile.am:
10305           also check .cc files for gtk-doc markup
10306         * configure.ac:
10307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10309         * tests/check/Makefile.am:
10310         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10311         * ext/Makefile.am:
10312         * ext/taglib/Makefile.am:
10313         * ext/taglib/gstid3v2mux.h:
10314         * ext/taglib/gsttaglibmux.c:
10315         * ext/taglib/gsttaglibmux.h:
10316           move taglib-based id3v2muxer to -good.  Fixes #336110.
10317
10318 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10319
10320         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10321           ... and fix multichannel/WAVFORMATEX support again.
10322
10323 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10324
10325         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10326         (gst_wavparse_class_init), (gst_wavparse_dispose),
10327         (gst_wavparse_reset), (gst_wavparse_init),
10328         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10329         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10330         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10331         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10332         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10333         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10334         (gst_wavparse_stream_data), (gst_wavparse_loop),
10335         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10336         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10337         (gst_wavparse_change_state), (plugin_init):
10338         * gst/wavparse/gstwavparse.h:
10339           Add push (streaming) mode to wavparse (fixes #337625)
10340
10341 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10342
10343         * configure.ac:
10344         * tests/Makefile.am:
10345           add ximagesrc icles test
10346
10347 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10348
10349         * configure.ac:
10350         * docs/plugins/Makefile.am:
10351         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10352         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10353         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10354         (gst_cmml_enc_push_clip):
10355         * sys/Makefile.am:
10356         * sys/ximage/Makefile.am:
10357         * sys/ximage/gstximagesrc.c:
10358           Move ximagesrc plug-in to good after review.  Fixes #336756.
10359
10360 2006-04-28  Michael Smith  <msmith@fluendo.com>
10361
10362         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10363         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10364         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10365         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10366         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10367         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10368         * gst/icydemux/gsticydemux.h:
10369           Fix event handling: cache events when typefinding and forward later.
10370
10371 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10372
10373         * sys/osxaudio/gstosxaudiosink.c:
10374         (plugin_init):
10375          Register osxaudiosrc to the plugin.
10376         * sys/osxaudio/gstosxaudiosrc.c:
10377         (gst_osx_audio_src_osxelement_do_init),
10378         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10379         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10380         (gst_osx_audio_src_get_property),
10381         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10382         (gst_osx_audio_src_osxelement_init):
10383         * sys/osxaudio/gstosxaudiosrc.h:
10384           Port of osxaudiosrc to 0.10.
10385         * sys/osxaudio/Makefile.am:
10386           Add osxaudiosrc
10387
10388 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10389
10390         * sys/osxaudio/gstosxringbuffer.c:
10391         * sys/osxaudio/gstosxringbuffer.h:
10392           Forgot to commit earlier, part of the OSX audio plugin port
10393
10394 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10395
10396         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10397         (parse_split_strings):
10398           Recognise and skip any byte order marker (BOM) in
10399           UTF-16 strings.
10400
10401 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10402
10403         * docs/plugins/Makefile.am:
10404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10406         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10407         * docs/plugins/inspect/plugin-avi.xml:
10408         * gst/avi/gstavidemux.c:
10409         * gst/avi/gstavimux.c:
10410           Add docs for both avidemux and avimux.
10411
10412 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10413
10414         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10415
10416         * gst/avi/Makefile.am:
10417         * gst/avi/gstavi.c: (plugin_init):
10418         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10419         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10420         (gst_avi_mux_class_init), (gst_avi_mux_init),
10421         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10422         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10423         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10424         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10425         (gst_avi_mux_riff_get_avix_header),
10426         (gst_avi_mux_riff_get_video_header),
10427         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10428         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10429         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10430         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10431         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10432         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10433         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10434         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10435         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10436         (gst_avi_mux_change_state):
10437         * gst/avi/gstavimux.h:
10438           Port AVI muxer to GStreamer-0.10 (#332031).
10439
10440         * tests/check/Makefile.am:
10441         * tests/check/elements/avimux.c:
10442         * tests/check/elements/.cvsignore:
10443           Add unit test for AVI muxer.
10444
10445 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10446
10447         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10448         (gst_wavparse_class_init), (gst_wavparse_reset),
10449         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10450         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10451         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10452         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10453         (gst_wavparse_stream_data), (gst_wavparse_loop),
10454         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10455         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10456         (plugin_init):
10457         * gst/wavparse/gstwavparse.h:
10458           reverted patch #337625 for the price of 1 hour sleep
10459
10460 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10461
10462         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10463         (gst_wavparse_class_init), (gst_wavparse_reset),
10464         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10465         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10466         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10467         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10468         (gst_wavparse_stream_data), (gst_wavparse_loop),
10469         (gst_wavparse_chain), (plugin_init):
10470         * gst/wavparse/gstwavparse.h:
10471           correct partial implementation of push mode
10472           (from my last commit)
10473
10474 2006-04-26  Wim Taymans  <wim@fluendo.com>
10475
10476         * ext/esd/esdsink.c:
10477         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10478         it is not in esd.h
10479
10480 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10483         (gst_au_parse_class_init), (gst_au_parse_init),
10484         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10485         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10486         (gst_au_parse_chain), (gst_au_parse_src_convert),
10487         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10488         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10489         (gst_au_parse_change_state):
10490         * gst/auparse/gstauparse.h:
10491           Rewrite auparse to suck a little bit less: make source pad
10492           dynamic, so decodebin/playbin work with non-raw formats
10493           like alaw/mulaw; add query function for duration/position
10494           queries; check whether we have enough data before attempting
10495           to parse the header (instead of crashing when that is not the
10496           case); work around audioconvert sucking by swapping endianness
10497           to the native endianness ourselves for float formats; send
10498           initial newsegment event. Fixes #161712.
10499
10500 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10501
10502         * sys/osxaudio/Makefile.am:
10503         * sys/osxaudio/gstosxaudioelement.c:
10504         (gst_osx_audio_element_get_type),
10505         (gst_osx_audio_element_class_init):
10506         * sys/osxaudio/gstosxaudioelement.h:
10507         * sys/osxaudio/gstosxaudiosink.c:
10508         (gst_osx_audio_sink_osxelement_do_init),
10509         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10510         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10511         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10512         (gst_osx_audio_sink_create_ringbuffer),
10513         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10514         (plugin_init):
10515         * sys/osxaudio/gstosxaudiosink.h:
10516         Port of osxaudiosink to 0.10
10517
10518 2006-04-26  Wim Taymans  <wim@fluendo.com>
10519
10520         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10521         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10522         the size of the ringbuffer. This should fix hangs with older 
10523         esd sound servers.
10524
10525 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10526
10527         * ext/aalib/gstaasink.c:
10528         * ext/annodex/gstcmmldec.c:
10529         * ext/annodex/gstcmmlenc.c:
10530         * ext/cairo/gsttextoverlay.c:
10531         * ext/cairo/gsttimeoverlay.c:
10532         * ext/cdio/gstcdiocddasrc.c:
10533         * ext/dv/gstdvdec.c:
10534         * ext/dv/gstdvdemux.c:
10535         * ext/esd/esdmon.c:
10536         * ext/esd/esdsink.c:
10537         * ext/flac/gstflacenc.c:
10538         * ext/flac/gstflactag.c:
10539         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10540         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10541         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10542         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10543         * ext/gdk_pixbuf/pixbufscale.c:
10544         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10545         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10546         * ext/jpeg/gstjpegdec.c:
10547         * ext/jpeg/gstjpegenc.c:
10548         * ext/jpeg/gstsmokedec.c:
10549         * ext/jpeg/gstsmokeenc.c:
10550         * ext/libcaca/gstcacasink.c:
10551         * ext/libmng/gstmngdec.c:
10552         * ext/libmng/gstmngenc.c:
10553         * ext/libpng/gstpngdec.c:
10554         * ext/libpng/gstpngenc.c:
10555         * ext/mikmod/gstmikmod.c:
10556         * ext/raw1394/gstdv1394src.c:
10557         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10558         * ext/shout2/gstshout2.h:
10559         * ext/speex/gstspeexdec.c:
10560         * ext/speex/gstspeexenc.c:
10561         * gst/alpha/gstalpha.c:
10562         * gst/alpha/gstalphacolor.c:
10563         * gst/apetag/gstapedemux.c:
10564         * gst/auparse/gstauparse.c:
10565         * gst/autodetect/gstautoaudiosink.c:
10566         (gst_auto_audio_sink_base_init):
10567         * gst/autodetect/gstautovideosink.c:
10568         (gst_auto_video_sink_base_init):
10569         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10570         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10571         * gst/cutter/gstcutter.c:
10572         * gst/debug/breakmydata.c:
10573         * gst/debug/efence.c:
10574         * gst/debug/gstnavigationtest.c:
10575         * gst/debug/gstnavseek.c:
10576         * gst/debug/negotiation.c:
10577         * gst/debug/progressreport.c:
10578         * gst/debug/testplugin.c:
10579         * gst/effectv/gstaging.c:
10580         * gst/effectv/gstdice.c:
10581         * gst/effectv/gstedge.c:
10582         * gst/effectv/gstquark.c:
10583         * gst/effectv/gstrev.c:
10584         * gst/effectv/gstshagadelic.c:
10585         * gst/effectv/gstvertigo.c:
10586         * gst/effectv/gstwarp.c:
10587         * gst/flx/gstflxdec.c:
10588         * gst/goom/gstgoom.c:
10589         * gst/icydemux/gsticydemux.c:
10590         * gst/id3demux/gstid3demux.c:
10591         * gst/interleave/deinterleave.c:
10592         * gst/interleave/interleave.c:
10593         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10594         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10595         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10596         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10597         * gst/level/gstlevel.c:
10598         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10599         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10600         * gst/median/gstmedian.c:
10601         * gst/monoscope/gstmonoscope.c:
10602         * gst/multipart/multipartdemux.c:
10603         * gst/multipart/multipartmux.c:
10604         * gst/oldcore/gstaggregator.c:
10605         * gst/oldcore/gstfdsink.c:
10606         * gst/oldcore/gstmd5sink.c:
10607         * gst/oldcore/gstmultifilesrc.c:
10608         * gst/oldcore/gstpipefilter.c:
10609         * gst/oldcore/gstshaper.c:
10610         * gst/oldcore/gststatistics.c:
10611         * gst/rtp/gstasteriskh263.c:
10612         * gst/rtp/gstrtpL16depay.c:
10613         * gst/rtp/gstrtpL16pay.c:
10614         * gst/rtp/gstrtpamrdepay.c:
10615         * gst/rtp/gstrtpamrpay.c:
10616         * gst/rtp/gstrtpdepay.c:
10617         * gst/rtp/gstrtpgsmpay.c:
10618         * gst/rtp/gstrtph263pay.c:
10619         * gst/rtp/gstrtph263pdepay.c:
10620         * gst/rtp/gstrtph263ppay.c:
10621         * gst/rtp/gstrtpilbcdepay.c:
10622         * gst/rtp/gstrtpmp4gpay.c:
10623         * gst/rtp/gstrtpmp4vdepay.c:
10624         * gst/rtp/gstrtpmp4vpay.c:
10625         * gst/rtp/gstrtpmpadepay.c:
10626         * gst/rtp/gstrtpmpapay.c:
10627         * gst/rtp/gstrtppcmadepay.c:
10628         * gst/rtp/gstrtppcmapay.c:
10629         * gst/rtp/gstrtppcmudepay.c:
10630         * gst/rtp/gstrtppcmupay.c:
10631         * gst/rtp/gstrtpspeexdepay.c:
10632         * gst/rtp/gstrtpspeexpay.c:
10633         * gst/rtsp/gstrtpdec.c:
10634         * gst/rtsp/gstrtspsrc.c:
10635         * gst/smpte/gstsmpte.c:
10636         * gst/udp/gstdynudpsink.c:
10637         * gst/udp/gstmultiudpsink.c:
10638         * gst/udp/gstudpsink.c:
10639         * gst/udp/gstudpsrc.c:
10640         * gst/videobox/gstvideobox.c:
10641         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10642         * gst/videofilter/gstvideobalance.c:
10643         * gst/videofilter/gstvideoflip.c:
10644         * gst/videofilter/gstvideotemplate.c:
10645         (gst_videotemplate_base_init):
10646         * gst/videomixer/videomixer.c:
10647         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10648         (gst_wavparse_class_init), (gst_wavparse_dispose),
10649         (gst_wavparse_reset), (gst_wavparse_init),
10650         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10651         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10652         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10653         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10654         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10655         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10656         (gst_wavparse_change_state):
10657         * gst/wavparse/gstwavparse.h:
10658         * sys/oss/gstossmixerelement.c:
10659         * sys/oss/gstosssink.c:
10660         * sys/oss/gstosssrc.c:
10661         * sys/osxaudio/gstosxaudioelement.c:
10662         * sys/osxaudio/gstosxaudiosink.c:
10663         * sys/osxaudio/gstosxaudiosrc.c:
10664         * sys/sunaudio/gstsunaudiomixer.c:
10665         * sys/sunaudio/gstsunaudiosink.c:
10666           Define GstElementDetails as const and also static (when defined as
10667           global)
10668
10669 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10672           Source pad has fixed caps. If we don't set this, bad
10673           things happen when the window is resized.
10674
10675 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * gst/matroska/Makefile.am:
10678         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10679         (gst_matroska_demux_handle_src_event):
10680         * gst/matroska/matroska-ids.c:
10681         (gst_matroska_track_init_video_context),
10682         (gst_matroska_track_init_audio_context),
10683         (gst_matroska_track_init_subtitle_context),
10684         (gst_matroska_track_init_complex_context):
10685         * gst/matroska/matroska-ids.h:
10686           Handle case where the TrackType ebml chunk does not come before the
10687           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10688           events.
10689
10690 2006-04-25  Wim Taymans  <wim@fluendo.com>
10691
10692         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10693         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10694         It's codec_data, not codec_info.
10695
10696 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10699
10700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10701           Handle codec_data for VfW compatibility codec IDs (#339451)
10702
10703         * gst/matroska/matroska-mux.c:
10704         (gst_matroska_mux_video_pad_setcaps):
10705           Same here, handle codec_data and add additional caps we can handle
10706           now to the pad template (huffyuv, dv and h263 video) (#339451)
10707
10708 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10711
10712         * gst/matroska/matroska-mux.c:
10713         (gst_matroska_mux_create_buffer_header),
10714         (gst_matroska_mux_write_data):
10715           Fix timestamping of B-frames, use signed integers, do
10716           some rounding (#339678).
10717
10718 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10719
10720         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10721         just make it compile with --disable-gst-debug.
10722
10723 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10724
10725         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10726         Fix a bad conversion using gst_guint64_to_gdouble.
10727         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10728         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10729         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10730     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10731         mistake.
10732
10733 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10734
10735         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10736         Use gst_guint64_to_gdouble for conversions
10737         * win32/vs6/gst_plugins_good.dsw:
10738         * win32/vs6/libgsticydemux.dsp:
10739         Add a project file for icydemux
10740
10741 2006-04-21  Wim Taymans  <wim@fluendo.com>
10742
10743         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10744
10745         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10746         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10747         When splitting audio chunks, the block alignment is not taken in
10748         consideration, so the smaller chunks could be of size which is 
10749         not a multiple of the block alignment. Fixes #336904
10750
10751 2006-04-21  Wim Taymans  <wim@fluendo.com>
10752
10753         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10754         Use scale functions
10755
10756 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * ext/dv/gstdv.c: (plugin_init):
10759           Fix build.
10760
10761 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10762
10763         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10764         (gst_progress_report_class_init), (gst_progress_report_init),
10765         (gst_progress_report_do_query), (gst_progress_report_report),
10766         (gst_progress_report_set_property),
10767         (gst_progress_report_get_property):
10768           Add 'format' property to force querying to a particular format.
10769
10770 2006-04-21  Andy Wingo  <wingo@pobox.com>
10771
10772         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10773         best, on big endian systems. Drop its rank in that case. OTOH on
10774         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10775
10776 2006-04-21  Michael Smith  <msmith@fluendo.com>
10777
10778         * configure.ac:
10779         * gst/icydemux/Makefile.am:
10780         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10781         (gst_icydemux_base_init), (gst_icydemux_class_init),
10782         (gst_icydemux_reset), (gst_icydemux_init),
10783         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10784         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10785         (unicodify), (gst_icydemux_unicodify),
10786         (gst_icydemux_parse_and_send_tags),
10787         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10788         (gst_icydemux_chain), (gst_icydemux_change_state),
10789         (gst_icydemux_send_tag_event), (plugin_init):
10790         * gst/icydemux/gsticydemux.h:
10791         * tests/check/Makefile.am:
10792         * tests/check/elements/icydemux.c: (typefind_succeed),
10793         (plugin_init), (icydemux_found_pad), (create_icydemux),
10794         (cleanup_icydemux), (push_data), (GST_START_TEST),
10795         (icydemux_suite), (main):
10796           Add icydemux, and tests.
10797
10798 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10799
10800         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10801           Post SEGMENT_DONE message in TIME format.
10802
10803 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10806
10807         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10808         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10809           Fix index creation when we have to scan the file to create
10810           an index. There may be other types of RIFF 'LIST' chunks than
10811           'movi' and we need to skip them properly as well or we'll end up
10812           reading garbage (#336889). Some other cosmetic changes.
10813           
10814 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10817         (gst_flac_dec_handle_seek_event):
10818           Add support for segment seeks (fixes #338290). Also demote
10819           some recurring debug message from DEBUG to LOG level.
10820
10821 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10824         (gst_matroskademux_do_index_seek),
10825         (gst_matroska_demux_handle_seek_event),
10826         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10827         * gst/matroska/matroska-ids.h:
10828           Set DISCONT flag on first buffer after a discontinuity.
10829           Fix newsegment events sent when seeking and honour KEY_UNIT
10830           seek flag. Create pad with bogus caps if we don't recognise
10831           the stream codec id.
10832
10833         * gst/matroska/matroska-demux.h:
10834           Fix GObject macros.
10835
10836 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10839
10840         * gst/matroska/matroska-demux.c:
10841         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
10842           Handle end of segment properly when set; don't dead-lock when
10843           posting start of segment message when doing a segment seek.
10844           Fixes #338810.
10845
10846 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10847
10848         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
10849         (gst_matroska_demux_plugin_init):
10850           Make mpeg2 aac audio work: create artificial private codec data
10851           chunk which faad2 seems to require, just as we do for mpeg4 aac.
10852           Also call gst_riff_init(). Partially fixes #338767.
10853
10854 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
10857         (gst_wavenc_class_init), (gst_wavenc_init),
10858         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
10859         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
10860         (gst_wavenc_chain), (gst_wavenc_change_state):
10861         * gst/wavenc/gstwavenc.h:
10862           Set caps on first outgoing buffer, so that it doesn't error out
10863           immediately with a non-negotiated error (#338716). Rewrite and
10864           clean up a bit; fix setcaps function to parse things properly;
10865           fix sink caps (8bit audio is unsigned and doesn't have depth);
10866           use boilerplate macros; remove unused properties stuff.
10867
10868 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10871           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
10872           handle MJPEG streams and might be autoplugged for those if the
10873           user doesn't have jpegdec installed (resulting in a cryptic error
10874           message about huffman tables). Better to disable JPEG decoding here
10875           and let the user figure out that she needs to install jpegdec.
10876
10877 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10878
10879         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10880         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10881         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
10882         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10883           Make work with packetised/framed input (e.g. png-in-quicktime). Use
10884           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
10885           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
10886           debug messages. Fix boilerplate macros.
10887
10888 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10891         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
10892           No need to special-case for Gdk-2.0 any longer, we require
10893           Gdk 2.2 or newer; minor clean-ups.
10894
10895 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
10898         (gst_shout2send_class_init), (gst_shout2send_init),
10899         (set_shout_metadata), (gst_shout2send_set_metadata),
10900         (gst_shout2send_event), (gst_shout2send_start),
10901         (gst_shout2send_connect), (gst_shout2send_stop),
10902         (gst_shout2send_render), (gst_shout2send_set_property),
10903         (gst_shout2send_get_property), (gst_shout2send_setcaps),
10904         (plugin_init):
10905         * ext/shout2/gstshout2.h:
10906         * po/POTFILES.in:
10907           Rewrite a bit: use GstBaseSink::start and stop instead of a state
10908           change function; use GST_ELEMENT_ERROR for error reporting, not
10909           g_error() or GST_ERROR(); don't unref caps in setcaps function,
10910           will cause crashes or assertion failures; remove (unused) "sync"
10911           property, basesink already has such a property; misc. other
10912           minor fixes and cleanups.
10913
10914 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10915
10916         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
10917         * ext/esd/gstesd.c: (plugin_init):
10918         * po/POTFILES.in:
10919           Add translatable error message for when we cannot
10920           connect to the sound server, as "Cannot open resource
10921           for writing" isn't really an acceptable message to show
10922           to the user in this case.
10923
10924 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
10925
10926         * sys/oss/gst-i18n-plugin.h:
10927           Remove bogus file that doesn't belong here.
10928
10929 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10930
10931         Patch by: Philippe Valembois
10932
10933         * ext/shout2/gstshout2.c: (gst_shout2send_init),
10934         (gst_shout2send_set_metadata), (gst_shout2send_event),
10935         (gst_shout2send_render), (gst_shout2send_change_state):
10936         * ext/shout2/gstshout2.h:
10937           Handle tags being received before the connection to
10938           the server is established properly (see #338636).
10939
10940 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * ext/shout2/gstshout2.c: (gst_shout2send_render):
10943           Don't crash in case the connection to the server fails:
10944           don't set pointer to NULL by assigning FALSE; error out
10945           properly by using GST_ELEMENT_ERROR and returning
10946           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
10947           before resetting the pointer.
10948
10949 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
10950
10951         * gst/id3demux/id3tags.c:
10952         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
10953         (Fixes #338713)
10954
10955 2006-04-12  Wim Taymans  <wim@fluendo.com>
10956
10957         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
10958         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
10959         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
10960         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
10961         (gst_gdk_pixbuf_chain):
10962         Some cleanups.
10963         Added RGBA as a possible output format.
10964         Correctly free the supported mimetypes.
10965         deprecate silent arg, it's not used.
10966         Return result from _alloc_buffer to peer.
10967
10968 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10969
10970         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
10971           Don't leak memory allocated by gst_buffer_new_and_alloc() by
10972           overwriting GST_BUFFER_MALLOCDATA.
10973
10974 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
10977         (user_endrow_callback), (user_end_callback),
10978         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
10979         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
10980         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
10981         * ext/libpng/gstpngdec.h:
10982           Handle more than one frame if the content is framed,
10983           like with png-in-quicktime (#331917).
10984
10985 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10986
10987         * sys/oss/Makefile.am:
10988         * sys/oss/common.h:
10989         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
10990         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
10991         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
10992         (gst_oss_src_unprepare):
10993           - the user-visible error strings were in the wrong category
10994           - and the messages were not marked for translation
10995           - which is actually a good thing, because they were exactly
10996             the kind of message you would never want anyone to see
10997           - the macros were using variables that didn't exist in the macro
10998             arguments
10999           - and they were obviously copied from each other and then modified
11000           - so a common header makes sense
11001
11002 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11005           Don't try to modify read-only data.
11006
11007         * gst/matroska/matroska-demux.c:
11008         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11009           Fix comment (won't crash any longer now).
11010
11011 2006-04-10  Michael Smith  <msmith@fluendo.com>
11012
11013         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11014           Use copies of header buffers for caps to avoid circular refcounting
11015           problems (as in theoradec, vorbisdec).
11016
11017         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11018           Fix a typo in test that meant it was testing the wrong thing.
11019
11020         * tests/check/elements/cmmlenc.c: (check_headers):
11021           Fix refcount checks now that we use buffer-copies for caps.
11022
11023 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11024
11025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11026         (gst_matroska_demux_handle_seek_event),
11027         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11028         (gst_matroska_demux_subtitle_caps),
11029         (gst_matroska_demux_plugin_init):
11030           Use static pad templates with ANY caps for audio and video
11031           source pads and get rid of a lot of unnecessary (and partially
11032           broken) code for the template caps. Clean up caps finding
11033           functions. Fixes playback of audio files/streams that do not
11034           contain the sample rate and/or number of channels in the audio
11035           context (happens a lot with vorbis/mp3 .mka files it seems).
11036           Fixes #337183.
11037           Also add myself to copyright holders.
11038
11039 2006-04-10  Michael Smith  <msmith@fluendo.com>
11040
11041         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11042           Use g_list_delete_link () instead of g_list_remove_link () so that
11043           we free the link as well as the contained data.
11044
11045 2006-04-10  Wim Taymans  <wim@fluendo.com>
11046
11047         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11048
11049         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11050         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11051         (gst_avi_demux_stream_header):
11052         Fix some crashers with empty chunks. (Fixes #337749)
11053
11054 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11055
11056         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11057           use G_GINT64_CONSTANT for INT64 constants
11058         * gst/videofilter/gstvideobalance.c:
11059           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11060         * win32/vs6/libgstavi.dsp:
11061          add missing libraries for the link and remove avimux.c from
11062          the project as it isn't ported to 0.10 yet
11063         
11064 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11067           Even better would be if we actually did the right thing
11068           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11069
11070 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11071
11072         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11073           Can't just replace 1LL with 1L here just because MSVC doesn't
11074           support it, as it might lead to incorrect results when doing the
11075           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11076           force a 64-bit constant in a way that all compilers are happy with.
11077
11078 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11079
11080         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11081         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11082         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11083         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11084         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11085         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11086         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11087         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11088         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11089         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11090         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11091         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11092         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11093         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11094         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11095         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11096         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11097         * gst/debug/efence.c: (gst_efence_class_init):
11098         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11099         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11100         * gst/goom/gstgoom.c: (gst_goom_class_init):
11101         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11102         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11103         * gst/interleave/interleave.c: (interleave_class_init):
11104         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11105         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11106         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11107         * gst/median/gstmedian.c: (gst_median_class_init):
11108         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11109         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11110         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11111         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11112         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11113         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11114         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11115         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11116         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11117         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11118         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11119         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11120         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11121         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11122         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11123         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11124         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11125         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11126         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11127         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11128         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11129         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11130         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11131         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11132         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11134         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11135         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11136         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11137         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11138         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11139         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11140         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11141         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11142         * sys/osxaudio/gstosxaudioelement.c:
11143         (gst_osxaudioelement_class_init):
11144         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11145         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11146         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11147         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11148
11149 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11150
11151         * ext/mikmod/gstmikmod.h:
11152         * gst/level/gstlevel.h:
11153         Fix more broken GObject macros
11154
11155 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11156
11157         * ext/annodex/gstcmmldec.h:
11158         * ext/annodex/gstcmmlenc.h:
11159         * ext/annodex/gstcmmltag.h:
11160         * ext/cairo/gsttextoverlay.h:
11161         * ext/ladspa/gstsignalprocessor.h:
11162         * gst/matroska/ebml-read.h:
11163         * gst/matroska/ebml-write.h:
11164         * sys/osxaudio/gstosxaudioelement.h:
11165         Fix broken GObject macros
11166
11167 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11170           Don't try to seek beyond the end of the file (would
11171           occasionally display error dialogs in totem when seeking
11172           to the end) (#335869). Will still throw an error though
11173           if the file is truncated and the total_samples value in
11174           the stream header is wrong.
11175
11176 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11177
11178         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11179         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11180         (gst_flac_dec_metadata_callback):
11181         * ext/flac/gstflacdec.h:
11182           If the stream header doesn't contain the total number of samples,
11183           search for the last flac frame at the end of the file and calculate
11184           the total duration from that frame's offset (fixes #337609).
11185
11186 2006-04-07  Edward Hervey  <edward@fluendo.com>
11187
11188         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11189         Don't unref the GstPadTemplate returned by
11190         gst_element_class_get_pad_template().
11191
11192 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11195
11196         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11197         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11198         * sys/sunaudio/gstsunaudiosink.h:
11199           Use spec->segsize and spec->segtotal in the prepare function
11200           to initialise the ring buffer instead of using the buffer-time
11201           property (#337421).
11202
11203 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * configure.ac:
11206           Bump core requirements to CVS for gst_pad_query_peer_duration()
11207           which is used by speexdec.
11208
11209 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11210
11211         * ext/speex/gstspeex.c: (plugin_init):
11212         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11213         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11214         (speex_get_sink_query_types), (speex_dec_sink_query),
11215         (speex_get_src_query_types), (speex_dec_src_query),
11216         (speex_dec_src_event), (speex_dec_sink_event),
11217         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11218         (speex_dec_chain_parse_data), (speex_dec_chain),
11219         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11220         (speex_dec_change_state):
11221         * ext/speex/gstspeexdec.h:
11222           Fix seeking and duration queries (#337033); clean up and
11223           refactor a bit.
11224
11225 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11226
11227         * ext/raw1394/gstdv1394src.c:
11228           distinguish between device not found and could not open for
11229           reading
11230
11231 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11232
11233         * Makefile.am:
11234         * configure.ac:
11235         * pkgconfig/.cvsignore:
11236         * pkgconfig/Makefile.am:
11237         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11238           add a .pc file so other modules can use good plugins in tests
11239
11240 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11241
11242         * configure.ac:
11243           clean up, use AS_VERSION and AS_NANO
11244         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11245           use PACKAGE_VERSION define
11246         * po/af.po:
11247         * po/az.po:
11248         * po/cs.po:
11249         * po/en_GB.po:
11250         * po/hu.po:
11251         * po/it.po:
11252         * po/nb.po:
11253         * po/nl.po:
11254         * po/or.po:
11255         * po/sq.po:
11256         * po/sr.po:
11257         * po/sv.po:
11258         * po/uk.po:
11259         * po/vi.po:
11260           updated
11261
11262 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11263
11264         * ext\jpeg\smokecodec.c:
11265           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11266         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11267           move first instruction after all variables declarations
11268         * gst\alpha\gstalpha.c:
11269         * gst\effectv\gstshagadelic.c:
11270         * gst\smpte\paint.c:
11271         * gst\videofilter\gstvideobalance.c:
11272           define M_PI if it's not defined (it's not defined on WIN32)
11273         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11274         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11275         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11276         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11277         (gst_matroska_demux_video_caps):
11278         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11279         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11280           use gst_guint64_to_gdouble for conversions
11281         * gst\goom\filters.c: (setPixelRGB_):
11282           fix a debug which was using undefined variable
11283         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11284         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11285           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11286         * win32/vs6:
11287           add vs6 projects files for most of plugins-good
11288         
11289 2006-03-30  j^  <j@bootlab.org>
11290
11291         * ext/aalib/gstaasink.c:
11292         * ext/annodex/gstcmmldec.c:
11293         * ext/annodex/gstcmmlenc.c:
11294         * ext/cairo/gsttextoverlay.c:
11295         * ext/cairo/gsttimeoverlay.c:
11296         * ext/cdio/gstcdiocddasrc.c:
11297         * ext/dv/gstdvdec.c:
11298         * ext/esd/esdmon.c:
11299         * ext/esd/esdsink.c:
11300         * ext/flac/gstflacdec.c:
11301         * ext/flac/gstflacenc.c:
11302         * ext/flac/gstflactag.c:
11303         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11304         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11305         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11306         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11307         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11308         * ext/gdk_pixbuf/pixbufscale.c:
11309         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11310         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11311         * ext/jpeg/gstjpegdec.c:
11312         * ext/jpeg/gstjpegenc.c:
11313         * ext/jpeg/gstsmokedec.c:
11314         * ext/jpeg/gstsmokeenc.c:
11315         * ext/libcaca/gstcacasink.c:
11316         * ext/libmng/gstmngdec.c:
11317         * ext/libmng/gstmngenc.c:
11318         * ext/libpng/gstpngdec.c:
11319         * ext/libpng/gstpngenc.c:
11320         * ext/mikmod/gstmikmod.c:
11321         * ext/raw1394/gstdv1394src.c:
11322         * ext/shout2/gstshout2.c:
11323         * ext/speex/gstspeexdec.c:
11324         * ext/speex/gstspeexenc.c:
11325         * gst/alpha/gstalpha.c:
11326         * gst/alpha/gstalphacolor.c:
11327         * gst/auparse/gstauparse.c:
11328         * gst/autodetect/gstautoaudiosink.c:
11329         (gst_auto_audio_sink_base_init):
11330         * gst/autodetect/gstautovideosink.c:
11331         (gst_auto_video_sink_base_init):
11332         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11333         * gst/cutter/gstcutter.c:
11334         * gst/debug/breakmydata.c:
11335         * gst/debug/efence.c:
11336         * gst/debug/gstnavigationtest.c:
11337         * gst/debug/negotiation.c:
11338         * gst/debug/progressreport.c:
11339         * gst/debug/testplugin.c:
11340         * gst/effectv/gstaging.c:
11341         * gst/effectv/gstdice.c:
11342         * gst/effectv/gstedge.c:
11343         * gst/effectv/gstquark.c:
11344         * gst/effectv/gstrev.c:
11345         * gst/effectv/gstvertigo.c:
11346         * gst/effectv/gstwarp.c:
11347         * gst/flx/gstflxdec.c:
11348         * gst/goom/gstgoom.c:
11349         * gst/interleave/deinterleave.c:
11350         * gst/interleave/interleave.c:
11351         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11352         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11353         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11354         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11355         * gst/level/gstlevel.c:
11356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11357         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11358         * gst/median/gstmedian.c:
11359         * gst/monoscope/gstmonoscope.c:
11360         * gst/multipart/multipartdemux.c:
11361         * gst/multipart/multipartmux.c:
11362         * gst/oldcore/gstmd5sink.c:
11363         * gst/oldcore/gstmultifilesrc.c:
11364         * gst/oldcore/gstpipefilter.c:
11365         * gst/oldcore/gstshaper.c:
11366         * gst/oldcore/gststatistics.c:
11367         * gst/rtp/gstasteriskh263.c:
11368         * gst/rtp/gstrtpL16depay.c:
11369         * gst/rtp/gstrtpL16pay.c:
11370         * gst/rtp/gstrtpamrdepay.c:
11371         * gst/rtp/gstrtpamrpay.c:
11372         * gst/rtp/gstrtpdepay.c:
11373         * gst/rtp/gstrtpgsmpay.c:
11374         * gst/rtp/gstrtph263pay.c:
11375         * gst/rtp/gstrtph263pdepay.c:
11376         * gst/rtp/gstrtph263ppay.c:
11377         * gst/rtp/gstrtpmp4gpay.c:
11378         * gst/rtp/gstrtpmp4vdepay.c:
11379         * gst/rtp/gstrtpmp4vpay.c:
11380         * gst/rtp/gstrtpmpadepay.c:
11381         * gst/rtp/gstrtpmpapay.c:
11382         * gst/rtp/gstrtppcmadepay.c:
11383         * gst/rtp/gstrtppcmapay.c:
11384         * gst/rtp/gstrtppcmudepay.c:
11385         * gst/rtp/gstrtppcmupay.c:
11386         * gst/rtp/gstrtpspeexdepay.c:
11387         * gst/rtp/gstrtpspeexpay.c:
11388         * gst/rtsp/gstrtpdec.c:
11389         * gst/smpte/gstsmpte.c:
11390         * gst/videobox/gstvideobox.c:
11391         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11392         * gst/videofilter/gstvideobalance.c:
11393         * gst/videofilter/gstvideoflip.c:
11394         * gst/videofilter/gstvideotemplate.c:
11395         (gst_videotemplate_base_init):
11396         * gst/videomixer/videomixer.c:
11397         * gst/wavenc/gstwavenc.c:
11398         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11399          better/unified long descriptions
11400          Fixed #336602
11401          Some cleanups to auparse, don't send multiple newsegments.
11402
11403 2006-03-29  Wim Taymans  <wim@fluendo.com>
11404
11405         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11406
11407         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11408         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11409         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11410         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11411         * ext/dv/gstdvdemux.h:
11412         Seek in READY patch. Only works for pull based mode.
11413         Fixes #323880
11414
11415 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11418         (gst_gdk_pixbuf_event):
11419           Fix two crashers: don't unref the same caps twice, and
11420           set pixbuf loader to NULL after freeing it.
11421
11422 2006-03-27  Wim Taymans  <wim@fluendo.com>
11423
11424         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11425         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11426         (gst_speexenc_chain):
11427         * ext/speex/gstspeexenc.h:
11428         Don't leak adapter.
11429         A push *always* takes ownership of the buffer, even on
11430         errors.
11431         Small cleanups.
11432
11433 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11434
11435         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11436           Create source pad without leaking.
11437
11438 2006-03-24  Wim Taymans  <wim@fluendo.com>
11439
11440         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11441         * ext/flac/gstflacdec.h:
11442         * ext/flac/gstflacenc.h:
11443         Spifify a bit.
11444         Fix deadly lock order error in seeking code, STREAM_LOCK
11445         cannot be taken within LOCK and the streaming variables are
11446         protected with the STREAM_LOCK anyway.
11447
11448 2006-03-24  Wim Taymans  <wim@fluendo.com>
11449
11450         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11451         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11452         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11453         this patch combines the global init_frames with the stream
11454         init_frames. Rationale being that the global delay should 
11455         be subtracted from any stream delay.
11456         Fixes #335858.
11457
11458 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11459
11460         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11461         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11462         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11463         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11464         use DEBUG_FUNCPTR for collectpads
11465
11466 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11469           Don't crash when encoding images where the number of rows isn't
11470           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11471
11472 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11475         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11476         * gst/interleave/interleave.c: (interleave_change_state):
11477         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11478           More state change function fixes.
11479
11480 2006-03-23  Wim Taymans  <wim@fluendo.com>
11481
11482         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11483         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11484         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11485         (gst_esdsink_delay), (gst_esdsink_reset):
11486         * ext/esd/esdsink.h:
11487         Fix esd choppy playback by configuring audiosink
11488         correctly. Fixes #325191
11489
11490 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11491
11492         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11493           Make state change function thread-safe.
11494
11495 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11498         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11499           Don't try to read beyond the end of the file just because
11500           the header claims a bigger size (like with truncated files).
11501
11502 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11503
11504         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11505         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11506         (gst_wavparse_stream_data), (gst_wavparse_loop):
11507         * gst/wavparse/gstwavparse.h:
11508           Delay source pad creation until we have the first chunk of
11509           media data, so the we can examine the data and adjust the
11510           caps accordingly if required. This makes playback of .wav
11511           files with DTS-declared-as-PCM content work (#313266).
11512
11513 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11514
11515         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11516         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11517         Don't attempt typefinding on too-short buffers that have been
11518         completely trimmed away. (Fixes #330239)
11519
11520         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11521         Improve the debug output
11522
11523 2006-03-21  Wim Taymans  <wim@fluendo.com>
11524
11525         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11526         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11527         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11528         (gst_esdsink_set_property), (gst_esdsink_get_property):
11529         Some cleanups.
11530         Reset fd to -1 when we close them.
11531
11532 2006-03-21  Wim Taymans  <wim@fluendo.com>
11533
11534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11535         the OPTIONS request result is optional so don't
11536         fail on it.
11537
11538 2006-03-21  Edward Hervey  <edward@fluendo.com>
11539
11540         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11541         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11542         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11543         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11544         (gst_wavparse_change_state):
11545         gcc 4.1 unreferenced pointer fixes.
11546
11547 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11548
11549         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11550
11551         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11552           Fix block alignment calculation. Alignment should be done before
11553           adding the byte offset where the data starts (#335231).
11554
11555 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11556
11557         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11558           Ensure that we set correct caps on buffers that are transferred
11559           direct from the input.
11560
11561 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11562
11563         * gst/goom/filters.c: (zoomFilterDestroy):
11564         * gst/goom/goom_core.c: (goom_close):
11565           Free filter data when cleaning up. (Fixes: #334995)
11566
11567 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * configure.ac:
11570           Don't compile udp and rtsp plugins on win32 (mingw) or other
11571           systems that don't have <sys/socket.h> for some reason (#316203).
11572
11573 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11574
11575         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11576         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11577         * ext/raw1394/gstdv1394src.h:
11578           Change bus reset handler so it reports useful information such as
11579           whether the device being used connected or disconnected
11580
11581 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * gst/id3demux/id3v2frames.c:
11584         (parse_relative_volume_adjustment_two):
11585           We only care about gain and peak data for the master volume.
11586
11587 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11588
11589         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11590         (parse_id_string), (parse_unique_file_identifier),
11591         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11592           Read replay gain tags (#323721).
11593
11594 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * configure.ac:
11597           Bump requirements to gst-plugins-base CVS because
11598           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11599
11600 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11601
11602         * rtp/gst/gstrtppcmadepay.c:
11603         Fixed one of the caps in the code from mulaw to alaw.
11604
11605 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11606
11607         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11608           Ensure that we set caps on the buffers we pass.
11609
11610         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11611         (gst_id3demux_sink_activate):
11612           Ensure that we set caps on the buffers we pass.
11613
11614           Use STREAM, TYPE_NOT_FOUND as the error class when
11615           typefinding fails.
11616
11617 2006-03-15  Edward Hervey  <edward@fluendo.com>
11618
11619         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11620         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11621         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11622         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11623         (gst_jpeg_dec_setcaps):
11624         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11625         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11626         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11627         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11628         (gst_mngdec_src_getcaps):
11629         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11630         (gst_pngdec_caps_create_and_set):
11631         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11632         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11633         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11634         * gst/alpha/gstalpha.c: (gst_alpha_init):
11635         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11636         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11637         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11638         * gst/cutter/gstcutter.c: (gst_cutter_init):
11639         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11640         (gst_efence_checkgetrange):
11641         * gst/debug/negotiation.c: (gst_negotiation_init):
11642         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11643         * gst/goom/gstgoom.c: (gst_goom_init):
11644         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11645         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11646         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11647         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11648         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11649         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11650         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11651         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11652         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11653         (gst_wavparse_create_sourcepad):
11654         Fix memleak with gst_static_pad_template_get().
11655         This uses gst_pad_new_from_static_template() instead.
11656         Fixes #333512
11657
11658 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         * configure.ac:
11661           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11662           used by id3demux.
11663
11664         * gst/id3demux/gstid3demux.c: (plugin_init):
11665         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11666         (parse_user_text_identification_frame),
11667         (parse_unique_file_identifier):
11668           Add support for UFID and TXXX frames and extract musicbrainz tags.
11669
11670 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11671
11672         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11673           Catch short reads, like they might happen with truncated
11674           files (see #305279); remove unnecessary indentation.
11675
11676 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11677
11678         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11679           Fix DIB image inversion for pictures with a
11680           depth != 8 (#305279).
11681
11682 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11683
11684         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11685         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11686         * ext/jpeg/gstjpegdec.h:
11687           Fix durations on outgoing buffers after seeking
11688           in MJPEG files (#334083); some minor clean-ups.
11689
11690 2006-03-13  Wim Taymans  <wim@fluendo.com>
11691
11692         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11693         (gst_wavparse_change_state):
11694         Implement seek in READY (re-fixes #327658)
11695
11696 2006-03-13  Wim Taymans  <wim@fluendo.com>
11697
11698         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11699         * ext/esd/esdmon.c: (gst_esdmon_get):
11700         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11701         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11702         (gst_gdk_pixbuf_sink_getcaps):
11703         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11704         (gst_jpegenc_setcaps):
11705         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11706         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11707         (gst_smokeenc_setcaps):
11708         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11709         (gst_mngdec_src_getcaps):
11710         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11711         (gst_mngenc_chain):
11712         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11713         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11714         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11715         (speex_dec_src_event), (speex_dec_chain):
11716         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11717         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11718         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11719         (gst_negotiation_pad_link), (gst_negotiation_chain):
11720         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11721         (gst_flxdec_chain):
11722         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11723         (deinterleave_chain):
11724         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11725         * gst/median/gstmedian.c: (gst_median_link):
11726         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11727         (gst_monoscope_chain):
11728         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11729         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11730         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11731         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11732         close #333784 unref the result of gst_pad_get_parent()
11733         by: Christophe Fergeau.
11734
11735 2006-03-09  Wim Taymans  <wim@fluendo.com>
11736
11737         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11738         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11739         Handle events in push mode better, can now do non-flushing
11740         seeks in push mode as well.
11741
11742 2006-03-07  Wim Taymans  <wim@fluendo.com>
11743
11744         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11745         Applied patch from Kai Vehmanen, fixes #333624.
11746
11747 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11748
11749         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11750         Implement paletted and grayscale png files handling.
11751         (#150363).
11752
11753 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11754
11755         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11756         (gst_speexenc_chain):
11757           fix a tag list assert
11758           follow gst-plugins-base/ext/ogg/README; set OFFSET
11759           and OFFSET_END.  Muxes correctly with gst-plugins-base
11760           > 0.9.3
11761
11762 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         * gst/id3demux/Makefile.am:
11765         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11766         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11767           Use new typefind helper functions here as well, and
11768           do typefinding in pull-mode if upstream supports that.
11769
11770 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * sys/sunaudio/gstsunaudiomixerctrl.c:
11773         (gst_sunaudiomixer_ctrl_get_volume),
11774         (gst_sunaudiomixer_ctrl_set_volume):
11775         * sys/sunaudio/gstsunaudiomixertrack.c:
11776         (gst_sunaudiomixer_track_new):
11777           Remove unused variables, breaks build from CVS
11778           with -Werror (#333392, patch by: Benjamin Pineau)
11779
11780 2006-03-03  Wim Taymans  <wim@fluendo.com>
11781
11782         * docs/plugins/Makefile.am:
11783         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11784         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11785         Added wavparse docs.
11786
11787         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11788         (gst_wavparse_reset), (gst_wavparse_init),
11789         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11790         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11791         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11792         (gst_wavparse_stream_data), (gst_wavparse_loop),
11793         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11794         (gst_wavparse_change_state):
11795         * gst/wavparse/gstwavparse.h:
11796         Implement seek in READY (fixes #327658)
11797         Added docs and did some cleanups.
11798
11799 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11802         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11803         (gst_avi_demux_calculate_durations_from_index),
11804         (gst_avi_demux_stream_header):
11805         * gst/avi/gstavidemux.h:
11806           If we have an index, use a duration based on the index instead
11807           of blindly trusting the information in the stream headers
11808           (fixes #331817).
11809
11810 2006-03-03  Wim Taymans  <wim@fluendo.com>
11811
11812         * docs/plugins/Makefile.am:
11813         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11814         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11815         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11816         Added smoke and jpeg to the docs.
11817
11818         * ext/jpeg/Makefile.am:
11819         * ext/jpeg/gstjpeg.c: (plugin_init):
11820         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11821         * ext/jpeg/gstjpegenc.h:
11822         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11823         (gst_smokedec_chain):
11824         * ext/jpeg/gstsmokedec.h:
11825         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11826         * ext/jpeg/gstsmokeenc.h:
11827         * ext/jpeg/smokecodec.h:
11828         Port smokedec (fixes #331905).
11829         Added some docs.
11830         Some cleanups.
11831
11832 2006-03-03  Wim Taymans  <wim@fluendo.com>
11833
11834         * docs/plugins/Makefile.am:
11835         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11836         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11837         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11838         Added videobalance and videoflip to the docs.
11839
11840         * gst/videofilter/Makefile.am:
11841         * gst/videofilter/gstvideobalance.c:
11842         (gst_video_balance_update_tables_planar411),
11843         (gst_video_balance_is_passthrough),
11844         (gst_video_balance_update_properties), (oil_tablelookup_u8),
11845         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
11846         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
11847         (gst_video_balance_finalize), (gst_video_balance_class_init),
11848         (gst_video_balance_init), (gst_video_balance_interface_supported),
11849         (gst_video_balance_interface_init),
11850         (gst_video_balance_colorbalance_list_channels),
11851         (gst_video_balance_colorbalance_set_value),
11852         (gst_video_balance_colorbalance_get_value),
11853         (gst_video_balance_colorbalance_init),
11854         (gst_video_balance_set_property), (gst_video_balance_get_property),
11855         (gst_video_balance_get_type), (plugin_init):
11856         * gst/videofilter/gstvideobalance.h:
11857         Ported to 0.10. (Fixes #326160)
11858         Added docs.
11859
11860         * gst/videofilter/gstvideoflip.c:
11861         * gst/videofilter/gstvideoflip.h:
11862         Added docs.
11863
11864 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
11865
11866         * configure.ac:
11867           Bump requirements to current core and -base CVS
11868           (core for new typefind helper API, and -base for the
11869           WAVFORMATEX support that was added to libgstriff and
11870           is needed by wavparse).
11871         
11872         * gst/apetag/Makefile.am:
11873         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
11874         (gst_tag_demux_sink_activate):
11875           Use new typefind helpers for typefinding instead of our
11876           home-grown stuff; also, do typefinding in pull-mode if
11877           upstream supports that.
11878
11879 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
11880
11881         Reviewed by: Christian Schaller <christian@fluendo.com>
11882
11883         This patch fixes bug: 329107
11884
11885         This Changelog entry is for a commit done on February 17
11886
11887         * ext/gconf/gconf.c
11888         * ext/gconf/gconf.h
11889         * ext/gconf/gstgconfaudiosink.c
11890         * ext/gconf/gstgconfaudiosink.h
11891         * gconf/gstreamer.schemas.in
11892
11893 2006-02-28  Wim Taymans  <wim@fluendo.com>
11894
11895         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11896         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
11897         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
11898         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
11899         Use DEBUG_OBJECT more.
11900
11901 2006-02-28  Wim Taymans  <wim@fluendo.com>
11902
11903         * docs/plugins/Makefile.am:
11904         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11905         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11906         Added dvdec and dvdemux to docs.
11907
11908         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
11909         Added docs.
11910         Check frame sizes so we don't crash when don't have enough
11911         data.
11912         Send nice error messages on error.
11913
11914         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
11915         (gst_dvdemux_class_init), (gst_dvdemux_init),
11916         (gst_dvdemux_finalize), (gst_dvdemux_reset),
11917         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
11918         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
11919         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
11920         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
11921         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
11922         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
11923         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
11924         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
11925         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
11926         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
11927         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
11928         * ext/dv/gstdvdemux.h:
11929         Added docs.
11930         Implement pull mode.
11931         Fix memleaks.
11932         Reduce memcpy for the video demuxing.
11933
11934 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
11935
11936         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
11937         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
11938         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
11939         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
11940           Add a little extra debug. Make the decoder not return NOT_LINKED,
11941           as we want to continue decoding all CMML and emitting tags.
11942
11943 2006-02-27  Michael Smith  <msmith@fluendo.com>
11944
11945         * ext/annodex/gstskeltag.c:
11946         * ext/annodex/gstskeltag.h:
11947           Deleted; these files aren't used any more either.
11948
11949 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11950
11951         * ext/Makefile.am: Fix dist-check.
11952
11953 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11954
11955         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
11956         memleak.
11957
11958 2006-02-25  Alessandro Decina <alessandro@nnva.org>
11959
11960         * ext/annodex/Makefile.am:
11961         * ext/annodex/gstannodex.c:
11962         * ext/annodex/gstcmmldec.c:
11963         * ext/annodex/gstcmmlenc.c:
11964         * ext/annodex/gstcmmlparser.c:
11965         * ext/annodex/gstcmmlparser.h:
11966         * ext/annodex/gstcmmlutils.c:
11967         * tests/check/elements/cmmldec.c:
11968         * tests/check/elements/cmmlenc.c:
11969           Fix a memleak in gst_cmml_track_list_add_clip.
11970           Handle overflows in clip's start and end times.
11971           Add the "encoded" parameter to cmmldec and cmmlenc caps.
11972           Do not parse junk at the end of a CMML preamble buffer.
11973           Register a libxml error handler to not print stuff on stderr.
11974           Check for bad clip start and end times in the testsuites.
11975
11976 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11977
11978         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
11979         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
11980         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11981         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
11982         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
11983         possible memleaks.
11984
11985 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11986
11987         * tests/check/Makefile.am:
11988         * tests/check/elements/cmmldec.c:
11989         * tests/check/elements/cmmlenc.c: Fix tests so that they use
11990         the plugins-base tags.
11991
11992 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11993
11994         * ext/Makefile.am: Re-enable module.
11995
11996 2006-02-25  Julien MOUTTE  <julien@moutte.net>
11997
11998         * tests/check/Makefile.am: Forgot to remove that test.
11999
12000 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12001
12002         * ext/annodex/Makefile.am:
12003         * ext/annodex/gstannodex.c: (plugin_init):
12004         * ext/annodex/gstcmmldec.c:
12005         * ext/annodex/gstskeldec.c:
12006         * ext/annodex/gstskeldec.h:
12007         * tests/check/Makefile.am:
12008         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12009
12010 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12011
12012         * tests/check/Makefile.am: Disable those checks as well.
12013
12014 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12015
12016         * ext/Makefile.am: Disable annodex for now until we figure out
12017         how to make it build.
12018         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12019         Add a rule to your checklist : "please try to at least build 
12020         what you are going to commit into -good, or if you are too lazy
12021         to do that, please check that the buildbots are not crying because
12022         of your commit."
12023
12024 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12025
12026         * configure.ac:
12027         * ext/Makefile.am:
12028         * ext/gdk_pixbuf/Makefile.am:
12029         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12030         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12031         * ext/gdk_pixbuf/pixbufscale.c:
12032         * ext/gdk_pixbuf/pixbufscale.h:
12033           Gdkpixbuf ported from 0.8 to 0.10 by
12034           Renato Filho <renato.filho@indt.org.br>.
12035           gst_loader and gdkpixbufanimation still need port.
12036
12037 2006-02-24  Michael Smith  <msmith@fluendo.com>
12038
12039         * configure.ac:
12040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12041         * ext/Makefile.am:
12042         * ext/annodex/Makefile.am:
12043         * ext/annodex/gstannodex.c:
12044         * ext/annodex/gstannodex.h:
12045         * ext/annodex/gstcmmldec.c:
12046         * ext/annodex/gstcmmldec.h:
12047         * ext/annodex/gstcmmlenc.c:
12048         * ext/annodex/gstcmmlenc.h:
12049         * ext/annodex/gstcmmlparser.c:
12050         * ext/annodex/gstcmmlparser.h:
12051         * ext/annodex/gstcmmltag.c:
12052         * ext/annodex/gstcmmltag.h:
12053         * ext/annodex/gstcmmlutils.c:
12054         * ext/annodex/gstcmmlutils.h:
12055         * ext/annodex/gstskeldec.c:
12056         * ext/annodex/gstskeldec.h:
12057         * ext/annodex/gstskeltag.c:
12058         * ext/annodex/gstskeltag.h:
12059         * tests/check/Makefile.am:
12060         * tests/check/elements/cmmldec.c:
12061         * tests/check/elements/cmmlenc.c:
12062         * tests/check/elements/skeldec.c:
12063           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12064           Includes tests & docs, oh my! Passes Thomas's -good checklist
12065           entirely. Wow.
12066
12067 2006-02-24  Michael Smith  <msmith@fluendo.com>
12068
12069         * autogen.sh:
12070           Check for automake 1.9 as well.
12071
12072 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12073
12074         * ext/flac/gstflacenc.c:
12075           Change min. sample rate to 8kHz to match flacdec's.
12076           
12077 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12078
12079         * ext/cdio/Makefile.am:
12080           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12081           required for Cygwin, see #317048)
12082
12083         * gst/rtp/gstasteriskh263.c:
12084           Cygwin has includes for both the unix network socket API
12085           and the windows API, but only one can be included, so fix
12086           includes to only use one or the other, prefering the unxi
12087           one (#317048).
12088
12089 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12090
12091         * rtp/gst/gstrtppcmadepay.c:
12092         * rtp/gst/gstrtppcmadepay.h:
12093         * rtp/gst/gstgstrtppcmapay.c:
12094         * rtp/gst/gstgstrtppcmapay.h:
12095         * rtp/gst/gstrtppcmudepay.c:
12096         * rtp/gst/gstrtppcmudepay.h:
12097         * rtp/gst/gstrtppcmupay.c:
12098         * rtp/gst/gstrtppcmupay.h:
12099         * rtp/gst/Makefile.am:
12100         * rtp/gst/gstrtp.c:
12101         * rtp/gst/README:
12102         Separated the G711 payloaders/depayloaders into separate elements for
12103         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12104
12105 2006-02-22  Wim Taymans  <wim@fluendo.com>
12106
12107         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12108         (gst_dvdec_change_state):
12109         * ext/dv/gstdvdec.h:
12110         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12111         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12112         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12113         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12114         (gst_dvdemux_flush), (gst_dvdemux_chain),
12115         (gst_dvdemux_change_state):
12116         * ext/dv/gstdvdemux.h:
12117         Ueber spiffify some more, added debug category.
12118         Use _scale.
12119         Use segments, respect playback rate from newsegment.
12120         Fix refcount issue.
12121
12122 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12123
12124         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12125         (gst_signal_processor_process):
12126         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12127         enabled for the build, but it helps me win the feature-count
12128         competitions ooh yeah.
12129
12130 2006-02-19  Wim Taymans  <wim@fluendo.com>
12131
12132         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12133         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12134         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12135         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12136         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12137         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12138         Use scaling code for added precission and more correct stop
12139         position in case scale==0.
12140
12141 2006-02-19  Wim Taymans  <wim@fluendo.com>
12142
12143         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12144         (gst_flxdec_chain):
12145         * gst/flx/gstflxdec.h:
12146         Implement DURATION query.
12147
12148 2006-02-19  Wim Taymans  <wim@fluendo.com>
12149
12150         * gst/flx/flx_color.h:
12151         * gst/flx/flx_fmt.h:
12152         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12153         (gst_flxdec_src_query_handler), (flx_decode_color),
12154         (gst_flxdec_chain):
12155         * gst/flx/gstflxdec.h:
12156         Set MALLOCDATA for the temp buffers so we don't leak.
12157         Some debug cleanups.
12158         Consume all data in the adapter before leaving the chain
12159         function. Fixes #330678.
12160
12161 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12162
12163         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12164         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12165          Handle 0 data size in otherwise valid frames.
12166          Handle numeric strings in 2.4.0 even when not in parentheses 
12167
12168 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12169
12170         * gst/matroska/matroska-demux.c:
12171         (gst_matroska_demux_subtitle_caps),
12172         (gst_matroska_demux_plugin_init):
12173         * gst/matroska/matroska-ids.h:
12174           Recognise SSA/ASS and USF subtitle formats and
12175           set proper caps when they are found.
12176
12177 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12180         (gst_jpeg_dec_chain):
12181           Fix invalid memory access for some odd-sized images
12182           (see image contained in quicktime stream in #327083);
12183           use g_malloc() instead of g_alloca().
12184
12185 2006-02-17  Wim Taymans  <wim@fluendo.com>
12186
12187         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12188         Patch from Sebastien Cote, fixes #319884
12189
12190 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         * ext/cdio/gstcdio.c: (plugin_init):
12193           Init debug category (#331253).
12194
12195 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12198           Pass extra_data to gst_riff_create_audio_caps(), so that
12199           WAVEFORMATEX stuff works. Post audio codec name and post
12200           it as taglist on the bus. Allow up to 8 channesl for raw
12201           PCM in the source pad template caps.
12202
12203 2006-02-16  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12206         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12207         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12208         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12209         (gst_multipart_set_property), (gst_multipart_get_property):
12210         Applied #318663. Gives quite a few false positives in
12211         autoscan mode, but it's better than nothing. Not closing yet.
12212
12213 2006-02-16  Wim Taymans  <wim@fluendo.com>
12214
12215         * docs/plugins/Makefile.am:
12216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12217         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12218         * docs/plugins/gst-plugins-good-plugins.args:
12219         * docs/plugins/inspect/plugin-udp.xml:
12220         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12221         (gst_udpsrc_start):
12222         Update documentation.
12223         Fix args.
12224
12225 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12226
12227         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12228         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12229         frame size. (Fixes #331368)
12230
12231 2006-02-16  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst/rtsp/README:
12234         Updated README.
12235
12236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12237         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12238         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12239         * gst/rtsp/gstrtspsrc.h:
12240         Make sure the RTP port is an even port an try to allocate 
12241         another if not.
12242         Added retry property to control max retries for port allocation.
12243         Make sure RTCP port is RTP port+1.
12244         Cleanup when port allocation fails.
12245         Fixes #319183.
12246         
12247 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12248
12249         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12250           Don't ignore return value of the parent class's state
12251           change function (#331385, patch by: Wouter Paesen).
12252
12253 2006-02-15  Wim Taymans  <wim@fluendo.com>
12254
12255         * configure.ac:
12256         * docs/plugins/Makefile.am:
12257         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12258         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12259         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12260         * ext/Makefile.am:
12261         * ext/hal/Makefile.am:
12262         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12263         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12264         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12265         (do_toggle_element), (gst_hal_audio_sink_set_property),
12266         (gst_hal_audio_sink_get_property),
12267         (gst_hal_audio_sink_change_state):
12268         * ext/hal/gsthalaudiosink.h:
12269         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12270         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12271         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12272         (do_toggle_element), (gst_hal_audio_src_set_property),
12273         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12274         * ext/hal/gsthalaudiosrc.h:
12275         * ext/hal/gsthalelements.c: (plugin_init):
12276         * ext/hal/gsthalelements.h:
12277         * ext/hal/hal.c: (gst_hal_get_string),
12278         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12279         (gst_hal_get_audio_src):
12280         * ext/hal/hal.h:
12281         Add HAL sound device wrapper plugins. Closes #329106
12282
12283 2006-02-15  Wim Taymans  <wim@fluendo.com>
12284
12285         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12286         Add comment in a fultile attempt to stop the copy-and-paste 
12287         paradigm leading to duplication of bad code.
12288
12289         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12290         Mime parameters have to be checked case insensitive
12291
12292 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12293
12294         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12295           Advance stream time for lagging subtitle streams by sending
12296           newsegment events with the update flag set.
12297
12298 2006-02-14  Edward Hervey  <edward@fluendo.com>
12299
12300         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12301         There can be bogus data before the hdrl LIST tag in the RIFF header.
12302         It's hard to say if it's not respecting the AVI specifications or not,
12303         but since Google Video is producing AVIs like that and the other player
12304         don't seem to complain, I guess we should do the same.
12305
12306 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12307
12308         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12309         (parse_split_strings):
12310         Add more validation to ensure that a char encoding conversion
12311         produced a valid UTF-8 string.
12312
12313 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12314
12315         Reviewed by: Edward Hervey  <edward@fluendo.com>
12316
12317         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12318         Properly handle end of segment. Closes #330885.
12319
12320 2006-02-13  Wim Taymans  <wim@fluendo.com>
12321
12322         * gst/rtp/gstrtpmp4gpay.h:
12323         For got to commit this one.
12324
12325 2006-02-12  Wim Taymans  <wim@fluendo.com>
12326
12327         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12328         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12329         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12330         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12331         * gst/rtp/gstrtpmp4gpay.h:
12332         Make more things work.
12333         Handle ACC config strings.
12334
12335 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12336
12337         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12338           set timestamps if no incoming timestamps set
12339
12340 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12341
12342         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12343         (gst_tag_demux_do_typefind):
12344           ... and fix the very same leaks in GstTagDemux.
12345
12346 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12347
12348         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12349         (gst_id3demux_do_typefind):
12350         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12351         <jonathan at kaolin dot wh9 dot net>)
12352
12353 2006-02-10  Wim Taymans  <wim@fluendo.com>
12354
12355         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12356         First set options, then set caps or else the baseclass
12357         will not know about the options, duh.
12358
12359 2006-02-10  Wim Taymans  <wim@fluendo.com>
12360
12361         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12362         (gst_rtp_mp4v_pay_setcaps):
12363         Don't waste time looking for a config string if we have codec_info
12364         on the incomming caps.
12365
12366 2006-02-10  Wim Taymans  <wim@fluendo.com>
12367
12368         * gst/rtp/README:
12369         Say something about case-sensitivity of caps vs mime-attributes.
12370
12371         * gst/rtp/Makefile.am:
12372         * gst/rtp/gstrtp.c: (plugin_init):
12373         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12374         (gst_rtp_amr_pay_handle_buffer):
12375         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12376         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12377         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12378         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12379         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12380         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12381         (gst_rtp_mp4g_pay_plugin_init):
12382         * gst/rtp/gstrtpmp4gpay.h:
12383         Added beginnings of mpeg4-generic payloader (RFC 3640)
12384
12385 2006-02-09  Wim Taymans  <wim@fluendo.com>
12386
12387         * gst/rtsp/Makefile.am:
12388         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12389         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12390         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12391         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12392         (gst_rtpdec_change_state):
12393         * gst/rtsp/gstrtpdec.h:
12394         * gst/rtsp/gstrtsp.c: (plugin_init):
12395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12396         * gst/rtsp/rtspconnection.c: (read_body),
12397         (rtsp_connection_receive):
12398         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12399         Resurected rtpdec to make rtspsrc happy again.
12400         Skip attributes from the session id.
12401         Don't crash when dumping a message with an empty body.
12402
12403
12404 2006-02-09  Wim Taymans  <wim@fluendo.com>
12405
12406         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12407         Added more meaningfull warnings when something goes wrong.
12408         Clear F bit on outgoing AMR packets.
12409
12410         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12411         (gst_rtp_amr_pay_handle_buffer):
12412         Added debugging category
12413         Support payloading of multiple AMR frames.
12414
12415         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12416         Added some debugging.
12417
12418 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12419
12420         * configure.ac:
12421           Back to CVS
12422
12423 === release 0.10.2 ===
12424
12425 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12426
12427         * configure.ac:
12428           releasing 0.10.2, "Papa was a rolling stone"
12429
12430 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12431
12432         * configure.ac:
12433           Bump core and plugins-base requirement to 0.10.2.2
12434           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12435
12436 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12437
12438         * ext/flac/gstflac.c: (plugin_init):
12439         * ext/speex/gstspeex.c: (plugin_init):
12440           Register musicbrainz tags.
12441
12442 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * ext/gconf/gconf.h:
12445           Remove declaration of function that no longer exists.
12446
12447 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12448
12449         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12450         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12451         Make shout2 work for non ogg streams
12452
12453 2006-02-06  Wim Taymans  <wim@fluendo.com>
12454
12455         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12456         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12457         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12458         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12459         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12460         * gst/udp/gstmultiudpsink.h:
12461         Updated docs.
12462         Added properties bytes-served, bytes_to_serve.
12463         Post proper error messages,
12464         Emit client added signal too.
12465
12466 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12467
12468         * docs/plugins/Makefile.am:
12469         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12471         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12472         (gst_multiudpsink_get_stats):
12473           adding docs for multiudpsink
12474
12475 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12476
12477         * gst/level/gstlevel.c: (gst_level_transform_ip):
12478           peak below decay is not necessarily an error, so don't ERROR log
12479
12480 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12481
12482         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12483         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12484         (gst_ebml_write_seek):
12485         * gst/matroska/ebml-write.h:
12486           Make sure we send a newsegment event in BYTES format
12487           before sending buffers (#328531).
12488
12489 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12490
12491         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12492         (gst_dvdemux_sink_query):
12493         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12494         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12495         (speex_dec_src_query):
12496         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12497         (gst_speexenc_sink_query):
12498         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12499         * gst/matroska/matroska-demux.c:
12500         (gst_matroska_demux_get_src_query_types),
12501         (gst_matroska_demux_handle_src_query):
12502         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12503         (gst_wavparse_pad_query):
12504           Pass unhandled queries upstream instead of just dropping
12505           them (#326446). Update query type arrays here and there.
12506
12507 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12508
12509         * tests/check/elements/matroskamux.c: (setup_src_pad):
12510           Collectpads in core got changed and now also holds a
12511           reference to any pad that is part of it. Fix refcount
12512           checks in test case accordingly.
12513
12514 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12515
12516         * gst/apetag/gstapedemux.h:
12517           Fix include, for now GstTagDemux is in the apetag dir.
12518
12519 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12520
12521         * docs/plugins/Makefile.am:
12522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12524         * docs/plugins/inspect/plugin-cdio.xml:
12525           Add cdio plugin to docs.
12526
12527         * ext/cdio/gstcdiocddasrc.c:
12528           Add gtk-doc blurb.
12529
12530         * ext/cdio/gstcdio.c:
12531           The plugin is called 'cdio' not 'cddio'.
12532
12533 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         * configure.ac:
12536         * docs/plugins/Makefile.am:
12537         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12539         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12540         * docs/plugins/inspect/plugin-apetag.xml:
12541         * gst/apetag/Makefile.am:
12542         * gst/apetag/gstapedemux.c:
12543         * gst/apetag/gstapedemux.h:
12544         * gst/apetag/gsttagdemux.c:
12545         * gst/apetag/gsttagdemux.h:
12546           Add APE tag demuxer (#325649).
12547
12548 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12549
12550         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12551         (gst_gconf_get_default_video_sink),
12552         (gst_gconf_get_default_audio_src),
12553         (gst_gconf_get_default_video_src):
12554         * ext/gconf/gconf.h:
12555         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12556         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12557         (do_toggle_element):
12558         * ext/gconf/gstgconfaudiosink.h:
12559         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12560         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12561         (do_toggle_element):
12562         * ext/gconf/gstgconfaudiosrc.h:
12563         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12564         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12565         (do_toggle_element):
12566         * ext/gconf/gstgconfvideosink.h:
12567         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12568         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12569         (do_toggle_element):
12570         * ext/gconf/gstgconfvideosrc.h:
12571           Ignore changing the GConf key to "". Ignore GConf key updates
12572           that don't actually change the string.
12573           For now, ignore the GConf key when the state is > READY, as
12574           it breaks streaming. Sometime it will be nice to bring the
12575           new sink online even mid-stream, by sending NEWSEGMENT info
12576           and possibly prerolling.
12577           (Fixes #326736)
12578
12579 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12580
12581         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12582         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12583         (zoomFilterSetResolution), (zoomFilterDestroy),
12584         (zoomFilterFastRGB), (pointFilter):
12585         * gst/goom/filters.h:
12586         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12587         (goom_update), (goom_close):
12588         * gst/goom/goom_core.h:
12589         * gst/goom/goom_tools.h:
12590         * gst/goom/graphic.c:
12591         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12592         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12593         * gst/goom/gstgoom.h:
12594         * gst/goom/lines.c: (goom_lines):
12595         * gst/goom/lines.h:
12596           Make goom reentrant by moving all important static variables
12597           into instance structures.
12598           (Fixes #329181)
12599
12600 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12601
12602         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12603         (gst_avi_demux_all_source_pads_unlinked),
12604         (gst_avi_demux_process_next_entry):
12605         * gst/avi/gstavidemux.h:
12606           Third attempt, use gst_pad_is_linked() this time.
12607
12608 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12609
12610         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12611         (parse_split_strings):
12612         Adjust for data length indicators when parsing (Fixes #329810)
12613         Fix stupid bug parsing UTF-8 tag text.
12614         Output tag strings with multiple fields as multiple tags, so the
12615         app gets all the data.
12616
12617 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12618
12619         * ext/flac/gstflacenc.c:
12620         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12621         show me.
12622         
12623 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12624
12625         * ext/flac/gstflacenc.c:
12626         * gst/matroska/ebml-read.c:
12627         Just make it compile with --disable-gst-debug.
12628
12629 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12630
12631         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12632         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12633         (id3v2_genre_fields_to_taglist):
12634           Never output a tag with a null contents string.
12635
12636 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12637
12638         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12639           Only pause if all pads are unlinked AND we've tried to send data
12640           on all of them at least once.
12641
12642 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12643
12644         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12645         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12646           Make loop function/task pause itself when all source pads are
12647           unlinked.
12648
12649 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12650
12651         * configure.ac:
12652         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12653           Use new functions from core to render a bin from a
12654           string. Fixes build. Up requirements to core CVS.
12655
12656 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12657
12658         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12659           Don't push buffers into the adapter that we are going to
12660           push downstream again without framing anyway. Also, the
12661           adaptor takes ownership of buffers put into it (fixes
12662           auparse pushing invalid buffers for .au files with
12663           ADPCM contents). Finally, set caps on all outgoing buffers.
12664
12665 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12666
12667         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12668         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12669         (gst_id3demux_send_tag_event):
12670         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12671         Someone should kick my butt. Remove ID3v1 tags from the end of the
12672         file.
12673
12674         Improve error messages. Send the TAG message as soon as we complete
12675         typefinding, instead of waiting until we send the first buffer.
12676         Downstream tag event is still sent before the first buffer.
12677
12678 2006-01-27  Jan Gerber  <j@bootlab.org>
12679
12680         Reviewed by: Andy Wingo <wingo@pobox.com>
12681
12682         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12683         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12684         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12685         to not have warings flooding stderr. this is the suggested way
12686         also used in dvgrab and kino. (#328336)
12687
12688 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12689
12690         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12691         (gst_oss_sink_init), (gst_oss_sink_finalise):
12692           Free the device name string when finalised.
12693
12694 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12695
12696         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12697           Don't put function calls in g_return_if_fail() statements,
12698           or they'll be replaced with NOOPs if someone compiles with
12699           G_DISABLE_CHECKS defined.
12700           
12701 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12702
12703         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12704         Never trust ANY information encoded in a media file, especially
12705         when it's giving you sizes. (Fixes #328452)
12706
12707 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12708
12709         * gst/rtp/gstrtpg711pay.c:
12710         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12711         bug #325148.
12712
12713 2006-01-23  Edward Hervey  <edward@fluendo.com>
12714
12715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12716         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12717         * gst/matroska/matroska-ids.h:
12718         Added recognition of Real Audio and Video streams in matroska demuxer.
12719
12720 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12721
12722         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12723           Remove errant break statement, and fix compilation with
12724           older GCC.
12725
12726 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12727
12728         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         * sys/sunaudio/gstsunaudiomixerctrl.c:
12731         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12732           Export functions that are needed in other parts of the code,
12733           makes the mixer actually work; adjust magic minimum buffer-time
12734           value from 3ms to 5ms to work around stuttering during mp3
12735           playback (#327765).
12736
12737 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12738
12739         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12740
12741         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12742         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12743           Fix possible deadlock in matroska muxer (#327825).
12744
12745 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12746
12747         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12748         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12749         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12750         * gst/rtsp/sdpmessage.h:
12751         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12752         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12753           C89 fixes: declare variables at the beginning of a block and
12754           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12755           <jensgr at gmx dot net>).
12756
12757 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12758
12759         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12760         * gst/id3demux/id3tags.h:
12761         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12762         (parse_comment_frame), (parse_text_identification_frame),
12763         (id3v2_tag_to_taglist), (id3v2_are_digits),
12764         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12765         (parse_split_strings), (free_tag_strings):
12766           Rewrite parsing of text tags to handle multiple NULL terminated
12767           strings. Parse numeric genre strings and ID3v2 type
12768           "(3)(6)Alternative" style genre strings.
12769           Parse dates that are only YYYY or YYYY-mm format.
12770           (Fixes #328241 and #322154)
12771
12772 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12773
12774         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12775           Don't forget to initialize liboil, otherwise our oil functions
12776           will crash (fixes #327871; patch by: Christoph Burghardt
12777           <hawkes at web dot de>).
12778
12779 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         * configure.ac:
12782           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12783           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12784           patch by: Brian Cameron <brian dot cameron at sun dot com>
12785
12786 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12787
12788         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12789         * ext/cdio/gstcdio.h:
12790         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12791           Fix build for libcdio versions >= 76; give slightly lower rank
12792           than cdparanoia.
12793
12794 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * configure.ac:
12797         * ext/Makefile.am:
12798         * ext/cdio/Makefile.am:
12799         * ext/cdio/gstcdio.c:
12800         * ext/cdio/gstcdio.h:
12801         * ext/cdio/gstcdiocddasrc.c:
12802         * ext/cdio/gstcdiocddasrc.h:
12803           Port libcdio cdda source, formerly known as cddasrc, now known as
12804           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12805           but that's not tested (fixes #317658).
12806
12807 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12808
12809         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12810           Fix conversion from TIME to BYTES format (fixes #326864;
12811           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12812
12813 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12814
12815         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12816           Fix compilation of id3demux when zlib is not present.
12817           (Fixes #326602; patch by: Sergey Scobich)
12818
12819 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12820
12821         * ext/esd/Makefile.am:
12822           Add $(ESD_CFLAGS), otherwise build will fail for folks
12823           with libesd in a non-standard prefix (#327009).
12824
12825 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12826
12827         * configure.ac:
12828           back to HEAD
12829
12830 === release 0.10.1 ===
12831
12832 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
12833
12834         * configure.ac:
12835           releasing 0.10.1, "Li"
12836
12837 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12838
12839           patch by: Wim Taymans
12840
12841         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12842           fix memleak.  Fixes #326618
12843
12844 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12845
12846           patch by: Mike Smith
12847
12848         * gst/level/gstlevel.c: (gst_level_message_new),
12849         (gst_level_message_append_channel):
12850           Fix memleak.  Fixes #326612
12851
12852 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12853
12854         * configure.ac:
12855           prereleasing
12856         * po/af.po:
12857         * po/az.po:
12858         * po/cs.po:
12859         * po/en_GB.po:
12860         * po/hu.po:
12861         * po/it.po:
12862         * po/nb.po:
12863         * po/nl.po:
12864         * po/or.po:
12865         * po/sq.po:
12866         * po/sr.po:
12867         * po/sv.po:
12868         * po/uk.po:
12869         * po/vi.po:
12870           update translations
12871
12872 2006-01-10  Michael Smith  <msmith@fluendo.com>
12873
12874         * gst/level/gstlevel.c: (gst_level_class_init),
12875         (gst_level_dispose):
12876           Don't leak filter arrays.
12877
12878 2006-01-09 Brian Cameron <brian.cameron@sun.com>
12879
12880         reviewed by: Christian Schaller <uraeus@gnome.org>
12881         
12882         * configure.ac:
12883         * gst-plugins-good.spec.in:
12884         * sys/Makefile.am:
12885         * sys/sunaudio/Makefile.am:
12886         * sys/sunaudio/gstsunaudio.c: (plugin_init):
12887         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
12888         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
12889         (gst_sunaudiomixer_change_state):
12890         * sys/sunaudio/gstsunaudiomixer.h:
12891         * sys/sunaudio/gstsunaudiomixerctrl.c:
12892         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
12893         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
12894         (gst_sunaudiomixer_ctrl_list_tracks),
12895         (gst_sunaudiomixer_ctrl_get_volume),
12896         (gst_sunaudiomixer_ctrl_set_volume),
12897         (gst_sunaudiomixer_ctrl_set_mute),
12898         (gst_sunaudiomixer_ctrl_set_record):
12899         * sys/sunaudio/gstsunaudiomixerctrl.h:
12900         * sys/sunaudio/gstsunaudiomixertrack.c:
12901         (gst_sunaudiomixer_track_class_init),
12902         (gst_sunaudiomixer_track_init), (fill_labels),
12903         (gst_sunaudiomixer_track_new):
12904         * sys/sunaudio/gstsunaudiomixertrack.h:
12905         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
12906         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
12907         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12908         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
12909         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
12910         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
12911         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
12912         * sys/sunaudio/gstsunaudiosink.h:
12913
12914         Add SunAudio plugin - tested to make sure it doesn't break
12915         the build under GNU/Linux.      
12916
12917 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
12918
12919         * gst-plugins-good/gst/udp/gstdynudpsink.c:
12920         * gst-plugins-good/gst/udp/gstudpsrc.c:
12921         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
12922         overrides the port or multicast parameters. Fixes bugs #323021.
12923         API addition: adds GstUDPSrc::sockfd property   
12924
12925 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
12926
12927         * ext/gconf/Makefile.am:
12928         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
12929         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
12930         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12931         (do_toggle_element), (cb_toggle_element),
12932         (gst_gconf_audio_src_change_state):
12933         * ext/gconf/gstgconfaudiosrc.h:
12934         * ext/gconf/gstgconfelements.c: (plugin_init):
12935         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
12936         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
12937         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12938         (do_toggle_element), (cb_toggle_element),
12939         (gst_gconf_video_src_change_state):
12940         * ext/gconf/gstgconfvideosrc.h:
12941           Add new gconfaudiosrc and gconfvideosrc elements
12942           (needed for gnome-sound-recorder).
12943
12944 2006-01-06  Edward Hervey  <edward@fluendo.com>
12945
12946         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12947         Add gst_element_no_more_pads() for proper decodebin behaviour.
12948         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
12949         (parse_text_identification_frame), (parse_split_strings):
12950         Failure to decode some tags is not a GST_ERROR() but a
12951         GST_WARNING()
12952         When iterating over a chunk of text, check that we haven't gone too
12953         far.
12954
12955 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
12956
12957         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
12958         (plugin_init):
12959           call oil_init() when using liboil
12960
12961 2006-01-04  Wim Taymans  <wim@fluendo.com>
12962
12963         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12964         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12965         Fix leaks.
12966
12967 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
12968
12969         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12970
12971         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
12972         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
12973         (gst_flac_dec_change_state):
12974           Don't g_assert() where we should just return FALSE; remove
12975           unnecessary g_assert(); initialize some fields properly in
12976           state change function (fixes #325504). Also, use
12977           GST_DEBUG_OBJECT in two more places.
12978
12979 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12980
12981         * configure.ac:
12982           also remove smoothwave's Makefile.am
12983         * docs/plugins/Makefile.am:
12984           fix plugin docs
12985
12986 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12987
12988         * tests/examples/Makefile.am:
12989           added missing Makefile.am
12990
12991 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
12992
12993         * configure.ac:
12994         * gst/level/Makefile.am:
12995         * gst/level/level-example.c:
12996         * tests/Makefile.am:
12997         * tests/examples/level/Makefile.am:
12998         * tests/examples/level/level-example.c: (message_handler), (main):
12999           moved level-example to tests/examples/level-example
13000         * tests/old/examples/level/demo.c: (main):
13001         * tests/old/examples/level/plot.c: (main):
13002           some initial fixes
13003
13004 2005-12-29  Michael Smith  <msmith@fluendo.com>
13005
13006         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13007         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13008         * gst/udp/gstmultiudpsink.h:
13009           Track packets sent per client in addition to bytes sent; provide
13010           this info through get-stats signal
13011
13012 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13013
13014         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13015           Can't use gst_object_unref() on a GstAdapter (#325191).
13016
13017 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13018
13019         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13020         If a broken tag has 0 bytes payload, at least still skip
13021         the 10 byte header
13022
13023 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13024
13025         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13026         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13027         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13028         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13029           Making these depayloaders (H263+ and mpeg4 video) inherit from
13030           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13031
13032 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13033
13034         * docs/plugins/gst-plugins-good-plugins.args:
13035         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13036         Regenerate the plugin hiearchy.
13037
13038 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13039
13040         * docs/plugins/Makefile.am:
13041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13043         * docs/plugins/gst-plugins-good-plugins.args:
13044         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13045         (gst_id3demux_base_init), (gst_id3demux_class_init),
13046         (gst_id3demux_chain):
13047         * gst/id3demux/gstid3demux.h:
13048           Add documentation for id3demux.
13049           Don't fail if the first buffer is not at offset 0, just
13050           attempt to typefind and do pass through
13051           Rename the gst_type function from gst_gst_id3demux..
13052
13053 2005-12-20  Michael Smith  <msmith@fluendo.com>
13054
13055         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13056         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13057         (gst_multiudpsink_get_stats):
13058         * gst/udp/gstmultiudpsink.h:
13059           Collect statistics; return them from get_stats.
13060
13061 2005-12-19  Edward Hervey  <edward@fluendo.com>
13062
13063         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13064         Stupid signedness issue...
13065
13066 2005-12-19  Edward Hervey  <edward@fluendo.com>
13067
13068         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13069         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13070         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13071         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13072         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13073         Construct index for indexless files.
13074         Make sure pad/buffers are correctly reset to NULL once we don't need
13075         them anymore, else we get lovely segfaults/assertions.
13076         * gst/wavparse/gstwavparse.c:
13077         Yes, you can have 96KHz audio and wma in wav :(
13078
13079 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13080
13081         * configure.ac:
13082           Check for optional dependency on zlib for id3demux
13083
13084         * gst/id3demux/Makefile.am:
13085         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13086         (gst_id3demux_base_init), (gst_id3demux_class_init),
13087         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13088         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13089         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13090         (gst_id3demux_set_property), (gst_id3demux_get_property),
13091         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13092         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13093         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13094         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13095         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13096         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13097         (simple_find_peek), (simple_find_suggest),
13098         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13099         (plugin_init):
13100         * gst/id3demux/gstid3demux.h:
13101         * gst/id3demux/id3tags.c: (read_synch_uint),
13102         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13103         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13104         (id3demux_id3v2_frames_to_tag_list):
13105         * gst/id3demux/id3tags.h:
13106         * gst/id3demux/id3v2.4.0-frames.txt:
13107         * gst/id3demux/id3v2.4.0-structure.txt:
13108         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13109         (parse_comment_frame), (parse_text_identification_frame),
13110         (id3v2_tag_to_taglist), (parse_split_strings):
13111           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13112           otherwise it discards them. Works on my test files. 
13113
13114         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13115           Don't send EOS to a non-existing srcpad
13116           The debug category can be static
13117
13118 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13119
13120         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13121         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13122         * gst/multipart/multipartdemux.c:
13123           change some char* into char[]
13124
13125 2005-12-16  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13128         (gst_wavparse_other), (gst_wavparse_perform_seek),
13129         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13130         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13131         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13132         * gst/wavparse/gstwavparse.h:
13133         Use GstSegment to implement more seeking features.
13134
13135 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13136
13137         * gst/rtsp/rtspconnection.c:
13138           Add <netinet/in.h> include and move <arpa/inet.h> include
13139           to make things work on OpenBSD as well (fixes #323717;
13140           patch by: Benjamin Pineau)
13141
13142 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13143
13144         * gst/rtp/gstrtpspeexdepay.c:
13145         * gst/rtp/gstrtpspeexpay.c:
13146         Set clock rate to be fixed in 8000. It fixes bug #324012.
13147
13148 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13149
13150         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13151         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13152         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13153         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13154         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13155         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13156         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13157         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13158         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13159         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13160         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13161         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13162         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13163         * gst-plugins-good/gst/rtp/README:
13164         Fixed payload range in payloder caps. Removed payload range completely
13165         from depayloaders as they don't require payload type in their caps.
13166         In effect, there isn't any specific payload type for any given codec,
13167         only suggestions.
13168         Fixes bug #324011.
13169
13170 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13171
13172         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13173         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13174         (gst_videomixer_collected): Code cleanup and re-enabling 
13175         queued time validity check for correct EOS handling.
13176
13177 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13180         (gst_oss_mixer_element_get_property),
13181         (gst_oss_mixer_element_change_state):
13182         Add 'device-name' property and fix state change function.
13183
13184 2005-12-13  Edward Hervey  <edward@fluendo.com>
13185
13186         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13187         If the speed of the file is null in the header, set the frame_time to
13188         the default setting of GST_SECOND / 70. Which is the default
13189         frame_delay for .fli files as stated in this document :
13190         http://www.compuphase.com/flic.htm
13191         Would be nice to have the time conversion done properly too (duration =
13192         flxh->frames * flxdec->frame_time)
13193
13194 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13195
13196         * docs/plugins/Makefile.am:
13197         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13198         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13199         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13200         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13201         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13202         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13203         documentation for videomixer on my way with a funny sample
13204         pipeline.
13205
13206 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13207
13208         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13209         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13210         (gst_videomixer_update_queues), (gst_videomixer_collected):
13211         Fix caps negotiation. (#323896)
13212
13213 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13214
13215         * gst/matroska/matroska-demux.c:
13216         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13217           Set correct timestamps on audio laces, fixes playback of mp3 from
13218                 matroska.
13219
13220 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13223         (gst_au_parse_class_init), (gst_au_parse_init),
13224         (gst_au_parse_dispose), (gst_au_parse_chain),
13225         (gst_au_parse_change_state), (plugin_init):
13226         * gst/auparse/gstauparse.h:
13227           Use gst_object_unref() for GstObjects instead of
13228           g_object_unref() and fix a mem leak in a debug
13229           statement; while we're at it, also borgify, use
13230           boilerplate macros and clean up a little bit.
13231
13232 2005-12-11  Edward Hervey  <edward@fluendo.com>
13233
13234         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13235         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13236         Added pull mode.
13237
13238 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13239
13240         * gst/goom/gstgoom.c:
13241         * gst/level/level-example.c: (main):
13242         * gst/smoothwave/demo-osssrc.c: (main):
13243           Use audiotestsrc instead of sinesrc (#323798).
13244
13245 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13246
13247         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13248           more debug-func-ptr usage
13249
13250 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13251
13252         * gst/flx/flx_color.c: (flx_colorspace_convert):
13253         * gst/flx/flx_color.h:
13254         * gst/flx/flx_fmt.h:
13255         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13256         * gst/flx/gstflxdec.h:
13257           Now flxdec works on big-endian machines as well.
13258
13259 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13262         (gst_fenced_buffer_copy):
13263           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13264           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13265           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13266           and use GST_DEBUG_FUNCPTR for pad functions.
13267
13268 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13269
13270         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13271         (gst_flac_dec_class_init), (gst_flac_dec_init),
13272         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13273         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13274         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13275         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13276         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13277         (gst_flac_dec_change_state):
13278         * ext/flac/gstflacdec.h:
13279           Rewrite flacdec a bit, so that even seeking might work now. Most
13280           importantly, don't act upon any flow return values we get, just tell
13281           the decoder everything's dandy and act on the flow return values
13282           later on in the loop function. We don't want to mess up the internal
13283           decoder state for non-fatal things like flushing pads etc. Other
13284           than that, use GstSegment (segment seeks don't work yet though, but
13285           should be easy to add), use boilerplate macros, drop the superfluous
13286           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13287           lots of other things.
13288
13289 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13290
13291         * configure.ac:
13292           Update comment in OSS includes check.
13293
13294         * sys/oss/gstossdmabuffer.c:
13295         * sys/oss/gstosshelper.c:
13296         * sys/oss/gstossmixer.c:
13297         * sys/oss/gstossmixertrack.c:
13298         * sys/oss/gstosssink.c:
13299         * sys/oss/gstosssrc.c:
13300         * sys/oss/oss_probe.c:
13301           Don't assume the OSS soundcard.h include is always in
13302           the sys/ directory. Instead, use the existing defines
13303           from config.h to include the right file. Fixes
13304           compilation on OpenBSD 3.8 (#323718).
13305
13306 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13307
13308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13309         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13310         * docs/plugins/inspect/plugin-1394.xml:
13311         * docs/plugins/inspect/plugin-aasink.xml:
13312         * docs/plugins/inspect/plugin-alaw.xml:
13313         * docs/plugins/inspect/plugin-alpha.xml:
13314         * docs/plugins/inspect/plugin-alphacolor.xml:
13315         * docs/plugins/inspect/plugin-auparse.xml:
13316         * docs/plugins/inspect/plugin-autodetect.xml:
13317         * docs/plugins/inspect/plugin-avi.xml:
13318         * docs/plugins/inspect/plugin-cacasink.xml:
13319         * docs/plugins/inspect/plugin-cairo.xml:
13320         * docs/plugins/inspect/plugin-cutter.xml:
13321         * docs/plugins/inspect/plugin-debug.xml:
13322         * docs/plugins/inspect/plugin-dv.xml:
13323         * docs/plugins/inspect/plugin-efence.xml:
13324         * docs/plugins/inspect/plugin-effectv.xml:
13325         * docs/plugins/inspect/plugin-esdsink.xml:
13326         * docs/plugins/inspect/plugin-flac.xml:
13327         * docs/plugins/inspect/plugin-flxdec.xml:
13328         * docs/plugins/inspect/plugin-gconfelements.xml:
13329         * docs/plugins/inspect/plugin-goom.xml:
13330         * docs/plugins/inspect/plugin-jpeg.xml:
13331         * docs/plugins/inspect/plugin-level.xml:
13332         * docs/plugins/inspect/plugin-matroska.xml:
13333         * docs/plugins/inspect/plugin-mulaw.xml:
13334         * docs/plugins/inspect/plugin-multipart.xml:
13335         * docs/plugins/inspect/plugin-navigationtest.xml:
13336         * docs/plugins/inspect/plugin-ossaudio.xml:
13337         * docs/plugins/inspect/plugin-png.xml:
13338         * docs/plugins/inspect/plugin-rtp.xml:
13339         * docs/plugins/inspect/plugin-rtsp.xml:
13340         * docs/plugins/inspect/plugin-shout2send.xml:
13341         * docs/plugins/inspect/plugin-smpte.xml:
13342         * docs/plugins/inspect/plugin-speex.xml:
13343         * docs/plugins/inspect/plugin-udp.xml:
13344         * docs/plugins/inspect/plugin-videobox.xml:
13345         * docs/plugins/inspect/plugin-videoflip.xml:
13346         * docs/plugins/inspect/plugin-videomixer.xml:
13347         * docs/plugins/inspect/plugin-wavenc.xml:
13348         * docs/plugins/inspect/plugin-wavparse.xml:
13349         * ext/flac/gstflac.c: (plugin_init):
13350         * ext/flac/gstflacdec.c: (flacdec_get_type),
13351         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13352         (gst_flac_dec_init), (gst_flac_dec_finalize),
13353         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13354         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13355         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13356         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13357         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13358         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13359         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13360         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13361         * ext/flac/gstflacdec.h:
13362         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13363         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13364         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13365         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13366         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13367         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13368         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13369         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13370         (gst_flac_enc_change_state):
13371         * ext/flac/gstflacenc.h:
13372           borgify and fix up documentation
13373
13374 2005-12-09  Michael Smith  <msmith@fluendo.com>
13375
13376         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13377           Accept a wider range of flac files, more closely matching flac spec.
13378
13379 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13380
13381         * docs/plugins/Makefile.am: Add multipart elements.
13382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13383         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13384         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13385         * gst/multipart/multipartdemux.c:
13386         * gst/multipart/multipartmux.c: Add docs.
13387
13388 2005-12-07  Edward Hervey  <edward@fluendo.com>
13389
13390         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13391         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13392         (gst_avi_demux_invert):
13393         Memleak and crasher fixes.
13394         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13395         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13396         Memleak fixes
13397
13398 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13399
13400         * ext/aalib/gstaasink.h:
13401         * ext/cairo/gsttextoverlay.h:
13402         * ext/dv/gstdvdec.h:
13403         * ext/dv/gstdvdemux.c:
13404         * ext/dv/gstdvdemux.h:
13405         * ext/esd/esdsink.h:
13406         * ext/flac/flac_compat.h:
13407         * ext/flac/gstflacdec.h:
13408         * ext/flac/gstflacenc.h:
13409         * ext/gconf/gconf.h:
13410         * ext/gconf/gstgconfaudiosink.h:
13411         * ext/gconf/gstgconfvideosink.h:
13412         * ext/gdk_pixbuf/gstgdkanimation.h:
13413         * ext/jpeg/gstjpegdec.h:
13414         * ext/jpeg/smokecodec.h:
13415         * ext/jpeg/smokeformat.h:
13416         * ext/ladspa/gstsignalprocessor.h:
13417         * ext/ladspa/search.c: (LADSPAPluginSearch):
13418         * ext/ladspa/utils.h:
13419         * ext/libmng/gstmng.c:
13420         * ext/libmng/gstmngdec.h:
13421         * ext/libmng/gstmngenc.c:
13422         * ext/libmng/gstmngenc.h:
13423         * ext/libpng/gstpng.c:
13424         * ext/libpng/gstpngenc.c:
13425         * ext/libpng/gstpngenc.h:
13426         * ext/shout2/gstshout2.h:
13427         * ext/speex/gstspeexdec.h:
13428         * ext/speex/gstspeexenc.c:
13429         * ext/speex/gstspeexenc.h:
13430         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13431         * gst/autodetect/gstautoaudiosink.h:
13432         * gst/autodetect/gstautovideosink.h:
13433         * gst/avi/gstavidemux.h:
13434         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13435         (gst_cutter_set_property), (gst_cutter_get_caps):
13436         * gst/cutter/gstcutter.h:
13437         * gst/debug/tests.c: (md5_process_block):
13438         * gst/debug/tests.h:
13439         * gst/effectv/gstwarp.c:
13440         * gst/flx/flx_fmt.h:
13441         * gst/flx/gstflxdec.h:
13442         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13443         (zoomFilterFastRGB):
13444         * gst/goom/filters.h:
13445         * gst/goom/goom_tools.h:
13446         * gst/law/alaw-encode.c:
13447         * gst/level/gstlevel.c:
13448         * gst/level/gstlevel.h:
13449         * gst/matroska/ebml-write.h:
13450         * gst/matroska/matroska-demux.h:
13451         * gst/matroska/matroska-ids.h:
13452         * gst/matroska/matroska-mux.h:
13453         * gst/monoscope/convolve.c: (convolve_match):
13454         * gst/monoscope/convolve.h:
13455         * gst/multipart/multipartmux.c:
13456         * gst/oldcore/gstaggregator.c:
13457         * gst/oldcore/gstaggregator.h:
13458         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13459         * gst/oldcore/gstmd5sink.h:
13460         * gst/oldcore/gstmultifilesrc.c:
13461         * gst/oldcore/gstmultifilesrc.h:
13462         * gst/oldcore/gstpipefilter.h:
13463         * gst/oldcore/gstshaper.h:
13464         * gst/rtp/gstrtpL16depay.h:
13465         * gst/rtp/gstrtpL16pay.h:
13466         * gst/rtp/gstrtpdepay.h:
13467         * gst/rtp/gstrtpmp4vpay.c:
13468         * gst/rtp/gstrtpmp4vpay.h:
13469         * gst/rtsp/gstrtspsrc.c:
13470         * gst/rtsp/gstrtspsrc.h:
13471         * gst/rtsp/rtspconnection.h:
13472         * gst/rtsp/rtspdefs.h:
13473         * gst/rtsp/rtspmessage.h:
13474         * gst/rtsp/rtsptransport.h:
13475         * gst/rtsp/rtspurl.c:
13476         * gst/rtsp/rtspurl.h:
13477         * gst/rtsp/sdpmessage.c:
13478         * gst/rtsp/sdpmessage.h:
13479         * gst/smpte/barboxwipes.c:
13480         * gst/smpte/gstmask.h:
13481         * gst/smpte/gstsmpte.h:
13482         * gst/smpte/paint.c:
13483         * gst/smpte/paint.h:
13484         * gst/udp/gstdynudpsink.h:
13485         * gst/udp/gstmultiudpsink.h:
13486         * gst/udp/gstudpsink.c:
13487         * gst/udp/gstudpsink.h:
13488         * gst/udp/gstudpsrc.c:
13489         * gst/videomixer/videomixer.c:
13490         * gst/wavenc/riff.h:
13491         * gst/wavparse/gstwavparse.h:
13492         * sys/oss/gstossdmabuffer.h:
13493         * sys/oss/gstossmixer.h:
13494         * sys/oss/gstossmixerelement.h:
13495         * sys/oss/gstossmixertrack.h:
13496         * sys/oss/gstosssink.c:
13497         * sys/oss/gstosssink.h:
13498         * sys/oss/gstosssrc.c:
13499         * sys/oss/gstosssrc.h:
13500         * sys/osxaudio/gstosxaudioelement.h:
13501         * sys/osxaudio/gstosxaudiosink.h:
13502         * sys/osxaudio/gstosxaudiosrc.h:
13503           expand tabs
13504
13505 === release 0.10.0 ===
13506
13507 2005-12-05   <thomas (at) apestaart (dot) org>
13508
13509         * configure.ac:
13510           releasing 0.10.0, "Abondance"
13511
13512 2005-12-05  Andy Wingo  <wingo@pobox.com>
13513
13514         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13515         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13516         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13517         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13518         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13519         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13520         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13521         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13522         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13523         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13524         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13525         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13526         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13527         * gst/goom/gstgoom.c: (gst_goom_chain):
13528         * gst/matroska/matroska-demux.c:
13529         (gst_matroska_demux_push_vorbis_codec_priv_data),
13530         (gst_matroska_demux_add_wvpk_header):
13531         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13532         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13533         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13534         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13535         alloc_buffer changes.
13536
13537 2005-12-05  Michael Smith  <msmith@fluendo.com>
13538
13539         * docs/plugins/gst-plugins-good-plugins.args:
13540           Remove args for plugins that aren't in -good.
13541
13542 === release 0.9.7 ===
13543
13544 2005-12-01   <thomas (at) apestaart (dot) org>
13545
13546         * configure.ac:
13547           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13548
13549 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13550
13551         * docs/plugins/.cvsignore:
13552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13553         * docs/plugins/inspect/plugin-multipart.xml:
13554         * docs/plugins/inspect/plugin-rtp.xml:
13555           add multipart plugin to docs
13556
13557 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13558
13559         * configure.ac:
13560         * ext/Makefile.am:
13561         * ext/pango/Makefile.am:
13562         * ext/pango/gstclockoverlay.c:
13563         * ext/pango/gstclockoverlay.h:
13564         * ext/pango/gsttextoverlay.c:
13565         * ext/pango/gsttextoverlay.h:
13566         * ext/pango/gsttextrender.c:
13567         * ext/pango/gsttextrender.h:
13568         * ext/pango/gsttimeoverlay.c:
13569         * ext/pango/gsttimeoverlay.h:
13570           move pango to base
13571
13572 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13573
13574         * gst/rtp/Makefile.am:
13575         * gst/rtp/gstrtpL16depay.c:
13576         * gst/rtp/gstrtpL16depay.h:
13577         * gst/rtp/gstrtpL16parse.c:
13578         * gst/rtp/gstrtpL16parse.h:
13579         * gst/rtp/gstrtpgsmdepay.c:
13580         * gst/rtp/gstrtpgsmdepay.h:
13581         * gst/rtp/gstrtpgsmparse.c:
13582         * gst/rtp/gstrtpgsmparse.h:
13583           parsers are depayers
13584
13585 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13586
13587         * gst/rtp/Makefile.am:
13588         * gst/rtp/gstasteriskh263.c:
13589         * gst/rtp/gstrtp.c:
13590         * gst/rtp/gstrtpL16enc.c:
13591         * gst/rtp/gstrtpL16enc.h:
13592         * gst/rtp/gstrtpL16parse.c:
13593         * gst/rtp/gstrtpL16parse.h:
13594         * gst/rtp/gstrtpL16pay.c:
13595         * gst/rtp/gstrtpL16pay.h:
13596         * gst/rtp/gstrtpamrdec.c:
13597         * gst/rtp/gstrtpamrdec.h:
13598         * gst/rtp/gstrtpamrdepay.c:
13599         * gst/rtp/gstrtpamrdepay.h:
13600         * gst/rtp/gstrtpamrenc.c:
13601         * gst/rtp/gstrtpamrenc.h:
13602         * gst/rtp/gstrtpamrpay.c:
13603         * gst/rtp/gstrtpamrpay.h:
13604         * gst/rtp/gstrtpdec.c:
13605         * gst/rtp/gstrtpdec.h:
13606         * gst/rtp/gstrtpdepay.c:
13607         * gst/rtp/gstrtpdepay.h:
13608         * gst/rtp/gstrtpg711dec.c:
13609         * gst/rtp/gstrtpg711dec.h:
13610         * gst/rtp/gstrtpg711depay.c:
13611         * gst/rtp/gstrtpg711depay.h:
13612         * gst/rtp/gstrtpg711enc.c:
13613         * gst/rtp/gstrtpg711enc.h:
13614         * gst/rtp/gstrtpg711pay.c:
13615         * gst/rtp/gstrtpg711pay.h:
13616         * gst/rtp/gstrtpgsmenc.c:
13617         * gst/rtp/gstrtpgsmenc.h:
13618         * gst/rtp/gstrtpgsmparse.c:
13619         * gst/rtp/gstrtpgsmparse.h:
13620         * gst/rtp/gstrtpgsmpay.c:
13621         * gst/rtp/gstrtpgsmpay.h:
13622         * gst/rtp/gstrtph263enc.c:
13623         * gst/rtp/gstrtph263enc.h:
13624         * gst/rtp/gstrtph263pay.c:
13625         * gst/rtp/gstrtph263pay.h:
13626         * gst/rtp/gstrtph263pdec.c:
13627         * gst/rtp/gstrtph263pdec.h:
13628         * gst/rtp/gstrtph263pdepay.c:
13629         * gst/rtp/gstrtph263pdepay.h:
13630         * gst/rtp/gstrtph263penc.c:
13631         * gst/rtp/gstrtph263penc.h:
13632         * gst/rtp/gstrtph263ppay.c:
13633         * gst/rtp/gstrtph263ppay.h:
13634         * gst/rtp/gstrtpmp4vdec.c:
13635         * gst/rtp/gstrtpmp4vdec.h:
13636         * gst/rtp/gstrtpmp4vdepay.c:
13637         * gst/rtp/gstrtpmp4vdepay.h:
13638         * gst/rtp/gstrtpmp4venc.c:
13639         * gst/rtp/gstrtpmp4venc.h:
13640         * gst/rtp/gstrtpmp4vpay.c:
13641         * gst/rtp/gstrtpmp4vpay.h:
13642         * gst/rtp/gstrtpmpadec.c:
13643         * gst/rtp/gstrtpmpadec.h:
13644         * gst/rtp/gstrtpmpadepay.c:
13645         * gst/rtp/gstrtpmpadepay.h:
13646         * gst/rtp/gstrtpmpaenc.c:
13647         * gst/rtp/gstrtpmpaenc.h:
13648         * gst/rtp/gstrtpmpapay.c:
13649         * gst/rtp/gstrtpmpapay.h:
13650         * gst/rtp/gstrtpspeexdec.c:
13651         * gst/rtp/gstrtpspeexdec.h:
13652         * gst/rtp/gstrtpspeexdepay.c:
13653         * gst/rtp/gstrtpspeexdepay.h:
13654         * gst/rtp/gstrtpspeexenc.c:
13655         * gst/rtp/gstrtpspeexenc.h:
13656         * gst/rtp/gstrtpspeexpay.c:
13657         * gst/rtp/gstrtpspeexpay.h:
13658           Do burger's rename for rtp payloaders and depayloaders
13659
13660 2005-11-30  Wim Taymans  <wim@fluendo.com>
13661
13662         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13663         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13664         * ext/dv/gstdvdemux.h:
13665         Fix seeking in dvdemux again, add some more debug info.
13666
13667 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13668
13669         * configure.ac:
13670           fix tests
13671
13672 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13673
13674         * PORTED_09:
13675         * docs/random/PORTED_09:
13676           move
13677         * tests/Makefile.am:
13678           add
13679         * win32/gst.sln:
13680           remove
13681
13682 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13683
13684         * Makefile.am:
13685         * check/.cvsignore:
13686         * check/Makefile.am:
13687         * check/elements/.cvsignore:
13688         * check/elements/level.c:
13689         * check/elements/matroskamux.c:
13690         * configure.ac:
13691         * examples/Makefile.am:
13692         * examples/capsfilter/Makefile.am:
13693         * examples/capsfilter/capsfilter1.c:
13694         * examples/gob/Makefile.am:
13695         * examples/gob/gst-identity2.gob:
13696         * examples/gstplay/.cvsignore:
13697         * examples/gstplay/Makefile.am:
13698         * examples/gstplay/player.c:
13699         * examples/indexing/.cvsignore:
13700         * examples/indexing/Makefile.am:
13701         * examples/indexing/indexmpeg.c:
13702         * examples/level/Makefile.am:
13703         * examples/level/README:
13704         * examples/level/demo.c:
13705         * examples/level/plot.c:
13706         * examples/stats/Makefile.am:
13707         * examples/stats/mp2ogg.c:
13708         * examples/switch/.cvsignore:
13709         * examples/switch/Makefile.am:
13710         * examples/switch/switcher.c:
13711           move under tests/
13712
13713 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13716         (gst_text_render_class_init), (resize_bitmap),
13717         (gst_text_render_render_text), (gst_text_render_setcaps),
13718         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13719         (gst_text_render_chain), (gst_text_render_finalize),
13720         (gst_text_render_init), (gst_text_render_set_property):
13721         * ext/pango/gsttextrender.h:
13722           Add missing files.
13723
13724 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13725
13726         * configure.ac:
13727         * ext/Makefile.am:
13728         * ext/pango/Makefile.am:
13729         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13730         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13731         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13732         * ext/pango/gstclockoverlay.h:
13733         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13734         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13735         (gst_text_overlay_finalize), (gst_text_overlay_init),
13736         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13737         (gst_text_overlay_text_pad_linked),
13738         (gst_text_overlay_text_pad_unlinked),
13739         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13740         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13741         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13742         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13743         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13744         (gst_text_overlay_change_state), (plugin_init):
13745         * ext/pango/gsttextoverlay.h:
13746         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13747         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13748         (gst_time_overlay_class_init), (gst_time_overlay_init):
13749         * ext/pango/gsttimeoverlay.h:
13750           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13751           and add background shading and text wrapping modes. Make 
13752           timoverlay derive from textoverlay. Also add new clockoverlay
13753           element.
13754
13755 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13756
13757         * gst/udp/Makefile.am: Moved to netbuffer.
13758
13759 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13760
13761         * configure.ac:
13762         * PORTED_O9:
13763         * gst/multipart/Makefile.am:
13764         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13765         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13766         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13767         (gst_multipart_demux_change_state),
13768         (gst_multipart_demux_plugin_init):
13769         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13770         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13771         (gst_multipart_mux_sinkconnect),
13772         (gst_multipart_mux_request_new_pad),
13773         (gst_multipart_mux_handle_src_event),
13774         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13775         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13776         0.9.
13777
13778 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13779
13780         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13781         * gst/debug/gstnavigationtest.h:
13782         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13783         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13784         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13785         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13786         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13787         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13788         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13789         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13790         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13791         (gst_video_flip_get_type):
13792         * gst/videofilter/gstvideoflip.h:
13793           update for symbols change
13794
13795 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13796
13797         * gst/udp/gstdynudpsink.c:
13798         * gst/udp/gstudpsrc.c:
13799           the old gstnet lib was renamed gstnetbuffer (#322257)
13800
13801 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13804         (gst_text_overlay_collected):
13805           Actually render the text from the text pad.
13806
13807 2005-11-29  Edward Hervey  <edward@fluendo.com>
13808
13809         * gst/debug/gstnavseek.c: (gst_navseek_event):
13810         * gst/debug/progressreport.c: (gst_progress_report_event):
13811         Update for GstBaseTransform event virtual method
13812
13813 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13814
13815         * ext/cairo/Makefile.am:
13816           no need to link to videofilter
13817
13818 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13819
13820         * gst/debug/Makefile.am:
13821         * gst/debug/gstnavigationtest.h:
13822         * gst/effectv/Makefile.am:
13823         * gst/effectv/gstaging.c:
13824         * gst/effectv/gstdice.c:
13825         * gst/effectv/gstedge.c:
13826         * gst/effectv/gstquark.c:
13827         * gst/effectv/gstrev.c:
13828         * gst/effectv/gstshagadelic.c:
13829         * gst/effectv/gstvertigo.c:
13830         * gst/effectv/gstwarp.c:
13831         * gst/videofilter/Makefile.am:
13832         * gst/videofilter/gstvideofilter.c:
13833         * gst/videofilter/gstvideofilter.h:
13834         * gst/videofilter/gstvideoflip.h:
13835           remove the videofilter library and link to the one in base
13836
13837 2005-11-28  Edward Hervey  <edward@fluendo.com>
13838
13839         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13840         Useless check now we're setting the current entry correctly.
13841
13842 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13843
13844         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
13845         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
13846         (gst_jpegenc_change_state):
13847           Don't leak input buffer in chain function (fixes #322667); make 
13848           state change function thread-safe; don't repeat the current function
13849           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
13850           gst_pad_alloc_buffer(); misc. minor cleanups.
13851
13852 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13853
13854         * gst/matroska/matroska-mux.c:
13855         (gst_matroska_mux_video_pad_setcaps):
13856         Look for pixel-aspect-ratio in caps, not pixel_width and
13857         pixel_height (Fixes: #322645)
13858
13859 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
13860
13861         * gst/matroska/matroska-mux.c:
13862         (gst_matroska_mux_video_pad_setcaps):
13863         From Michal Benes:
13864         frame duration should be GST_SECOND / framerate, not
13865         GST_SECOND * framerate. (Fixes: #322643)
13866
13867 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13868
13869         * configure.ac:
13870           fix up GST_PLUGIN_LDFLAGS
13871         * gst/rtsp/rtspconnection.c:
13872           fix includes (see #317043)
13873         * gst/videofilter/Makefile.am:
13874           stop installing this library
13875
13876 2005-11-26  Edward Hervey  <edward@fluendo.com>
13877
13878         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
13879         Handle the case where the incoming Video dv stream doesn't have
13880         a pixel aspect ratio set.
13881
13882 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13883
13884         * docs/plugins/Makefile.am:
13885         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13887         * ext/flac/gstflacdec.c:
13888           document flacdec
13889
13890 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13891
13892         * docs/plugins/Makefile.am:
13893         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13894         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13895         * docs/plugins/inspect/plugin-autodetect.xml:
13896         * ext/cairo/gstcairo.c: (plugin_init):
13897         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
13898         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
13899         (gst_text_overlay_init), (gst_text_overlay_font_init),
13900         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
13901         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
13902         (gst_text_overlay_text_pad_linked),
13903         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
13904         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13905         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13906         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13907         (gst_text_overlay_change_state):
13908         * ext/cairo/gsttextoverlay.h:
13909         * ext/cairo/gsttimeoverlay.c:
13910         (gst_cairo_time_overlay_update_font_height),
13911         (gst_cairo_time_overlay_set_caps),
13912         (gst_cairo_time_overlay_get_unit_size),
13913         (gst_cairo_time_overlay_print_smpte_time),
13914         (gst_cairo_time_overlay_transform),
13915         (gst_cairo_time_overlay_base_init),
13916         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
13917         (gst_cairo_time_overlay_get_type):
13918         * ext/cairo/gsttimeoverlay.h:
13919           do some name borgifying
13920           document
13921
13922 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13923
13924         * docs/plugins/Makefile.am:
13925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13927         * gst/autodetect/gstautoaudiosink.c:
13928         (gst_auto_audio_sink_base_init):
13929         * gst/autodetect/gstautovideosink.c:
13930         (gst_auto_video_sink_base_init),
13931         (gst_auto_video_sink_factory_filter):
13932           documenting auto*sink
13933           using strstr for the video sink lookup, class field is not ordered
13934         * docs/plugins/inspect/plugin-1394.xml:
13935         * docs/plugins/inspect/plugin-aasink.xml:
13936         * docs/plugins/inspect/plugin-alaw.xml:
13937         * docs/plugins/inspect/plugin-alpha.xml:
13938         * docs/plugins/inspect/plugin-alphacolor.xml:
13939         * docs/plugins/inspect/plugin-auparse.xml:
13940         * docs/plugins/inspect/plugin-autodetect.xml:
13941         * docs/plugins/inspect/plugin-avi.xml:
13942         * docs/plugins/inspect/plugin-cacasink.xml:
13943         * docs/plugins/inspect/plugin-cairo.xml:
13944         * docs/plugins/inspect/plugin-cutter.xml:
13945         * docs/plugins/inspect/plugin-debug.xml:
13946         * docs/plugins/inspect/plugin-dv.xml:
13947         * docs/plugins/inspect/plugin-efence.xml:
13948         * docs/plugins/inspect/plugin-effectv.xml:
13949         * docs/plugins/inspect/plugin-esdsink.xml:
13950         * docs/plugins/inspect/plugin-flac.xml:
13951         * docs/plugins/inspect/plugin-flxdec.xml:
13952         * docs/plugins/inspect/plugin-gconfelements.xml:
13953         * docs/plugins/inspect/plugin-goom.xml:
13954         * docs/plugins/inspect/plugin-jpeg.xml:
13955         * docs/plugins/inspect/plugin-level.xml:
13956         * docs/plugins/inspect/plugin-matroska.xml:
13957         * docs/plugins/inspect/plugin-mulaw.xml:
13958         * docs/plugins/inspect/plugin-navigationtest.xml:
13959         * docs/plugins/inspect/plugin-ossaudio.xml:
13960         * docs/plugins/inspect/plugin-png.xml:
13961         * docs/plugins/inspect/plugin-rtp.xml:
13962         * docs/plugins/inspect/plugin-rtsp.xml:
13963         * docs/plugins/inspect/plugin-shout2send.xml:
13964         * docs/plugins/inspect/plugin-smpte.xml:
13965         * docs/plugins/inspect/plugin-speex.xml:
13966         * docs/plugins/inspect/plugin-udp.xml:
13967         * docs/plugins/inspect/plugin-videobox.xml:
13968         * docs/plugins/inspect/plugin-videoflip.xml:
13969         * docs/plugins/inspect/plugin-videomixer.xml:
13970         * docs/plugins/inspect/plugin-wavenc.xml:
13971         * docs/plugins/inspect/plugin-wavparse.xml:
13972           update for HEAD version
13973
13974 2005-11-25  Michael Smith  <msmith@fluendo.com>
13975
13976         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
13977           Patch from Sebastien Cote to close control sockets in udpsrc.
13978
13979 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13980
13981         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
13982         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
13983         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
13984         (gst_quarktv_base_init), (gst_quarktv_class_init),
13985         (gst_quarktv_init): Flush the planes list on reverse caps
13986         negotiation. This was crashing because of differently sized
13987         buffers.
13988
13989 2005-11-24  Julien MOUTTE  <julien@moutte.net>
13990
13991         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
13992         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
13993         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
13994         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
13995         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
13996         (gst_videoflip_set_property), (gst_videoflip_base_init),
13997         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
13998         correctly, fix identity flipping, convert navigation event 
13999         correctly again.
14000
14001 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * configure.ac: back to HEAD
14004
14005 === release 0.9.6 ===
14006
14007 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14008
14009         * configure.ac:
14010           releasing 0.9.6, "Everything's Not Lost"
14011
14012 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14013
14014         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14015         Oops, initialise the framerate GValue
14016
14017 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14018
14019         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14020         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14021         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14022         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14023         (gst_timeoverlay_get_type):
14024         * ext/cairo/gsttimeoverlay.h:
14025         * gst/debug/Makefile.am:
14026         * gst/debug/gstnavigationtest.c:
14027         (gst_navigationtest_handle_src_event),
14028         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14029         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14030         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14031         (gst_navigationtest_init), (gst_navigationtest_get_type),
14032         (plugin_init):
14033         * gst/debug/gstnavigationtest.h:
14034         * gst/effectv/Makefile.am:
14035         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14036         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14037         (gst_agingtv_base_init), (gst_agingtv_class_init),
14038         (gst_agingtv_init), (gst_agingtv_get_type):
14039         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14040         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14041         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14042         (gst_dicetv_get_type):
14043         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14044         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14045         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14046         (gst_edgetv_get_type):
14047         * gst/effectv/gsteffectv.c:
14048         * gst/effectv/gsteffectv.h:
14049         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14050         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14051         (gst_quarktv_change_state), (gst_quarktv_base_init),
14052         (gst_quarktv_class_init), (gst_quarktv_init),
14053         (gst_quarktv_get_type):
14054         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14055         (gst_revtv_get_unit_size), (gst_revtv_transform),
14056         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14057         (gst_revtv_get_type):
14058         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14059         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14060         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14061         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14062         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14063         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14064         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14065         (gst_vertigotv_init), (gst_vertigotv_get_type):
14066         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14067         (gst_warptv_get_unit_size), (gst_warptv_transform),
14068         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14069         (gst_warptv_get_type):
14070         * gst/videofilter/Makefile.am:
14071         * gst/videofilter/gstvideobalance.c:
14072         * gst/videofilter/gstvideobalance.h:
14073         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14074         (gst_videofilter_class_init), (gst_videofilter_init):
14075         * gst/videofilter/gstvideofilter.h:
14076         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14077         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14078         (gst_videoflip_flip), (gst_videoflip_transform),
14079         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14080         (gst_videoflip_base_init), (gst_videoflip_class_init),
14081         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14082         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14083         BaseTransform, it's just a place holder for now and every video
14084         effect plugin has been ported to use BaseTransform features 
14085         directly. QuarkTV was fixed too (was broken), navigationtest works
14086         and best for the end, videoflip converts navigation events depending
14087         on flip method ! Fixes #320953
14088
14089 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14090
14091         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14092         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14093         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14094         (gst_goom_src_negotiate), (gst_goom_chain):
14095         * gst/matroska/matroska-mux.c:
14096         (gst_matroska_mux_video_pad_setcaps):
14097         * sys/osxvideo/osxvideosink.m:
14098           Fixes for API changes
14099
14100 2005-11-23  Michael Smith <msmith@fluendo.com>
14101
14102         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14103         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14104         * ext/jpeg/gstjpegdec.h:
14105         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14106         * ext/jpeg/gstjpegenc.h:
14107         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14108         (gst_smokeenc_resync):
14109         * ext/jpeg/gstsmokeenc.h:
14110           JPEG fractiony goodness.
14111
14112 2005-11-22  Michael Smith <msmith@fluendo.com>
14113
14114         * gst/goom/filters.c:
14115         * gst/goom/graphic.h:
14116           Fix compilation by making some functions static inline instead of
14117           extern inline, matching the way they're used.
14118
14119 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14120
14121         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14122         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14123         * ext/cairo/gsttextoverlay.h:
14124         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14125         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14126         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14127         (gst_pngdec_caps_create_and_set):
14128         * ext/libpng/gstpngdec.h:
14129         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14130         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14131         * gst/avi/gstavimux.c: (gst_avimux_init),
14132         (gst_avimux_vidsinkconnect):
14133         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14134         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14135         (gst_goom_src_negotiate), (gst_goom_chain):
14136         * gst/goom/gstgoom.h:
14137         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14138         * gst/matroska/matroska-mux.c:
14139         (gst_matroska_mux_video_pad_setcaps):
14140         * sys/osxvideo/osxvideosink.h:
14141         * sys/osxvideo/osxvideosink.m:
14142           More fractional framerate conversions 
14143
14144 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14145
14146         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14147         * gst/debug/gstnavigationtest.c:
14148         (gst_navigationtest_handle_src_event):
14149         * gst/videofilter/gstvideofilter.c:
14150         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14151         (gst_videofilter_init):
14152         * gst/videofilter/gstvideofilter.h:
14153           Convert to fractional framerates.
14154
14155 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14156
14157         * ext/aalib/gstaasink.c:
14158         * ext/dv/gstdvdec.c:
14159         * ext/esd/esdmon.c:
14160         * ext/flac/gstflacenc.c:
14161         * ext/gdk_pixbuf/pixbufscale.c:
14162         * ext/libcaca/gstcacasink.c:
14163         * ext/shout2/gstshout2.c:
14164         * gst/alpha/gstalpha.c:
14165         * gst/oldcore/gstaggregator.c:
14166         * gst/oldcore/gstshaper.c:
14167         * gst/smpte/barboxwipes.c:
14168         * gst/smpte/gstsmpte.c:
14169         * gst/videobox/gstvideobox.c:
14170         * gst/videofilter/gstvideoflip.c:
14171         * gst/videomixer/videomixer.c:
14172           fix up more enums
14173
14174 2005-11-22  Michael Smith <msmith@fluendo.com>
14175
14176         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14177         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14178         (gst_videomixer_update_queues):
14179           Fractional framerates, videomixer.
14180
14181 2005-11-22  Michael Smith <msmith@fluendo.com>
14182
14183         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14184         * ext/dv/gstdvdec.h:
14185         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14186         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14187         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14188         (gst_dvdemux_flush):
14189         * ext/dv/gstdvdemux.h:
14190           Fractional framerates for DV. 
14191
14192 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14193
14194         * gst/autodetect/gstautoaudiosink.c:
14195         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14196         * gst/autodetect/gstautovideosink.c:
14197         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14198           Use gst_plugin_feature_list_free() to free feature list and
14199           in the case of autovideosink free the list at all. Also
14200           miscellaneous cosmetic fixes.
14201
14202 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14203
14204         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14205         (gst_cutter_set_property), (gst_cutter_get_caps):
14206           copy calculation code from level; remove use of some audio
14207           functions
14208
14209 2005-11-22  Andy Wingo  <wingo@pobox.com>
14210
14211         * Update for gst_tag_setter API changes.
14212
14213 2005-11-22  Andy Wingo  <wingo@pobox.com>
14214
14215         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14216         (gst_dvdemux_demux_frame)
14217         * ext/flac/gstflacdec.c (gst_flacdec_write)
14218         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14219         (gst_flacenc_sink_event)
14220         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14221         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14222         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14223         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14224         * gst/auparse/gstauparse.c (gst_auparse_chain)
14225         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14226         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14227         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14228         (gst_avi_demux_handle_seek)
14229         * gst/goom/gstgoom.c (gst_goom_event)
14230         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14231         * gst/matroska/matroska-demux.c
14232         (gst_matroska_demux_handle_seek_event)
14233         (gst_matroska_demux_loop_stream_parse_id)
14234         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14235         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14236         (gst_wavparse_stream_headers): Run update-funcnames.
14237
14238 2005-11-22  Edward Hervey  <edward@fluendo.com>
14239
14240         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14241         (gst_dv1394src_init), (gst_dv1394src_dispose),
14242         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14243         (gst_dv1394src_uri_set_uri):
14244         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14245         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14246         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14247         URIHandler interface and element properties are now properly
14248         synchronized for DV1394src and UDPSrc
14249
14250 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14251
14252         * ext/flac/Makefile.am:
14253         * ext/speex/Makefile.am:
14254           libgsttagedit has been renamed to libgsttag.
14255
14256 2005-11-21  Wim Taymans  <wim@fluendo.com>
14257
14258         * gst/rtsp/rtspconnection.c: (read_body):
14259         Apply patch from Sebastien Cote to fix #319184.
14260
14261 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14262
14263         * configure.ac:
14264         * gst/cutter/Makefile.am:
14265         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14266         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14267         (gst_cutter_set_property), (gst_cutter_get_property),
14268         (plugin_init), (gst_cutter_get_caps):
14269           port cutter
14270         * gst/level/gstlevel.c:
14271           fix up plugin details
14272
14273 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14274
14275         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14276         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14277         (gst_flacdec_src_event):
14278         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14279         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14280         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14281         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14282         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14283         (gst_flxdec_sink_event_handler):
14284         * gst/matroska/matroska-demux.c:
14285         (gst_matroska_demux_handle_seek_event):
14286         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14287           Update for stream lock API changes: don't take stream log
14288           in sink event handlers any longer and change GST_STREAM_LOCK
14289           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14290           functions.
14291
14292 2005-11-21  Michael Smith <msmith@fluendo.com>
14293
14294         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14295           gst_object_unref, not g_object_unref
14296
14297 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14298
14299         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14300         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14301           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14302
14303 2005-11-21  Michael Smith <msmith@fluendo.com>
14304
14305         * gst/auparse/Makefile.am:
14306         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14307         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14308         (gst_auparse_change_state):
14309         * gst/auparse/gstauparse.h:
14310           Partially fix #161712. playbin still doesn't work on these files,
14311           (on the bug report, Andy says we aren't typefinding it for some
14312           reason?) but at least auparse isn't totally busted like it was before.
14313
14314 2005-11-21  Andy Wingo  <wingo@pobox.com>
14315
14316         * *.h:
14317         * *.c: Ran scripts/update-macros. Oh yes.
14318
14319 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14322           Filler events are gone for now, comment out section generating
14323           them.
14324
14325 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14326
14327         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14328         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14329         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14330         * sys/osxvideo/osxvideosink.m:
14331           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14332           (#322027)
14333
14334 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14335
14336         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14337         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14338         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14339         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14340         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14341         (gst_avi_demux_stream_data):
14342         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14343         * gst/wavenc/gstwavenc.c: (write_metadata):
14344         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14345         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14346         Fixes for GST_FOURCC_FORMAT API change.
14347
14348 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14351         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14352         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14353         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14354         (gst_text_overlay_change_state):
14355         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14356         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14357         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14358         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14359         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14360         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14361         (gst_videomixer_change_state):
14362           Fix for collect pads API change. Also fix textoverlay state
14363           change function.
14364
14365 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14366
14367         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14368         GST_PAD_IS_USABLE by something approaching it.
14369
14370 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14371
14372         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14373         API changes.
14374         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14375         but also fix the code that was not checking return values from
14376         pad_push neither using pad_alloc_buffer.
14377
14378 2005-11-18  Edward Hervey  <edward@fluendo.com>
14379
14380         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14381         (gst_pngenc_chain):
14382         Added debug category
14383         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14384         goes to EOS.
14385
14386 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14387
14388         * gst/rtp/Makefile.am
14389         * gst/rtp/gstrtp.c
14390         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14391         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14392         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14393         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14394         * gst/rtp/gstrtpg711enc.h:
14395         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14396         * gst/rtp/gstrtpspeexenc.c:
14397         * gst/rtp/gstrtpspeexenc.h:
14398         * gst/rtp/gstrtpspeexdec.c:
14399         * gst/rtp/gstrtpspeexdec.h:
14400         Created Speex payloader and depayloader; Optimize G711 payloader to
14401         use adapter and send packets until MTU size.
14402
14403 2005-11-16  Wim Taymans  <wim@fluendo.com>
14404
14405         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14406         Fix leak in check.
14407
14408 2005-11-16  Wim Taymans  <wim@fluendo.com>
14409
14410         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14411         Fix state change.
14412
14413 2005-11-16  Andy Wingo  <wingo@pobox.com>
14414
14415         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14416         (gst_udpsrc_create): Move comment.
14417
14418 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14419
14420         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14421
14422         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14423           When seeking, seek to closest index entry at or before the requested
14424           seek position, not just the closest one (#321001).
14425
14426 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14429         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14430           Invert DIB images again (see #132341).
14431
14432 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14433
14434         * configure.ac:
14435           rework configure.ac file
14436         * ext/aalib/gstaasink.c:
14437         * ext/cairo/gstcairo.c:
14438         * ext/dv/gstdv.c:
14439         * ext/esd/gstesd.c:
14440         * ext/flac/gstflac.c:
14441         * ext/gconf/gstgconfelements.c:
14442         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14443         * ext/jpeg/gstjpeg.c:
14444         * ext/ladspa/gstladspa.c:
14445         * ext/libcaca/gstcacasink.c:
14446         * ext/libmng/gstmng.c:
14447         * ext/libpng/gstpng.c:
14448         * ext/mikmod/gstmikmod.c:
14449         * ext/pango/gsttextoverlay.c:
14450         * ext/pango/gsttimeoverlay.c:
14451         * ext/raw1394/gst1394.c:
14452         * ext/speex/gstspeex.c:
14453         * gst/alpha/Makefile.am:
14454         * gst/alpha/gstalpha.c:
14455         * gst/alpha/gstalphacolor.c:
14456         * gst/auparse/gstauparse.c:
14457         * gst/autodetect/gstautoaudiosink.c:
14458         (gst_auto_audio_sink_factory_filter),
14459         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14460         * gst/autodetect/gstautodetect.c:
14461         * gst/avi/gstavi.c:
14462         * gst/cutter/gstcutter.c:
14463         * gst/debug/efence.c:
14464         * gst/debug/gstdebug.c:
14465         * gst/debug/gstnavigationtest.c:
14466         * gst/effectv/gsteffectv.c:
14467         * gst/flx/gstflxdec.c:
14468         * gst/goom/gstgoom.c:
14469         * gst/interleave/plugin.c:
14470         * gst/law/alaw.c:
14471         * gst/law/mulaw.c:
14472         * gst/level/gstlevel.c:
14473         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14474         * gst/matroska/matroska.c:
14475         * gst/median/gstmedian.c:
14476         * gst/monoscope/gstmonoscope.c:
14477         * gst/multipart/multipart.c:
14478         * gst/oldcore/gstelements.c:
14479         * gst/rtp/gstrtp.c:
14480         * gst/rtsp/gstrtsp.c:
14481         * gst/smoothwave/gstsmoothwave.c:
14482         * gst/smpte/gstsmpte.c:
14483         * gst/udp/gstudp.c:
14484         * gst/videobox/gstvideobox.c:
14485         * gst/videofilter/gstgamma.c:
14486         * gst/videofilter/gstvideobalance.c:
14487         * gst/videofilter/gstvideoflip.c:
14488         * gst/videofilter/gstvideotemplate.c:
14489         * gst/videomixer/videomixer.c:
14490         * gst/wavenc/gstwavenc.c:
14491         * gst/wavparse/gstwavparse.c:
14492         * sys/oss/gstossaudio.c:
14493         * sys/osxaudio/gstosxaudio.c:
14494           update GST_PLUGIN_DEFINE
14495         * gst/rtp/Makefile.am:
14496         * gst/rtp/gstasteriskh263.c:
14497           check for htons/htonl headers and possibly link to winsock2 lib
14498
14499 2005-11-12  Edward Hervey  <edward@fluendo.com>
14500
14501         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14502         Only GST_DEBUG() information on the valid components.
14503
14504 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14505
14506         * configure.ac: back to HEAD
14507
14508 === release 0.9.5 ===
14509
14510 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14511
14512         * configure.ac:
14513           releasing 0.9.5, "Phone Alarm"
14514
14515 2005-11-11  Edward Hervey  <edward@fluendo.com>
14516
14517         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14518         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14519         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14520         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14521         (gst_avi_demux_loop):
14522         * gst/avi/gstavidemux.h:
14523         Yeah, implement proper seeking. Exact seeking and segment seeking.
14524         Still need to do some checks for segment_stop.
14525
14526 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14527
14528         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14529
14530         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14531           Don't try to ready buffer duration from buffer that we don't
14532           own any  longer and that might already have been unreffed.
14533           (#321136)
14534
14535 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14536
14537         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14538         (flx_decode_delta_flc), (gst_flxdec_chain):
14539         Attempting to optimize the code for embedded systems.
14540
14541 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14542
14543         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14544
14545         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14546           Don't re-use already closed file descriptor. (#320920)
14547
14548 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14549
14550         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14551         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14552         (gst_oss_sink_prepare):
14553         * sys/oss/gstosssink.h:
14554           Cache probed caps; fix debug output for SET_PARAM macros.
14555
14556 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14557
14558         * ext/cairo/Makefile.am:
14559         * ext/cairo/gstcairo.c: (plugin_init):
14560         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14561         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14562         (gst_text_overlay_init), (gst_text_overlay_font_init),
14563         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14564         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14565         (gst_text_overlay_text_pad_linked),
14566         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14567         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14568         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14569         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14570         (gst_text_overlay_change_state):
14571         * ext/cairo/gsttextoverlay.h:
14572           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14573           property and redo positioning. Doesn't handle upstream renegotiation
14574           yet though.
14575
14576 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14577
14578         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14579         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14580         (gst_avi_demux_loop):
14581           No need to take the STREAM_LOCK in the loop function. Improve
14582           some debug messages. Don't leak pad names in debug messages.
14583
14584 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14585
14586         * gst/matroska/matroska-demux.c:
14587         (gst_matroska_demux_push_vorbis_codec_priv_data),
14588         (gst_matroska_demux_add_wvpk_header):
14589           Don't error out when the source pad isn't linked.
14590
14591 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14592
14593         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14594         (gst_gconf_audio_sink_change_state):
14595         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14596         (gst_gconf_video_sink_change_state):
14597           Fix state change functions here as well and set kid
14598           to NULL state before removing it.
14599
14600 2005-11-01  Edward Hervey  <edward@fluendo.com>
14601
14602         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14603         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14604         Added proper event handlind, 
14605         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14606         ignored),
14607         and don't set a duration of 0 for buffers otherwise they are discarded
14608         by GstBaseSink.
14609
14610         GstWavEnc needs some serious loving, after going through the code I'm
14611         really wondering how this can stay in -good ...
14612
14613 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14614
14615         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14616         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14617         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14618         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14619         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14620         (gst_matroska_mux_collected):
14621           Fix leaks and invalid memory access as reported by valgrind
14622
14623 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14624
14625         Patch by: Michal Benes <michal.benes@xeris.cz>
14626
14627         * check/Makefile.am:
14628         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14629         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14630         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14631           add a unit test for matroskamux
14632           fix the bugs that the unit test exposed
14633
14634 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         * gst/autodetect/gstautoaudiosink.c:
14637         (gst_auto_audio_sink_class_init),
14638         (gst_auto_audio_sink_change_state):
14639         * gst/autodetect/gstautovideosink.c:
14640         (gst_auto_video_sink_class_init),
14641         (gst_auto_video_sink_change_state):
14642           Fix state change function and use GST_DEBUG_FUNCPTR in
14643           class_init.
14644
14645 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14646
14647         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14648
14649         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14650         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14651         * gst/matroska/ebml-write.h:
14652         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14653           Set timestamps on outgoing ebml headers as well, so that the
14654           element after matroskamux can get the timestamp already when
14655           reading the first ebml element and doesn't have to wait for
14656           the actual data buffer for that (#320308).
14657           
14658 2005-10-31  Andy Wingo  <wingo@pobox.com>
14659
14660         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14661         (gst_videomixer_pad_link): Kill some memleaks.
14662         (gst_videomixer_pad_get_property): Style fix.
14663         (gst_videomixer_pad_set_property): Style fix.
14664         (gst_videomixer_pad_init): Style fix.
14665         (gst_videomixer_update_queues): Kill memleak.
14666         (gst_videomixer_loop): Kill memleak.
14667         (gst_videomixer_collected): Kill memleak.
14668
14669 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14670
14671         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14672         gst_auparse_change_state:
14673         Just some cleanup.
14674
14675 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14676
14677         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14678         Add checks to GST_FLOW_NOT_LINKED for values returned
14679         from gst_pad_push.
14680         
14681 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14682
14683         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14684         (gst_rtpg711dec_process):
14685         * gst/rtp/gstrtpgsmenc.c:
14686         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14687         are never set. This is important for the g711 to work with burger's rtpbin
14688         element.
14689
14690 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14691
14692         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14693         (gst_speexenc_push_buffer):
14694         Add checks for return values from gst_pad_push and
14695         gst_pad_alloc_buffer.
14696
14697 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14698
14699         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14702         (gst_matroska_demux_parse_info),
14703         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14704         (gst_matroska_demux_parse_cluster):
14705         * gst/matroska/matroska-ids.h:
14706         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14707         (gst_matroska_mux_init), (gst_matroska_mux_start),
14708         (gst_matroska_mux_create_buffer_header),
14709         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14710         (gst_matroska_mux_get_property):
14711         * gst/matroska/matroska-mux.h:
14712           Add SimpleBlock support to matroska demuxer and muxer (part of
14713           Matroska v2). (#319731)
14714
14715 2005-10-28  Wim Taymans  <wim@fluendo.com>
14716
14717         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14718         (gst_jpeg_dec_change_state):
14719         * ext/jpeg/gstjpegdec.h:
14720         Cleanups. Don't create caps for every chain.
14721
14722 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14723
14724         * gst/law/alaw-encode.c: (gst_alawenc_init),
14725         (alawenc_setcaps), (gst_alawenc_chain)
14726         * gst/law/alaw-encode.h:
14727         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14728         (mulawenc_setcaps), (gst_mulawenc_chain)
14729         * gst/law/mulaw-encode.h:
14730         Set timestamp on buffer and it allows RTP G711 elements
14731         work properly.
14732
14733 2005-10-27  Wim Taymans  <wim@fluendo.com>
14734
14735         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14736         Set correct format on oss instead of a silly value. 
14737
14738 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14739
14740         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14741         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14742         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14743         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14744         I420 rendering as well, doesn't bring much for my platform.
14745         Might help on some other platforms.
14746
14747 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14748
14749         * gst/rtp/gstrtpgsmenc.c:
14750         * gst/rtp/gstrtpgsmparse.c:
14751         Declaring the padtemplate correctly.
14752
14753 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14754
14755         * gst/rtp/gstrtpg711dec.c:
14756         * gst/rtp/gstrtpg711enc.c:
14757         * gst/rtp/gstrtpgsmenc.c:
14758         * gst/rtp/gstrtpgsmparse.c:
14759         Setting the proper copyright notice.
14760
14761 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14762
14763         * gst/videobox/Makefile.am: Use liboil.
14764         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14765         (gst_video_box_set_property), (gst_video_box_transform_caps),
14766         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14767         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14768         using liboil. Will dot the same to I420 border generation
14769         tomorrow.
14770
14771 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14772
14773         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14774         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14775         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14776         * gst/rtp/gstrtpg711dec.h:
14777         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14778         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14779         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14780         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14781         (gst_rtpgsmenc_handle_buffer):
14782         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14783         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14784         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14785         * gst/rtp/gstrtpgsmparse.h:
14786         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14787         inherits from the basertpdepayloader.
14788
14789 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14790
14791         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14792         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14793         (gst_video_box_ayuv): Removing this forgotten debug.
14794
14795 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14796
14797         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14798         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14799         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14800
14801 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14802
14803         * sys/oss/gstossaudio.c:
14804         * sys/oss/gstossdmabuffer.c:
14805         * sys/oss/gstosshelper.c:
14806         * sys/oss/gstossmixer.c:
14807         * sys/oss/gstossmixerelement.c:
14808         * sys/oss/gstossmixertrack.c:
14809         * sys/oss/gstosssink.c:
14810         * sys/oss/gstosssrc.c:
14811           Actually use the 'oss' debug category we register.
14812
14813 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14814
14815         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14816         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14817         Use gst_pad_get_parent and drop the ref that was added through
14818         that call.
14819
14820 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14821
14822         * gst/rtp/gstrtpgsmenc.c:
14823           Fix compilation
14824
14825 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14826
14827         * gst/rtp/gstrtpg711dec.c
14828         Just removed a couple of lines of weird code used during
14829         development/test time.
14830
14831 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14832
14833         * gst/rtp/Makefile.am
14834         * gst/rtp/gstrtp.c
14835         * gst/rtp/gstrtpg711enc.c
14836         * gst/rtp/gstrtpg711enc.h
14837         * gst/rtp/gstrtpg711dec.c
14838         * gst/rtp/gstrtpg711dec.h
14839         Created G711 payloader and depayloader (it supports mulaw and alaw
14840         (dec)encoders)
14841
14842 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14843
14844         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14845         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14846         Doh ! I introduced wingo's bug again ! Sorry...
14847
14848 2005-10-25  Christian Schaller <christian@fluendo.com> 
14849
14850         * gst/rtp/Makefile.am: add missing header files for disting
14851
14852 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14853
14854         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
14855         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
14856         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14857         (gst_rtpgsmenc_handle_buffer):
14858         * gst/rtp/gstrtpgsmenc.h:
14859         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
14860         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
14861         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
14862         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
14863         * gst/rtp/gstrtpgsmparse.h:
14864         Getting the GSM (de)payloader working and compatible with our plans for RTP.
14865
14866 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14867
14868         * ext/libpng/gstpngdec.c: (user_info_callback),
14869         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
14870         a newsegment event, move some redundant code in a single place.
14871
14872 2005-10-25  Julien MOUTTE  <julien@moutte.net>
14873
14874         * ext/libpng/gstpngdec.c: (user_info_callback),
14875         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
14876         hack to get correct colors order when we have a png image with
14877         alpha channel.
14878
14879 2005-10-24  Edward Hervey  <edward@fluendo.com>
14880
14881         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
14882         Call gst_element_no_more_pads when there will be no more pads.
14883
14884 2005-10-24  Wim Taymans  <wim@fluendo.com>
14885
14886         * gst/rtp/Makefile.am:
14887         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
14888         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
14889         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
14890         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
14891         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
14892         (gst_asteriskh263_plugin_init):
14893         * gst/rtp/gstasteriskh263.h:
14894         * gst/rtp/gstrtp.c: (plugin_init):
14895         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
14896         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
14897         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
14898         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
14899         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
14900         (gst_rtph263enc_plugin_init):
14901         * gst/rtp/gstrtph263enc.h:
14902         Added two new payloaders, an RFC 2190 payloader for h263 and
14903         a payload convertor for an asterisk server.
14904
14905 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14906
14907         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14908           Set bytes_per_sample correctly (is not always 4, but 
14909           depends on width and number of channels).
14910
14911 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
14912
14913         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
14914         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
14915         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14916         (gst_flacenc_sink_event), (gst_flacenc_chain),
14917         (gst_flacenc_set_property), (gst_flacenc_get_property),
14918         (gst_flacenc_change_state):
14919         * ext/flac/gstflacenc.h:
14920           Fix seeking, so that flacenc can rewrite the header with the
14921           correct duration and amount of samples and all that at EOS;
14922           also set timestamps and granulepos on outgoing buffers; add
14923           debug category; fix state change function.
14924           
14925 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14926
14927         * gst/videomixer/videomixer.c: Don't restrict video geometry
14928         from 16 to 4096.
14929
14930 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14931
14932         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14933         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
14934         Fix caps negotiation correctly, add debugging category.
14935
14936 2005-10-24  Christian Schaller  <christian@fluendo.com>
14937
14938         * configure.ac: Port over Thomas's change from base listing all plugins
14939
14940 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14941
14942         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
14943         a sink pad.
14944
14945 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14946
14947         * configure.ac:
14948         * docs/upload.mak:
14949           back to HEAD
14950
14951 === release 0.9.4 ===
14952
14953 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14954
14955         * configure.ac:
14956           Releasing 0.9.4, "Dromiceiomimus"
14957
14958 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
14961         (gst_speexenc_src_query):
14962           Add position and duration query, fix query type function.
14963           
14964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14965         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14966           Let's not set non-fixed caps on source pads.
14967
14968 2005-10-21  Wim Taymans  <wim@fluendo.com>
14969
14970         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14971         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
14972         (gst_avi_demux_handle_seek):
14973         Set correct stream_time in newsegment event.
14974         avi can also handle a duration query now.
14975
14976 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14977
14978         * gst/matroska/matroska-demux.c:
14979         (gst_matroska_demux_handle_src_query),
14980         (gst_matroska_demux_handle_seek_event),
14981         (gst_matroska_demux_loop_stream_parse_id):
14982           Fix duration query; fix basetime in newsegment event after
14983           seek; fix duration in initial newsegment event.
14984
14985         * gst/matroska/matroska-mux.c:
14986         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14987           Extract number of channels and samplerate from vorbis headers;
14988           add some debug messages when querying the durations of the
14989           input streams.
14990
14991 2005-10-20  Wim Taymans  <wim@fluendo.com>
14992
14993         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
14994         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
14995         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
14996         Set stream time correctly in newsegment.
14997
14998 2005-10-20  Wim Taymans  <wim@fluendo.com>
14999
15000         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15001         Correctly fill in the stream time.
15002
15003 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15004
15005         * check/elements/level.c: (GST_START_TEST):
15006         * gst/level/gstlevel.c: (gst_level_message_new):
15007         * gst/level/level-example.c: (message_handler):
15008           use ELEMENT messages instead
15009
15010 2005-10-19  Wim Taymans  <wim@fluendo.com>
15011
15012         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15013         (gst_dvdemux_src_query):
15014         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15015         (gst_flacdec_src_query):
15016         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15017         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15018         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15019         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15020         * gst/debug/progressreport.c: (gst_progress_report_report):
15021         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15022         * gst/matroska/matroska-demux.c:
15023         (gst_matroska_demux_handle_src_query):
15024         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15025         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15026         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15027         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15028         (gst_wavparse_srcpad_event):
15029         API change fix.
15030
15031 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * gst/goom/filters.c:
15034         * gst/goom/graphic.h:
15035         * gst/goom/lines.c:
15036           Make inline functions either 'static inline' or 'extern inline',
15037           otherwise the Forte compiler apparently won't inline them (#317300).
15038
15039 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15040
15041         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15042         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15043         (user_info_callback), (user_endrow_callback), (user_end_callback),
15044         (user_read_data), (gst_pngdec_caps_create_and_set),
15045         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15046         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15047         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15048         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15049         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15050         very nice and handle push/pull based model. if you have filesrc
15051         connected to it, it will do random access to load the png file.
15052         If you have a network source that can't do _getrange, it does 
15053         progressive loading through the chain function.
15054         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15055         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15056         thanks to Master Wim Taymans ;-)
15057
15058 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15059
15060         * gst/matroska/Makefile.am:
15061         * gst/matroska/ebml-read.c:
15062         * gst/matroska/ebml-read.h:
15063         * gst/matroska/matroska-demux.c:
15064         * gst/matroska/matroska-demux.h:
15065         * gst/matroska/matroska.c: (plugin_init):
15066           Ported matroska demuxer to 0.9.
15067
15068 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15069
15070         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15071
15072         * gst/matroska/matroska-mux.c:
15073         (gst_matroska_mux_video_pad_setcaps),
15074         (gst_matroska_mux_audio_pad_setcaps):
15075           Fix mpeg4 input handling (#318847); also, while we're at it,
15076           fix media type for Motion-JPEG: should be image/jpeg.
15077
15078 2005-10-18  Wim Taymans  <wim@fluendo.com>
15079
15080         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15081         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15082         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15083         Fix for segment-start/stop API change.
15084
15085 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15086
15087         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15088         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15089         way.
15090
15091 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15092
15093         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15094         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15095         output declared in transform_caps.
15096
15097 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15098
15099         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15100
15101 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15102
15103         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15104         (gst_video_box_get_unit_size): Fix wrong size calculations and
15105         implement get_unit_size correctly.
15106
15107 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         * configure.ac:
15110           Enable flx plugin.
15111
15112         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15113           Fix gcc4 signedness issue.
15114
15115 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15116
15117         * configure.ac: Adding videomixer.
15118         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15119         (user_read_data), (gst_pngdec_chain): More debugging.
15120         * gst/alpha/Makefile.am: Adding alphacolor
15121         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15122         (gst_alpha_color_class_init), (gst_alpha_color_init),
15123         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15124         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15125         (plugin_init): Ported to 0.9 using in place base tranform.
15126         * gst/videomixer/Makefile.am:
15127         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15128         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15129         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15130         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15131         (gst_videomixer_init), (gst_videomixer_getcaps),
15132         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15133         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15134         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15135         to 0.9 using collectpads.
15136
15137 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15138
15139         * configure.ac:
15140         * gst/flx/Makefile.am:
15141         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15142         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15143         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15144         * gst/flx/gstflxdec.h:
15145         flx plugin ported to 0.9
15146
15147 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15148
15149         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15150           use new gst_version_string()
15151
15152 2005-10-16  Andy Wingo  <wingo@pobox.com>
15153
15154         * configure.ac: GLIB_CHECK.
15155
15156 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15157
15158         * ext/libpng/Makefile.am:
15159         * ext/libpng/gstpng.c: (plugin_init):
15160         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15161         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15162         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15163
15164 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15165
15166         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * configure.ac:
15169         * gst/matroska/Makefile.am:
15170         * gst/matroska/ebml-ids.h:
15171         * gst/matroska/ebml-write.c:
15172         * gst/matroska/ebml-write.h:
15173         * gst/matroska/matroska-ids.h:
15174         * gst/matroska/matroska-mux.c:
15175         * gst/matroska/matroska-mux.h:
15176         * gst/matroska/matroska.c: (plugin_init):
15177           Port matroska muxer to 0.9 (#318847).
15178
15179 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15180
15181         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15182         (comment_init), (comment_add):
15183           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15184           use GST_READ_UINT32_LE() and friends rather than the private
15185           implementation of those same macros.
15186
15187 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15188
15189         * examples/stats/mp2ogg.c:
15190           more typo fixes
15191
15192 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15193
15194         * examples/indexing/indexmpeg.c: (main):
15195         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15196         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15197         * ext/esd/esdmon.h:
15198         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15199         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15200         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15201         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15202         * gst/avi/gstavimux.c: (gst_avimux_init):
15203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15204         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15205         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15206         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15207         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15208         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15209         * gst/oldcore/gstmultifilesrc.h:
15210         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15211         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15212         (gst_pipefilter_change_state):
15213         * gst/oldcore/gstpipefilter.h:
15214         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15215         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15216         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15217         * sys/osxaudio/gstosxaudiosink.h:
15218         * sys/osxaudio/gstosxaudiosrc.h:
15219           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15220           moved bitshift from macro to enum definition
15221
15222 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15223
15224         * ext/Makefile.am:
15225         * ext/cairo/Makefile.am:
15226         * ext/cairo/gstcairo.c: (plugin_init):
15227         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15228         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15229         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15230         * ext/cairo/gsttimeoverlay.h:
15231           update of cairo-based timeoverlay to 1.0 Cairo API
15232           doesn't work yet for resizing of output sink
15233
15234 2005-10-11  Wim Taymans  <wim@fluendo.com>
15235
15236         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15237         newsegment API fix.
15238
15239 2005-10-11  Wim Taymans  <wim@fluendo.com>
15240
15241         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15242         (gst_dvdemux_demux_frame):
15243         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15244         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15245         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15246         (gst_avi_demux_handle_seek):
15247         * gst/goom/gstgoom.c: (gst_goom_event):
15248         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15249         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15250         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15251         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15252         (gst_wavparse_srcpad_event):
15253         newsegment API update.
15254
15255 2005-10-11  Andy Wingo  <wingo@pobox.com>
15256
15257         * ext/speex/gstspeexenc.c: Signedness cleanups.
15258
15259 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15260
15261         * PORTED_09:
15262         * ext/speex/Makefile.am:
15263         * ext/speex/gstspeex.c:
15264         * ext/speex/gstspeexenc.c:
15265         Speexenc ported to 0.9
15266
15267 2005-10-10  Wim Taymans  <wim@fluendo.com>
15268
15269         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15270         (gst_oss_sink_init), (gst_oss_sink_set_property),
15271         (gst_oss_sink_get_property), (gst_oss_sink_open),
15272         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15273         * sys/oss/gstosssink.h:
15274         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15275         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15276         (gst_oss_src_prepare):
15277         Cleanups, make device configurable in the sink, handle and report
15278         errors.
15279
15280 2005-10-10  Wim Taymans  <wim@fluendo.com>
15281
15282         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15283         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15284         Make sure element is NULL before removing from the bin.
15285
15286 2005-10-07  Andy Wingo  <wingo@pobox.com>
15287
15288         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15289         block forever in a read().
15290         (gst_dv1394src_bus_reset): Post a message when the cable is
15291         unplugged.
15292         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15293         (gst_dv1394src_bus_reset): Don't unref the message.
15294
15295         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15296         hacking. The only change should be that the state change stuff was
15297         put into basesrc's start() and stop() routines, which coalesces
15298         some steps.
15299
15300 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15301
15302         * configure.ac:
15303           Add check for mmap
15304           
15305         * gst/debug/Makefile.am:
15306           Only compile efence plugin on systems that have mmap.
15307
15308 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         * gst/debug/Makefile.am:
15311         * gst/debug/breakmydata.c:
15312         * gst/debug/gstdebug.c:
15313         * gst/debug/gstnavigationtest.c:
15314         * gst/debug/gstnavseek.c: 
15315         * gst/debug/gstnavseek.h:
15316         * gst/debug/progressreport.c: 
15317         * gst/debug/testplugin.c:
15318           Port progressreport, navseek, navigationtest, testsink and
15319           breakmydata.
15320
15321 2005-10-05  Edward Hervey  <edward@fluendo.com>
15322
15323         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15324         (gst_dvdemux_src_query):
15325         Fixes for better conversion
15326
15327 2005-10-04  Michael Smith <msmith@fluendo.com>
15328
15329         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15330         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15331         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15332         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15333           Set state of elements to NULL before removing from bins.
15334           Set state of test element to NULL if we failed to move it to READY
15335
15336 2005-10-04  Edward Hervey  <edward@fluendo.com>
15337
15338         * ext/dv/Makefile.am:
15339         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15340         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15341         Corrected the query function for position so it doesn't forget what
15342         format was asked, and calls the conversion functions on the correct pad.
15343
15344 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15345
15346         * configure.ac:
15347           back to development
15348
15349 === release 0.9.3 ===
15350
15351 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15352
15353         * configure.ac:
15354           Releasing 0.9.3, "Aramis"
15355
15356 2005-10-03  Andy Wingo  <wingo@pobox.com>
15357
15358         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15359         error returns.
15360
15361 2005-10-02  Andy Wingo  <wingo@pobox.com>
15362
15363         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15364
15365         * ext/flac/gstflacenc.c: Ported to 0.9.
15366
15367         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15368
15369         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15370         and link to gsttagedit. Enable flacenc.
15371
15372         * ext/flac/gstflacdec.c: Re-enable tag reading.
15373
15374 2005-09-30  Wim Taymans  <wim@fluendo.com>
15375
15376         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15377         * gst/rtp/gstrtpgsmparse.c:
15378         * gst/rtp/gstrtph263penc.c:
15379         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15380         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15381         (gst_rtpmp4venc_set_property):
15382         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15383         Various class and caps fixes from Andre Magalhaes (andrunko)
15384
15385 2005-09-29  Wim Taymans  <wim@fluendo.com>
15386
15387         * gst/level/level-example.c: (main):
15388         Update for new bus API.
15389
15390 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15391
15392         * configure.ac:
15393           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15394           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15395
15396 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15397
15398         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15399           Fix playback of mono streams (bytes_per_sample should be set
15400           from the sample width and the number of channels negotiated,
15401           and not just be set to 4) (#317338)
15402
15403 2005-09-26  Wim Taymans  <wim@fluendo.com>
15404
15405         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15406         (gst_rtpmpaenc_handle_buffer):
15407         Set buffer duration correctly.
15408
15409 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15410
15411         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15412         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15413         (gst_avi_demux_change_state):
15414           Don't crash when encountering a stream with an unknown fourcc or
15415           codec id. Instead, create a pad of type video/x-avi-unknown or
15416           audio/x-avi-unknown, which as a side-effect also results in less
15417           confusing error messages in players ('no decoder' vs. 'no streams');
15418           minor fixes to state change function and class_init function.
15419
15420 2005-09-24  Wim Taymans  <wim@fluendo.com>
15421
15422         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15423         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15424         These are sinks.
15425
15426 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15427
15428         * check/elements/level.c: (GST_START_TEST):
15429           fix test for new GstClockTime use
15430         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15431         (gst_level_transform_ip):
15432         * gst/level/gstlevel.h:
15433           fix up the decay peak, ensuring the decay peak is never lower
15434           than the peak for that interval
15435
15436 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15437
15438         * docs/plugins/gst-plugins-good-plugins.args:
15439         * docs/plugins/inspect/plugin-alpha.xml:
15440         * docs/plugins/inspect/plugin-rtp.xml:
15441         * gst/level/gstlevel.c: (gst_level_set_caps),
15442         (gst_level_transform_ip):
15443           updating docs
15444
15445 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15446
15447         * Makefile.am:
15448         * check/elements/level.c: (GST_START_TEST):
15449         * gst/level/Makefile.am:
15450         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15451         (gst_level_set_property), (gst_level_get_property),
15452         (gst_level_set_caps), (gst_level_message_new),
15453         (gst_level_transform_ip):
15454         * gst/level/gstlevel.h:
15455         * gst/level/level-example.c: (message_handler), (main):
15456           convert to using GstClockTime for all time values, finally.
15457
15458 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15459
15460         * gst/auparse/Makefile.am:
15461         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15462           fix up build
15463         * configure.ac:
15464         * ext/cairo/Makefile.am:
15465         * ext/dv/Makefile.am:
15466         * ext/esd/Makefile.am:
15467         * ext/flac/Makefile.am:
15468         * ext/gconf/Makefile.am:
15469         * ext/gdk_pixbuf/Makefile.am:
15470         * ext/jpeg/Makefile.am:
15471         * ext/ladspa/Makefile.am:
15472         * ext/libcaca/Makefile.am:
15473         * ext/libmng/Makefile.am:
15474         * ext/libpng/Makefile.am:
15475         * ext/mikmod/Makefile.am:
15476         * ext/pango/Makefile.am:
15477         * ext/raw1394/Makefile.am:
15478         * ext/shout2/Makefile.am:
15479         * ext/speex/Makefile.am:
15480         * gst/alpha/Makefile.am:
15481         * gst/autodetect/Makefile.am:
15482         * gst/avi/Makefile.am:
15483         * gst/cutter/Makefile.am:
15484         * gst/debug/Makefile.am:
15485         * gst/effectv/Makefile.am:
15486         * gst/flx/Makefile.am:
15487         * gst/goom/Makefile.am:
15488         * gst/interleave/Makefile.am:
15489         * gst/law/Makefile.am:
15490         * gst/matroska/Makefile.am:
15491         * gst/median/Makefile.am:
15492         * gst/monoscope/Makefile.am:
15493         * gst/multipart/Makefile.am:
15494         * gst/oldcore/Makefile.am:
15495         * gst/rtp/Makefile.am:
15496         * gst/rtsp/Makefile.am:
15497         * gst/smoothwave/Makefile.am:
15498         * gst/smpte/Makefile.am:
15499         * gst/videobox/Makefile.am:
15500         * gst/videofilter/Makefile.am:
15501         * gst/videomixer/Makefile.am:
15502         * gst/wavenc/Makefile.am:
15503         * gst/wavparse/Makefile.am:
15504         * sys/oss/Makefile.am:
15505         * sys/osxaudio/Makefile.am:
15506         * sys/osxvideo/Makefile.am:
15507           fix up GST_LIBS use
15508
15509 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15510
15511         * gst/auparse/Makefile.am:
15512         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15513           fix build of auparse
15514
15515 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15516
15517         * configure.ac:
15518         * PORTED_09:
15519         * gst/auparse/gstauparse.c:
15520         * gst/auparse/gstauparse.h:
15521         Auparse ported to 0.9.
15522
15523 2005-09-22  Wim Taymans  <wim@fluendo.com>
15524
15525         * gst/rtp/TODO:
15526         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15527         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15528         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15529         (gst_rtpmp4venc_set_property):
15530         * gst/rtp/gstrtpmp4venc.h:
15531         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15532         * gst/rtp/gstrtpmpaenc.h:
15533         Use is_filled to both check MTU and max-ptime of base class.
15534
15535 2005-09-22  Wim Taymans  <wim@fluendo.com>
15536
15537         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15538         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15539         (gst_rtpmp4venc_set_property):
15540         Don't fragment packets with multiple frames.
15541
15542 2005-09-22  Wim Taymans  <wim@fluendo.com>
15543
15544         * gst/rtp/TODO:
15545         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15546         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15547         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15548         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15549         (gst_rtpmp4venc_get_property):
15550         * gst/rtp/gstrtpmp4venc.h:
15551         Remove g_print.
15552         Update TODO
15553         Make payload encoder a bit smarter and more correct with
15554         timestamps.
15555         Added option in payloader to include config string in-band.
15556
15557 2005-09-21  Wim Taymans  <wim@fluendo.com>
15558
15559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15560         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15561         (gst_rtspsrc_send):
15562         Strip spaces for key/value pairs.
15563
15564 2005-09-21  Wim Taymans  <wim@fluendo.com>
15565
15566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15567         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15568         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15569         (gst_rtspsrc_change_state):
15570         More SDP parsing and caps setting.
15571         Do NO_PREROLL differently.
15572         add pads only after negotiated.
15573
15574         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15575         (gst_udpsrc_getcaps):
15576         Implement the getcaps function.
15577
15578 2005-09-21  Wim Taymans  <wim@fluendo.com>
15579
15580         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15581         (gst_rtpamrdec_chain):
15582         Handle multiple AMr packets per payload. Handle CRC and
15583         parse ILL/ILP.
15584
15585         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15586         Make caps params strings for easy SDP mapping.
15587         
15588         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15589         Handle capsnego better.
15590
15591         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15592         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15593         Generate and parse config string in the caps.
15594
15595 2005-09-21  Wim Taymans  <wim@fluendo.com>
15596
15597         * gst/rtp/README:
15598         Update README
15599
15600         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15601         Make extra params as strings.
15602
15603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15604         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15605         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15606         Make state change return NO_PREROLL as this is a live
15607         source.
15608
15609         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15610         Don't unref old caps when NULL.
15611
15612 2005-09-20  Wim Taymans  <wim@fluendo.com>
15613
15614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15615         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15616         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15617         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15618         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15619         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15620         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15621         * gst/rtsp/sdpmessage.h:
15622         Add URI handler.
15623         Parse SDP and create caps.
15624
15625 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15626
15627         * gst/alpha/gstalpha.c:
15628           fix element description
15629
15630 2005-09-19  Wim Taymans  <wim@fluendo.com>
15631
15632         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15633         Don't check payload for now.
15634
15635 2005-09-19  Wim Taymans  <wim@fluendo.com>
15636
15637         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15638         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15639         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15640         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15641         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15642         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15643         (gst_wavparse_change_state):
15644         * gst/wavparse/gstwavparse.h:
15645         Fix wavparse some more.
15646
15647 2005-09-19  Wim Taymans  <wim@fluendo.com>
15648
15649         * check/elements/level.c: (GST_START_TEST):
15650         Fix for bus API change.
15651
15652 2005-09-19  Wim Taymans  <wim@fluendo.com>
15653
15654         * gst/level/level-example.c: (main):
15655         Fix for new bus API.
15656
15657         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15658         Set caps on pads.
15659
15660 2005-09-15  Wim Taymans  <wim@fluendo.com>
15661
15662         * gst/rtp/Makefile.am:
15663         * gst/rtp/README:
15664         * gst/rtp/gstrtp.c: (plugin_init):
15665         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15666         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15667         (gst_rtpamrdec_change_state):
15668         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15669         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15670         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15671         * gst/rtp/gstrtpamrenc.h:
15672         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15673         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15674         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15675         * gst/rtp/gstrtpgsmenc.h:
15676         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15677         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15678         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15679         (gst_rtpgsmparse_change_state):
15680         * gst/rtp/gstrtpgsmparse.h:
15681         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15682         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15683         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15684         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15685         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15686         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15687         * gst/rtp/gstrtph263penc.h:
15688         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15689         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15690         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15691         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15692         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15693         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15694         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15695         * gst/rtp/gstrtpmp4venc.h:
15696         * gst/rtp/gstrtpmpadec.c:
15697         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15698         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15699         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15700         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15701         * gst/rtp/gstrtpmpaenc.h:
15702         Updates to payloader/depayloaders, make payloaders use
15703         the base classes.
15704         Updated README with suggested RTP caps and how to convert
15705         to/from SDP.
15706         Added config descriptor in mp4v payloader.
15707
15708 2005-09-15  Andy Wingo  <wingo@pobox.com>
15709
15710         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15711         * gst/autodetect/gstautovideosink.c
15712         (gst_auto_video_sink_find_best): Update for new registry API.
15713
15714 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15715
15716         * common/c-to-xml.py:
15717         * common/gtk-doc-plugins.mak:
15718           a simple py script to generate valid xml from a C example
15719           probably also need to strip an MIT license when we decide
15720         * docs/plugins/Makefile.am:
15721         * gst/level/Makefile.am:
15722         * gst/level/gstlevel.c: (gst_level_init):
15723         * gst/level/level-example.c: (message_handler), (main):
15724           add an example to level that will show up in the docs
15725         * gst/rtp/TODO:
15726           add a note for the future
15727
15728 2005-09-14  Michael Smith <msmith@fluendo.com>
15729
15730         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15731           Actually define the debug object being used in wavenc. Fixes #316205
15732
15733 2005-09-14  Michael Smith <msmith@fluendo.com>
15734
15735         * gst/smpte/Makefile.am:
15736           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15737           needed to build on windows (bug 316204)
15738
15739 2005-09-12  Andy Wingo  <wingo@pobox.com>
15740
15741         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15742
15743 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15744
15745         * configure.ac:
15746         * gst/fdsrc/Makefile.am:
15747         * gst/fdsrc/gstfdsrc.c:
15748         * gst/fdsrc/gstfdsrc.h:
15749           Move fdsrc back into gstreamer core elements.
15750
15751         * gst/level/gstlevel.c: (gst_level_class_init),
15752         (gst_level_transform_ip):
15753         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15754           Basetransform changes.
15755
15756 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15757
15758         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15759         * ext/jpeg/smokecodec.c: (find_best_size):
15760           fix compiler warnings
15761
15762 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15763
15764         * gst-plugins-good.spec.in:
15765           spec file fixes
15766         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15767         (gst_multiudpsink_render), (gst_multiudpsink_add),
15768         (gst_multiudpsink_clear):
15769           it actually helps to actually stream if we hook up the
15770           "add" signal to an actual implementation
15771         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15772           some debugging
15773
15774 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15775
15776         * ext/jpeg/Makefile.am:
15777         * ext/jpeg/gstjpeg.c
15778         * ext/jpeg/gstjpegenc.c:
15779         * ext/jpeg/gstsmokeenc.c:
15780
15781 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15782
15783         * ext/flac/gstflacdec.c:
15784         * ext/flac/gstflacenc.c:
15785         * ext/flac/gstflactag.c:
15786         * ext/speex/gstspeexenc.c:
15787           gsttaginterface.h -> gsttagsetter.h
15788
15789 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15790
15791         * configure.ac:
15792         * gst/debug/Makefile.am:
15793         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15794         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15795         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15796         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15797         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15798           Port to 0.9 and re-enable efence plugin.
15799
15800 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15801
15802         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15803         (gst_flacdec_write), (gst_flacdec_convert_src):
15804         * ext/flac/gstflacdec.h:
15805           Add support for flac files with 24/32 bits per sample; and misc.
15806           minor clean-ups. Seeking is still partly broken (for me at least).
15807
15808 2005-09-06  Wim Taymans  <wim@fluendo.com>
15809
15810         * gst/rtp/Makefile.am:
15811         * gst/rtp/gstrtp.c: (plugin_init):
15812         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15813         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15814         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15815         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15816         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15817         (gst_rtpmp4vdec_plugin_init):
15818         * gst/rtp/gstrtpmp4vdec.h:
15819         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15820         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15821         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15822         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15823         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15824         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15825         * gst/rtp/gstrtpmp4venc.h:
15826         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15827         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
15828         Added mpeg4 video payload encoder/decoder.
15829         Added some docs in mpa payloader.
15830
15831 === release 0.9.1 ===
15832
15833 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15834
15835         * NEWS:
15836         * README:
15837         * RELEASE:
15838         * autogen.sh:
15839         * configure.ac:
15840           releasing 0.9.1, "Blondie"
15841
15842 2005-09-05  Andy Wingo  <wingo@pobox.com>
15843
15844         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
15845         here from the state change handler, so we fire signals without
15846         holding the state lock.
15847
15848 2005-09-02  Andy Wingo  <wingo@pobox.com>
15849
15850         * All plugins updated for element state changes.
15851
15852 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15853
15854         * Makefile.am:
15855         * check/.cvsignore:
15856         * check/Makefile.am:
15857         * check/elements/.cvsignore:
15858         * check/elements/level.c: (setup_level), (cleanup_level),
15859         (GST_START_TEST), (level_suite), (main):
15860           add a test for level
15861         * common/release.mak:
15862           move the enum checking to release.mak
15863         * configure.ac:
15864           add valgrind and check checking
15865         * gst/level/gstlevel.c: (gst_level_transform):
15866         * gst/level/gstlevel.h:
15867           fix Andy's cast bug
15868           convert a field to int
15869           fix the arithmetic to int when checking for emit so that a
15870           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
15871
15872 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15873
15874         * Makefile.am:
15875         * configure.ac:
15876           add docs to build
15877         * common/plugins.xsl:
15878           wrap Description into a refsect2
15879         * docs/Makefile.am:
15880         * docs/plugins/Makefile.am:
15881         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15882         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15883         * gst/goom/Makefile.am:
15884         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
15885         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
15886         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
15887         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
15888         (gst_goom_change_state):
15889         * gst/goom/gstgoom.h:
15890           GstGOOM -> GstGoom
15891           add an example launch line
15892         * gst/level/gstlevel.h:
15893         * gst/monoscope/gstmonoscope.c:
15894           cleanups
15895
15896 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         * configure.ac:
15899         * docs/plugins/Makefile.am:
15900         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15901         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15902         * docs/plugins/gst-plugins-good-plugins.types:
15903           document elements and plugins.  Shazam !
15904
15905 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15906
15907         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
15908           be found under doc/random/ChangeLog-0.8