tests/examples/spectrum/spectrum-example.c: Add missing include to fix compilation...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
2
3         * tests/examples/spectrum/spectrum-example.c:
4         Add missing include to fix compilation when libxml usage is disabled.
5         Fixes: #516371
6
7 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
8
9         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
10         fixes: #514889
11
12         * gst/rtp/gstrtph264pay.c:
13         * gst/rtp/gstrtpmp4gdepay.c:
14         * gst/rtp/gstrtpmp4gpay.c:
15         * gst/rtp/gstrtpmp4gpay.h:
16         * gst/rtp/gstrtptheorapay.c:
17         * gst/rtp/gstrtpvorbispay.c:
18
19         Fix various leaks shown up in valgrind
20         - free sprops and buffer in error cases in H264 payloader
21         - fix leak in mp4g depayloader when construction the caps
22         - don't leak config string in the mp4g payloader
23         - don't leak buffers and headers in theora and vorbis payloaders
24
25         * tests/check/elements/rtp-payloading.c:
26
27         Fix the RTP data test
28         - Actually send valid amr data to the payloader instead of 20
29         zero-bytes
30         - The mp4g payloader expects codec_data on the caps
31
32 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
33
34         * win32/MANIFEST:
35         Add libgstpng.dsp to MANIFEST.
36         * win32/vs6/libgstaudiofx.dsp:
37         Add new source files to VS project file.
38
39 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
40
41         * sys/ximage/gstximagesrc.c:
42         Initialise variables when opening the X display rather
43         than in _start(), as the display can be opened before that.
44
45         Fixes: #515985
46
47 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
48
49         * sys/directdraw/gstdirectdrawsink.c:
50         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
51         (gst_directdraw_sink_finalize):
52         Properly chain up finalize functions. Fixes bug #515980.
53
54 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
55
56         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
57         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
58         (gst_v4l2_buffer_pool_class_init):
59         Chain up the finalize functions. Fixes bug #515984.
60
61 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
62
63         * sys/ximage/ximageutil.c:
64         Chain up in the finalize function for our custom
65         buffer sub-class.
66         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
67         Fixes: #515706
68
69 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
70
71         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
72         (gst_fenced_buffer_class_init):
73         Properly chain up finalize method. Fixes bug #515979.
74
75 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
76
77         * sys/ximage/gstximagesrc.c:
78         Free allocated Damage memory before closing our connection to the
79         X server. Partially fixes: #515706
80
81 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
82
83         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
84         * tests/check/Makefile.am:
85         * tests/check/gst-plugins-good.supp:
86         Add a few libjpeg suppressions and initialize a variable to
87         make smokeenc valgrind clean. Fixes bug #515701.
88
89 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
90
91         * gst/avi/gstavidemux.c:
92         Revert patch which sends timestamps only on keyframes, as it
93         breaks playback with current gst-ffmpeg.
94
95         Fixes: #515562
96
97 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
98
99         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
100         * tests/check/elements/multifile.c: (GST_START_TEST):
101         Close some memory leaks spotted by the unit test. Fixes bug #515697.
102
103 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
104
105         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
106         Use and unset the GError when pipeline creation fails instead of
107         simply leaking it. Fixes bug #515704.
108
109 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
110
111         * gst/audiofx/audioamplify.c:
112         * gst/audiofx/audiochebband.c:
113         * gst/audiofx/audiocheblimit.c:
114         * gst/audiofx/audiodynamic.c:
115         * gst/audiofx/audioinvert.c:
116         * gst/audiofx/audiopanorama.c:
117         * gst/audiofx/audiowsincband.c:
118         * gst/audiofx/audiowsinclimit.c:
119         Fix long description of audiofx elements. Fixes bug #515457.
120
121 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
122
123         * docs/plugins/Makefile.am:
124         * gst/spectrum/gstspectrum.c:
125         * tests/examples/spectrum/.cvsignore:
126         * tests/examples/spectrum/Makefile.am:
127         * tests/examples/spectrum/spectrum-example.c:
128
129         Add a simple example application for the spectrum element, include it
130         in the docs, and fix some documentation ambiguities.
131
132         Fixes: #348085
133
134 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
135
136         * gst/equalizer/Makefile.am:
137         * gst/spectrum/Makefile.am:
138         Fix includes order
139
140         * tests/check/Makefile.am:
141         Exclude v4l2src from the states test - it takes too long to start.
142
143         * tests/check/elements/spectrum.c:
144         Make the test run properly with CK_FORK=no
145
146 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
147
148         * gst/audiofix/Makefile.am: add missing header files 
149
150 2008-02-08  Julien Moutte  <julien@fluendo.com>
151
152         * gst/matroska/matroska-demux.c:
153         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
154         keyframe and delta units correctly when dealign with a BlockGroup.
155         Fixes: #514397
156
157 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
158
159         * tests/check/elements/.cvsignore:
160         Spell the new tests correctly in .cvsignore
161
162 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
163
164         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
165           Need to use gsize here for the size, fixes compiler warning.
166
167         * tests/examples/equalizer/.cvsignore:
168         * tests/examples/equalizer/Makefile.am:
169         * tests/examples/spectrum/.cvsignore:
170         * tests/examples/spectrum/Makefile.am:
171           Add missing files to fix the build.
172
173 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
174
175         * configure.ac:
176         * docs/plugins/Makefile.am:
177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
179         * docs/plugins/gst-plugins-good-plugins.args:
180         * docs/plugins/gst-plugins-good-plugins.hierarchy:
181         * docs/plugins/inspect/plugin-multifile.xml:
182         * tests/check/Makefile.am:
183         * tests/check/elements/.cvsignore:
184
185         Move multifile plugin from -bad.
186         Fixes: #490283
187
188 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
189
190         * configure.ac:
191         * docs/plugins/Makefile.am:
192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
194         * docs/plugins/gst-plugins-good-plugins.args:
195         * docs/plugins/gst-plugins-good-plugins.hierarchy:
196         * docs/plugins/inspect/plugin-spectrum.xml:
197         * gst/spectrum/Makefile.am:
198         * tests/check/Makefile.am:
199         * tests/check/elements/.cvsignore:
200         * tests/examples/Makefile.am:
201
202         Move spectrum plugin from -bad.
203         Move examples into tests/examples/spectrum.
204
205 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
206
207         * configure.ac:
208         * docs/plugins/Makefile.am:
209         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
210         * docs/plugins/gst-plugins-good-plugins-sections.txt:
211         * docs/plugins/gst-plugins-good-plugins.args:
212         * docs/plugins/gst-plugins-good-plugins.hierarchy:
213         * docs/plugins/gst-plugins-good-plugins.interfaces:
214         * docs/plugins/inspect/plugin-equalizer.xml:
215         * gst/equalizer/Makefile.am:
216         * tests/check/Makefile.am:
217         * tests/examples/Makefile.am:
218         Move the equalizer plugin across from -bad
219
220         * tests/check/elements/.cvsignore:
221         Add equalizer, audiosincwband and audiosincwlimit
222
223         * tests/check/elements/equalizer.c:
224         Fix compiler warnings
225
226         Fixes: #415627
227
228 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
229
230         * configure.ac:
231         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
232         are treated like releases and build without it.
233
234 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
235
236         * docs/plugins/Makefile.am:
237         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
238         * docs/plugins/gst-plugins-good-plugins-sections.txt:
239         * docs/plugins/gst-plugins-good-plugins.args:
240         * docs/plugins/inspect/plugin-audiofx.xml:
241         * gst/audiofx/Makefile.am:
242         * gst/audiofx/audiofx.c:
243         * gst/audiofx/audiowsincband.c:
244         * gst/audiofx/audiowsincband.h:
245         * gst/audiofx/audiowsinclimit.c:
246         * gst/audiofx/audiowsinclimit.h:
247         * tests/check/Makefile.am:
248         * tests/check/elements/audiowsincband.c:
249         * tests/check/elements/audiowsinclimit.c:
250
251         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
252         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
253         respectively.
254
255         Fixes: #467666
256
257 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
258
259         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
260         * tests/check/elements/icydemux.c:
261           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
262           caps, and add a somewhat useful debug message. Plus test.
263
264 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
265
266         * gst/rtsp/gstrtspsrc.c:
267         Include unistd.h only if HAVE_UNISTD_H is defined
268         * win32/common/config.h.in:
269         * win32/common/config.h:
270         Define socklen_t as it seems it's not defined in default 
271         Visual Studio headers.
272         * win32/vs6/libgstalpha.dsp:
273         * win32/vs6/libgstapetag.dsp:
274         * win32/vs6/libgstavi.dsp:
275         * win32/vs6/libgstrtp.dsp:
276         * win32/vs6/libgstrtsp.dsp:
277         * win32/vs6/libgstvideomixer.dsp:
278         Update project file dependencies and add new source files       
279
280 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
281
282         Patch by: Bjarne Rosengren <bjarne at axis dot com>
283
284         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
285         Don't leak buffers when we don't push them downstream.
286         Fixes bug #514965.
287
288 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
289
290         * configure.ac:
291           Bump requirements to (good) released versions to avoid
292           confusion and make implicit core requirement explicit.
293
294 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
295
296         * docs/plugins/Makefile.am:
297         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
298         * docs/plugins/gst-plugins-good-plugins-sections.txt:
299         * docs/plugins/gst-plugins-good-plugins.args:
300         * docs/plugins/inspect/plugin-audiofx.xml:
301         * gst/audiofx/Makefile.am:
302         * gst/audiofx/audiochebband.c:
303         * gst/audiofx/audiochebband.h:
304         * gst/audiofx/audiocheblimit.c:
305         * gst/audiofx/audiocheblimit.h:
306         * gst/audiofx/audiochebyshevfreqband.c:
307         * gst/audiofx/audiochebyshevfreqband.h:
308         * gst/audiofx/audiochebyshevfreqlimit.c:
309         * gst/audiofx/audiochebyshevfreqlimit.h:
310         * gst/audiofx/audiofx.c:
311         * tests/check/Makefile.am:
312         * tests/check/elements/.cvsignore:
313         * tests/check/elements/audiochebband.c:
314         * tests/check/elements/audiocheblimit.c:
315         * tests/check/elements/audiochebyshevfreqband.c:
316         * tests/check/elements/audiochebyshevfreqlimit.c:
317
318         Rename audiochebyshevfreqband -> audiochebband and
319         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
320         surgery.
321
322         Closes: #491811
323
324 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
325
326         Patch by: orjan <orjanf at axis dot com>
327
328         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
329         Fix caps memory leak. Fixes #514573.
330
331 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
332
333         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
334         If there's no entries in the subindex, don't try to do anything stupid,
335         just return.
336
337 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
338
339         Patch by: John Millikin <jmillikin at gmail dot com>
340
341         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
342           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
343           Fix extraction of picture blocks with newer libflac versions again:
344           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
345
346 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
347
348         * tests/check/Makefile.am:
349           Add rtp-payloading test to VALGRIND_TO_FIX.
350
351         * tests/check/elements/rtp-payloading.c:
352           Add semicolons after GST_TEST_END so gst-indent gets the
353           formatting right; make test less verbose in general, but
354           more verbose in the error case (which should probably
355           make the test fail anyway).
356
357 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
358
359         * docs/plugins/Makefile.am:
360         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
362         * gst/avi/gstavisubtitle.c:
363         Add documentation for avisubtitle and change class to
364         Codec/Parser/Subtitle
365
366 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
367
368         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
369         Treat ENOTTY (driver does not implement ioctl) the same as
370         EINVAL since it implies there are no available standards.
371
372         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
373         (gst_v4l2src_get_nearest_size):
374         Replace gst_v4l2src_get_size_limits with 2 calls to new function
375         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
376         probe if the driver does not support VIDIOC_TRY_FMT for whatever
377         reason, and if we aren't yet actively capturing.
378
379         * sys/v4l2/v4l2src_calls.h:
380         Remove replaced function declaration.
381
382 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
383
384         * configure.ac:
385         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
386         API.
387
388 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
389
390         * configure.ac:
391         Fix typo.
392
393 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
394
395         * gst/alpha/Makefile.am:
396         * gst/alpha/gstalpha.c:
397
398         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
399         some stuff, and making buffer-alloc and resizing work automatically.
400         No longer crashes on odd frame widths and heights, although there
401         seems to be a disagreement with ffmpegcolorspace about what size
402         an AYUV frame with odd height should be.
403
404 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
405
406         Patch by: Alessandro Decina <alessandro at nnva dot org>
407
408         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
409         * ext/libpng/gstpngenc.h:
410         Preallocate the output buffer so that g_memdup() and
411         gst_buffer_merge() aren't needed anymore. This greatly improves
412         performances and fixes #512544.
413
414 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
415
416         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
417         (gst_avi_demux_stream_data):
418         GStreamer timestamps are PTS values while AVI only knows about DTS
419         timestamps. Make sure we only copy the DTS as the buffer timestamp when
420         we are dealing with a key frame.
421
422 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
423
424         * tests/check/Makefile.am:
425         * tests/check/elements/.cvsignore:
426         * tests/check/elements/rtp-payloading.c:
427           Add add testsuite for the rtp-payloader that tries simulating
428           dataflow. Needs more test data.
429
430 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
431
432         * tests/check/elements/alphacolor.c:
433           Remove two unused variables.
434
435 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
436
437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
438           Use g_ascii_strtoll() instead of atoll, which is only
439           available in C99.
440
441 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
442
443         * gst/rtp/Makefile.am:
444         * gst/rtp/gstrtp.c:
445         * gst/rtp/gstrtpmpvpay.c:
446         * gst/rtp/gstrtpmpvpay.h:
447         Add MPEG2 video payloader
448
449 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
450
451         * gst/level/gstlevel.c:
452         Use #include <math.h> instead of #include "math.h".
453
454 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
455
456         * tests/check/Makefile.am:
457         Fix up some CFLAGS sets.
458         Don't include gconfvideosrc in the states test.
459
460         * tests/check/elements/autodetect.c: (GST_START_TEST):
461         Add some error strings to fail_unless arguments to fix some weird
462         compiler errors on Solaris.
463
464 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
465
466         * configure.ac:
467         Detect video4linux headers on Solaris too.
468         * sys/v4l2/gstv4l2colorbalance.h:
469         * sys/v4l2/gstv4l2object.h:
470         * sys/v4l2/v4l2_calls.c:
471         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
472         (gst_v4l2_buffer_new):
473
474         Make v4l2 build on Solaris.
475         Patch by: Brian Cameron  <brian.cameron at sun dot com>
476         Fixes: #510505
477
478 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
479
480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
481           Update list from (still local) scanning script.
482
483 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
484
485         Based on a patch by:
486             Victor STINNER <victor dot stinner at haypocalc dot com>
487
488         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
489         Set variable to NULL after freeing it to prevent double frees
490         or make failures by another use of it afterwards more obvious
491         and fix use of it after the freeing. Fixes bug #510592.
492
493 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
494
495         * gst/udp/gstmultiudpsink.c:
496         use GST_WARNING for logging
497
498 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
499
500         * gst/udp/gstmultiudpsink.c:
501         Don't try to leave a multicast group with an invalid socket
502
503 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
504
505         * ext/flac/gstflacdec.c:
506           Fix compilation against flac 1.1.2 (as on debian stable), where
507           the picture metadata defines and structs don't exist yet.
508           Fixes #509301.
509
510 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
511
512         Patch by: Olivier Crete <tester at tester dot ca>
513
514         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
515         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
516         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
517         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
518         * gst/udp/gstmultiudpsink.h:
519         Add property to automatically join a multicast group or not. This can be
520         useful when sharing a socket between multiple elements.
521         Fixes #509531.
522
523 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
524
525         * gst/videomixer/Makefile.am:
526           Add controller flags.
527
528 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
529
530         * gst/videomixer/videomixer.c:
531           Also commit the missing gst_object_sync_values().
532
533 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
534
535         * docs/plugins/Makefile.am:
536           Remove duplicate entry.
537
538 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
539
540         * docs/plugins/Makefile.am:
541         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
542         * docs/plugins/gst-plugins-good-plugins-sections.txt:
543         * docs/plugins/inspect/plugin-gamma.xml:
544         * docs/plugins/inspect/plugin-monoscope.xml:
545         * docs/plugins/inspect/plugin-video4linux2.xml:
546           Add 3 more plugins to docs.
547
548 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
549
550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
551         * sys/osxvideo/osxvideosink.h:
552           Revert previous change caused by a file that got stuck on an old
553           revision.
554
555 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
556
557         * docs/plugins/gst-plugins-good-plugins-sections.txt:
558         * gst/multipart/Makefile.am:
559         * gst/multipart/multipartdemux.c:
560         * gst/multipart/multipartdemux.h:
561         * gst/multipart/multipartmux.c:
562         * gst/multipart/multipartmux.h:
563           Re-add multipartdemux to the docs. Last round of section cleanup.
564
565 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
566
567         * docs/plugins/Makefile.am:
568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
569         * sys/osxaudio/gstosxaudiosink.h:
570         * sys/osxvideo/osxvideosink.h:
571           Managed to resolve most unused declarations. Filed a bug for one left.          
572
573 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
574
575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
576           Cleanup section file.
577
578 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
579
580         * docs/plugins/Makefile.am:
581         * docs/plugins/gst-plugins-good-plugins.args:
582         * docs/plugins/gst-plugins-good-plugins.signals:
583         * docs/plugins/inspect/plugin-alaw.xml:
584         * docs/plugins/inspect/plugin-alpha.xml:
585         * docs/plugins/inspect/plugin-alphacolor.xml:
586         * docs/plugins/inspect/plugin-annodex.xml:
587         * docs/plugins/inspect/plugin-apetag.xml:
588         * docs/plugins/inspect/plugin-audiofx.xml:
589         * docs/plugins/inspect/plugin-auparse.xml:
590         * docs/plugins/inspect/plugin-autodetect.xml:
591         * docs/plugins/inspect/plugin-avi.xml:
592         * docs/plugins/inspect/plugin-cairo.xml:
593         * docs/plugins/inspect/plugin-cdio.xml:
594         * docs/plugins/inspect/plugin-cutter.xml:
595         * docs/plugins/inspect/plugin-debug.xml:
596         * docs/plugins/inspect/plugin-dv.xml:
597         * docs/plugins/inspect/plugin-efence.xml:
598         * docs/plugins/inspect/plugin-effectv.xml:
599         * docs/plugins/inspect/plugin-flac.xml:
600         * docs/plugins/inspect/plugin-flxdec.xml:
601         * docs/plugins/inspect/plugin-gconfelements.xml:
602         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
603         * docs/plugins/inspect/plugin-goom.xml:
604         * docs/plugins/inspect/plugin-halelements.xml:
605         * docs/plugins/inspect/plugin-icydemux.xml:
606         * docs/plugins/inspect/plugin-id3demux.xml:
607         * docs/plugins/inspect/plugin-jpeg.xml:
608         * docs/plugins/inspect/plugin-ladspa.xml:
609         * docs/plugins/inspect/plugin-level.xml:
610         * docs/plugins/inspect/plugin-matroska.xml:
611         * docs/plugins/inspect/plugin-mulaw.xml:
612         * docs/plugins/inspect/plugin-multipart.xml:
613         * docs/plugins/inspect/plugin-navigationtest.xml:
614         * docs/plugins/inspect/plugin-png.xml:
615         * docs/plugins/inspect/plugin-quicktime.xml:
616         * docs/plugins/inspect/plugin-rtp.xml:
617         * docs/plugins/inspect/plugin-rtsp.xml:
618         * docs/plugins/inspect/plugin-shout2send.xml:
619         * docs/plugins/inspect/plugin-smpte.xml:
620         * docs/plugins/inspect/plugin-speex.xml:
621         * docs/plugins/inspect/plugin-taglib.xml:
622         * docs/plugins/inspect/plugin-udp.xml:
623         * docs/plugins/inspect/plugin-videobalance.xml:
624         * docs/plugins/inspect/plugin-videobox.xml:
625         * docs/plugins/inspect/plugin-videocrop.xml:
626         * docs/plugins/inspect/plugin-videoflip.xml:
627         * docs/plugins/inspect/plugin-videomixer.xml:
628         * docs/plugins/inspect/plugin-wavenc.xml:
629         * docs/plugins/inspect/plugin-wavpack.xml:
630         * docs/plugins/inspect/plugin-wavparse.xml:
631           Update plugin docs.
632
633         * gst/videomixer/Makefile.am:
634         * gst/videomixer/videomixer.c:
635         * gst/videomixer/videomixer.h:
636         * gst/videomixer/videomixerpad.h:
637           Split out header to fix warnings from the doc-build.
638
639 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
640
641         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
642
643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
644         Use atoll to parse the rtptime with enough precision. Fixes #509329.
645
646 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
647
648         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
650           Initialise variables to work around (false) 'foo might be used
651           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
652
653 2008-01-11  David Schleef  <ds@schleef.org>
654
655         * docs/plugins/.cvsignore:
656         * tests/check/pipelines/.cvsignore:
657           Ignore more files for the buildbot.
658
659 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
660
661         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
662         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
663         Generate the image-type values correctly. Leave them out of the caps
664         when outputting a "preview image" tag, since it only makes sense
665         to have one of those - the type is irrelevant.
666
667         * sys/sunaudio/gstsunaudiomixerctrl.c:
668         (gst_sunaudiomixer_ctrl_open):
669         If we can, mark the mixer multiple open when we use it, in case
670         (for some reason) the process wants to open it again elsewhere.
671
672 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
673
674         Patch by: Olivier Crete <tester at tester dot ca>
675
676         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
677         * gst/rtp/gstrtptheorapay.c:
678         Fix the clock rate to 90000 as required by the RFC.
679         Fixes #508644.
680
681 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
682
683         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
684           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
685
686 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
687
688         * autogen.sh:
689           Add -Wno-portability to the automake parameters to stop warnings
690           about GNU make extensions being used. We require GNU make in almost
691           every Makefile anyway.
692           
693         * configure.ac:
694           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
695           at the same time is required for per target flags.
696
697 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
698
699         * gst/videomixer/videomixer.c: (gst_videomixer_init):
700         Fix error from my last commit.
701
702 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
703
704         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
705
706         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
707           Make sure the ISO 639-X language code in ID3v2 COMM frames
708           is actually valid UTF-8 (or rather: ASCII), so we don't end
709           up with non-UTF8 strings in tags if there's garbage in the
710           language field. Also make sure the language code is always
711           lower case. Fixes: #508291.
712
713 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
714
715         * ChangeLog:
716           Fix ChangeLog typo.
717
718 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
719
720         * Makefile.am:
721           Include lcov.mak to allow building coverage reports. Guard
722           check-torture target like in the other packages.
723
724 2008-01-09  Sameer Naik  <sameer@damagehead.com>
725
726         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
727
728         * gst/videomixer/videomixer.c:
729         (gst_videomixer_set_master_geometry), (_do_init),
730         (gst_videomixer_child_proxy_get_child_by_index),
731         (gst_videomixer_child_proxy_get_children_count),
732         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
733         (gst_videomixer_init), (gst_videomixer_request_new_pad),
734         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
735         Implement GstChildProxy interface.
736         Send newsegment at the right moment
737         Fixes #488879
738
739 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
740
741         * gst/alpha/Makefile.am:
742         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
743         (gst_alpha_sink_event), (gst_alpha_chain),
744         (gst_alpha_change_state), (plugin_init):
745         Make the various properties of 'alpha' controllable. This allows doing
746         niceties like fade-in/fade-out.
747
748 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
749
750         * gst/rtp/gstasteriskh263.c:
751         * gst/rtp/gstrtpL16depay.c:
752         * gst/rtp/gstrtpac3depay.c:
753         * gst/rtp/gstrtpamrpay.c:
754         * gst/rtp/gstrtpdepay.c:
755         * gst/rtp/gstrtpgsmdepay.c:
756         * gst/rtp/gstrtph263depay.c:
757         * gst/rtp/gstrtph263pdepay.c:
758         * gst/rtp/gstrtph263ppay.c:
759         * gst/rtp/gstrtph264depay.c:
760         * gst/rtp/gstrtph264pay.c:
761         * gst/rtp/gstrtpmp2tdepay.c:
762         * gst/rtp/gstrtpmp4adepay.c:
763         * gst/rtp/gstrtpmp4gdepay.c:
764         * gst/rtp/gstrtpmp4gpay.c:
765         * gst/rtp/gstrtpmp4vdepay.c:
766         * gst/rtp/gstrtpmpadepay.c:
767         * gst/rtp/gstrtpmpvdepay.c:
768         * gst/rtp/gstrtpsv3vdepay.c:
769         * gst/rtp/gstrtptheoradepay.c:
770         * gst/rtp/gstrtptheorapay.c:
771         * gst/rtp/gstrtpvorbisdepay.c:
772         * gst/rtp/gstrtpvorbispay.c:
773           Remove copy/paste unused code (property setters and getter) found by
774           the coverage suite (yay, saves ~20k on disk).
775
776 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
777
778         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
779           (videosink_templ):
780           Also fix up pad templates to indicate that image/jpeg doesn't
781           absolutely require the framerate property to be set (#504081).
782
783 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
784
785         Based on patch by: Wouter Cloetens  <wouter at mind be>
786
787         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
788           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
789           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
790         * gst/matroska/matroska-mux.h:
791           Keep track of first and last timestamps for each incoming stream,
792           so we can calculate the total duration for live sources and other
793           input where we can't query the duration from the start or where
794           there's no constant framerate from which we can deduce the
795           duration; also use calculated/observed duration if it is bigger
796           than the previously queried duration. Furthermore, use
797           gst_pad_query_peer_duration() and take into account that it may
798           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
799           screws up comparisons when using unsigned integers. Fixes #504081.
800
801 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
802
803         * configure.ac:
804         * gst/audiofx/audioamplify.c:
805         (gst_audio_amplify_clipping_method_get_type),
806         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
807         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
808         (gst_audio_dynamic_transform_ip):
809         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
810         (gst_audio_invert_transform_ip):
811         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
812         (gst_audio_panorama_transform):
813         * gst/level/gstlevel.c: (gst_level_init):
814         Make elements GST_BUFFER_FLAG_GAP aware and call
815         gst_base_transform_set_gap_aware for this.
816         Bump core requirement to CVS.
817         
818         * gst/audiofx/audiochebyshevfreqband.c:
819         (gst_audio_chebyshev_freq_band_transform_ip):
820         * gst/audiofx/audiochebyshevfreqlimit.c:
821         (gst_audio_chebyshev_freq_limit_transform_ip):
822         Also sync GObject properties to the controller if operating
823         in passthrough mode.
824
825 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * sys/directdraw/gstdirectdrawsink.c:
828           (gst_directdraw_sink_window_thread):
829           FALSE is not a gpointer.
830
831 2008-01-05  Julien Moutte  <julien@fluendo.com>
832
833         * sys/directdraw/gstdirectdrawsink.c:
834         (gst_directdraw_sink_set_window_id),
835         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
836         (gst_directdraw_sink_buffer_alloc),
837         (gst_directdraw_sink_draw_borders),
838         (gst_directdraw_sink_show_frame),
839         (gst_directdraw_sink_setup_ddraw),
840         (gst_directdraw_sink_window_thread),
841         (gst_directdraw_sink_get_ddrawcaps),
842         (gst_directdraw_sink_surface_create): Make sure we create our
843         internal window only when we need it. That will give a chance to
844         the application to get the prepare-xwindow-id bus message. Draw
845         black borders when keeping aspect ratio. Handle the case where our
846         rendering window disappears (closed or errors) like other sinks
847         do. Various 80 columns fixes, improve state change order. That
848         element could need some more love.
849
850 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
851
852         * ext/taglib/gstapev2mux.h:
853         * ext/taglib/gstid3v2mux.h:
854         Remove useless typedefs without new type name. Fixes a warning with
855         gcc 4.3.
856
857 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
858
859         Patch by: John Millikin <jmillikin at gmail dot com>
860
861         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
862         (gst_flac_dec_setup_stream_decoder),
863         (gst_flac_normalize_picture_mime_type),
864         (gst_flac_extract_picture_buffer),
865         (gst_flac_dec_metadata_callback):
866         Emit metadata messages when a PICTURE block is encountered.
867         Fixes #506715.
868
869 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
870
871         * gst/avi/gstavi.c:
872         increase rank because no known issues anymore ...
873         * gst/avi/gstavisubtitle.c:
874         send subtitle name to the srcpad
875
876 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
877
878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
879         * gst/rtsp/gstrtspsrc.h:
880         Implement redirect for the DESCRIBE reply. Fixes #506025.
881
882 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
883
884         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
885         Fix 'xyz may be used uninitialized' compiler warnings caused
886         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
887         abort() in any case but properly report the error.
888
889 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
890
891         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
892         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
893         * sys/ximage/gstximagesrc.c: (composite_pixel):
894           Fix 'xyz may be used uninitialized' compiler warnings caused
895           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
896           not really nice to abort in any case). Fixes #505745.
897
898 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
899
900         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
901           Small unit test fix (has no practical impact at the moment,
902           since we're only feeding utf8 and hence just create a sub-
903           buffer for the output).
904
905 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
906
907         * gst/avi/gstavisubtitle.c:
908         * tests/check/elements/avisubtitle.c:
909         Add seeking support for avi subtitle
910
911 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
912
913         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
914         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
915         (gst_flac_dec_write):
916         * ext/flac/gstflacdec.h:
917         Remove some unused vars.
918         Do more cleanup of leftover events and tags.
919         Output tags after the segment event. Fixes #504018.
920
921 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
924           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
925           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
926           Detect other UTF byte order markers and convert to UTF-8 as
927           appropriate.
928
929 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
930
931         * gst/avi/gstavisubtitle.c: (src_template),
932           (gst_avi_subtitle_extract_utf8_file),
933           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
934           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
935           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
936         * gst/avi/gstavisubtitle.h:
937           Refactor a bit; fix name extraction; don't assume all the data
938           in the chunk is actually subtitle data, there may be padding at
939           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
940           file so it's there to send again after a seek (for future use).
941
942 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
943
944         * gst/avi/Makefile.am:
945         * gst/avi/gstavi.c:
946         * gst/avi/gstavisubtitle.c:
947         * gst/avi/gstavisubtitle.h:
948         * tests/check/Makefile.am:
949         * tests/check/elements/avisubtitle.c:
950         * win32/common/config.h:
951                 Add avi subtitle element for bug #442034. Need seeking support
952                 and more support for character conversion.
953
954 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
955
956         * Makefile.am:
957           Include common/win32.mak for CRLF check of win32 project
958           files (see #393626).
959
960         * win32/vs6/libgstpng.dsp:
961           Fix line endings and do cvs admin -kb.
962
963 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
964
965         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
966         Actually drop the buffers which are outside the currently configured
967         segment instead of just emitting a WARNING.
968
969 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
970
971         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
972         (gst_flac_dec_write):
973         * ext/flac/gstflacdec.h:
974         Send segments from the streaming thread. Fixes #502187.
975         Fix segment seeking and a bunch of other seeking cases.
976
977 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
978
979         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
980           Parse WOAF frames and put the result into GST_TAG_CONTACT,
981           which is where it would end up if the same information was
982           put in a vorbis comment (don't think it's worth adding a
983           new URI tag for this). Fixes #488112.
984
985 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
986
987         * configure.ac:
988           We need core/base 0.10.15 or later.
989
990 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
991
992         Patch by: Mark Nauwelaerts <manauw skynet be>
993
994         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
995         Fix regression in stream numbering. Fixes #502655.
996
997 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
998
999         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1000
1001         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1002         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1003         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1004         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1005         (gst_rtp_h264_pay_handle_buffer):
1006         * gst/rtp/gstrtph264pay.h:
1007         Use higher performance start-code searching.
1008         Parse NALs and store SPS, PPS and profile in the caps so that they can
1009         be used in the SDP. Fixes #502814.
1010
1011 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1012
1013         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1014         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1015           Init some structs to zero before we pass them to ioctl, which
1016           avoids valgrind warnings.  Also fix a small memory leak.
1017
1018 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1019
1020         Patch by: Wouter Cloetens <wouter at mind dot be>
1021
1022         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1023         Copy timestamp from input to output. Not very perfect yet but better
1024         than nothing. Fixes #503023.
1025
1026 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1027
1028         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1029           Also print a useful error message with the old Wavpack API
1030           if possible.
1031
1032 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         * ext/wavpack/gstwavpackdec.c:
1035           More build fixes for old libwavpack versions: include config.h so
1036           that WAVPACK_OLD_API is actually defined as detected; only use
1037           WavpackGetErrorMessage if it is available. This fixes the build
1038           on debian stable for me.
1039
1040 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1041
1042         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1043         * ext/wavpack/gstwavpackparse.c:
1044           (gst_wavpack_parse_create_src_pad):
1045           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1046           versions below 4.40.0.
1047
1048 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1049
1050         * configure.ac:
1051           And now do it right for real...
1052
1053 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1054
1055         * configure.ac:
1056           Correctly reset $LIBS to not contain -lm.
1057
1058 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1059
1060         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1061
1062         * configure.ac:
1063         * ext/cairo/gsttimeoverlay.c:
1064           (gst_cairo_time_overlay_print_smpte_time):
1065           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1066           and checking for rint() and implementing it ourself if it doesn't
1067           exist. Fixes #497293.
1068
1069 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1070
1071         * configure.ac:
1072           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1073
1074 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1075
1076         * sys/oss/gstosshelper.c:
1077         Verify that the format returned after the ioctl is the one
1078         we requested. It is valid for the ioctl to succeed while
1079         substituting an alternate 'supported' sample format.
1080
1081 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1082
1083         * sys/oss/gstossaudio.c: (plugin_init):
1084         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1085         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1086           Post decent (and translated) error message when we can't
1087           open the audio device for some reason.
1088
1089 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1090
1091         * sys/oss/gstosssink.c:
1092         * sys/oss/gstosssrc.c:
1093         Allow the AUDIODEV environment variable to redirect us
1094         to a different default OSS device, like sunaudiosink does
1095         on Solaris (makes audio play automatically on SunRays).
1096
1097 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1098
1099         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1100         * gst/audiofx/audiochebyshevfreqband.c:
1101         (gst_audio_chebyshev_freq_band_transform_ip):
1102         * gst/audiofx/audiochebyshevfreqlimit.c:
1103         (gst_audio_chebyshev_freq_limit_transform_ip):
1104         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1105         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1106         The transform_ip() methods should do nothing if in passthrough mode.
1107         It might get non-writable buffers in that case but the buffer might
1108         as well be writable.
1109
1110         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1111         The transform() methods won't be called in passthrough mode and
1112         otherwise the buffer is always writable so don't check here.
1113
1114 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1115
1116         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1117           Fix seeking in .wav files again (#501775).  Some people seem to think
1118           they don't need to test their changes when they're just 'reflowing'
1119           some code.
1120
1121 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1122
1123         * gst/autodetect/gstautovideosink.c:
1124         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1125         (gst_auto_video_sink_init),
1126         (gst_auto_video_sink_create_element_with_pretty_name),
1127         (gst_auto_video_sink_find_best),
1128         (gst_auto_video_sink_set_property),
1129         (gst_auto_video_sink_get_property):
1130         * gst/autodetect/gstautovideosink.h:
1131         Fix docs.
1132         Use same error reporting code as autoaudiosink.
1133         Add property to filter sinks based on caps. Only select raw video sinks
1134         by default for backwards compat.
1135         API: GstAutoVideoSink::filter-caps
1136
1137 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1138
1139         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1140
1141         * gst/autodetect/gstautoaudiosink.c:
1142         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1143         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1144         (gst_auto_audio_sink_set_property),
1145         (gst_auto_audio_sink_get_property):
1146         * gst/autodetect/gstautoaudiosink.h:
1147         Add property to filter sinks based on caps. Only select raw audio sinks
1148         by default for backwards compat.  Fixes #417420.
1149         API: GstAutoAudioSink::filter-caps
1150
1151 2007-11-29  Michael Smith <msmith@fluendo.com>
1152
1153         Patch by: Arek Korbik <arkadini@gmail.com>
1154
1155         * gst/videobox/gstvideobox.c: (plugin_init):
1156           Initialise liboil in plugin_init()
1157
1158 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1159
1160         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1161         Post error before sending EOS. Fixes #499178.
1162
1163 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1164
1165         * win32/vs6/gst_plugins_good.dsw:
1166         * win32/vs6/libgstpng.dsp:
1167         Add a project file for libgstpng
1168
1169 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1170
1171         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1172         (gst_rtp_h263_depay_process):
1173         Code beautification.
1174         Added debug statements.
1175         Don't bit-shift everything, just do operations on last/first byte
1176         instead.
1177
1178 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1179
1180         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1181
1182         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1183         Fix wrong comparison in overrun check. Fixes #499239 some more.
1184
1185 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1186
1187         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1188         (gst_rtp_h263_depay_process):
1189         * gst/rtp/gstrtph263depay.h:
1190         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1191         stream.
1192
1193 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1194
1195         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1196
1197         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1198         (gst_rtp_mp4a_depay_process):
1199         * gst/rtp/gstrtpmp4adepay.h:
1200         Fix depayloading when multiple frames are inside one RTP packet.
1201         Fixes #499239.
1202
1203 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1204
1205         * gst/level/gstlevel.c:
1206           Add GAP-flag support.
1207
1208 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1209
1210         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1211         Read the I flag for Mode A h263 rtp stream and set the
1212         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1213         Fixes #499383
1214
1215 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1216
1217         * gst/level/gstlevel.c:
1218           Remove some dead code and do cleanups.
1219
1220 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1221
1222         * tests/check/pipelines/simple-launch-lines.c:
1223           Improve the tests by allowing to set a target state.
1224
1225 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1226
1227         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1228         Don't check the caps of the output buffer if they're equal some
1229         other caps. The caps can change in a backward compatible way
1230         and did at this point.
1231
1232 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1233
1234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1235         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1236         (gst_qtdemux_seek_to_previous_keyframe),
1237         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1238         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1239         reverse playback support.
1240
1241 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1242
1243         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1244         Also set the channel layout on the Wavpack caps if we're having
1245         a mono layout. Of course only do it for "audio/x-wavpack".
1246
1247 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1248
1249         * ext/wavpack/gstwavpackcommon.c:
1250         (gst_wavpack_get_default_channel_mask),
1251         (gst_wavpack_set_channel_layout),
1252         (gst_wavpack_get_default_channel_positions),
1253         (gst_wavpack_get_channel_mask_from_positions),
1254         (gst_wavpack_set_channel_mapping):
1255         * ext/wavpack/gstwavpackcommon.h:
1256         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1257         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1258         * ext/wavpack/gstwavpackdec.h:
1259         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1260         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1261         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1262         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1263         (gst_wavpack_enc_rewrite_first_block),
1264         (gst_wavpack_enc_sink_event):
1265         * ext/wavpack/gstwavpackenc.h:
1266         * ext/wavpack/gstwavpackparse.c:
1267         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1268         (gst_wavpack_parse_scan_to_find_sample),
1269         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1270         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1271         * ext/wavpack/gstwavpackparse.h:
1272         Add support for encoding, parsing and decoding multichannel
1273         files with up to 8 channels. This also improves the robustness
1274         of parsing quite a bit.
1275
1276         * ext/wavpack/gstwavpackstreamreader.c:
1277         (gst_wavpack_stream_reader_read_bytes),
1278         (gst_wavpack_stream_reader_get_pos),
1279         (gst_wavpack_stream_reader_set_pos_abs),
1280         (gst_wavpack_stream_reader_set_pos_rel),
1281         (gst_wavpack_stream_reader_push_back_byte),
1282         (gst_wavpack_stream_reader_get_length),
1283         (gst_wavpack_stream_reader_can_seek),
1284         (gst_wavpack_stream_reader_write_bytes):
1285         Improve debugging.
1286
1287 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1288
1289         * ext/libpng/gstpngdec.c:
1290         * ext/libpng/gstpngdec.h:
1291           Don't release the png-memory from within the callback.
1292
1293 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1294
1295         Patch by: René Stadler <mail at renestadler dot de>
1296
1297         * ext/libpng/gstpngenc.c:
1298           Don't leak buffer data memory. Fixes #498395.
1299
1300 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1301
1302         Patch by: René Stadler <mail at renestadler dot de>
1303
1304         * tests/check/pipelines/simple-launch-lines.c:
1305           Tests for #498395.
1306
1307 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1308
1309         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1310         (gst_tag_lib_mux_adjust_event_offsets):
1311         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1312         * sys/osxaudio/Makefile.am:
1313         * sys/osxvideo/cocoawindow.h:
1314         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1315
1316 2007-11-15  David Schleef  <ds@schleef.org>
1317
1318         * ext/cairo/gsttextoverlay.c:
1319           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1320
1321 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1322
1323         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1324
1325         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1326         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1327         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1328         * gst/rtp/gstrtpmp2tpay.h:
1329         Fill the MTU with as many packets as possible. Fixes #491323.
1330
1331 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1332
1333         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1334
1335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1336         Fix some more leaks. Fixes #497007.
1337
1338 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1339
1340         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1341
1342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1343         (gst_rtspsrc_stream_configure_tcp):
1344         Fix 3 pad leaks. Fixes #496983.
1345
1346 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1347
1348         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1349
1350         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1351         Fix small leak. Fixes #497017.
1352
1353 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1354
1355         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1356         (gst_qtdemux_prepare_current_sample),
1357         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1358         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1359         * gst/qtdemux/qtdemux_fourcc.h:
1360         * gst/qtdemux/qtdemux_types.c:
1361         Add suppport for theora in quicktime according to XiphQT.
1362
1363 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1364
1365         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1366         (gst_v4l2src_init), (gst_v4l2src_set_property),
1367         (gst_v4l2src_get_property):
1368         * sys/v4l2/gstv4l2src.h:
1369         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1370           Always copy buffers by default (handle safer with bugged drivers)
1371           and added a property to make it possible to use mmap effectively (no
1372           copy if possible) when application wants to. Fixes: #480557.
1373
1374 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1375
1376         * gst/id3demux/id3tags.c:
1377         * gst/id3demux/id3tags.h:
1378         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1379           We don't want the same string multiple times in a tag list for the
1380           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1381           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1382
1383 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1386           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1387           into ID3v2 TXXX frames (fixes #347848).
1388
1389 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1390
1391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1392           Don't leak sdp message contents (fixes #496773).
1393
1394         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1395           Don't leak URI string.
1396
1397 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1398
1399         Patch by: Julien Puydt <julien dot puydt at laposte net>
1400
1401         * ext/raw1394/Makefile.am:
1402         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1403           (gst_1394_property_probe_get_properties),
1404           (gst_1394_property_probe_probe_property),
1405           (gst_1394_property_probe_needs_probe),
1406           (gst_1394_property_probe_get_values),
1407           (gst_1394_property_probe_interface_init),
1408           (gst_1394_type_add_property_probe_interface):
1409         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1410         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1411           (gst_dv1394src_init), (gst_dv1394src_dispose),
1412           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1413           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1414           (gst_dv1394src_update_device_name):
1415         * ext/raw1394/gstdv1394src.h:
1416           Implement GstPropertyProbe interface and add "device-name" property,
1417           so applications can use this to probe for available devices in the
1418           same way they can already with v4lsrc and v4l2src (however horrible
1419           this property probe interface may be). Fixes #358841.
1420
1421 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1422
1423         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1424
1425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1426           (gst_rtspsrc_parse_range):
1427           Don't leak event, don't leak range (fixes #496752).
1428
1429 2007-11-14  Michael Smith <msmith@fluendo.com>
1430
1431         Patch by: Arek Korbik <arkadini@gmail.com>
1432
1433         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1434           Detect RGBA/BGRA correctly on little endian systems.
1435
1436 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1439           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1440           corresponding ioctl() call fails even though the driver claims to
1441           support this format, just fall back to the pre-2.6.19 kernel
1442           routine that creates caps with suitable height and width ranges
1443           (see #448278).
1444
1445 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1446
1447         Patch by: Mark Nauwelaerts <manauw skynet be>
1448
1449         * gst/matroska/matroska-demux.c:
1450           (gst_matroska_demux_push_dvd_clut_change_event),
1451           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1452           (gst_matroska_demux_subtitle_caps):
1453         * gst/matroska/matroska-ids.h:
1454           Extract palette data for dvd subpicture streams and send it
1455           downstream as custom gstreamer dvd event (fixes #453417).
1456
1457 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1458
1459         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1460           Implement minimal parsing of the passed pango font description
1461           string, so passing a font size works the same as with the
1462           pango textoverlay plugin; fixes #455086.
1463           (Maybe we could just use pangocairo here at some point).
1464
1465 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1466
1467         * gst/avi/gstavidemux.c:
1468         * gst/wavparse/gstwavparse.c:
1469           Return the result in _activate_pull(). Don't ref element there.
1470
1471 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1472
1473         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1474         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1475         (gst_wavparse_srcpad_event):
1476           Ref the element when we should, but not when we its not needed. Reflow
1477           the event_handling to not leak the event.       
1478
1479 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1480
1481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1482         (qtdemux_parse_samples):
1483         Properly free QTDemuxSamples array.
1484         Protect table write with a sensible check, some files apparently DO contain
1485         stts values starting with 0 :(
1486
1487 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1488
1489         * gst/avi/gstavidemux.c:
1490         * gst/qtdemux/qtdemux.c:
1491           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1492           previous commit messed up.
1493
1494 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1495
1496         * gst/avi/gstavidemux.c:
1497         * gst/qtdemux/qtdemux.c:
1498           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1499           element when we should, but not when we its not needed.
1500
1501 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1502
1503         * gst/wavparse/gstwavparse.c:
1504           Return FALSE if we can't handle a query instead of changing the
1505           format. Ignore fact when dealing with mpeg audio.
1506
1507 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1508
1509         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1510
1511         * configure.ac:
1512         * gst/udp/gstdynudpsink.c:
1513         * gst/udp/gstdynudpsink.h:
1514         * gst/udp/gstmultiudpsink.c:
1515         * gst/udp/gstmultiudpsink.h:
1516         * gst/udp/gstudpsink.c:
1517         * gst/udp/gstudpsink.h:
1518           Fix includes for MSVC and GLib-2.14.0 (#492388).
1519
1520         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1521           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1522
1523 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1524
1525         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1526         (gst_mulawdec_chain):
1527         * gst/law/mulaw-decode.h:
1528         Calculate outgoing buffer duration if incoming buffer didn't have a
1529         valid duration.
1530
1531 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1532
1533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1534         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1535         Smarter combine_flow code that also deals with downstream elements
1536         returning UNEXPECTED when they receive data out of the segment
1537         boundaries. Fixes #491305.
1538
1539 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1540
1541         * sys/v4l2/v4l2src_calls.c:
1542           Fix 'unused variable' compiler warning when compiling against
1543           older kernel headers.
1544
1545 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1546
1547         * ext/taglib/gstid3v2mux.cc (add_funcs):
1548           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1549
1550 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1551
1552         * tests/check/pipelines/simple-launch-lines.c:
1553            Improve the tests a little more.
1554
1555 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1556
1557         patch by: Yun Zheng Hu
1558
1559         * sys/osxaudio/gstosxaudiosrc.c:
1560         Use default input device instead of default output device and
1561         only memcpy actual available bytes.
1562
1563 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1564
1565         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1566           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1567           early. It is temporary until we find something better.
1568
1569 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1570
1571         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1572
1573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1574         Fix race when pausing a RTSP stream in interleaved.
1575         Fixes #475784.
1576
1577 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1578
1579         Patch by: Peter Kjellerstedt <pkj at axis com>
1580
1581         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1582         Use correct unref function for buffers. #488844.
1583
1584 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1585
1586         * gst/avi/gstavimux.c:
1587         * tests/check/elements/avimux.c:
1588           Add some debug and sync tests with the fix.     
1589
1590 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1591
1592         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1593
1594         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1595         When the socket is used by the app for other purposes, don't generate an
1596         error if there is activaty on the socket that is not data related.
1597         Fixes #487488.
1598
1599 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1600
1601         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1602         (gst_v4l2src_grab_frame):
1603         Add some more debug info. Generate an error when we run out of buffers
1604         for some reason. See #480557.
1605
1606 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1607
1608         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1609
1610         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1611         Set marker bit correctly.
1612
1613 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1614
1615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1616         Use allowed name for the GstStructure.
1617
1618 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1619
1620         * ext/gconf/gstswitchsink.c:
1621         * gst/autodetect/gstautoaudiosink.c:
1622           Use new gst_bus_pop_filtered().
1623
1624 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1625
1626         * sys/v4l2/gstv4l2src.c:
1627         * sys/v4l2/v4l2src_calls.c:
1628           When probing the formats and sizes a camera supports, make
1629           sure the best ones (highest resolution, prefered format)
1630           end up at the beginning of the probed caps and the less
1631           desirable ones at the end.  This is important because the
1632           order within the caps matters for things like fixation and
1633           negotiation, ie. what format is chosen in the end.
1634           With recent kernels, the current probing code will end up
1635           querying the supported sizes from lowest resolution to
1636           highest resolution, adding them to the probed caps in that
1637           order, resulting to v4l2src fixating to the lowest possible
1638           resolution if downstream does not express a size preference.
1639           Also make up a somewhat random ranking of prefered output
1640           formats for the same reason. Fixes #485828.
1641         
1642 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1643
1644         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1645
1646         * gst/id3demux/id3v2frames.c:
1647           Extract license/copyright URIs from ID3v2 WCOP frames
1648           (Fixes #447000).
1649
1650         * tests/check/elements/id3demux.c:
1651         * tests/files/Makefile.am:
1652         * tests/files/id3-447000-wcop.tag:
1653           Add simple unit test.
1654
1655 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1656
1657         * ext/taglib/gstid3v2mux.cc:
1658           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1659           Prerequisite for #447000.
1660
1661 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1662
1663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1664         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1665         a GstClockTime.
1666
1667 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1668
1669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1670         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1671         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1672         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1673         (gst_rtspsrc_change_state):
1674         More seeking fixes, mostly passing around the new playback segment in
1675         order to configure it properly.
1676         Also reset base_time of udp sources when setting them back to PLAYING as
1677         a temporary hack until core supports seek in live sources properly.
1678
1679 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1680
1681         * gst/rtp/gstrtpmp4adepay.c:
1682         Fix caps as to not confuse autopluggers.
1683
1684 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * gst/id3demux/gstid3demux.c:
1687         * gst/id3demux/gstid3demux.h:
1688         * gst/id3demux/id3tags.c:
1689         * gst/id3demux/id3tags.h:
1690         * gst/id3demux/id3v2frames.c:
1691           Port ID3 tag demuxer over to the new GstTagDemux in -base
1692           (now would be a good time to test re-importing your music
1693           collection).
1694
1695 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1696
1697         * gst/apetag/Makefile.am:
1698         * gst/apetag/gstapedemux.c:
1699         * gst/apetag/gstapedemux.h:
1700         * gst/apetag/gsttagdemux.c:
1701         * gst/apetag/gsttagdemux.h:
1702           Port APE tag demuxer over to the new GstTagDemux in -base.
1703
1704 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1705
1706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1707         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1708         (gst_rtspsrc_handle_internal_src_query),
1709         (gst_rtspsrc_handle_src_query), (new_session_pad),
1710         (gst_rtspsrc_stream_configure_tcp),
1711         (gst_rtspsrc_stream_configure_transport),
1712         (gst_rtspsrc_loop_send_cmd):
1713         Improve flushing behaviour.
1714         Set state of the udp sources to PAUSE/PLAYING correctly.
1715         Handle events and queries for UDP and TCP transport now.
1716
1717 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1718
1719         * gst/rtp/gstrtpgsmdepay.c:
1720         * gst/rtp/gstrtpgsmpay.c:
1721           Add log category.
1722
1723 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1724
1725         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1726
1727         * tests/check/Makefile.am:
1728         * tests/check/pipelines/simple-launch-lines.c:
1729           Add unit tests for payloaders/depayloaders.
1730
1731 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1732
1733         * gst/avi/gstavimux.c:
1734         * gst/avi/gstavimux.h:
1735           Also save codec data for audio streams. Fixes #482495.
1736
1737 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1738
1739         * gst/avi/gstavimux.c:
1740           Fix "Index entry has invalid stream nr 1".
1741           Add support for muxing aac - work in progress (see #482495).
1742
1743 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1744
1745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1746         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1747         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1748         * gst/rtsp/gstrtspsrc.h:
1749         Parse bandwidth modifiers, they are not yet configured in the session
1750         manager because we don't have an API for that yet.
1751
1752 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1753
1754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1755         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1756         Use shiny new function in -base to get the default clock-rate.
1757         Update some docs.
1758
1759 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1760
1761         * win32/MANIFEST:
1762         Add files to win32 manifest.
1763         * win32/vs6/libgstaudiofx.dsp:
1764         * win32/vs6/libgstqtdemux.dsp:
1765         * win32/vs6/libgstrtp.dsp:
1766         * win32/vs6/libgstrtsp.dsp:
1767         Update project files.
1768
1769 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1770
1771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1772         (gst_rtspsrc_play):
1773         * gst/rtsp/gstrtspsrc.h:
1774         In TCP mode, only timestamp the first buffer. TCP is not real time and
1775         it does not make sense to try to skew compensate, also some servers send
1776         the first batch of data in a burst.
1777
1778 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1779
1780         * gst/matroska/matroska-demux.c:
1781           Fix setting the discont flag on the first buffer
1782           pushed downstream for formats with private codec
1783           data that needs to be deserialised into buffers
1784           (such as vorbis and FLAC when in a matroska container).
1785
1786 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1787
1788         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1789
1790         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1791         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1792         (gst_rtp_mp4v_pay_handle_buffer):
1793         * gst/rtp/gstrtpmp4vpay.h:
1794         Free the config string. Fixes #480707.
1795         Clean up the timestamp code a little.
1796
1797 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1798
1799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1800         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1801         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1802         * gst/rtsp/gstrtspsrc.h:
1803         Set timestamps on RTP buffers in interleaved mode.
1804         Mark first buffers with a DISCONT.
1805         Remove flush hack now that sync for live sources has been figured out.
1806
1807 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1808
1809         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1810         Update documentation.
1811
1812 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1813
1814         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1815         (gst_rtp_xqt_depay_change_state):
1816         * gst/qtdemux/gstrtpxqtdepay.h:
1817         Fail if we don't know the quicktime format.
1818
1819 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * ext/flac/gstflacenc.c:
1822         * ext/flac/gstflacenc.h:
1823           Save the flow return from the last gst_pad_push() and
1824           make sure we pass the right flow return value upstream
1825           in the case of failure; minor clean-ups.
1826
1827 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         * ext/taglib/gstapev2mux.cc:
1830         * ext/taglib/gstid3v2mux.cc:
1831         * gst/apetag/gstapedemux.c:
1832           Add support for the new GST_TAG_COMPOSER (#459809).
1833
1834 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1835
1836         * gst/law/alaw-decode.c:
1837         * gst/law/alaw-decode.h:
1838         * gst/law/alaw-encode.c:
1839         * gst/law/alaw-encode.h:
1840         * gst/law/alaw.c:
1841         * gst/law/mulaw-conversion.h:
1842           Compulsive clean-ups: use boilerplate macros, add debug
1843           categories, fix up things to conform to symbol nomenklatura,
1844           etc.
1845
1846 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1847
1848         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1849
1850         * gst/law/alaw-decode.c:
1851         * gst/law/alaw-encode.c:
1852           Use static tables for A-Law decoding and encoding; this makes
1853           A-Law decoding and encoding less CPU-intensive, but increases
1854           the binary size a bit. Leaving old code around for now,
1855           selectable by a define in the code. Fixes #435435.
1856
1857 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1858
1859         * configure.ac:
1860         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1861         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1862         in configure.ac.
1863
1864 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1865
1866         Patch by: <j at bootlab dot org>
1867
1868         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1869         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1870
1871 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1872
1873         * sys/oss/gstosshelper.c:
1874           Use GST_WARNING instead of a g_critical. This situation is not caused
1875           by the application.
1876
1877 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1878
1879         * po/LINGUAS:
1880         * po/nl.po:
1881           Updated translations.
1882
1883 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1884
1885         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1886
1887         * po/eu.po:
1888           Added Basque translation.
1889
1890 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1891
1892         translated by: Abel Cheung <abelcheung@gmail.com>
1893
1894         * po/zh_HK.po:
1895         * po/zh_TW.po:
1896           Added Chinese (traditional and Hong Kong) translation.
1897
1898 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1899
1900         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1901
1902         * po/pl.po:
1903           Added Polish translation.
1904
1905 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1906
1907         translated by: Ilkka Tuohela <hile@iki.fi>
1908
1909         * po/fi.po:
1910           Added Finnish translation.
1911
1912 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1913
1914         translated by: Jorge González González <aloriel@gmail.com>
1915
1916         * po/es.po:
1917           Added Spanish translation.
1918
1919 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1920
1921         translated by: Mogens Jaeger <mogens@jaeger.tf>
1922
1923         * po/da.po:
1924           Added Danish translation.
1925
1926 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1927
1928         translated by: Funda Wang <fundawang@linux.net.cn>
1929
1930         * po/zh_CN.po:
1931           Added Chinese (simplified) translation.
1932
1933 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1934
1935         translated by: Alexander Shopov <ash@contact.bg>
1936
1937         * po/bg.po:
1938           Added Bulgarian translation.
1939
1940 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1941
1942         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1943         Set outgoing packet duration because we can. Fixes #478244 some more.
1944
1945 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1946
1947         * ext/cairo/gsttextoverlay.c:
1948           Add info about static leak.
1949         
1950         * tests/check/Makefile.am:
1951         * tests/check/generic/states.c:
1952           Improved state change unit test.
1953
1954 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1955
1956         * docs/plugins/.cvsignore:
1957         * tests/check/.cvsignore:
1958           Ignore registries in any format.
1959
1960 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1961
1962         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1963         Removed some unused code.
1964
1965         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1966         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1967         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1968         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1969         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1970         (gst_rtp_theora_pay_flush_packet):
1971         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1972         Try to preserve the incomming buffer duration on the outgoing
1973         packets. Fixes #478244.
1974
1975 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * ext/taglib/gstapev2mux.cc:
1978         * ext/taglib/gstid3v2mux.cc:
1979           Work around compiler warnings with g++-4.2 when assigning a
1980           string constant to a gchar * (partially fixes #478092).
1981
1982 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1983
1984         * configure.ac:
1985           We require core CVS now for gst_base_src_set_do_timestamp().
1986
1987 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1988
1989         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
1990         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1991         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
1992         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
1993         (gst_rtspsrc_handle_message):
1994         Fix compiler warnings shown with Forte.
1995
1996 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
1997
1998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
1999         (gst_rtspsrc_dup_printf):
2000         Give meaningfull error when all streams failed to configure for some
2001         reason.
2002
2003 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2004
2005         * gst/rtp/README:
2006         Update README with the design for synchronisation rules of RTP on
2007         sender and receiver.
2008
2009 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2010
2011         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2012         (gst_wavparse_chain):
2013         Don't push EOS from the chain function, the element
2014         driving the pipeline is responsible for this. The bug
2015         this was meant to fix seems to be queue not forwarding
2016         EOS in all cases (see #476514).
2017
2018 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2019
2020         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2021         (gst_level_transform_ip):
2022         * gst/level/gstlevel.h:
2023         Use basetransform segment so that it is correctly managed on flushes and
2024         start/stop.
2025         Report message timestamp as stream time, which is what an application
2026         can understand.
2027
2028 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2029
2030         * ext/taglib/gstapev2mux.cc:
2031         * ext/taglib/gstapev2mux.h:
2032         * ext/taglib/gsttaglibmux.c:
2033         * tests/check/elements/apev2mux.c:
2034         Update my mail address.
2035
2036 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2037
2038         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2039         (gst_wavparse_loop), (gst_wavparse_chain):
2040         Add EOS logic for the push-based mode too. Fixes #476514.
2041
2042 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2043
2044         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2045         * gst/law/alaw-encode.h:
2046         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2047         (gst_mulawenc_chain):
2048         * gst/law/mulaw-encode.h:
2049         Fix law encoder timestamps.
2050
2051 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2052
2053         * ext/gconf/gstgconfaudiosink.c:
2054           Fix warning when building without debug.
2055
2056         * sys/oss/gstossmixertrack.c:
2057           Use const like in alsamixertrack.c (fixes warnings).
2058
2059 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2060
2061         * sys/v4l2/v4l2src_calls.c:
2062         (gst_v4l2src_probe_caps_for_format_and_size):
2063         Fix framerate detection code some more.
2064         Handle the case where there is a weird step in the stepwise framerates.
2065         Don't overwrite the min interval with the framerate, use a temp variable
2066         instead.
2067         Use max in the Continuous framerate intervals instead of step, which is
2068         1 according to the docs. Fixes #475424.
2069
2070 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2071
2072         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2073         Make udpsrc timestamp outgoing buffers based on when they were received.
2074         Also make it output a segment in time.
2075
2076 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2077
2078         * gst/avi/gstavidemux.c:
2079           Plug a little leak. Little code cleanups.
2080
2081 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * configure.ac:
2084           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2085           flac versions, 's good for cross-compilation karma.
2086
2087 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2090
2091         * gst/rtp/gstrtph263pay.c:
2092           Fix up header structure so that compilers don't add padding
2093           between the structure fields, since that would lead to us
2094           sending RTP packets with broken headers (as is currently the
2095           case when compiling with MSVC). Also see similar fixes in
2096           libgstrtp in gst-plugins-base. (#474616; #471194)
2097
2098 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2099
2100         * sys/v4l2/v4l2src_calls.c:
2101         (gst_v4l2src_probe_caps_for_format_and_size):
2102         Don't overwrite our GValue with 0 but instead use the previously
2103         computed value. Fixes #471823 some more.
2104
2105 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2106
2107         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2108           No tabs in this file please, or gtk-doc will end up documenting
2109           rather absurd class hierarchies.
2110
2111 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2112
2113         * ext/gconf/gstswitchsink.c:
2114           If the new kid element fails to change state for some reason
2115           (e.g. esdsink not being able to connect to the sound server),
2116           forward the error message it posted on the bus instead of just
2117           posting a generic 'Internal state change error: please file a
2118           bug' error message. Fixes #471364.
2119
2120 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2121
2122         * gst/qtdemux/Makefile.am:
2123         * gst/qtdemux/qtdemux.c:
2124           Don't assume tags are encoded as UTF-8 (#473670).
2125
2126 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2127
2128         * sys/v4l2/gstv4l2src.c:
2129         * sys/v4l2/gstv4l2src.h:
2130         * sys/v4l2/v4l2src_calls.c:
2131           Implement LATENCY queries in the crudest way possible so I don't
2132           have to use sync=false any longer when testing with videosinks.
2133
2134 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         * configure.ac:
2137           Fix build.
2138
2139 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2140
2141         * sys/v4l2/v4l2src_calls.c:
2142         (gst_v4l2src_probe_caps_for_format_and_size):
2143         Add some more debugging in the framerate function.
2144         Iterate stepwise framerate up to and _including_ the max and if nothing
2145         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2146         don't end up with an empty list. Fixes #471823
2147
2148 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2149
2150         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2151         (gst_multiudpsink_set_clients_string),
2152         (gst_multiudpsink_get_clients_string),
2153         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2154         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2155         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2156         (gst_multiudpsink_clear):
2157         Add property do configure destination address/port pairs
2158         API:GstMultiUDPSink::clients
2159
2160 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2161
2162         * tests/examples/Makefile.am:
2163         * tests/examples/rtp/Makefile.am:
2164         * tests/examples/rtp/client-H263p-AMR.sh:
2165         * tests/examples/rtp/client-H263p-PCMA.sdp:
2166         * tests/examples/rtp/client-H263p-PCMA.sh:
2167         * tests/examples/rtp/client-H264-PCMA.sdp:
2168         * tests/examples/rtp/client-H264-PCMA.sh:
2169         * tests/examples/rtp/client-PCMA.sh:
2170         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2171         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2172         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2173         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2174         Added some RTP example scripts for sending and receiving RTP streams.
2175
2176 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2177
2178         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2179         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2180         Restructure the setcaps function so that we can also compute the
2181         expected GStreamer output size of the video frames.
2182         Set frame_byte_size correctly so that read-based devices have a chance
2183         of working correctly.
2184         When grabbing a frame, discard frames that are not of the expected size.
2185         Some cameras don't output the right framesize for the first buffer.
2186         Try only a couple of times to get a valid frame, else error out.
2187
2188         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2189         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2190         Add some more debug info when scanning the device.
2191
2192         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2193         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2194         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2195         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2196         Add some more debug info when dequeing a frame.
2197
2198 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2199
2200         * gst/wavparse/gstwavparse.c:
2201           More code cleanups. Add some more comment and improve debugs logs.
2202
2203 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2204
2205         * gst/wavparse/gstwavparse.c:
2206         * gst/wavparse/gstwavparse.h:
2207           Implement seek-query. Refactor duration calculations. Appropriate use
2208           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2209           out of loops.
2210
2211 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * gst/avi/gstavidemux.c:
2214           Implement seek-query.
2215
2216 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2217
2218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2219         (gst_rtspsrc_dup_printf):
2220         Use new basesink async property to make sparse RTCP packet not wait for
2221         preroll.
2222
2223 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2224
2225         * gst/audiofx/Makefile.am:
2226         Dist the right file.
2227
2228 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2229
2230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2231         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2232         Make sure we generate and parse floating point values in the POSIX
2233         locale instead of the current locale. 
2234
2235 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2236
2237         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2238         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2239         (gst_rtspsrc_play):
2240         * gst/rtsp/gstrtspsrc.h:
2241         Fix method detection again.
2242         Keep track of when we must send a Range header.
2243         Use segment values for Range, Speed and Scale headers.
2244         Parse Speed and Scale headers to update the segment values.
2245
2246 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2247
2248         patch by: Mark Nauwelaerts <manauw@skynet.be>
2249
2250         * sys/v4l2/v4l2src_calls.c:
2251           Handle optional v4l2 ioctls gracefully.
2252
2253 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2254
2255         * gst/rtp/Makefile.am:
2256         * gst/rtp/gstrtp.c: (plugin_init):
2257         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2258         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2259         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2260         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2261         (gst_rtp_h263_depay_get_property),
2262         (gst_rtp_h263_depay_change_state),
2263         (gst_rtp_h263_depay_plugin_init):
2264         * gst/rtp/gstrtph263depay.h:
2265         Added an H263 depayloader. Fixes #369392.
2266
2267         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2268         (gst_rtp_h263p_depay_process):
2269         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2270         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2271         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2272         payloads.
2273         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2274
2275 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2276
2277         * gst/audiofx/audiochebyshevfreqband.c:
2278         * gst/audiofx/audiochebyshevfreqlimit.c:
2279         Add small comparision with the windowed sinc filters in the docs.
2280
2281 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2282
2283         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2284         (audiochebyshevfreqband_suite):
2285         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2286         (audiochebyshevfreqlimit_suite):
2287         Also test 32 bit float mode and the type 2 variants of the filters.
2288
2289 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2290
2291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2292         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2293         (gst_rtspsrc_loop):
2294         Refactor the udp and interleaved loop function a bit.
2295
2296 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2297
2298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2299         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2300         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2301         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2302         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2303         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2304         * gst/rtsp/gstrtspsrc.h:
2305         Protect connection activity with a new lock, avoids deadlocks when going
2306         to PAUSED. Fixes #455808.
2307
2308 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2309
2310         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2311         Fix debug statement.
2312
2313 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2314
2315         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2316         Fix stray %u in debug line as spotted by Saur on IRC.
2317
2318 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2319
2320         * gst/audiofx/audiochebyshevfreqband.c:
2321         (gst_audio_chebyshev_freq_band_class_init):
2322         * gst/audiofx/audiochebyshevfreqlimit.c:
2323         (gst_audio_chebyshev_freq_limit_class_init):
2324         Use generator macros for the process functions for the different
2325         sample types, add lower upper boundaries for the GObject properties
2326         so automatically generated UIs can use sliders and add a note about
2327         the number of poles as a too high number of poles combined with
2328         very low or very high frequencies will produce only noise.
2329         * docs/plugins/gst-plugins-good-plugins.args:
2330         Regenerated for the property changes.
2331
2332 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2333
2334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2335         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2336         (gst_rtspsrc_stream_configure_udp_sink),
2337         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2338         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2339         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2340         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2341         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2342         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2343         * gst/rtsp/gstrtspsrc.h:
2344         Improve timeout handling.
2345         Use the same socket for sending and receiving RTCP packets so that some
2346         servers can track clients better.
2347         Improve connection closed handling. Try to reconnect.
2348         Don't overwrite our content base with NULL.
2349         Improve debugging.
2350         Improve range parsing and handling.
2351         Remove flushing hack now that core does the right thing.
2352
2353 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2354
2355         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2356         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2357         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2358         (gst_multiudpsink_close), (gst_multiudpsink_add):
2359         * gst/udp/gstmultiudpsink.h:
2360         Add support for getting and setting the socket to use.
2361
2362         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2363         (gst_udpsrc_create), (gst_udpsrc_get_property):
2364         Add support for getting the currently used socket.
2365
2366 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2367
2368         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2369
2370         * gst/audiofx/Makefile.am:
2371         * gst/audiofx/audiochebyshevfreqband.c:
2372         (gst_audio_chebyshev_freq_band_mode_get_type),
2373         (gst_audio_chebyshev_freq_band_base_init),
2374         (gst_audio_chebyshev_freq_band_dispose),
2375         (gst_audio_chebyshev_freq_band_class_init),
2376         (gst_audio_chebyshev_freq_band_init),
2377         (generate_biquad_coefficients), (calculate_gain),
2378         (generate_coefficients),
2379         (gst_audio_chebyshev_freq_band_set_property),
2380         (gst_audio_chebyshev_freq_band_get_property),
2381         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2382         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2383         (gst_audio_chebyshev_freq_band_start):
2384         * gst/audiofx/audiochebyshevfreqband.h:
2385         * gst/audiofx/audiochebyshevfreqlimit.c:
2386         (gst_audio_chebyshev_freq_limit_mode_get_type),
2387         (gst_audio_chebyshev_freq_limit_base_init),
2388         (gst_audio_chebyshev_freq_limit_dispose),
2389         (gst_audio_chebyshev_freq_limit_class_init),
2390         (gst_audio_chebyshev_freq_limit_init),
2391         (generate_biquad_coefficients), (calculate_gain),
2392         (generate_coefficients),
2393         (gst_audio_chebyshev_freq_limit_set_property),
2394         (gst_audio_chebyshev_freq_limit_get_property),
2395         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2396         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2397         (gst_audio_chebyshev_freq_limit_start):
2398         * gst/audiofx/audiochebyshevfreqlimit.h:
2399         * gst/audiofx/audiofx.c: (plugin_init):
2400         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2401         Fixes #464800.
2402
2403         * tests/check/Makefile.am:
2404         * tests/check/elements/.cvsignore:
2405         * tests/check/elements/audiochebyshevfreqband.c:
2406         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2407         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2408         * tests/check/elements/audiochebyshevfreqlimit.c:
2409         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2410         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2411         Add unit tests for the chebyshev filters.
2412
2413         * docs/plugins/Makefile.am:
2414         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2415         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2416         * docs/plugins/gst-plugins-good-plugins.args:
2417         * docs/plugins/inspect/plugin-1394.xml:
2418         * docs/plugins/inspect/plugin-audiofx.xml:
2419         * docs/plugins/inspect/plugin-dv.xml:
2420         * docs/plugins/inspect/plugin-flac.xml:
2421         * docs/plugins/inspect/plugin-jpeg.xml:
2422         * docs/plugins/inspect/plugin-png.xml:
2423         * docs/plugins/inspect/plugin-rtp.xml:
2424         * docs/plugins/inspect/plugin-shout2send.xml:
2425         * docs/plugins/inspect/plugin-wavpack.xml:
2426         And add docs for the chebyshev filters. While doing
2427         that also run make update in docs/plugins.
2428
2429 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2430
2431         * ext/annodex/gstcmmltag.c:
2432         * gst/rtp/gstrtpvorbispay.c:
2433           Make ro memory to share.
2434
2435 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2436
2437         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2438         Improve UDP performance by avoiding a select() when we have data
2439         available immediatly.
2440
2441 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2442
2443         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2444         (gst_rtp_dec_class_init):
2445         * gst/rtsp/gstrtpdec.h:
2446         Add (dummy) SSRC management signals.
2447
2448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2449         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2450         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2451         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2452         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2453         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2454         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2455         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2456         * gst/rtsp/gstrtspsrc.h:
2457         Add connection-speed property.
2458         Add find_stream helper functions.
2459         Handle stream EOS based on BYE messages or SSRC timeout.
2460         Returns SUCCESS from the state change function as we hide our async
2461         elements from the parent.
2462
2463 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2464
2465         * gst/debug/rndbuffersize.c:
2466           Fix da leak.
2467
2468 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2469
2470         * gst/debug/Makefile.am:
2471         * gst/debug/breakmydata.c:
2472         * gst/debug/gstdebug.c:
2473         * gst/debug/negotiation.c:
2474         * gst/debug/progressreport.c:
2475         * gst/debug/rndbuffersize.c:
2476         * gst/debug/testplugin.c:
2477           Add new test element and clean-up the others a little.
2478
2479 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2480
2481         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2482         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2483
2484 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2485
2486         * gst/rtp/gstrtpilbcdepay.c:
2487           Include stdlib.
2488
2489 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2490
2491         * gst/rtp/gstrtpmpvdepay.c:
2492         Set the mpegversion in the caps so that autoplugging does not get
2493         confused.
2494
2495 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2496
2497         * po/hu.po:
2498         * po/uk.po:
2499         * po/vi.po:
2500           Updated translations.
2501
2502 2007-08-08  Michael Smith <msmith@fluendo.com>
2503
2504         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2505           Render right border in the correct location.
2506
2507 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2508
2509         Patch by: Olivier Crete <tester at tester dot ca>
2510
2511         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2512         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2513         Make mode property a string. Fixes #464475.
2514
2515 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2516
2517         * ext/flac/gstflacenc.c:
2518           Widen caps to match decoder a bit and add more FIXMEs.
2519
2520 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2521
2522         patch by: Mark Nauwelaerts <manauw@skynet.be>
2523
2524         * gst/avi/gstavimux.c:
2525           Fix ODML index tag numbering. Fixes #463624.
2526
2527 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2528
2529         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2530         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2531         (gst_rtspsrc_stream_configure_tcp),
2532         (gst_rtspsrc_stream_configure_udp_sink):
2533         Fix default clock-rate for realmedia.
2534         Fix parsing of transport.
2535         Don't try to link NULL pads.
2536
2537 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2538
2539         * po/POTFILES.skip:
2540           Add POTFILES.skip with list of source files that aren't disted at the
2541           moment but contain translatable strings. Should hopefully pacify
2542           broken tools and make it clearer that these files are left out
2543           intentionally (#461600).
2544
2545 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2546
2547         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2548         If the buffer was entirely clipped ... don't try sending it :)
2549
2550 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2551
2552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2553         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2554         (gst_rtspsrc_create_transports_string),
2555         (gst_rtspsrc_prepare_transports):
2556         If we don't hav a session manager, set the caps on outgoing buffers
2557         ourselves.
2558         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2559         Append final bit of the transport string even when it does not contain a
2560         placeholder.
2561
2562 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2563
2564         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2565         (gst_rtsp_ext_list_connect):
2566         * gst/rtsp/gstrtspext.h:
2567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2568         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2569         Clean up the interface list.
2570         Allow connecting to interface signals for the extensions.
2571         Remove old extension code.
2572         Free list on cleanup.
2573         Allow extensions to send additional RTSP messages.
2574
2575 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2576
2577         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2578         Handle a NULL gconf key gracefully by rendering the default element.
2579
2580 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2581
2582         * gst/rtsp/gstrtspext.h:
2583         Fix include path for extension interface.
2584
2585 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2586
2587         * gst/audiofx/audioamplify.h:
2588         Also remove a now unecessary variable here.
2589
2590 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2591
2592         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2593         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2594         * gst/audiofx/audiodynamic.c:
2595         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2596         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2597         * gst/audiofx/audiodynamic.h:
2598         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2599         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2600         * gst/audiofx/audioinvert.h:
2601         Don't save format information ourselves, this is already saved in
2602         GstAudioFilter.
2603
2604 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2605
2606         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2607         (gst_rtsp_ext_list_stream_select):
2608         * gst/rtsp/gstrtspext.h:
2609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2610         Use rank to filter out extensions.
2611         Add url to stream_select interface call.
2612
2613 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2614
2615         * gst/rtsp/Makefile.am:
2616         * gst/rtsp/base64.c:
2617         * gst/rtsp/base64.h:
2618         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2619         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2620         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2621         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2622         (gst_rtsp_ext_list_setup_media),
2623         (gst_rtsp_ext_list_configure_stream),
2624         (gst_rtsp_ext_list_get_transports),
2625         (gst_rtsp_ext_list_stream_select):
2626         * gst/rtsp/gstrtspext.h:
2627         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2628         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2629         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2630         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2631         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2632         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2633         (gst_rtspsrc_stream_configure_tcp),
2634         (gst_rtspsrc_stream_configure_mcast),
2635         (gst_rtspsrc_stream_configure_udp),
2636         (gst_rtspsrc_stream_configure_udp_sink),
2637         (gst_rtspsrc_stream_configure_transport),
2638         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2639         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2640         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2641         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2642         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2643         (gst_rtspsrc_parse_methods),
2644         (gst_rtspsrc_create_transports_string),
2645         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2646         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2647         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2648         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2649         * gst/rtsp/gstrtspsrc.h:
2650         * gst/rtsp/rtsp.h:
2651         * gst/rtsp/rtspconnection.c:
2652         * gst/rtsp/rtspconnection.h:
2653         * gst/rtsp/rtspdefs.c:
2654         * gst/rtsp/rtspdefs.h:
2655         * gst/rtsp/rtspext.h:
2656         * gst/rtsp/rtspextwms.c:
2657         * gst/rtsp/rtspextwms.h:
2658         * gst/rtsp/rtspmessage.c:
2659         * gst/rtsp/rtspmessage.h:
2660         * gst/rtsp/rtsprange.c:
2661         * gst/rtsp/rtsprange.h:
2662         * gst/rtsp/rtsptransport.c:
2663         * gst/rtsp/rtsptransport.h:
2664         * gst/rtsp/rtspurl.c:
2665         * gst/rtsp/rtspurl.h:
2666         * gst/rtsp/sdp.h:
2667         * gst/rtsp/sdpmessage.c:
2668         * gst/rtsp/sdpmessage.h:
2669         * gst/rtsp/test.c:
2670         Use shiny new RTSP and SDP library.
2671         Implement RTSP extensions using the new interface.
2672         Remove a lot of old code.
2673
2674 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2675
2676         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2677         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2678
2679 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2680
2681         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2682         Don't unref the outgoing buffer twice when dropping it because it's
2683         outside of the segment.
2684
2685 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2686
2687         * configure.ac:
2688         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2689         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2690         Use the new buffer clipping function from gstaudio here and
2691         require gst-plugins-base CVS.
2692         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2693         For framed Wavpack buffers we require a valid timestamp.
2694
2695 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2696
2697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2698         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2699         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2700         Clip raw audio and video when we can, keep track of current output
2701         segment.
2702         Don't leak buffers and events when there is no output pad.
2703         Improve debugging here and there.
2704
2705 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2706
2707         * configure.ac:
2708           Sync liboil check with plugins-base.
2709
2710 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2711
2712         * ext/annodex/Makefile.am:
2713           Fix CFLAGS/LIBS.
2714
2715         * ext/cdio/gstcdiocddasrc.c:
2716         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2717           Include stdlib
2718
2719         * ext/cairo/Makefile.am:
2720         * gst/videofilter/Makefile.am:
2721         * tests/examples/level/Makefile.am:
2722           Use $(LIBM) instead of -lm
2723
2724 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2725
2726         * sys/v4l2/gstv4l2src.c:
2727           Add another example pipeline.
2728
2729 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2730
2731         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2732
2733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2734           Use define here.
2735
2736         * sys/v4l2/gstv4l2tuner.c:
2737         (gst_v4l2_tuner_set_frequency_and_notify):
2738           Don't touch the property - its still disabled.
2739
2740         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2741         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2742         * sys/v4l2/v4l2src_calls.h:
2743           Improve fallback format negotionation. Fixes #451388
2744
2745 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2746
2747         * tests/check/elements/videocrop.c: (GST_START_TEST):
2748           Fix the test.
2749
2750 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2751
2752         * docs/plugins/Makefile.am:
2753         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2754         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2755         * docs/plugins/inspect/plugin-jpeg.xml:
2756         * docs/plugins/inspect/plugin-png.xml:
2757         * ext/jpeg/gstjpegdec.c:
2758         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2759         (gst_pngdec_sink_setcaps):
2760           More docs. More logs in pngdec.
2761
2762 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2763
2764         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2765           Initialize num_buffers with minimum value.
2766
2767         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2768         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2769           Handle frame-size query failure gracefully.
2770
2771 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2772
2773         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2774         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2775         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2776         of qt/aac files.
2777
2778 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2779
2780         * ext/wavpack/gstwavpackdec.c:
2781         (gst_wavpack_dec_clip_outgoing_buffer):
2782         Fix buffer clipping to correctly clip to the segment stop.
2783
2784 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2785
2786         * configure.ac:
2787         * tests/Makefile.am:
2788         Remove bogus check for libcheck, since we check for
2789         gstreamer-check and it pulls in the required info from there,
2790         and we weren't actually _using_ the information for libcheck
2791         ourselves anyway.
2792
2793 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2794
2795         * configure.ac:
2796           Use pkg-config to locate check.
2797
2798 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2799
2800         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2801         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2802         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2803         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2804         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2805         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2806         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2807         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2808         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2809         * gst/effectv/gstrev.c: (gst_revtv_transform):
2810         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2811         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2812         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2813         * gst/matroska/matroska-demux.c:
2814         (gst_matroska_demux_add_wvpk_header),
2815         (gst_matroska_demux_check_subtitle_buffer),
2816         (gst_matroska_decode_buffer):
2817         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2818           Fix build against core CVS.
2819
2820 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2821
2822         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2823         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2824         don't have enough granularity to convert that boolean into a
2825         GstFlowReturn.
2826
2827 2007-07-06  Michael Smith <msmith@fluendo.com>
2828
2829         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2830         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2831         (gst_alawdec_change_state):
2832         * gst/law/alaw-decode.h:
2833         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2834         (gst_mulawdec_class_init), (gst_mulawdec_init),
2835         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2836         * gst/law/mulaw-decode.h:
2837           Fix capsnego bogosity in *law decoders. 
2838
2839 2007-07-06  Michael Smith <msmith@fluendo.com>
2840
2841         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2842         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2843         (gst_smokeenc_change_state):
2844         * ext/jpeg/gstsmokeenc.h:
2845           Remove stupidity in get/set caps functions.
2846           Fix some refcounting problems.
2847
2848 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2849
2850         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2851         Remove endianness-flipping hack that seems to have been required
2852         only because of a bug in ffmpegcolorspace.
2853         Partially Fixes: #451908
2854
2855 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2856
2857         * docs/plugins/Makefile.am:
2858           Simplify --extra-dir as gtkdoc scans recursively.
2859
2860 2007-07-03  Wim Taymans,,,  <set EMAIL_ADDRESS environment variable>
2861
2862         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2863
2864         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2865         Set the encoding-name in the rtp caps to all uppercase, as required by
2866         the caps spec.
2867         Some small cleanups in the error paths. Fixes #453037.
2868
2869 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2870
2871         * ext/wavpack/gstwavpackparse.c:
2872         (gst_wavpack_parse_index_get_last_entry),
2873         (gst_wavpack_parse_index_get_entry_from_sample),
2874         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2875         (gst_wavpack_parse_scan_to_find_sample):
2876         * ext/wavpack/gstwavpackparse.h:
2877         Use a GSList for the GArray that is used like a list anyway.
2878
2879 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2880
2881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2882         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2883         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2884           Add state change function where we set 0/1 as default framerate in
2885           case our setcaps function isn't called, like it might not in a
2886           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2887           gdkpixbufdec trying to create caps with a 0/0 framerate.
2888           Also post an error message on the bus if gst_pad_push() fails when
2889           called from our sink event handler (+1 for flow returns for event
2890           functions in 0.11) instead of failing silently.
2891
2892 2007-06-27  Wim Taymans  <wim@fluendo.com>
2893
2894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2895         Cast stack args to the proper types. Fixes #451249.
2896
2897 2007-06-27  Wim Taymans  <wim@fluendo.com>
2898
2899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2900         (new_session_pad), (gst_rtspsrc_setup_streams):
2901         * gst/rtsp/gstrtspsrc.h:
2902         For container formats we only need to activate one of the streams so
2903         that we correctly signal no-more-pads. Fixes #451015.
2904
2905 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2906
2907         * docs/plugins/gst-plugins-good-plugins.args:
2908         * docs/plugins/inspect/plugin-aasink.xml:
2909         * docs/plugins/inspect/plugin-alaw.xml:
2910         * docs/plugins/inspect/plugin-alpha.xml:
2911         * docs/plugins/inspect/plugin-alphacolor.xml:
2912         * docs/plugins/inspect/plugin-annodex.xml:
2913         * docs/plugins/inspect/plugin-apetag.xml:
2914         * docs/plugins/inspect/plugin-audiofx.xml:
2915         * docs/plugins/inspect/plugin-auparse.xml:
2916         * docs/plugins/inspect/plugin-autodetect.xml:
2917         * docs/plugins/inspect/plugin-avi.xml:
2918         * docs/plugins/inspect/plugin-cacasink.xml:
2919         * docs/plugins/inspect/plugin-cairo.xml:
2920         * docs/plugins/inspect/plugin-cdio.xml:
2921         * docs/plugins/inspect/plugin-cutter.xml:
2922         * docs/plugins/inspect/plugin-debug.xml:
2923         * docs/plugins/inspect/plugin-efence.xml:
2924         * docs/plugins/inspect/plugin-effectv.xml:
2925         * docs/plugins/inspect/plugin-esdsink.xml:
2926         * docs/plugins/inspect/plugin-flac.xml:
2927         * docs/plugins/inspect/plugin-flxdec.xml:
2928         * docs/plugins/inspect/plugin-gconfelements.xml:
2929         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2930         * docs/plugins/inspect/plugin-goom.xml:
2931         * docs/plugins/inspect/plugin-halelements.xml:
2932         * docs/plugins/inspect/plugin-icydemux.xml:
2933         * docs/plugins/inspect/plugin-id3demux.xml:
2934         * docs/plugins/inspect/plugin-jpeg.xml:
2935         * docs/plugins/inspect/plugin-ladspa.xml:
2936         * docs/plugins/inspect/plugin-level.xml:
2937         * docs/plugins/inspect/plugin-matroska.xml:
2938         * docs/plugins/inspect/plugin-mulaw.xml:
2939         * docs/plugins/inspect/plugin-multipart.xml:
2940         * docs/plugins/inspect/plugin-navigationtest.xml:
2941         * docs/plugins/inspect/plugin-ossaudio.xml:
2942         * docs/plugins/inspect/plugin-png.xml:
2943         * docs/plugins/inspect/plugin-quicktime.xml:
2944         * docs/plugins/inspect/plugin-rtp.xml:
2945         * docs/plugins/inspect/plugin-rtsp.xml:
2946         * docs/plugins/inspect/plugin-smpte.xml:
2947         * docs/plugins/inspect/plugin-speex.xml:
2948         * docs/plugins/inspect/plugin-taglib.xml:
2949         * docs/plugins/inspect/plugin-udp.xml:
2950         * docs/plugins/inspect/plugin-videobalance.xml:
2951         * docs/plugins/inspect/plugin-videobox.xml:
2952         * docs/plugins/inspect/plugin-videocrop.xml:
2953         * docs/plugins/inspect/plugin-videoflip.xml:
2954         * docs/plugins/inspect/plugin-videomixer.xml:
2955         * docs/plugins/inspect/plugin-wavenc.xml:
2956         * docs/plugins/inspect/plugin-wavparse.xml:
2957         * docs/plugins/inspect/plugin-ximagesrc.xml:
2958           Update docs with caps info.
2959
2960 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2961
2962         * po/POTFILES.in:
2963           Add more files with translatable strings (#450878).
2964
2965 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2966
2967         * MAINTAINERS:
2968         Updating all the maintainers files
2969
2970 2007-06-22  Edward Hervey  <edward@fluendo.com>
2971
2972         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2973         * gst/interleave/deinterleave.c: (deinterleave_init),
2974         (deinterleave_sink_link):
2975         * gst/interleave/interleave.c: (interleave_init):
2976         * gst/median/gstmedian.c: (gst_median_init):
2977         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2978         Fix memory leaks.
2979         * tests/check/elements/id3demux.c: (pad_added_cb):
2980         Remove unused variable.
2981
2982 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
2983
2984         * ext/gconf/gconf.h:
2985         Make the prototype of gst_gconf_get_key_for_sink_profile
2986         match the implementation.
2987         Patch by: Damien Carbery <damien dot carbery at sun dot com>
2988         Fixes: #449747
2989
2990 2007-06-20  Michael Smith <msmith@fluendo.com>
2991
2992         * gst/rtp/gstrtpdepay.c:
2993           Fix description - rtpdepay is not a payloader.
2994
2995 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
2996
2997         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
2998         (qtdemux_video_caps):
2999         * gst/qtdemux/qtdemux_fourcc.h:
3000           Add MJPG to the variants of motion jpeg.
3001
3002 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3003
3004         * tests/check/Makefile.am:
3005         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3006         * tests/check/elements/videocrop.c: (GST_START_TEST):
3007         * tests/check/elements/videofilter.c:
3008         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3009         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3010           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3011           error flags are included and it errors out on compiler warnings
3012           for CVS builds; remove unused variables in various unit tests.
3013
3014 2007-06-19  Wim Taymans  <wim@fluendo.com>
3015
3016         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3017         (rtsp_connection_close), (rtsp_connection_free):
3018         Use threadsafe inet_ntop to convert an ip number to a string. 
3019         Fixes #447961.
3020         Don't leak fd (and ip) when freeing a connection without first closing
3021         it.
3022
3023 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3024
3025         * configure.ac:
3026         Back to CVS
3027
3028         * gst-plugins-good.doap:
3029         Add 0.10.6 to the doap file.
3030
3031 === release 0.10.6 ===
3032
3033 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3034
3035         * configure.ac:
3036           releasing 0.10.6, "Wobble Board"
3037
3038 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3039
3040         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3041         (rtsp_connection_free):
3042           Revert previous commit again, since we are frozen (sorry).
3043
3044 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3045
3046         Patch by: Peter Kjellerstedt <pkj at axis com>
3047
3048         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3049         (rtsp_connection_free):
3050           inet_ntoa() uses a static buffer internally, so we need to copy the
3051           returned string if we want to store it for later (#447961).
3052
3053 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3054
3055         * win32/vs6/autogen.dsp:
3056         * win32/vs6/gst_plugins_good.dsw:
3057         * win32/vs6/libgstalaw.dsp:
3058         * win32/vs6/libgstalpha.dsp:
3059         * win32/vs6/libgstalphacolor.dsp:
3060         * win32/vs6/libgstapetag.dsp:
3061         * win32/vs6/libgstaudiofx.dsp:
3062         * win32/vs6/libgstauparse.dsp:
3063         * win32/vs6/libgstautodetect.dsp:
3064         * win32/vs6/libgstavi.dsp:
3065         * win32/vs6/libgstcutter.dsp:
3066         * win32/vs6/libgstdirectdraw.dsp:
3067         * win32/vs6/libgstdirectsound.dsp:
3068         * win32/vs6/libgsteffectv.dsp:
3069         * win32/vs6/libgstflx.dsp:
3070         * win32/vs6/libgstgoom.dsp:
3071         * win32/vs6/libgsticydemux.dsp:
3072         * win32/vs6/libgstid3demux.dsp:
3073         * win32/vs6/libgstinterleave.dsp:
3074         * win32/vs6/libgstjpeg.dsp:
3075         * win32/vs6/libgstlevel.dsp:
3076         * win32/vs6/libgstmatroska.dsp:
3077         * win32/vs6/libgstmedian.dsp:
3078         * win32/vs6/libgstmonoscope.dsp:
3079         * win32/vs6/libgstmulaw.dsp:
3080         * win32/vs6/libgstmultipart.dsp:
3081         * win32/vs6/libgstqtdemux.dsp:
3082         * win32/vs6/libgstrtp.dsp:
3083         * win32/vs6/libgstrtsp.dsp:
3084         * win32/vs6/libgstsmpte.dsp:
3085         * win32/vs6/libgstspeex.dsp:
3086         * win32/vs6/libgstudp.dsp:
3087         * win32/vs6/libgstvideobalance.dsp:
3088         * win32/vs6/libgstvideobox.dsp:
3089         * win32/vs6/libgstvideocrop.dsp:
3090         * win32/vs6/libgstvideoflip.dsp:
3091         * win32/vs6/libgstvideomixer.dsp:
3092         * win32/vs6/libgstwaveform.dsp:
3093         * win32/vs6/libgstwavenc.dsp:
3094         * win32/vs6/libgstwavparse.dsp:
3095         Mark *.dsp & *.dsw as binary files and convert to DOS line
3096         endings, as they don't load into VS6 correctly otherwise.
3097
3098 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3099
3100         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3101         (rtsp_connection_connect):
3102         Fix the MingW build. 
3103         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3104         Fixes: #446981
3105
3106 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3107
3108         * tests/check/elements/.cvsignore:
3109         * tests/icles/.cvsignore:
3110         Hush the buildbots up
3111
3112 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3113
3114         * configure.ac:
3115         * sys/Makefile.am:
3116         * sys/directdraw/Makefile.am:
3117         * sys/directsound/Makefile.am:
3118         * sys/waveform/Makefile.am:
3119         Make sure to dist everything needed for win32 builds.
3120
3121 2007-06-14  Edward Hervey  <edward@fluendo.com>
3122
3123         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3124         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3125         caps.
3126         Fixes #447458
3127
3128 2007-06-13  Wim Taymans  <wim@fluendo.com>
3129
3130         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3131         Make sure we allocate enough memory for the codec_data.
3132         Fixes #447210.
3133
3134 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3135
3136         * win32/MANIFEST:
3137         Add videocrop project file to the win32 manifest.
3138         * win32/vs6/gst_plugins_good.dsw:
3139         Add qtdemux,videocrop and waveform projects to the workspace.
3140         * win32/vs6/libgstqtdemux.dsp:
3141         Add zlib to the link list of qtdemux.
3142         * win32/vs6/libgstvideocrop.dsp:
3143         Add a project file for videocrop.
3144
3145 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3146
3147         * po/POTFILES.in:
3148         Add qtdemux for translation
3149
3150 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3151
3152         * configure.ac:
3153         * docs/plugins/Makefile.am:
3154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3156         * docs/plugins/inspect/plugin-videocrop.xml:
3157         * gst-plugins-good.spec.in:
3158         * sys/Makefile.am:
3159         * tests/check/Makefile.am:
3160         * tests/icles/Makefile.am:
3161         * tests/icles/videocrop-test.c:
3162         Move videocrop and osxvideo from -bad.
3163
3164 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3165
3166         * configure.ac:
3167         * docs/plugins/Makefile.am:
3168         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3169         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3170         * docs/plugins/gst-plugins-good-plugins.args:
3171         * docs/plugins/inspect/plugin-qtdemux.xml:
3172         * docs/plugins/inspect/plugin-quicktime.xml:
3173         * win32/MANIFEST:
3174         Move qtdemux from -bad.
3175
3176         * gst-plugins-good.spec.in:
3177         Update spec file to reflect moving of qtdemux and wavpack
3178
3179 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3180         
3181         * win32/MANIFEST:
3182         * docs/plugins/Makefile.am:
3183         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3184         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3185         * docs/plugins/inspect/plugin-directdraw.xml:
3186         * docs/plugins/inspect/plugin-directsound.xml:
3187         * docs/plugins/inspect/plugin-waveform.xml:
3188         Move the waveform plugin from -bad too. Update the inspect xml
3189         files to mention Plugins Good instead of Plugins Bad.
3190
3191 2007-06-12  Andy Wingo  <wingo@pobox.com>
3192
3193         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3194         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3195         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3196         finalization and resuscitation. No longer public.
3197         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3198         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3199         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3200         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3201         miniobject semantics, and be threadsafe.
3202         (gst_v4l2src_queue_frame): Remove this function, as we just call
3203         the ioctls directly in the two places where we queue buffers.
3204         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3205         directly.
3206         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3207         to allocate the pool, which also preallocates the GstBuffers.
3208         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3209         queueing the frames directly.
3210         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3211         mmap buffers have been dequeued.
3212
3213         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3214         real MiniObject instead of rolling our own refcounting and
3215         finalizing. Give it a lock.
3216         (struct _GstV4l2Buffer): Remove one intermediary object, having
3217         the buffers hold the struct v4l2_buffer directly.
3218
3219         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3220         capture_init so that it can set them on the buffers that it will
3221         create.
3222         (gst_v4l2src_get_read): For better or for worse, include the
3223         timestamping and offsetting code here; really we should be using
3224         bufferalloc though.
3225         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3226         preallocated, mmap'd buffers.
3227
3228 2007-06-11  Wim Taymans  <wim@fluendo.com>
3229
3230         Patch by: daniel fischer <dan at f3c dot com>
3231
3232         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3233         (gst_ximage_src_get_caps):
3234         Actually use the display_name property so that we can dump any
3235         available X display. Fixes #445905.
3236
3237 2007-06-11  Wim Taymans  <wim@fluendo.com>
3238
3239         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3240
3241         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3242         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3243         Add missing rate fields to caps. Fixes #441118.
3244
3245 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3246
3247         * win32/vs6/gst_plugins_good.dsw:
3248         * win32/vs8/gst-plugins-good.sln:
3249         Add DirectSound and DirectDraw sinks project files to
3250         workspace and solution files.
3251
3252 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3253
3254         Patch by: Josh Coalson <xflac at yahoo dot com>,
3255         updated by Alexis Ballier <aballier at gentoo dot org>:
3256
3257         * configure.ac:
3258         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3259         (gst_flac_dec_setup_seekable_decoder),
3260         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3261         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3262         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3263         * ext/flac/gstflacdec.h:
3264         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3265         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3266         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3267         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3268         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3269         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3270         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3271         * ext/flac/gstflacenc.h:
3272         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3273         
3274 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3275
3276         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3277         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3278         not necessary anymore as we need at least that core version. 
3279
3280 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3281
3282         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3283         (gst_wavpack_dec_chain):
3284         * ext/wavpack/gstwavpackdec.h:
3285         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3286         (gst_wavpack_parse_push_buffer):
3287         * ext/wavpack/gstwavpackparse.h:
3288         Improve discont handling by checking if the next Wavpack block has
3289         the expected, following block index.
3290
3291 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3292
3293         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3294           Fix element description.
3295
3296 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3297
3298         * configure.ac:
3299         * docs/plugins/Makefile.am:
3300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3302         * docs/plugins/gst-plugins-good-plugins.args:
3303         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3304         * docs/plugins/gst-plugins-good-plugins.signals:
3305         * docs/plugins/inspect/plugin-autodetect.xml:
3306         * docs/plugins/inspect/plugin-gconfelements.xml:
3307         * docs/plugins/inspect/plugin-ladspa.xml:
3308         * docs/plugins/inspect/plugin-rtp.xml:
3309         * docs/plugins/inspect/plugin-wavpack.xml:
3310         * ext/Makefile.am:
3311         * tests/check/Makefile.am:
3312           move wavpack plugin.  See #352605.
3313
3314 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3315
3316         * configure.ac:
3317         * docs/plugins/Makefile.am:
3318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3320         * docs/plugins/gst-plugins-good-plugins.args:
3321         * sys/Makefile.am:
3322         * win32/MANIFEST:
3323         Add DirectDraw & DirectSound plugins to the build and docs.
3324
3325 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3326
3327         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3328         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3329           When operating in pull mode, error out correct on not-linked.
3330
3331 2007-06-06  Andy Wingo  <wingo@pobox.com>
3332
3333         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3334         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3335         format and size if the ioctls are defined; should fix compilation
3336         on Linux < 2.16.19.
3337
3338 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3339
3340         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3341           Printf fixes in debug statements; use LOG level for debug statements
3342           that are printed for each and every frame; convert c++ comments to
3343           C-style comments; not much point using g_try_malloc() if we then not
3344           even check the return value.
3345
3346 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3347
3348         * configure.ac:
3349           Bump requirements to released versions (core and base 0.10.13).
3350
3351         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3352           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3353           own implementation.
3354
3355 2007-06-05  Andy Wingo  <wingo@pobox.com>
3356
3357         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3358         some useless comments.
3359
3360         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3361         frames before calling STREAMON, that might leave them in a state
3362         where they can't be dequeued if we go back to NULL without calling
3363         STREAMON, according to the docs.
3364         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3365         before we call STREAMON.
3366         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3367         failures. (For me this code hung.) The pool refcounting is still
3368         crack; added a note to that effect.
3369
3370 2007-06-05  Wim Taymans  <wim@fluendo.com>
3371
3372         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3373         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3374         Add support for mapping gst structure names to the MIME type equivalent.
3375         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3376
3377 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3380         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3381         (gst_wavenc_chain), (gst_wavenc_change_state):
3382         * gst/wavenc/gstwavenc.h:
3383         Properly write wav files with width!=depth by having the depth most
3384         significant bytes set and all others zero. Fixes #442535.
3385
3386 2007-06-01  Wim Taymans  <wim@fluendo.com>
3387
3388         * gst/rtsp/rtspconnection.c:
3389         Add include to make buildbot happy.
3390
3391 2007-06-01  Wim Taymans  <wim@fluendo.com>
3392
3393         Patch by: Peter Kjellerstedt  <pkj at axis com>
3394
3395         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3396         (rtsp_connection_connect), (add_date_header),
3397         (rtsp_connection_send), (parse_response_status),
3398         (parse_request_line), (parse_line), (rtsp_connection_receive):
3399         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3400         * gst/rtsp/rtspdefs.h:
3401         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3402         (rtsp_message_init_request), (rtsp_message_init_response),
3403         (rtsp_message_remove_header), (rtsp_message_append_headers),
3404         (rtsp_message_dump):
3405         * gst/rtsp/rtspmessage.h:
3406         Improves version checking, allowing an RTSP server to reply with "505
3407         RTSP Version not supported.
3408         Adds a Date header to all messages.
3409         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3410         want to be able to send a response even if something in the request was
3411         invalid. EINVAL is only used when passing wrong arguments to functions.
3412         Do not handle an invalid method in parse_request_line(). Defer this to
3413         the caller so it can respond with "405 Method Not Allowed".
3414         Improves parsing of the timeout parameter to the Session header,
3415         allowing whitespace after the semicolon. 
3416         Avoids a compiler warning due to variables shadowing a function argument.
3417
3418 2007-06-01  Wim Taymans  <wim@fluendo.com>
3419
3420         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3421
3422         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3423         (gst_rtp_amr_depay_process):
3424         * gst/rtp/gstrtpamrdepay.h:
3425         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3426         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3427         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3428         * gst/rtp/gstrtpamrpay.h:
3429         Add support for AMR-WB.
3430         Small cleanups such as using BOILERPLATE.
3431
3432 2007-05-31  Wim Taymans  <wim@fluendo.com>
3433
3434         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3435         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3436
3437 2007-05-30  Andy Wingo  <wingo@pobox.com>
3438
3439         * sys/v4l2/gstv4l2object.h: 
3440         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3441         unintended changes.
3442
3443         * sys/v4l2/v4l2src_calls.h: 
3444         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3445         the format list in the order that the driver gives it to us.
3446         (gst_v4l2src_probe_caps_for_format_and_size)
3447         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3448         based on the capabilities of the device.
3449         (gst_v4l2src_grab_frame): Update for object variable renaming.
3450         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3451         as in the set_caps below.
3452         (gst_v4l2src_capture_init): Update for object variable renaming,
3453         and reflow.
3454         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3455         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3456         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3457         (gst_v4l2src_get_fps): Remove; these functions don't have much
3458         meaning outside of an atomic set_caps method.
3459         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3460         known.
3461
3462         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3463         call to update_fps; not sure about this change.
3464         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3465         moment we don't have an update_fps_func.
3466
3467         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3468         structures in the object, just store what we need. Do store the
3469         probed caps of the device. Don't store the current frame rate.
3470
3471         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3472         update_fps_function, for now. Update for new object variable
3473         naming.
3474         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3475         new object variable naming.
3476         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3477         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3478         (gst_v4l2src_get_caps): Rework to probe the device for supported
3479         frame sizes and frame rates.
3480         (gst_v4l2src_set_caps): Rework to be strict in the given
3481         parameters: if someone asks us to have a certain size and rate,
3482         that is what we configure.
3483         (gst_v4l2src_get_read): Update for object variable naming. Don't
3484         leak buffers on short reads.
3485         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3486         comments.
3487         (gst_v4l2src_create): Update for object variable naming.
3488
3489 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3490
3491         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3492         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3493         * gst/avi/gstavidemux.h:
3494           Parse subtitle text streams instead of erroring out (#442034). Still
3495           needs a parser for the subtitles to actually show up.
3496
3497 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3498
3499         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3500         (gst_avi_demux_loop):
3501           Make _push_event() return TRUE if the event could be pushed on at
3502           least one pad and not only if it could be pushed on all pads,
3503           otherwise we'll end up posting an error message on EOS if one or
3504           more source pads are not connected.
3505
3506 2007-05-28  Wim Taymans  <wim@fluendo.com>
3507
3508         * gst/rtsp/rtsptransport.c:
3509         Use renamed RTP bin.
3510
3511 2007-05-28  Wim Taymans  <wim@fluendo.com>
3512
3513         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3514
3515         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3516         (gst_video_box_set_property), (gst_video_box_transform_caps),
3517         (video_box_recalc_transform), (gst_video_box_set_caps),
3518         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3519         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3520         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3521         (gst_video_box_i420_i420), (gst_video_box_transform),
3522         (plugin_init):
3523         Add AYUV->AYUV and AYUV->I420 formats. 
3524         Fix negotiation and I420->AYUV conversion.
3525         Fixes #429329.
3526
3527 2007-05-26  Wim Taymans  <wim@fluendo.com>
3528
3529         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3530         Use different variables for nested for loops so that the outer loop
3531         functions properly and speex files with multiple frames per buffer work
3532         properly.
3533         Fixes #441408.
3534
3535 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3536
3537         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3538           Don't leak newsegment events.
3539
3540 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3541
3542         * gst/wavparse/Makefile.am:
3543           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3544           drags it in.
3545
3546 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3549         (notgst_value_array_append_buffer),
3550         (gst_flac_enc_process_stream_headers),
3551         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3552         (gst_flac_enc_change_state):
3553         * ext/flac/gstflacenc.h:
3554           Collect headers, add "streamheader" field to output caps and set
3555           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3556           produces output according to the official FLAC-to-Ogg mapping
3557           instead of completely broken files. Fixes #426044.
3558
3559 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3560
3561         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3562         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3563         (gst_id3demux_sink_event):
3564         * gst/id3demux/gstid3demux.h:
3565         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3566         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3567         (gst_tag_demux_send_new_segment):
3568         Handle and adjust new-segment events so that downstream really
3569         sees a stream with the tag pieces stripped off the front and back.
3570         Fixes strangeness in seeking when mp3 decoders use the new-segment
3571         byte position to estimate their current playback position timestamp
3572         and then the arriving buffers don't match up.
3573
3574 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3575
3576         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3577           Don't unnecessarily perform a READY->NULL->READY transition on the
3578           detected audio sink when starting up. Fixes: #440127
3579
3580 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3581
3582         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3583         (gst_flac_enc_chain):
3584           Don't crash in chain function if setcaps hasn't been called.
3585
3586 2007-05-24  Wim Taymans  <wim@fluendo.com>
3587
3588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3589         Init value to avoid infinte loops.
3590
3591 2007-05-24  Wim Taymans  <wim@fluendo.com>
3592
3593         Patch by: Peter Kjellerstedt  <pkj at axis com>
3594
3595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3596         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3597         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3598         (gst_rtspsrc_play):
3599         (rtsp_connection_send), (rtsp_connection_receive):
3600         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3601         Fix for new API.
3602
3603         * gst/rtsp/rtspconnection.c: (add_auth_header),
3604         Only add authorisation and session headers when sending messages.
3605
3606         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3607         (rtsp_message_init_request), (rtsp_message_init_response),
3608         (rtsp_message_unset), (rtsp_message_add_header),
3609         (rtsp_message_remove_header), (rtsp_message_get_header),
3610         (rtsp_message_append_headers), (dump_key_value),
3611         (rtsp_message_dump):
3612         * gst/rtsp/rtspmessage.h:
3613         Add support for multiple headers of the same type by storing the parsed
3614         headers in a GArray instaed of a hashtable.
3615
3616 2007-05-21  Wim Taymans  <wim@fluendo.com>
3617
3618         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3619         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3620         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3621         safer shutdown.
3622
3623 2007-05-21  Wim Taymans  <wim@fluendo.com>
3624
3625         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3626         * gst/rtsp/gstrtpdec.h:
3627         Added signal for backwards compat.
3628
3629 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3630         
3631         Patch by: René Stadler <mail at renestadler dot de>
3632
3633         * configure.ac:
3634         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3635         (gst_au_parse_parse_header), (gst_au_parse_chain):
3636         * gst/auparse/gstauparse.h:
3637         Use audioconvert for converting from non-native endianness floats
3638         in auparse instead of doing it ourself. Fixes #424527.
3639         This needs the audioconvert from plugins-base CVS.
3640         
3641 2007-05-21  Wim Taymans  <wim@fluendo.com>
3642
3643         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3644         (gst_rtp_h263p_pay_flush):
3645         Fix enum registration.
3646
3647 2007-05-21  Wim Taymans  <wim@fluendo.com>
3648
3649         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3650
3651         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3652         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3653         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3654         (gst_rtp_h263p_pay_flush):
3655         * gst/rtp/gstrtph263ppay.h:
3656         Add new fragmentation mode base on GOB headers. Fixes #438940.
3657
3658 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3659
3660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3661           Printf format fix.
3662
3663 2007-05-18  Wim Taymans  <wim@fluendo.com>
3664
3665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3666         Don't crash when an unsupported transport error was returned by the
3667         server, just try to configure the next stream. Fixes #439255.
3668
3669 2007-05-18  Wim Taymans  <wim@fluendo.com>
3670
3671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3672         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3673         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3674         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3675         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3676         * gst/rtsp/gstrtspsrc.h:
3677         Add TCP timeout property and use it for all TCP connection.
3678
3679         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3680         (rtsp_connection_write), (rtsp_connection_next_timeout),
3681         (rtsp_connection_reset_timeout):
3682         Make connect and writes cancelable and make them use the timeout.
3683
3684 2007-05-18  Wim Taymans  <wim@fluendo.com>
3685
3686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3687         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3688         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3689         (gst_rtspsrc_setup_streams):
3690         Refactor timeout handling.
3691         Also send keep-alive when dealing with TCP transport.
3692
3693         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3694         (rtsp_connection_free), (rtsp_connection_next_timeout),
3695         (rtsp_connection_reset_timeout):
3696         * gst/rtsp/rtspconnection.h:
3697         Use a timer to handle the session timeouts, add some methods to deal
3698         with timeouts.
3699
3700 2007-05-17  Wim Taymans  <wim@fluendo.com>
3701
3702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3703         (gst_rtspsrc_setup_streams):
3704         Ignore streams that fail the setup command, we will retry with a
3705         different transport later on.
3706
3707         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3708         (rtsp_ext_wms_configure_stream):
3709         Fix encoding name case.
3710
3711 2007-05-16  Edward Hervey  <edward@fluendo.com>
3712
3713         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3714         Fix build on macosx.
3715
3716 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3717
3718         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3719         Replace direct comparison of a string with the string literal "" with
3720         a comparison of the first character with '\0'. Fixes #438926.
3721
3722 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3723
3724         * gst/debug/breakmydata.c (gst_break_my_data_init):
3725           One more try. This should be the proper fix now.
3726
3727 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3728
3729         * gst/debug/breakmydata.c:
3730           Ooops, no // comments please.
3731
3732 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3733
3734         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3735         (gst_break_my_data_init):
3736           Fix gst_buffer_is_writable() assertion.
3737
3738 2007-05-14  David Schleef  <ds@schleef.org>
3739
3740         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3741           video/x-raw-bayer.  Fixes #314160.
3742
3743 2007-05-14  Wim Taymans  <wim@fluendo.com>
3744
3745         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3746         (gst_rtp_theora_depay_parse_configuration):
3747         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3748         (gst_rtp_theora_pay_finish_headers),
3749         (gst_rtp_theora_pay_handle_buffer):
3750         Update theora pay/depayloader in a similar to vorbis.
3751
3752         * gst/rtp/gstrtpvorbisdepay.c:
3753         (gst_rtp_vorbis_depay_parse_configuration):
3754         Update docs.
3755
3756 2007-05-14  Wim Taymans  <wim@fluendo.com>
3757
3758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3759         When we try to execute a method that is not supported by the server,
3760         don't error out but remove the method from the accepted methods so that
3761         we never try to perform this method again.
3762
3763 2007-05-14  Wim Taymans  <wim@fluendo.com>
3764
3765         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3766         Remove annoying _dump_mem.
3767
3768 2007-05-14  Wim Taymans  <wim@fluendo.com>
3769
3770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3771         Parse range correctly.
3772
3773         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3774         The baseurl now always has a '/' at the start.
3775
3776 2007-05-14  Wim Taymans  <wim@fluendo.com>
3777
3778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3779         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3780         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3781         Factor out caps configuration and configure more stuff such as the time
3782         ranges and speed/scale values.
3783
3784         * gst/rtsp/rtsptransport.c:
3785         Add Copyright after non-trival fixes.
3786
3787 2007-05-12  Wim Taymans  <wim@fluendo.com>
3788
3789         Patch by: Peter Kjellerstedt  <pkj at axis com>
3790
3791         * gst/rtsp/gstrtspsrc.h:
3792         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3793         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3794         (rtsp_message_get_header):
3795         * gst/rtsp/rtspmessage.h:
3796         Make channel guint8 where possible.
3797         Make rtsp_message_init_data() take the channel as a guint8.
3798
3799         * gst/rtsp/rtspdefs.c:
3800         Fixed a typo: Timout -> Timeout
3801
3802         * gst/rtsp/rtspdefs.h:
3803         Make RTSP_CHECK() behave as a statement.
3804
3805         * gst/rtsp/sdpmessage.c:
3806         Avoid a compiler warning in INIT_ARRAY().
3807         Fixes #437692.
3808
3809 2007-05-12  Wim Taymans  <wim@fluendo.com>
3810
3811         Patch by: Peter Kjellerstedt  <pkj at axis com>
3812
3813         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3814         (rtsp_url_get_request_uri):
3815         * gst/rtsp/rtspurl.h:
3816         Add support for query parameters to RTSP URLs.
3817
3818 2007-05-12  Wim Taymans  <wim@fluendo.com>
3819
3820         Patch by: Peter Kjellerstedt  <pkj at axis com>
3821
3822         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3823         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3824         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3825         (rtsp_transport_parse), (rtsp_transport_as_text):
3826         * gst/rtsp/rtsptransport.h:
3827         Add validation to rtsp_transport_parse().
3828         Add rtsp_transport_as_text() to generate an RTSP header from an
3829         RTSPTransport.
3830         Change ssrc to guint (was a string) since that is what it is, even
3831         though it is sent as a hex string.
3832         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3833         incorrect, which can be seen when looking at the examples in the RFC).
3834         Fixes #437670.
3835
3836 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3837
3838         Patch by: Eric Anholt
3839
3840         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3841           gst_ximage_src_ximage_get):
3842         Use union of all damage between frames to make it faster.
3843         Fixes bug #342463.
3844         Also fix crasher when cursor is at bottom right of window.
3845
3846 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3849           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3850           streaming mode regression for file from #343837 with 'bext' chunk
3851           before the 'fmt' chunk.
3852
3853 2007-05-11  Wim Taymans  <wim@fluendo.com>
3854
3855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3856         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3857         (gst_rtspsrc_handle_src_event),
3858         (gst_rtspsrc_stream_configure_manager),
3859         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3860         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3861         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3862         * gst/rtsp/gstrtspsrc.h:
3863         * gst/rtsp/rtspdefs.h:
3864         Preliminary seek support.
3865         Activate internal pads so that we can receive events on them.
3866         Don't try to parse a range string when it's NULL.
3867
3868 2007-05-11  Wim Taymans  <wim@fluendo.com>
3869
3870         * gst/rtp/README:
3871         Update README with new RTP variables that will be used for
3872         synchronisation.
3873
3874         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3875         (gst_rtp_vorbis_depay_parse_configuration),
3876         (gst_rtp_vorbis_depay_process):
3877         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3878         (gst_rtp_vorbis_pay_finish_headers),
3879         (gst_rtp_vorbis_pay_handle_buffer):
3880         Update vorbis pay and depayloader to draft-04.
3881
3882 2007-05-11  Wim Taymans  <wim@fluendo.com>
3883
3884         * gst/rtsp/rtsptransport.c:
3885         UDP MCAST is actually the default for RTP/AVP.
3886 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3887
3888         * gst/level/gstlevel.c: (gst_level_transform_ip):
3889         Use guint8 * instead of gpointer then vs6 can build 
3890         in_data += (filter->width / 8).
3891
3892 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3893
3894         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3895           gst_ximage_src_ximage_get):
3896         * sys/ximage/gstximagesrc.h (last_ximage):
3897         When using Damage actually keep the last frame, and not assume
3898         that the buffer we get already has the last frame on it.
3899         Copy the cursor over if we specify a non-zero start x and
3900         start y.
3901
3902 2007-05-11  Wim Taymans  <wim@fluendo.com>
3903
3904         * gst/rtsp/rtsptransport.c:
3905         Make UDP the default transport when not specified.
3906
3907 2007-05-09  David Schleef  <ds@schleef.org>
3908
3909         * gst/level/gstlevel.c:
3910           Revert last change.
3911
3912 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3913
3914         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3915         (gst_level_transform_ip):
3916         Use guint8 * instead of gpointer then vs6 know the size of data
3917         pointed when moving the pointer.
3918         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3919         Move instructions after variables declaration.
3920         * win32/vs6/autogen.dsp:
3921         * win32/vs6/libgstrtp.dsp:
3922         * win32/vs6/libgstrtsp.dsp:
3923         Update vs6 project files.
3924
3925 2007-05-09  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst/rtsp/Makefile.am:
3928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3929         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3930         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3931         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3932         (rtsp_range_free):
3933         * gst/rtsp/rtsprange.h:
3934         Add code to parse time ranges.
3935         Report DURATION on the stream when possible.
3936
3937 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3940         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3941         (gst_videomixer_collected):
3942           Fix strides calculation for AYUV (it's just width*4) (#436910).
3943
3944 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3945
3946         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3947         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3948         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3949         Sync the GObject properties before each processing step to properly
3950         work with the controller.
3951
3952 2007-05-04  Wim Taymans  <wim@fluendo.com>
3953
3954         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3955         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3956         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3957         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3958         (gst_rtspsrc_change_state):
3959         Let more error state trickle down so that we can catch more error
3960         cases.
3961         Handle keep-alive a little smarter by selecting a method the server
3962         actually supports.
3963         Fix a race in UDP streaming shutdown.
3964
3965 2007-05-04  Wim Taymans  <wim@fluendo.com>
3966
3967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3968         Ignore errors when trying to use the keep-alive messages.
3969
3970 2007-05-04  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3973         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3974         (gst_rtspsrc_stream_configure_manager),
3975         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3976         (gst_rtspsrc_stream_configure_mcast),
3977         (gst_rtspsrc_stream_configure_udp),
3978         (gst_rtspsrc_stream_configure_udp_sink),
3979         (gst_rtspsrc_stream_configure_transport):
3980         Send RTCP messages back to the server over the TCP connection.
3981
3982         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
3983         (rtsp_connection_send), (rtsp_connection_read), (read_body),
3984         (rtsp_connection_receive):
3985         * gst/rtsp/rtspconnection.h:
3986         Factor out and expose lowlevel _write and _read methods.
3987         Implement sending data messages to the server.
3988
3989 2007-05-03  Wim Taymans  <wim@fluendo.com>
3990
3991         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
3992         (gst_multipart_mux_collected):
3993         Fix timestamps on outgoing buffers.
3994
3995 2007-05-03  Wim Taymans  <wim@fluendo.com>
3996
3997         * gst/multipart/multipartmux.c:
3998         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
3999         (gst_multipart_mux_change_state):
4000         Emit NEWSEGMENT events before pushing the first buffer.
4001
4002 2007-05-03  Wim Taymans  <wim@fluendo.com>
4003
4004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4005         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4006         (gst_rtspsrc_handle_src_query),
4007         (gst_rtspsrc_stream_configure_manager),
4008         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4009         (gst_rtspsrc_stream_configure_mcast),
4010         (gst_rtspsrc_stream_configure_udp),
4011         (gst_rtspsrc_stream_configure_udp_sink),
4012         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4013         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4014         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4015         (gst_rtspsrc_pause):
4016         Refactor transport configuration code.
4017         Create internal pads for TCP transport so that we can implement events
4018         and queries.
4019         Handle events and queries.
4020         Parse range from the SDP.
4021         Fix race in pause handler where the connection could still be flushing.
4022
4023 2007-05-02  Wim Taymans  <wim@fluendo.com>
4024
4025         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4026         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4027         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4028         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4029         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4030         (gst_rtspsrc_change_state):
4031         * gst/rtsp/gstrtspsrc.h:
4032         Fix race when multiple udp sources post timeouts, just act on the first
4033         received timeout.
4034         Protect stream list with a recursive lock to fix some races.
4035         Flush connection when we need to do a reconnect or stop.
4036         Make state lock recursive.
4037
4038         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4039         (rtsp_connection_close):
4040         Some small cleanups.
4041
4042 2007-05-02  Wim Taymans  <wim@fluendo.com>
4043
4044         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4045         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4046         Only set DISCONT when there actually is a discont or when we just
4047         started.
4048
4049 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4050
4051         * ext/flac/gstflac.c: (plugin_init):
4052         Call bindtextdomain() to get localized strings.
4053
4054 2007-05-02  Wim Taymans  <wim@fluendo.com>
4055
4056         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4057         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4058         (gst_wavparse_stream_data):
4059         * gst/wavparse/gstwavparse.h:
4060         Be a bit more clever when dealing with VBR files with FACT tags, we
4061         don't want to timestamp buffers in that case but the estimated BPS can
4062         be used for seeking.
4063         Only send close segment in the streaming thread.
4064
4065 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4066
4067         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4068         Correctly post an error on the bus if something went wrong in the loop
4069         function. This fixes a few cases where the task was paused and nothing
4070         happened anymore.
4071
4072 2007-05-02  Wim Taymans  <wim@fluendo.com>
4073
4074         * gst/rtsp/test.c: (main):
4075         Fix compilation of deprecated test just because I'm too lazy to delete
4076         it.
4077
4078 2007-05-02  Wim Taymans  <wim@fluendo.com>
4079
4080         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4081         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4082         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4083         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4084         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4085         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4086         * gst/rtsp/gstrtspsrc.h:
4087         Fix sending RTCP to the right place.
4088         Fix bug in reffing the wrong UDP element.
4089         Use new pad names for the session manager.
4090         Implement handling server requests in interleaved and UDP modes.
4091         Handle session keep-alive in UDP modes.
4092         Remove GCond for handling UDP timeouts.
4093
4094         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4095         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4096         (rtsp_connection_receive), (rtsp_connection_close):
4097         * gst/rtsp/rtspconnection.h:
4098         Store connection IP address for later.
4099         Add timeout args to all operations that might block forever.
4100         Parse session timeout.
4101         Only close sockets when not already closed.
4102
4103         * gst/rtsp/rtspdefs.c:
4104         * gst/rtsp/rtspdefs.h:
4105         Add timeout return value and error string.
4106
4107         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4108         Add small comment.
4109
4110 2007-05-01  Wim Taymans  <wim@fluendo.com>
4111
4112         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4113
4114         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4115         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4116         * gst/rtp/gstrtpmp4vpay.h:
4117         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4118
4119 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4120
4121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4122           Remove v4l2src from docs, since it breaks the docs build, and the
4123           plugin is only built if --enable-experimental is used anyway.
4124
4125         * docs/plugins/Makefile.am:
4126           Spaces => tab.
4127
4128 2007-04-29  Wim Taymans  <wim@fluendo.com>
4129
4130         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4131         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4132         Add code to drop membership of a multicast group.
4133
4134         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4135         (gst_udpsink_set_uri):
4136         Implement URI handler.
4137
4138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4139         (gst_rtspsrc_parse_rtpinfo):
4140         Use URI handler to make udpsink instace.
4141         Improve code to configure port and destination.
4142
4143 2007-04-29  Wim Taymans  <wim@fluendo.com>
4144
4145         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4146         Fix multicast detection.
4147         Don't try to join a multicast group if the address is not multicast.
4148
4149         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4150         Small debug improvement.
4151
4152 2007-04-27  Wim Taymans  <wim@fluendo.com>
4153
4154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4155         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4156         (gst_rtspsrc_handle_message):
4157         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4158         parent.
4159
4160 2007-04-27  Wim Taymans  <wim@fluendo.com>
4161
4162         * gst/rtp/gstrtpilbcdepay.h:
4163         Fix mode property when specified as an arg.
4164
4165 2007-04-26  Edward Hervey  <edward@fluendo.com>
4166
4167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4168         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4169         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4170         * docs/plugins/inspect/plugin-osxaudio.xml:
4171         Add documentation for osxaudio plugin.
4172
4173 2007-04-26  Wim Taymans  <wim@fluendo.com>
4174
4175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4176         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4177         (gst_rtspsrc_open), (gst_rtspsrc_close),
4178         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4179         (gst_rtspsrc_pause):
4180         * gst/rtsp/gstrtspsrc.h:
4181         Protect state changes with a lock.
4182
4183         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4184         (parse_line):
4185         * gst/rtsp/rtspconnection.h:
4186         Remove some unused stuff.
4187
4188 2007-04-26  Wim Taymans  <wim@fluendo.com>
4189
4190         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4191         Handle the case where there are exactly 0 bytes to read and the ioctl
4192         did not report an error. Fixes #433530.
4193
4194 2007-04-26  Wim Taymans  <wim@fluendo.com>
4195
4196         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4197         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4198         * gst/wavparse/gstwavparse.h:
4199         Apply DISCONT to buffers.
4200         Only apply timestamp to the first sample after a DISCONT, too many VBR
4201         files cause random jitter in the timestamps. Fixes #433119.
4202
4203 2007-04-25  Wim Taymans  <wim@fluendo.com>
4204
4205         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4206         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4207         (gst_rtp_dec_get_property):
4208         * gst/rtsp/gstrtpdec.h:
4209         Add dummy latency property to be backwards compat with rtpbin.
4210
4211         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4212         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4213         (gst_rtspsrc_stream_configure_transport),
4214         (gst_rtspsrc_parse_rtpinfo):
4215         * gst/rtsp/gstrtspsrc.h:
4216         Add latency property and configure in the session manager.
4217         Don't set invalid clock-base and seqnum-base on caps, some servers
4218         sometimes don't send them.
4219
4220 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4221
4222         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4223         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4224           Double-check that RGB input caps are really RGBA caps (apparently
4225           the core doesn't always catch it if those caps aren't a subset of
4226           our template caps, also see #421543). Fixes #429319 in a way.
4227           Also, don't leak the pad template in the transform_caps function.
4228
4229         * tests/check/Makefile.am:
4230         * tests/check/elements/.cvsignore:
4231         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4232         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4233         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4234         (GST_START_TEST), (alphacolor_suite):
4235           Add some basic unit tests for alphacolor.
4236
4237 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4238
4239         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4240           If we get a fatal flow return in the loop function, first post the
4241           error message and only then send the EOS event downstream, otherwise
4242           applications might get an eos message before the error message and
4243           think everything was ok (related to #429319).
4244
4245 2007-04-25  Wim Taymans  <wim@fluendo.com>
4246
4247         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4248         Read the channel byte as an unsigned byte.
4249
4250 2007-04-25  Wim Taymans  <wim@fluendo.com>
4251
4252         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4253         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4254         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4255         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4256         (gst_rtp_gsm_depay_setcaps):
4257         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4258         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4259         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4260         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4261         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4262         (gst_ilbc_depay_get_property):
4263         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4264         * gst/rtp/gstrtpmp4adepay.c:
4265         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4266         (gst_rtp_pcma_depay_setcaps):
4267         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4268         (gst_rtp_pcmu_depay_setcaps):
4269         Make sure we configure the clock_rate in the baseclass in the setcaps
4270         function. Fixes #431282.
4271
4272 2007-04-25  Wim Taymans  <wim@fluendo.com>
4273
4274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4275         (gst_rtspsrc_stream_free), (request_pt_map),
4276         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4277         * gst/rtsp/gstrtspsrc.h:
4278         Parse server address from SDP.
4279         Hook up a udpsink to send RTCP back to the server.
4280
4281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4282         * gst/rtsp/rtsptransport.h:
4283         Add some docs.
4284
4285 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4286
4287         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4288           Make header field check conditional. Fixes #433135
4289
4290 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * docs/plugins/Makefile.am:
4293         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4294         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4295         * docs/plugins/inspect/plugin-alphacolor.xml:
4296         * gst/alpha/Makefile.am:
4297         * gst/alpha/gstalphacolor.c:
4298         * gst/alpha/gstalphacolor.h:
4299           Add minimal docs blurb to alphacolor; split out headers into
4300           separate header file for gtk-doc.
4301
4302 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * gst/debug/progressreport.c: (gst_progress_report_report):
4305           Don't try to post NULL message (in case we can't query upstream
4306           position or duration).
4307
4308 2007-04-18  Michael Smith  <msmith@fluendo.com>
4309
4310         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4311         (gst_cutter_get_caps):
4312         * gst/cutter/gstcutter.h:
4313           Fix some of the most obvious bugs in cutter. Now doesn't leak
4314           everything if input is silent.
4315
4316 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4317
4318         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4319         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4320         * gst/wavenc/gstwavenc.h:
4321         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4322         else results in a invalid block align and invalid files.
4323
4324 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         Patch by: Snaik <snaik32 gmail com>
4327
4328         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4329           Add missing break statement for BOX_HORIZONTAL case.
4330
4331 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4332
4333         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4334
4335         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4336         Use correct format strings for integer types.
4337
4338 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4339
4340         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4341         (gst_wavparse_create_sourcepad):
4342         Use gst_riff_create_audio_template_caps () instead of the local caps.
4343         This makes updates of the local caps unecessary whenever libgstriff
4344         gets support for new formats.
4345
4346 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4349
4350         * sys/sunaudio/gstsunaudio.c:
4351         * sys/sunaudio/gstsunaudiomixer.c:
4352         * sys/sunaudio/gstsunaudiomixer.h:
4353         * sys/sunaudio/gstsunaudiomixerctrl.c:
4354         * sys/sunaudio/gstsunaudiomixerctrl.h:
4355         * sys/sunaudio/gstsunaudiomixertrack.h:
4356         * sys/sunaudio/gstsunaudiosink.c:
4357         * sys/sunaudio/gstsunaudiosink.h:
4358         * sys/sunaudio/gstsunaudiosrc.c:
4359         * sys/sunaudio/gstsunaudiosrc.h:
4360           Fix and/or update copyright attributions (#430228).
4361
4362 2007-04-13  Wim Taymans  <wim@fluendo.com>
4363
4364         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4365         Fix docs.
4366
4367         * gst/rtsp/URLS:
4368         Add some more example urls.
4369
4370         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4371         (gst_rtp_dec_chain_rtp):
4372         Better debugging.
4373
4374         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4375         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4376         (gst_rtspsrc_parse_rtpinfo):
4377         Remove unused code.
4378
4379 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4380
4381         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4382         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4383         (gst_wavparse_stream_data):
4384           Relax the audio/mpeg caps again and add FIXME: comment.
4385
4386 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4387
4388         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4389         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4390         (gst_wavparse_stream_data):
4391         * gst/wavparse/gstwavparse.h:
4392           More sanity check for the header fields. Fix type for 'rate' header
4393           field.
4394
4395 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4398         (gst_icydemux_unicodify):
4399           If the metadata strings we get in the stream are not UTF-8, try to
4400           interpret them according to the character encodings specified in the
4401           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4402           only fall back to locale/ISO-8859-1 if those aren't set or don't
4403           work. Should fix #428901.
4404
4405 2007-04-12  Wim Taymans  <wim@fluendo.com>
4406
4407         * gst/rtp/gstrtph264depay.c:
4408         Use the proper sync word for SPS and PPS.
4409
4410 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4411
4412         * gst/rtp/Makefile.am:
4413         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4414           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4415         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4416           Add a simple hashing implementation that we can use to generate
4417           a 24-bit ident value based on the codebooks for vorbis and theora.
4418         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4419           gst_rtp_theora_pay_handle_buffer):
4420         * gst/rtp/gstrtpvorbisdepay.c
4421           (gst_rtp_vorbis_depay_parse_configuration,
4422           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4423         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4424           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4425           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4426           Use the hashing function, ensuring that the same codebooks result
4427           in the same ident and thus the same SDP description.
4428           Various log fixes/changes.
4429
4430 2007-04-12  Wim Taymans  <wim@fluendo.com>
4431
4432         Patch by: jerry tan <jerry dot tan at sun dot com>
4433
4434         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4435         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4436         application's responsibility to make sure it open the device once.
4437         Remove a careless error if AUDIODEV is set. Fixes #392620.
4438
4439 2007-04-12  Wim Taymans  <wim@fluendo.com>
4440
4441         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4442         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4443         * gst/rtsp/gstrtpdec.h:
4444         Make backward compat with rtpbin by adding the request-pt-map signals.
4445
4446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4447         (new_session_pad), (request_pt_map),
4448         (gst_rtspsrc_stream_configure_transport),
4449         (gst_rtspsrc_stream_configure_caps),
4450         (gst_rtspsrc_activate_streams):
4451         * gst/rtsp/gstrtspsrc.h:
4452         Implement request-pt-map signals instead of setting caps on the buffers
4453         for the session manager.
4454
4455 2007-04-11  Wim Taymans  <wim@fluendo.com>
4456
4457         * gst/udp/gstudp.c: (plugin_init):
4458         Register GstNetBuffer in plugin_init so that the type can be used from
4459         multiple threads without races.
4460
4461 2007-04-10  Wim Taymans  <wim@fluendo.com>
4462
4463         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4464         (gst_rtp_amr_depay_process):
4465         Fix depayloader clock_rate and some cleanups.
4466
4467         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4468         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4469         * gst/rtp/gstrtph264depay.h:
4470         Don't push codec_data in the adapter because it might get flushed when
4471         we get a discont.
4472
4473         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4474         Handle multiple AU per packet.
4475
4476         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4477         (gst_rtp_sv3v_depay_plugin_init):
4478         Disable rank, this one does not work.
4479         Remove timestamping, base class does that.
4480
4481 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4482
4483         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4484           limit caps to the formats we announce in the template
4485
4486         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4487         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4488         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4489           fix some crashers/asserts when dealing with broken files
4490
4491 2007-04-10  Wim Taymans  <wim@fluendo.com>
4492
4493         Patch by: Peter Kjellerstedt  <pkj at axis com>
4494
4495         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4496         * gst/rtp/gstrtpL16depay.c:
4497         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4498         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4499         (gst_rtp_speex_depay_setcaps):
4500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4501         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4502         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4503         Fix some compiler warnings. Fixes #428182.
4504
4505 2007-04-06  Wim Taymans  <wim@fluendo.com>
4506
4507         * gst/rtsp/Makefile.am:
4508         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4509         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4510         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4511         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4512         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4513         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4514         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4515         (create_rtcp), (gst_rtp_dec_request_new_pad),
4516         (gst_rtp_dec_release_pad):
4517         * gst/rtsp/gstrtpdec.h:
4518         * gst/rtsp/gstrtsp.c: (plugin_init):
4519         Morph RTPDec into something compatible with RTPBin as a fallback.
4520         Various other style fixes.
4521
4522         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4523         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4524         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4525         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4526         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4527         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4528         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4529         * gst/rtsp/gstrtspsrc.h:
4530         Implement RTPBin session manager handling.
4531         Don't try to add empty properties to caps.
4532         Implement fallback session manager, handling.
4533         Don't combine errors from RTCP streams, just ignore them.
4534
4535         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4536         * gst/rtsp/rtsptransport.h:
4537         Implement fallback session manager.
4538         Make RTPBin the default one when available.
4539
4540 2007-04-05  Wim Taymans  <wim@fluendo.com>
4541
4542         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4543         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4544         This element is ready to be autoplugged.
4545
4546 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4547
4548         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4549         Don't leave the offsets defined by upstream element on the
4550         compressed data buffer we are pushing downstream. Make them
4551         GST_BUFFER_OFFSET_NONE.
4552
4553 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4554
4555         * gst/avi/README:
4556         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4557         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4558         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4559         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4560         (gst_avi_demux_calculate_durations_from_index),
4561         (gst_avi_demux_stream_header_push),
4562         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4563         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4564           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4565
4566 2007-04-03  Wim Taymans  <wim@fluendo.com>
4567
4568         * gst/smpte/barboxwipes.c:
4569         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4570
4571 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4572
4573         * gst/wavparse/gstwavparse.c:
4574         Support audio/x-raw-float in wav files. This only works with
4575         plugins-base CVS, using an older version doesn't have any
4576         disadvantages though.
4577
4578 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4579
4580         * configure.ac:
4581         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4582         (gst_au_parse_parse_header), (gst_au_parse_chain):
4583         * gst/auparse/gstauparse.h:
4584         Revert last change as we don't want plugins-good to depend on
4585         plugins-base CVS now.
4586
4587 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4588
4589         * configure.ac:
4590         Require gst-plugins-base CVS for audioconvert with non-native
4591         float support and width/depth fix in libgstriff.
4592
4593         Patch by: René Stadler <mail at renestadler dot de>
4594
4595         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4596         (gst_au_parse_parse_header), (gst_au_parse_chain):
4597         * gst/auparse/gstauparse.h:
4598         Don't swap the floats ourself if they're not in native endianness.
4599         Instead let audioconvert handle this. Fixes #339838.
4600
4601 2007-03-29  Wim Taymans  <wim@fluendo.com>
4602
4603         * gst/rtp/gstasteriskh263.h:
4604         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4605         (gst_rtp_h263p_depay_change_state):
4606         * gst/rtp/gstrtph263pdepay.h:
4607         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4608         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4609         (gst_rtp_h264_depay_change_state):
4610         * gst/rtp/gstrtph264depay.h:
4611         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4612         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4613         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4614         Flush adapter on disconts.
4615
4616 2007-03-29  Wim Taymans  <wim@fluendo.com>
4617
4618         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4619         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4620         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4621         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4622         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4623         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4624         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4625         (gst_rtp_mp4v_depay_process):
4626         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4627         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4628         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4629         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4630         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4631         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4632         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4633         Use more efficient adapter and rtpbuffer methods when possible.
4634
4635 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4636
4637         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4638         (gst_wavenc_sink_setcaps):
4639         Correctly handle width!=depth input.
4640         * gst/wavparse/gstwavparse.c:
4641         Already export in the caps that width==8 uses unsigned samples and
4642         everything else uses signed samples.
4643
4644 2007-03-29  Wim Taymans  <wim@fluendo.com>
4645
4646         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4647
4648         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4649         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4650         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4651         (gst_dynudpsink_close):
4652         * gst/udp/gstdynudpsink.h:
4653         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4654         (gst_udpsrc_create), (gst_udpsrc_set_property),
4655         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4656         * gst/udp/gstudpsrc.h:
4657         Rework the socket allocation a bit based on the sockfd argument so that
4658         it becomes usable.
4659         Add a closefd property to instruct the udp elements to close the custom
4660         file descriptors when going to READY. Fixes #423304.
4661         API:GstUDPSrc::closefd property
4662         API:GstDynUDPSink::closefd property
4663
4664 2007-03-29  Wim Taymans  <wim@fluendo.com>
4665
4666         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4667
4668         * gst/rtp/Makefile.am:
4669         * gst/rtp/gstrtp.c: (plugin_init):
4670         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4671         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4672         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4673         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4674         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4675         (gst_rtp_h264_pay_plugin_init):
4676         * gst/rtp/gstrtph264pay.h:
4677         Added H264 payloader. Fixes #423782.
4678
4679         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4680         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4681         Small fixes.
4682
4683 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4684
4685         * gst/wavparse/gstwavparse.c:
4686         Actually support depths from 1 to 32, not only 8 to 32.
4687
4688 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4689
4690         * gst/wavparse/gstwavparse.c:
4691         Add support for wav files containing audio/x-raw-int with random
4692         depths between 1 and 32 bits.
4693
4694 2007-03-28  Wim Taymans  <wim@fluendo.com>
4695
4696         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4697
4698         * gst/rtp/Makefile.am:
4699         * gst/rtp/gstrtp.c: (plugin_init):
4700         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4701         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4702         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4703         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4704         (gst_rtp_mp4a_depay_get_property),
4705         (gst_rtp_mp4a_depay_change_state),
4706         (gst_rtp_mp4a_depay_plugin_init):
4707         * gst/rtp/gstrtpmp4adepay.h:
4708         Added MP4A-LATM depayloader. Fixes #417792.
4709
4710         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4711         (gst_rtp_mp4v_depay_process):
4712         Fixup depayloader, setting codec_data, using more efficient adaptor and
4713         rtpbuffer handling.
4714
4715         * gst/rtsp/URLS:
4716         Add url to test above.
4717
4718 2007-03-25  Wim Taymans  <wim@fluendo.com>
4719
4720         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4721         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4722         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4723         (gst_rtspsrc_media_to_caps),
4724         (gst_rtspsrc_stream_configure_transport),
4725         (gst_rtspsrc_stream_configure_caps),
4726         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4727         * gst/rtsp/gstrtspsrc.h:
4728         Handle default clock-rates for static payload types, rearrange stuff so
4729         that the rtpmap field in the sdp can override the defaults.
4730         Parse RTP-Info field to get the seqnum and timebase fields that should
4731         go in the caps.
4732         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4733         the server. 
4734
4735 2007-03-22  Wim Taymans  <wim@fluendo.com>
4736
4737         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4738
4739         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4740         Accept complex pipeline descriptions as an audio profile instead of just
4741         a single element. Fixes #420658.
4742
4743 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4746           Rename registered type in preparation of GstTagDemux moving to
4747           -base at some point in the future.
4748
4749 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4752           Streaming mode fixes: don't unref buffer we don't own any longer;
4753           remove bogus adapter flush. Fixes #419338.
4754
4755 2007-03-17  David Schleef  <ds@schleef.org>
4756
4757         * REQUIREMENTS: Change the format to key/value, add a bunch of
4758           information, remove a bunch of requirements that are for
4759           other GStreamer packages.
4760
4761 2007-03-17  David Schleef  <ds@schleef.org>
4762
4763         * REQUIREMENTS: Fix a few things.  This file really needs a
4764         good once-over.
4765
4766 2007-03-15  Edward Hervey  <edward@fluendo.com>
4767
4768         * sys/Makefile.am:
4769         Don't forget to distribute the sys/osxaudio/ directory.
4770
4771 2007-03-15  Edward Hervey  <edward@fluendo.com>
4772
4773         * configure.ac:
4774         * sys/Makefile.am:
4775         * sys/osxaudio/Makefile.am:
4776         * sys/osxaudio/gstosxaudio.c:
4777         * sys/osxaudio/gstosxaudiosink.c:
4778         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4779         (gst_osx_audio_sink_getcaps),
4780         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4781         * sys/osxaudio/gstosxaudiosrc.c:
4782         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4783         (gst_osx_audio_src_create_ringbuffer):
4784         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4785         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4786         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4787         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4788         * sys/osxaudio/gstosxringbuffer.h:
4789         Activate osxaudio in gst-plugins-good with proper build setup.
4790         Add inlined documentation.
4791         Fix debug statements
4792         Fix ringbuffer when pausing.
4793         Fixes #323471
4794
4795 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4796         * gst/rtp/gstrtppcmapay.c:
4797         * gst/rtp/gstrtppcmapay.h:
4798         * gst/rtp/gstrtppcmupay.c:
4799         * gst/rtp/gstrtppcmupay.h:
4800         Ported mulaw and alaw payloaders to use new base class
4801
4802 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4803
4804         * po/af.po:
4805         * po/az.po:
4806         * po/cs.po:
4807         * po/en_GB.po:
4808         * po/it.po:
4809         * po/nl.po:
4810         * po/or.po:
4811         * po/sq.po:
4812         * po/sr.po:
4813         * po/sv.po:
4814         * po/uk.po:
4815         * po/vi.po:
4816           Update translations.
4817
4818 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         * configure.ac:
4821           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4822
4823 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4824
4825         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4826           Fix handling of -1 values for start and stop values when seeking,
4827           and SEEK_CUR+SEEK_END here as well.
4828
4829 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4830
4831         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4832           Fix handling of -1 values for start and stop values when seeking, 
4833           and SEEK_CUR+SEEK_END.
4834
4835 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4838           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4839           the image format a variable-length NUL-terminated string; in
4840           versions before that the image format is a fixed-length string of
4841           3 characters (see #348644 for a sample tag).
4842           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4843
4844 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4845
4846         * win32/MANIFEST:
4847         Add new project files to MANIFEST.
4848         * win32/vs6/libgstaudiofx.dsp:
4849         * win32/vs6/libgstrtp.dsp:
4850         * win32/vs6/libgstrtsp.dsp:
4851         Update project files.
4852         
4853 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4854
4855         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4856         (gst_avi_demux_parse_index):
4857         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4858         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4859           Printf format fixes; also add some missing quotes in translated
4860           strings. Fixes #416728 and #416727.
4861
4862 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4863
4864         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4865           Tim and I can't think of any reason the child audio sink needs to 
4866           be set back to NULL after successfully determining that it can 
4867           reach READY - it gets immediately set back to READY by the caller
4868           anyway, causing an unnecessary close/open of any audio devices
4869           involved.
4870
4871 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4872
4873         * po/LINGUAS:
4874         * po/ja.po:
4875           Add ja.po file from #377306.
4876
4877 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4878
4879         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4880         * sys/sunaudio/gstsunaudiomixertrack.c:
4881         (gst_sunaudiomixer_track_new):
4882           Actually translate sunaudio mixer track labels instead of just
4883           marking the strings as translatable (#377306); clean up weird
4884           label string mapping code that serves no apparent purpose. Also
4885           set the 'untranslated-label' property when creating mixer tracks
4886           if the GstMixerTrack base class supports this.
4887
4888         * tests/check/Makefile.am:
4889         * tests/check/elements/.cvsignore:
4890         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4891         (sunaudio_suite):
4892           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4893           actually tested on a system where sunaudiomixer is available).
4894
4895 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4896
4897         * tests/check/Makefile.am:
4898         Re-enable the states test and see if it works on the buildbots.
4899
4900 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4901
4902         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4903         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4904         (gst_dvdec_change_state):
4905         * ext/dv/gstdvdec.h:
4906         Infer pixel-aspect-ratio from the video frame format if it isn't
4907         provided by the container, as happens when playing DV from AVI
4908         or Quicktime containers.
4909
4910         Patch by: Wim Taymans <wim@fluendo.com>
4911         Fixes #380944
4912
4913 2007-03-09  Wim Taymans  <wim@fluendo.com>
4914
4915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4916         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4917         will later be handled by the jitterbuffer.
4918
4919 2007-03-09  Wim Taymans  <wim@fluendo.com>
4920
4921         * ext/taglib/gstid3v2mux.cc:
4922         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4923         Fixes #414496.
4924         
4925         Patch by: Alex Lancaster <alexl at users sourceforge net>
4926
4927 2007-03-09  Wim Taymans  <wim@fluendo.com>
4928
4929         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4930         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4931         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4932         (gst_avi_demux_chain):
4933         Fix stream position reporting after a seek. Fixes #416445.
4934
4935 2007-03-08  Wim Taymans  <wim@fluendo.com>
4936
4937         Patch by: René Stadler <mail at renestadler dot de>
4938
4939         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4940         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4941         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4942         Make avidemux accept optional header chunks in any order.
4943         Fixes #415446.
4944
4945 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4946
4947         * tests/check/Makefile.am:
4948         Disable the states check until the remaining Valgrind errors
4949         are fixed or suppressed.
4950
4951 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4952
4953         * tests/check/elements/.cvsignore:
4954           Add audiodynamic check to .cvsignore
4955
4956 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4957
4958         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4959
4960         * gst/audiofx/Makefile.am:
4961         * gst/audiofx/audiodynamic.c:
4962         (gst_audio_dynamic_characteristics_get_type),
4963         (gst_audio_dynamic_mode_get_type),
4964         (gst_audio_dynamic_set_process_function),
4965         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4966         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4967         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4968         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4969         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4970         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4971         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4972         (gst_audio_dynamic_transform_hard_knee_expander_int),
4973         (gst_audio_dynamic_transform_hard_knee_expander_float),
4974         (gst_audio_dynamic_transform_soft_knee_expander_int),
4975         (gst_audio_dynamic_transform_soft_knee_expander_float),
4976         (gst_audio_dynamic_transform_ip):
4977         * gst/audiofx/audiodynamic.h:
4978         * gst/audiofx/audiofx.c: (plugin_init):
4979         Add new audiodynamic element which can act as a compressor or
4980         expander. Supported are hard-knee and soft-knee operation modes with
4981         user-specified ratio and threshold.
4982         Attack and release parameters are not yet implemented but will follow.
4983         * docs/plugins/Makefile.am:
4984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4986         * docs/plugins/gst-plugins-good-plugins.args:
4987         * docs/plugins/inspect/plugin-audiofx.xml:
4988         Integrate audiodynamic into the docs.
4989         * tests/check/Makefile.am:
4990         * tests/check/elements/audiodynamic.c: (setup_dynamic),
4991         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
4992         Add unit test for audiodynamic.
4993
4994 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
4995
4996         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
4997         Free handles that we allocated when exiting via the error paths.
4998
4999 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5000
5001         * gst/level/gstlevel.c: (gst_level_class_init),
5002         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5003         (gst_level_transform_ip):
5004         * gst/level/gstlevel.h:
5005           Resolve message timestamps against the playback segment.
5006
5007 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5008
5009         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5010         (gst_id3demux_sink_activate):
5011           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5012           caps passed to it (previously one code path assumed it took ownership
5013           while another one assumed it didn't, while in fact it sometimes did and
5014           sometimes didn't ...).
5015
5016         * configure.ac:
5017         * tests/files/Makefile.am:
5018         * tests/files/id3-407349-1.tag:
5019         * tests/files/id3-407349-2.tag:
5020           Add directory where data for unit tests can be stored.
5021
5022         * tests/Makefile.am:
5023         * tests/check/Makefile.am:
5024         * tests/check/elements/.cvsignore:
5025         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5026         (read_tags_from_file), (run_check_for_file),
5027         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5028           Add unit test for id3demux, and in particular for bug #407349. Only
5029           testing pull-mode for now; push mode doesn't work yet because the test
5030           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5031
5032 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5033
5034         * tests/check/Makefile.am:
5035           Add missing backslash at end of line.
5036
5037 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5038
5039         Trigger rebuild.
5040
5041 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5044         * gst/id3demux/id3tags.h:
5045         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5046         (parse_obsolete_tdat_frame):
5047           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5048           the four-digit number will be interpreted as a year, whereas it is
5049           month and day in DDMM format. Instead, parse TDAT frames and fix up
5050           the date in the GST_TAG_DATE tag later if we also extracted a year.
5051           Fixes #407349.
5052
5053 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5054
5055         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5056         (gst_switch_commit_new_kid):
5057         Fix up the dispose logic so it doesn't leak, and fix setting of 
5058         the child state so that we don't set a child to our current state 
5059         just as we are changing it to something else.
5060
5061 2007-03-06  Wim Taymans  <wim@fluendo.com>
5062
5063         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5064         (gst_goom_chain):
5065         * gst/goom/gstgoom.h:
5066         Document, fix and improve goom adapter behaviour.
5067         Fixes #407006.
5068
5069 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5070
5071         * ext/esd/esdsink.c: (gst_esdsink_open):
5072         Unref static pad template after using it.
5073
5074 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5075
5076         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5077         (gst_switch_commit_new_kid):
5078         Fix up the reference counting of the child elements.
5079
5080 2007-03-05  Wim Taymans  <wim@fluendo.com>
5081
5082         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5083         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5084         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5085         Fix encoding-name case.
5086
5087 2007-03-05  Wim Taymans  <wim@fluendo.com>
5088
5089         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5090         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5091         (gst_rtp_speex_depay_process):
5092         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5093         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5094         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5095         (gst_rtp_speex_pay_change_state):
5096         * gst/rtp/gstrtpspeexpay.h:
5097         Fix speex (de)payloader. Fixes #358040.
5098
5099 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5100
5101         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5102         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5103         Install fakesink in NULL by fixing some broken logic. This obviates
5104         the need to manually set _IS_SINK.
5105         Add some comments and remove a little cruft while I'm at it.
5106
5107 2007-03-05  Wim Taymans  <wim@fluendo.com>
5108
5109         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5110         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5111
5112 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * po/POTFILES.in:
5115           Update.
5116
5117 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5118
5119         * tests/check/Makefile.am:
5120         Gah! Also disable gconfvideosink from the tests, otherwise
5121         it will instantiate autovideosink, and dfbvideosink and
5122         leak on the buildbots.
5123
5124 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5125
5126         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5127         (gst_cdio_cdda_src_finalize):
5128         Make sure we always destroy our libcdio handle.
5129
5130 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5131
5132         * tests/check/Makefile.am:
5133         Disable autovideosink so the buildbots don't barf over memory
5134         leaked in the directfb sink.
5135
5136 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5137
5138         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5139         Chain up in dispose
5140
5141 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5142
5143         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5144         (gst_multipart_find_pad_by_mime):
5145         Use gst_pad_new_from_static_template instead of
5146         static_pad_template_get+pad_new.
5147
5148 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5149
5150         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5151         Catch the case where no clock has been set.
5152
5153 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5154
5155         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5156         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5157         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5158         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5159         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5160         (gst_gconf_audio_src_finalize), (do_toggle_element):
5161         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5162         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5163         (do_toggle_element):
5164         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5165         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5166         (gst_gconf_video_src_finalize), (do_toggle_element):
5167         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5168         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5169         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5170         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5171         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5172         (gst_shout2send_init), (gst_shout2send_finalize):
5173         * gst/debug/testplugin.c: (gst_test_class_init),
5174         (gst_test_finalize):
5175         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5176         (gst_flxdec_dispose):
5177         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5178         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5180         (gst_rtspsrc_finalize):
5181         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5182         * gst/rtsp/rtspextwms.h:
5183         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5184         (gst_smpte_finalize):
5185         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5186         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5187         (gst_udpsink_finalize):
5188         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5189         (gst_wavparse_sink_activate):
5190         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5191         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5192         (gst_oss_src_finalize):
5193         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5194         * sys/v4l2/gstv4l2object.h:
5195         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5196         (gst_v4l2src_finalize):
5197         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5198
5199         Fix a bunch of leaks shown by the newly-added states test.
5200
5201 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5202
5203         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5204         Use gst_pad_new_from_static_template instead of 
5205         static_pad_template_get+pad_new.
5206
5207 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5210
5211         * ext/libcaca/Makefile.am:
5212         * gst/debug/Makefile.am:
5213           Don't mix tabs and spaces (#414168).
5214
5215 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5216
5217         * tests/check/generic/.cvsignore:
5218           Ignore files to please buildbot.
5219
5220 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5221
5222         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5223         (gst_wavparse_stream_data):
5224           Unbreak my previous commit (swapped nominator & denominator). Tim,
5225           thanks for spotting.
5226
5227 2007-03-02  Wim Taymans  <wim@fluendo.com>
5228
5229         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5230         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5231         (gst_cdio_cdda_src_finalize):
5232         Small code cleanups.
5233         Don't use pad_alloc as the base class cannot deal with the error codes.
5234
5235 2007-03-02  Wim Taymans  <wim@fluendo.com>
5236
5237         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5238         (gst_udpsrc_create):
5239         Fix doc.
5240
5241 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5242
5243         Patch by: René Stadler <mail@renestadler.de>
5244
5245         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5246         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5247         (gst_wavparse_stream_data):
5248           Handle rounding better to not drop last sample frame. Fixes #356692
5249
5250 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5251
5252         * tests/check/Makefile.am:
5253         Disable cacasink from the states check too - it also calls exit(1)
5254         on us when it can't find a terminal to talk to.
5255
5256 2007-03-02  Wim Taymans  <wim@fluendo.com>
5257
5258         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5259
5260         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5261         (gst_udpsrc_create), (gst_udpsrc_set_property),
5262         (gst_udpsrc_get_property):
5263         * gst/udp/gstudpsrc.h:
5264         Add support to strip proprietary headers. Fixes #350296.
5265
5266 2007-03-02  Wim Taymans  <wim@fluendo.com>
5267
5268         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5269         Fix compilation.
5270
5271 2007-03-02  Wim Taymans  <wim@fluendo.com>
5272
5273         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5274
5275         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5276         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5277         (gst_rtp_mp2t_depay_set_property),
5278         (gst_rtp_mp2t_depay_get_property):
5279         * gst/rtp/gstrtpmp2tdepay.h:
5280         Add support to strip off proprietary headers. Fixes #350278.
5281
5282 2007-03-02  Wim Taymans  <wim@fluendo.com>
5283
5284         * ext/hal/hal.c:
5285         Fix compilation.
5286
5287 2007-03-02  Wim Taymans  <wim@fluendo.com>
5288
5289         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5290         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5291         (gst_sunaudiosrc_open):
5292         * sys/sunaudio/gstsunaudiosrc.h:
5293         Remove device-name from GstSunAudioSrc. Fixes #412597.
5294
5295 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5296
5297         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5298         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5299         Having NULL as UDI previously selected the default sink/src. Change
5300         this back but mention it in the debug output.
5301         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5302         (gst_hal_get_oss_element), (gst_hal_get_string),
5303         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5304         (gst_hal_get_audio_src):
5305         * ext/hal/hal.h:
5306         Refactor a bit, check all error conditions, greatly improve debugging
5307         and fix some possible memory leaks. Also implement OSS support
5308         and allow specifying an UDI that points to a real device. For this the
5309         child device which supports ALSA (preferred) or OSS is used.
5310         As a side effect this makes it impossible now to get a alsasink in
5311         halaudiosrc and a alsasrc in halaudiosink.
5312
5313 2007-03-01  Wim Taymans  <wim@fluendo.com>
5314
5315         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5316         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5317         Errors from the udp sources are not fatal unless all of them are in
5318         error.
5319
5320 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5321
5322         * tests/check/Makefile.am:
5323         Disable aasink in the states test. I suspect this is the element that
5324         is calling exit(1) when it can't proceed.
5325
5326 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5327
5328         * tests/check/Makefile.am:
5329         Draw plugins in from the build tree sys/ dir, rather than picking
5330         up the already installed versions.
5331
5332 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5333
5334         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5335         Error out correctly when getting xcontext fails.
5336
5337 2007-03-01  Wim Taymans  <wim@fluendo.com>
5338
5339         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5340         Make state change to PAUSED NO_PREROLL because that's what it will be in
5341         the future and rtspsrc relies on it.
5342
5343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5344         (gst_rtspsrc_change_state):
5345         Don't error out when we don't get an error from the state change
5346         function.
5347
5348 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5349
5350         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5351         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5352           Check if the device UDI is set before trying to query HAL
5353           about it and give a useful error message if it wasn't set.
5354         * ext/hal/hal.c: (gst_hal_get_string):
5355           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5356           gives an assertion failure in D-Bus when running with
5357           DBUS_FATAL_WARNINGS=1.
5358
5359 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5360
5361         * configure.ac:
5362           Convert to new AG_GST style.
5363
5364 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5365
5366         * tests/check/Makefile.am:
5367         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5368           add test for states
5369
5370 2007-02-28  Wim Taymans  <wim@fluendo.com>
5371
5372         * tests/check/elements/.cvsignore:
5373         Add new videofilter check to .cvsignore.
5374
5375 2007-02-28  Wim Taymans  <wim@fluendo.com>
5376
5377         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5378         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5379         (gst_avi_demux_loop), (gst_avi_demux_chain):
5380         Fix combined flow return. Fixes #412608.
5381
5382 2007-02-28  Wim Taymans  <wim@fluendo.com>
5383
5384         * gst/videofilter/Makefile.am:
5385         Dist header..
5386
5387 2007-02-28  Wim Taymans  <wim@fluendo.com>
5388
5389         * gst/videofilter/gstgamma.h:
5390         Add header too.
5391
5392 2007-02-28  Wim Taymans  <wim@fluendo.com>
5393
5394         Patch by: Mark Nauwelaerts <manauw at skynet be>
5395
5396         * gst/videofilter/Makefile.am:
5397         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5398         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5399         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5400         (oil_tablelookup_u8), (gst_gamma_set_caps),
5401         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5402         Port gamma filter to 0.10. Fixes #412704.
5403
5404         * tests/check/Makefile.am:
5405         * tests/check/elements/videofilter.c: (setup_filter),
5406         (cleanup_filter), (check_filter), (GST_START_TEST),
5407         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5408         Add unit tests for videofilters.
5409
5410 2007-02-28  Wim Taymans  <wim@fluendo.com>
5411
5412         * gst/rtsp/URLS:
5413         Add another interesting test url.
5414
5415         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5416         Don't allow getting header fields from data packets.
5417
5418 2007-02-28  Michael Smith  <msmith@fluendo.com>
5419
5420         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5421         (gst_shout2send_init), (gst_shout2send_start),
5422         (gst_shout2send_set_property), (gst_shout2send_get_property):
5423         * ext/shout2/gstshout2.h:
5424           Add a property for username.
5425
5426 2007-02-27  Christian Schallerr <christian@fluendo.com>
5427
5428         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5429
5430 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5431
5432         * gst/rtsp/Makefile.am:
5433         Fix make check too.
5434
5435 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5436
5437         * gst/rtsp/base64.c: (util_base64_encode):
5438         * gst/rtsp/base64.h:
5439         Commit missing files for base64 encoding.
5440
5441 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5444
5445         * configure.ac:
5446         * ext/annodex/Makefile.am:
5447         * ext/jpeg/Makefile.am:
5448         * ext/speex/Makefile.am:
5449         * gst/alpha/Makefile.am:
5450         * gst/cutter/Makefile.am:
5451         * gst/debug/Makefile.am:
5452         * gst/effectv/Makefile.am:
5453         * gst/goom/Makefile.am:
5454         * gst/level/Makefile.am:
5455         * gst/smpte/Makefile.am:
5456         * gst/videofilter/Makefile.am:
5457           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5458
5459 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5460
5461         * gst/rtsp/Makefile.am:
5462         * gst/rtsp/rtspconnection.c: (append_auth_header),
5463         (rtsp_connection_send), (rtsp_connection_set_auth):
5464         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5465         from icecast to replace it. Relicensed from GPL courtesy of Mike
5466         Smith.
5467
5468 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5469
5470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5471         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5472         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5473         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5474         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5475         (gst_rtspsrc_uri_set_uri):
5476         * gst/rtsp/gstrtspsrc.h:
5477         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5478         (append_auth_header), (rtsp_connection_send),
5479         (rtsp_connection_free), (rtsp_connection_set_auth):
5480         * gst/rtsp/rtspconnection.h:
5481         * gst/rtsp/rtspdefs.h:
5482         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5483         * gst/rtsp/rtspurl.h:
5484
5485         Implement simple Basic Authentication support so that urls like
5486         rtsp://user:pass@hostname/rtspstream work on hosts that require
5487         authentication.
5488
5489 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5490
5491         * sys/v4l2/gstv4l2object.c:
5492         * sys/v4l2/gstv4l2tuner.c:
5493         * sys/v4l2/v4l2_calls.c:
5494         Fix segfault when oppening a radio device.
5495         
5496 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5497
5498         * gst/level/gstlevel.c: (gst_level_set_caps),
5499         (gst_level_transform_ip):
5500         * sys/v4l2/README:
5501         * tests/check/elements/level.c: (GST_START_TEST):
5502           Fix level for multi-channel case.
5503
5504 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5505
5506         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5507         (gst_level_transform_ip):
5508         * gst/level/gstlevel.h:
5509           Use function pointer for process function and add process functions
5510           for float audio.
5511
5512 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5513
5514         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5515         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5516         (gst_v4l2src_capture_init):
5517           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5518           fixes #407369
5519
5520 2007-02-18  Wim Taymans  <wim@fluendo.com>
5521
5522         * gst/rtp/Makefile.am:
5523         * gst/rtp/gstrtp.c: (plugin_init):
5524         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5525         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5526         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5527         (gst_rtp_mp2t_pay_plugin_init):
5528         * gst/rtp/gstrtpmp2tpay.h:
5529         Added simple mpeg transport stream payloader.
5530
5531 2007-02-16  Wim Taymans  <wim@fluendo.com>
5532
5533         * gst/rtsp/URLS:
5534         Add example H264 rtsp url.
5535
5536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5537         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5538         Don't convert values to lowercase or we might mess up base64 encoded
5539         properties.
5540
5541 2007-02-16  Wim Taymans  <wim@fluendo.com>
5542
5543         * gst/rtp/README:
5544         Fix case of string params.
5545
5546         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5547         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5548         Fix depayloader, support more packet types.
5549         Add sync codes to make sure the packetizer can do its job.
5550
5551         * gst/rtp/gstrtpmp4gdepay.c:
5552         * gst/rtp/gstrtpmp4gpay.c:
5553         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5554         Fix caps case again.
5555
5556 2007-02-15  Wim Taymans  <wim@fluendo.com>
5557
5558         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5559         Set right caps on output buffers.
5560
5561 2007-02-14  Wim Taymans  <wim@fluendo.com>
5562
5563         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5564         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5565         Clear stack allocated SDPMedia struct before calling _init() on it.
5566         Clarify this in the docs as well.
5567
5568 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5569
5570         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5571         (do_change_child):
5572         Don't reset the profile when going switching states, as it makes
5573         the element non-reusable.
5574
5575 2007-02-14  Wim Taymans  <wim@fluendo.com>
5576
5577         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5578         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5579         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5580         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5581         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5582         (sdp_parse_line):
5583         * gst/rtsp/sdpmessage.h:
5584         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5585         Fix memory management of SDP messages. Fixes #407793.
5586
5587 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5588
5589         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5590
5591         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5592         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5593
5594 2007-02-14  Wim Taymans  <wim@fluendo.com>
5595
5596         Patch by: jp.liu <jp_liu at astrocom dot cn>
5597
5598         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5599         Fix parsing of password field in url. Fixes #407797.
5600
5601 2007-02-14  Wim Taymans  <wim@fluendo.com>
5602
5603         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5604         (gst_wavparse_reset), (gst_wavparse_init),
5605         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5606         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5607         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5608         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5609         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5610         (gst_wavparse_loop), (gst_wavparse_chain),
5611         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5612         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5613         (plugin_init):
5614         * gst/wavparse/gstwavparse.h:
5615         Update docs.
5616         Use boilerplate.
5617         Various code cleanups.
5618         When the bitrate is not known (bps == 0 or compressed formats) let
5619         downstream element guestimate the duration and position and don't
5620         generate timestamps or durations. Fixes #405213.
5621         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5622         error flowreturn upstream.
5623
5624 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5625
5626         * ext/gconf/Makefile.am:
5627         * ext/gconf/gconf.c: (gst_gconf_get_string),
5628         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5629         (gst_gconf_render_bin_with_default):
5630         * ext/gconf/gconf.h:
5631         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5632         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5633         (gst_gconf_audio_sink_dispose), (do_change_child),
5634         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5635         (cb_change_child), (gst_gconf_audio_sink_change_state):
5636         * ext/gconf/gstgconfaudiosink.h:
5637         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5638         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5639         (gst_switch_sink_init), (gst_switch_sink_dispose),
5640         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5641         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5642         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5643         * ext/gconf/gstswitchsink.h:
5644         * gst/autodetect/gstautoaudiosink.c:
5645         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5646         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5647         (gst_auto_audio_sink_detect):
5648         * gst/autodetect/gstautovideosink.c:
5649         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5650         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5651         (gst_auto_video_sink_detect):
5652         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5653         and a child that implements the GConf key monitoring. The end goal of
5654         this is an audio sink that can be changed on the fly, but at the 
5655         moment it still only changes on the next READY transition.
5656
5657 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5658
5659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5660         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5661         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5662         (gst_avi_demux_calculate_durations_from_index),
5663         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5664         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5665         (gst_avi_demux_loop):
5666           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5667
5668 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5669
5670         * configure.ac:
5671         * docs/plugins/Makefile.am:
5672           Add crossreferences to glib/gobject/gstream docs.
5673
5674 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5675
5676         * gst/monoscope/Makefile.am:
5677         * gst/monoscope/gstmonoscope.c:
5678           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5679           (but no LIBS, since we only use defines from the headers).
5680
5681 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5682
5683         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5684
5685         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5686         (gst_wavparse_stream_data):
5687           Fix massive memory leak when operating in streaming mode due to
5688           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5689           Fixes #407057.
5690
5691 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5692
5693         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5694         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5695         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5696         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5697         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5698         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5699         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5700         (gst_avi_demux_calculate_durations_from_index),
5701         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5702         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5703         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5704         * gst/avi/gstavidemux.h:
5705           Save some memory (8%) by repacking the index entry structure (more to
5706           come). Add more FIXMEs to questionable parts.
5707
5708 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5709
5710         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5711         (gst_v4l2src_get_caps):
5712         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5713         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5714         (gst_v4l2src_capture_init):
5715           More FIXME comments and messaging changes.
5716
5717 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5718
5719         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5720         (gst_goom_change_state):
5721         * gst/goom/gstgoom.h:
5722           Improved docs and use GST_DEBUG_FUNCPTR.
5723
5724         * gst/level/gstlevel.c: (gst_level_class_init):
5725           Use GST_DEBUG_FUNCPTR.
5726
5727         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5728         (gst_monoscope_chain), (gst_monoscope_change_state):
5729           Improved docs source cleanups.
5730
5731 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5732
5733         * gst/debug/Makefile.am:
5734         * gst/debug/gstdebug.c: (plugin_init):
5735         * gst/debug/gstpushfilesrc.c:
5736         * gst/debug/gstpushfilesrc.h:
5737           Add code for a pushfilesrc element that implements a pushfile:// URI
5738           handler, to make debugging push-mode operation of demuxer/decoders
5739           that support both easier in connection with seek/playbin/etc.
5740           The element isn't registered at the moment.
5741
5742 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5743
5744         * gst/avi/gstavimux.c:
5745           Comment a #if 0 in caps template definition as VS6 seems to 
5746         do not support it.
5747         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5748           Use gst_guint64_to_gdouble for conversion.
5749         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5750           Move variables declaration before the first instruction.
5751         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5752           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5753           And don't include netdb.h for G_OS_WIN32
5754         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5755           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5756           by VS6 then use an other way to initialize SDPMedia structure.
5757         * gst/udp/gstdynudpsink.h:
5758         * gst/udp/gstdynudpnetutils.h:
5759           Do not include <sys/time.h> for G_OS_WIN32
5760         * gst/udp/gstudpsrc.c:
5761           Define socklen_t as int for G_OS_WIN32
5762         * win/common/config.h.in:
5763           Undef HAVE_NETINET_IN_H
5764         * win32/vs6/gst_plugins_good.dsw:
5765         * win32/vs6/libgstrtp.dsp:
5766         * win32/vs6/libgstrtsp.dsp:
5767         * win32/vs6/libgstautogen.dsp:
5768         * win32/vs6/libgstaudiofx.dsp:
5769         * win32/vs6/libgstudp.dsp:
5770           Add and update project files.
5771         * win32/common/gstudp-enumtypes.c:
5772         * win32/common/gstudp-enumtypes.h:
5773           Add a copy of udp enumtypes to win32/common as in core 
5774           and base.
5775         
5776 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5777
5778         * configure.ac:
5779           Activate monoscope when building with --enable-experimental. Fix
5780           --enable-external configure switch description.
5781
5782         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5783         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5784           Help gst-indent.
5785
5786 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5789           Explicitly cast result of pointer arithmetic to integer in order to
5790           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5791
5792 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5793
5794         * gst/debug/progressreport.c:
5795           Some more docs.
5796
5797 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * docs/plugins/inspect/plugin-rtp.xml:
5800           Update for new elements.
5801
5802         * gst/debug/progressreport.h:
5803           Commit newly-created header file as well.
5804
5805 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         * docs/plugins/Makefile.am:
5808         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5809         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5810         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5811         * gst/debug/Makefile.am:
5812         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5813         (gst_progress_report_do_query), (gst_progress_report_report):
5814           Make progressreport element post messages with the current progress
5815           on the bus. Also add some basic docs for it.
5816
5817 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5818
5819         * ext/hal/hal.c: (gst_hal_get_string):
5820         * ext/hal/hal.h:
5821           Some small cleanups; deal with errors when parsing the HAL ALSA
5822           capabilities a bit better.
5823
5824 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5825
5826         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5827           Let's try this again and use the right cast this time.
5828
5829 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5830
5831         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5832           Add cast to avoid compiler warnings with older GLib versions
5833           where the nick/name members in GEnumValue are not declared as
5834           constant strings.
5835
5836 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5839         (gst_gconf_render_bin_from_key),
5840         (gst_gconf_get_default_audio_sink):
5841         * ext/gconf/gconf.h:
5842         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5843         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5844         (gst_gconf_audio_sink_get_property):
5845           In gconfaudiosink, get the right key as the old key in do_toggle
5846           (ie. one dependent on the profile selected). Log some more stuff so
5847           we can see what's actually going on.
5848
5849 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5850
5851         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5852         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5853         (gst_audio_amplify_set_process_function),
5854         (gst_audio_amplify_setup):
5855         * gst/audiofx/audioamplify.h:
5856         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5857         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5858         * gst/audiofx/audioinvert.h:
5859         Some small cleanups and port both elements to the new GstAudioFilter
5860         base class to save a few lines of common code.
5861         * gst/audiofx/Makefile.am:
5862         Link against libgstaudio for the above changes
5863
5864 2007-01-29  Wim Taymans  <wim@fluendo.com>
5865
5866         * tests/check/elements/.cvsignore:
5867         Some more ignores.
5868
5869 2007-01-26  Wim Taymans  <wim@fluendo.com>
5870
5871         Patch by: charles <charlesg3 at gmail dot com>
5872
5873         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5874         (set_shout_metadata), (gst_shout2send_event):
5875         * ext/shout2/gstshout2.h:
5876         Properly handle tags in shout2send. Fixes #399825.
5877
5878 2007-01-25  Wim Taymans  <wim@fluendo.com>
5879
5880         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5881         (gst_rtspsrc_activate_streams):
5882         Convert SDP fields to upper/lowercase following the rules in the SDP to
5883         caps document. 
5884
5885 2007-01-25  Wim Taymans  <wim@fluendo.com>
5886
5887         * gst/rtp/README:
5888         * gst/rtp/gstrtpilbcdepay.c:
5889         * gst/rtp/gstrtpilbcpay.c:
5890         * gst/rtp/gstrtpmp4gdepay.c:
5891         * gst/rtp/gstrtpmp4gpay.c:
5892         * gst/rtp/gstrtpspeexdepay.c:
5893         * gst/rtp/gstrtpspeexpay.c:
5894         * gst/rtp/gstrtpsv3vdepay.c:
5895         * gst/rtp/gstrtptheoradepay.c:
5896         * gst/rtp/gstrtptheorapay.c:
5897         * gst/rtp/gstrtpvorbisdepay.c:
5898         * gst/rtp/gstrtpvorbispay.c:
5899         Fix case of encoding-name and key/value pairs to match the document.
5900         This is to make interoperation with SDP case-insensitive as required by
5901         the relevant RFCs.
5902
5903 2007-01-25  Wim Taymans  <wim@fluendo.com>
5904
5905         * configure.ac:
5906         Bump required -core/-base to CVS
5907
5908 2007-01-25  Wim Taymans  <wim@fluendo.com>
5909
5910         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5911         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5912         * gst/rtp/gstrtpL16pay.h:
5913         Fill up to MTU using adapter.
5914         Timestamp rtp packets.
5915
5916 2007-01-25  Edward Hervey  <edward@fluendo.com>
5917
5918         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5919         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5920         Use G_GSIZE_FORMAT in print statements for portability.
5921         Fixes build on macosx.
5922
5923 2007-01-24  Wim Taymans  <wim@fluendo.com>
5924
5925         * gst/rtp/Makefile.am:
5926         * gst/rtp/gstrtp.c: (plugin_init):
5927         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5928         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5929         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5930         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5931         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5932         (gst_rtp_L16_depay_plugin_init):
5933         * gst/rtp/gstrtpL16depay.h:
5934         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5935         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5936         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5937         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5938         (gst_rtp_L16_pay_plugin_init):
5939         * gst/rtp/gstrtpL16pay.h:
5940         Port and enable raw audio payloader/depayloader. Needs a bit more work
5941         on the payloader side.
5942
5943 2007-01-24  Wim Taymans  <wim@fluendo.com>
5944
5945         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5946         (gst_rtspsrc_stream_configure_transport),
5947         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5948         * gst/rtsp/gstrtspsrc.h:
5949         Only unblock the udp pads when we linked and activated them all.
5950         Fixes #395688.
5951
5952 2007-01-24  Wim Taymans  <wim@fluendo.com>
5953
5954         * gst/rtp/Makefile.am:
5955         * gst/rtp/gstrtp.c: (plugin_init):
5956         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5957         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5958         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5959         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5960         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5961         * gst/rtp/gstrtpac3depay.h:
5962         Added simple AC3 depayloader (RFC 4184).
5963
5964         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5965         Fix a leak.
5966
5967 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5968
5969         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5970
5971         * gst/audiofx/Makefile.am:
5972         * gst/audiofx/audioamplify.c:
5973         (gst_audio_amplify_clipping_method_get_type),
5974         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5975         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5976         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5977         (gst_audio_amplify_set_caps),
5978         (gst_audio_amplify_transform_int_clip),
5979         (gst_audio_amplify_transform_int_wrap_negative),
5980         (gst_audio_amplify_transform_int_wrap_positive),
5981         (gst_audio_amplify_transform_float_clip),
5982         (gst_audio_amplify_transform_float_wrap_negative),
5983         (gst_audio_amplify_transform_float_wrap_positive),
5984         (gst_audio_amplify_transform_ip):
5985         * gst/audiofx/audioamplify.h:
5986         * gst/audiofx/audiofx.c: (plugin_init):
5987         Add new element "audioamplify". This allows scaling of raw audio
5988         samples, similar to the "volume" element, but provides different modes
5989         for clipping and allows unlimited amplification. It's mainly targeted
5990         for creative sound design and not as a replacement of the "volume"
5991         element. Fixes #397162
5992         * docs/plugins/Makefile.am:
5993         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5994         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5995         * docs/plugins/gst-plugins-good-plugins.args:
5996         * docs/plugins/inspect/plugin-audiofx.xml:
5997         Add docs for audioamplify and integrate them into the build system
5998         * tests/check/Makefile.am:
5999         * tests/check/elements/audioamplify.c: (setup_amplify),
6000         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6001         Add fairly extensive unit test suite for audioamplify
6002
6003 2007-01-24  Wim Taymans  <wim@fluendo.com>
6004
6005         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6006         Unblock pads after adding the pads to the element so that autopluggers
6007         get a change to link something. Possibly fixes #395688.
6008
6009 2007-01-24  Wim Taymans  <wim@fluendo.com>
6010
6011         * gst/rtp/gstrtpamrdepay.c:
6012         * gst/rtp/gstrtpgsmdepay.c:
6013         * gst/rtp/gstrtph263pdepay.c:
6014         * gst/rtp/gstrtph263ppay.c:
6015         * gst/rtp/gstrtph264depay.c:
6016         * gst/rtp/gstrtpilbcdepay.c:
6017         * gst/rtp/gstrtpmp2tdepay.c:
6018         * gst/rtp/gstrtpmp4gdepay.c:
6019         * gst/rtp/gstrtpmp4gpay.c:
6020         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6021         * gst/rtp/gstrtpmp4vpay.c:
6022         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6023         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6024         (gst_rtp_mpa_depay_process):
6025         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6026         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6027         * gst/rtp/gstrtppcmadepay.c:
6028         * gst/rtp/gstrtppcmudepay.c:
6029         * gst/rtp/gstrtpspeexdepay.c:
6030         * gst/rtp/gstrtpspeexpay.c:
6031         * gst/rtp/gstrtpsv3vdepay.c:
6032         * gst/rtp/gstrtptheoradepay.c:
6033         * gst/rtp/gstrtptheorapay.c:
6034         * gst/rtp/gstrtpvorbisdepay.c:
6035         * gst/rtp/gstrtpvorbispay.c:
6036         Fix caps with payload numbers.
6037         Add some fixed payload numbers to caps when possible.
6038
6039 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6040
6041         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6042
6043         * gst/audiofx/Makefile.am:
6044         * gst/audiofx/audiofx.c: (plugin_init):
6045         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6046         (gst_audio_invert_class_init), (gst_audio_invert_init),
6047         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6048         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6049         (gst_audio_invert_transform_float),
6050         (gst_audio_invert_transform_ip):
6051         * gst/audiofx/audioinvert.h:
6052         Add new audiofx element "audioinvert". This element swaps the upper
6053         and lower half of samples and can be used for example for a
6054         wide-stereo effect. Fixes #396057
6055         * docs/plugins/Makefile.am:
6056         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6057         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6058         * docs/plugins/gst-plugins-good-plugins.args:
6059         * docs/plugins/inspect/plugin-audiofx.xml:
6060         Add docs for the audioinvert element and add them to the build system.
6061         * tests/check/Makefile.am:
6062         * tests/check/elements/audioinvert.c: (setup_invert),
6063         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6064         Add unit test suite for the audioinvert element.
6065
6066 2007-01-23  Wim Taymans  <wim@fluendo.com>
6067
6068         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6069         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6070         Parse config params as string and int.
6071         Parse and use AU header length
6072
6073 2007-01-23  Wim Taymans  <wim@fluendo.com>
6074
6075         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6076         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6077         * gst/smpte/gstmask.c: (_gst_mask_register):
6078         * gst/smpte/gstmask.h:
6079         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6080         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6081         (gst_smpte_paint_triangle_clock):
6082         constify some static structs.
6083         Don't update the mask if nothing changed to the params.
6084         Make sure we never draw outside of the picture. Fixes #398325.
6085
6086 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6087
6088         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6089           Error out properly when pull_range fails while we're reading the
6090           headers, instead of just pausing the task silently. Fixes #399338.
6091
6092 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6093
6094         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6095           Some more sanity checks to make sure the input formats match and the
6096           input pads are actually negotiated, in case someone tries to feed
6097           buffers from fakesrc or filesrc. Fixes #398299.
6098           Also const-ify an array, just because we can.
6099
6100 2007-01-19  Edward Hervey  <edward@fluendo.com>
6101
6102         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6103         Ignore previous commit, that was only valid for widths and heights
6104         that are multiples of 4.
6105         Copy over size/stride macros from jpegdec. This allows the element
6106         to work with any width,height...
6107         ... but puts in evidence that the actual transformations only work
6108         with width/height that are multiples of 4.
6109
6110 2007-01-19  Edward Hervey  <edward@fluendo.com>
6111
6112         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6113         Allocate buffers of the right size.
6114         The proper size of a I420 buffer in bytes is:
6115         
6116             width * height * 3
6117             ------------------
6118                     2
6119
6120 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6123           Proxy getcaps on sink pads too, so that we either end up with the
6124           same dimensions on all pads or error out if that's not possible
6125           (seems to work even!). Fixes #398086, I think.
6126
6127 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6128
6129         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6130         * docs/plugins/gst-plugins-good-plugins.args:
6131         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6132           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6133           fix integer properties with -1 as minimum value.
6134
6135         * docs/plugins/inspect/plugin-1394.xml:
6136         * docs/plugins/inspect/plugin-aasink.xml:
6137         * docs/plugins/inspect/plugin-alaw.xml:
6138         * docs/plugins/inspect/plugin-alpha.xml:
6139         * docs/plugins/inspect/plugin-alphacolor.xml:
6140         * docs/plugins/inspect/plugin-annodex.xml:
6141         * docs/plugins/inspect/plugin-apetag.xml:
6142         * docs/plugins/inspect/plugin-audiofx.xml:
6143         * docs/plugins/inspect/plugin-auparse.xml:
6144         * docs/plugins/inspect/plugin-autodetect.xml:
6145         * docs/plugins/inspect/plugin-avi.xml:
6146         * docs/plugins/inspect/plugin-cacasink.xml:
6147         * docs/plugins/inspect/plugin-cairo.xml:
6148         * docs/plugins/inspect/plugin-cdio.xml:
6149         * docs/plugins/inspect/plugin-cutter.xml:
6150         * docs/plugins/inspect/plugin-debug.xml:
6151         * docs/plugins/inspect/plugin-dv.xml:
6152         * docs/plugins/inspect/plugin-efence.xml:
6153         * docs/plugins/inspect/plugin-effectv.xml:
6154         * docs/plugins/inspect/plugin-esdsink.xml:
6155         * docs/plugins/inspect/plugin-flac.xml:
6156         * docs/plugins/inspect/plugin-flxdec.xml:
6157         * docs/plugins/inspect/plugin-gconfelements.xml:
6158         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6159         * docs/plugins/inspect/plugin-goom.xml:
6160         * docs/plugins/inspect/plugin-halelements.xml:
6161         * docs/plugins/inspect/plugin-icydemux.xml:
6162         * docs/plugins/inspect/plugin-id3demux.xml:
6163         * docs/plugins/inspect/plugin-jpeg.xml:
6164         * docs/plugins/inspect/plugin-level.xml:
6165         * docs/plugins/inspect/plugin-matroska.xml:
6166         * docs/plugins/inspect/plugin-mulaw.xml:
6167         * docs/plugins/inspect/plugin-multipart.xml:
6168         * docs/plugins/inspect/plugin-navigationtest.xml:
6169         * docs/plugins/inspect/plugin-ossaudio.xml:
6170         * docs/plugins/inspect/plugin-png.xml:
6171         * docs/plugins/inspect/plugin-rtp.xml:
6172         * docs/plugins/inspect/plugin-rtsp.xml:
6173         * docs/plugins/inspect/plugin-shout2send.xml:
6174         * docs/plugins/inspect/plugin-smpte.xml:
6175         * docs/plugins/inspect/plugin-speex.xml:
6176         * docs/plugins/inspect/plugin-taglib.xml:
6177         * docs/plugins/inspect/plugin-udp.xml:
6178         * docs/plugins/inspect/plugin-videobalance.xml:
6179         * docs/plugins/inspect/plugin-videobox.xml:
6180         * docs/plugins/inspect/plugin-videoflip.xml:
6181         * docs/plugins/inspect/plugin-videomixer.xml:
6182         * docs/plugins/inspect/plugin-wavenc.xml:
6183         * docs/plugins/inspect/plugin-wavparse.xml:
6184         * docs/plugins/inspect/plugin-ximagesrc.xml:
6185           Update to CVS.
6186
6187 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6188
6189         Patch by: Sebastian Dröge <slomo circular-chaos org>
6190
6191         * gst/audiofx/audiopanorama.c:
6192           Fix doc section name (Fixes #397946)
6193
6194 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6195
6196         * sys/v4l2/gstv4l2object.c:
6197         (gst_v4l2_object_install_properties_helper),
6198         (gst_v4l2_object_set_property_helper),
6199         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6200         * sys/v4l2/gstv4l2object.h:
6201         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6202         (gst_v4l2src_init), (gst_v4l2src_set_property),
6203         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6204         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6205         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6206         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6207         (gst_v4l2src_capture_deinit):
6208           Fix EIO handing when capturing. Add new property to specify the number of
6209           buffers to enque (and remove the borked num-buffers usage).
6210
6211 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6212
6213         Patch by: Sebastian Dröge <slomo circular-chaos org>
6214
6215         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6216         (gst_audio_panorama_set_process_function):
6217           Use a function array for process methods, add more docs and define the
6218           startindex of enums.
6219
6220 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6221
6222         Patch by: Mark Nauwelaerts <manauw at skynet be>
6223
6224         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6225         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6226         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6227         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6228         (gst_avi_mux_riff_get_avi_header),
6229         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6230         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6231         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6232         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6233         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6234         (gst_avi_mux_change_state):
6235         * gst/avi/gstavimux.h:
6236         * tests/check/elements/avimux.c: (teardown_src_pad):
6237           Add support for more than one audio stream; write better AVIX
6238           header; refactor code a bit; don't announce vorbis caps on our audio
6239           sink pads since we don't support it anyway. Closes #379298.
6240
6241 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6242
6243         Patch by: Sebastian Dröge <slomo circular-chaos org>
6244
6245         * gst/audiofx/audiopanorama.c:
6246         (gst_audio_panorama_method_get_type),
6247         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6248         (gst_audio_panorama_set_process_function),
6249         (gst_audio_panorama_set_property),
6250         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6251         (gst_audio_panorama_transform_m2s_int_simple),
6252         (gst_audio_panorama_transform_s2s_int_simple),
6253         (gst_audio_panorama_transform_m2s_float_simple),
6254         (gst_audio_panorama_transform_s2s_float_simple):
6255         * gst/audiofx/audiopanorama.h:
6256           Add 'method' property and provide a simple (non-psychoacustic)
6257           processing method (#394859).
6258
6259         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6260         (panorama_suite):
6261           Tests for new method.
6262
6263 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6264
6265         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6266         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6267           Set correct caps on outgoing pulled buffers, or things blow up
6268           after recent core changes.
6269
6270 2007-01-11  Wim Taymans  <wim@fluendo.com>
6271
6272         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6273
6274         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6275         (gst_multipart_mux_request_new_pad),
6276         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6277         (gst_multipart_mux_change_state):
6278         Return FLOW errors ASAP. Fixes #394977.
6279         Misc cleanups.
6280
6281 2007-01-11  Wim Taymans  <wim@fluendo.com>
6282
6283         Patch by: Lutz Mueller <lutz at topfrose dot de>
6284
6285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6286         Check for stream pad before activating. 
6287
6288 2007-01-10  Wim Taymans  <wim@fluendo.com>
6289
6290         Patch by: Peter Kjellerstedt  <pkj at axis com>
6291
6292         * gst/rtsp/COPYING.MIT:
6293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6294         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6295         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6296         (gst_rtspsrc_stream_configure_transport),
6297         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6298         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6299         (gst_rtspsrc_parse_methods),
6300         (gst_rtspsrc_create_transports_string),
6301         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6302         (gst_rtspsrc_open), (gst_rtspsrc_close):
6303         * gst/rtsp/gstrtspsrc.h:
6304         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6305         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6306         (parse_request_line), (parse_line), (rtsp_connection_read),
6307         (rtsp_connection_close):
6308         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6309         (rtsp_method_as_text), (rtsp_header_as_text),
6310         (rtsp_status_as_text), (rtsp_find_header_field),
6311         (rtsp_find_method):
6312         * gst/rtsp/rtspdefs.h:
6313         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6314         (rtsp_ext_wms_configure_stream):
6315         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6316         (rtsp_message_new_request), (rtsp_message_init_request),
6317         (rtsp_message_new_response), (rtsp_message_init_response),
6318         (rtsp_message_init_data), (rtsp_message_unset),
6319         (rtsp_message_free), (rtsp_message_add_header),
6320         (rtsp_message_get_header), (rtsp_message_set_body),
6321         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6322         * gst/rtsp/rtspmessage.h:
6323         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6324         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6325         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6326         (sdp_message_dump):
6327         Allow url to be NULL to be able to use it for server connections.
6328         Can now send responses as well as requests.
6329         No longer hangs in an endless loop if EOF is received.
6330         Can now convert a status code to a text string.
6331         Return RTSP_HDR_INVALID for unknown headers.
6332         Return RTSP_INVALID for unknown methods.
6333         Copy CSeq and Session headers from the request.
6334         Only free memory corresponding to the currently set message type.
6335         Added const to function arguments as appropriate.
6336         Avoid a compiler warning when initializing nmedia.
6337         Use guint rather than gint to avoid compiler warnings.
6338         Fix crasher in wms extension.
6339         Factor out stream setup from open_connection.
6340         Delay activation of streams when actual data is received from the
6341         server, this prepares us to do proper protocol switching.
6342         Added new license.
6343         Fixes #380895.
6344
6345
6346 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6347
6348         Patch by: Sebastian Dröge <slomo ubuntu com>
6349
6350         * docs/plugins/Makefile.am:
6351         * gst/audiofx/audiopanorama.c:
6352           Some small docs fixes (#394851).
6353
6354 2007-01-09  Wim Taymans  <wim@fluendo.com>
6355
6356         * gst/avi/gstavidemux.c:
6357         Fix docs.
6358
6359 2007-01-09  Wim Taymans  <wim@fluendo.com>
6360
6361         * gst/rtp/Makefile.am:
6362         * gst/rtp/gstrtp.c: (plugin_init):
6363         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6364         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6365         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6366         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6367         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6368         * gst/rtp/gstrtpmpvdepay.h:
6369           Added RFC 2250 MPEG Video Depayloader.
6370
6371         * gst/rtp/gstrtpL16depay.h:
6372         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6373         (gst_rtp_h263p_depay_process):
6374         Fix Header file. Small cleanups.
6375
6376         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6377         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6378         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6379         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6380         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6381         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6382         (gst_rtp_mp4v_depay_change_state):
6383         Remove usused code. Remove Adapter from state Change. Added debug.
6384
6385         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6386         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6387         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6388         * gst/rtp/gstrtpmpadepay.h:
6389         Subclass base depayloader.
6390         Added debug.
6391         Support static payload type assignment as well.
6392
6393         * gst/rtp/gstrtpmpapay.c:
6394         Fix caps.
6395
6396 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6397
6398         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6399
6400         * ext/jpeg/gstjpegdec.c:
6401         * ext/jpeg/gstjpegenc.c:
6402         * ext/jpeg/smokecodec.c:
6403           These libjpeg callbacks should return a 'boolean' (unsigned char
6404           apparently) and not a 'gboolean' (which maps to gint). Fixes
6405           warnings when compiling with MingW (#393427).
6406
6407         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6408           Use ioctlsocket on win32.
6409
6410         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6411           Some printf format fixes for win32.
6412
6413 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6414
6415         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6416           Use gst_guint64_to_gdouble for conversion.
6417         * win32/vs6/libgstmatroska.dsp:
6418           Add zlib to the link.
6419         * win32/vs6/libgstvideobox.dsp:
6420           Update liboil library name (project is linked to 
6421           liboil-0.3-0.lib now).
6422           
6423 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6424
6425         * gst/matroska/Makefile.am:
6426           If zlib is available and used, we must link it explicitly for
6427           things to work on MingW (fixes #392855).
6428
6429 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         * ext/esd/esdsink.c: (gst_esdsink_delay):
6432           Don't return bogus values when esd_get_delay() fails for some
6433           reason (#392189).
6434
6435 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         * sys/ximage/gstximagesrc.c: (composite_pixel):
6438           Fix presumably copy'n'pasto for 16bpp depth.
6439
6440 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6441
6442         * gst/matroska/matroska-mux.c:
6443         (gst_matroska_mux_audio_pad_setcaps):
6444           The "signed" field in audio caps is of boolean type, trying to use
6445           gst_structure_get_int() to extract it will fail. Fixing this makes
6446           matroskamux accept raw audio input (#387121) (use at your own risk
6447           though, due to the matroska spec being not entirely useful in this
6448           respect).
6449           Also fix up raw audio structures in template caps so that they
6450           represent what our setcaps function will actually accept, so that
6451           converters know what to convert to.
6452           Finally, don't fail if there isn't an "endianness" field in 8-bit
6453           PCM caps.
6454
6455 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6456
6457         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6458         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6459         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6460         (teardown_cmmldec):
6461         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6462         (teardown_cmmlenc):
6463         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6464           reapply consistent pad (de)activation
6465
6466 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6467
6468         * configure.ac:
6469         Back to CVS
6470
6471         * gst-plugins-good.doap:
6472         Add 0.10.5 doap entry
6473
6474 === release 0.10.5 ===
6475
6476 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6477
6478         * configure.ac:
6479           releasing 0.10.5, "The Path of Thorns"
6480
6481 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6482
6483         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6484         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6485         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6486         (teardown_cmmldec):
6487         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6488         (teardown_cmmlenc):
6489         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6490           revert my freeze breakage
6491
6492 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6493
6494         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6495         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6496         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6497         (teardown_cmmldec):
6498         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6499         (teardown_cmmlenc):
6500         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6501           consistent pad (de)activation
6502
6503 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6504
6505         * configure.ac:
6506         * ext/Makefile.am:
6507         Disable LADPSA, as it has moved to the -bad module for the duration.
6508
6509 2006-12-18  Wim Taymans  <wim@fluendo.com>
6510
6511         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6512         (gst_signal_processor_event):
6513         Reset flow_state back to _OK after a flush stop so that we exit our
6514         error state after the flush. Fixes #374213
6515
6516 2006-12-16  David Schleef  <ds@schleef.org>
6517
6518         * sys/osxvideo/osxvideosink.h:
6519         * sys/osxvideo/osxvideosink.m:
6520           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6521
6522 2006-12-16  David Schleef  <ds@schleef.org>
6523
6524         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6525
6526         * sys/osxvideo/Makefile.am:
6527         * sys/osxvideo/osxvideosink.h:
6528         * sys/osxvideo/osxvideosink.m:
6529           Preliminary patch for porting osxvideosink
6530
6531 2006-12-16  Wim Taymans  <wim@fluendo.com>
6532
6533         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6534
6535         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6536         (gst_videomixer_set_master_geometry),
6537         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6538         (gst_videomixer_reset), (gst_videomixer_init),
6539         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6540         (gst_videomixer_release_pad), (gst_videomixer_collected),
6541         (gst_videomixer_change_state):
6542         Introduce some locking around the videomixer state so that it does not
6543         crash when adding/removing pads. Fixes #383043.
6544
6545 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * configure.ac:
6548           Make sure libcaca can actually be used instead of just checking for
6549           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6550           cross-compiling (fixes #384587).
6551
6552 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6553
6554         * Makefile.am:
6555         * gst-plugins-good.doap:
6556         * gst-plugins-good.spec.in:
6557           adding doap file
6558
6559 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6560
6561         * configure.ac:
6562           libflac-1.1.3 changed API again, but we can't build against it yet,
6563           so make sure our check doesn't use libflac-1.1.3 and add a comment
6564           to this effect.
6565
6566 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6567
6568         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6569         (gst_quarktv_planetable_clear):
6570           Add some NULL pointer checks (possibly related to #385623).
6571
6572 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6573
6574         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6575         (gst_tag_demux_chain):
6576         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6577           In streaming mode, if the first buffer we get doesn't have an
6578           offset, fix it up to be 0, otherwise trimming won't work later on
6579           and we'll be typefinding application/x-id3, which may result in
6580           decodebin plugging an endless number of id3demux elements as a
6581           consequence. Fixes #385031.
6582           
6583 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6584
6585         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6586           Ignore the buffer_time the sound device reports. Turns out it is 
6587           sometimes completely bogus and we're better off without it.
6588
6589 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6592         (gst_matroska_demux_video_caps):
6593         * gst/matroska/matroska-ids.c:
6594         (gst_matroska_track_init_video_context):
6595         * gst/matroska/matroska-ids.h:
6596           Try harder to extract the framerate for video tracks correctly and
6597           save it directly instead of converting it back and forth a few
6598           times. Mostly makes a difference for very small framerates (<1).
6599           Fixes #380199.
6600
6601 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6602
6603         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6604         (gst_gconf_audio_src_dispose), (do_toggle_element):
6605         * ext/gconf/gstgconfaudiosrc.h:
6606           Remove gconf notify hook when the gconfaudiosrc element is
6607           destroyed, otherwise the callback may be called on an
6608           already-destroyed instance and bad things happen. Should fix
6609           #378184.
6610           Also ignore gconf key changes when the source is already running.
6611
6612 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         Patch by: Sebastian Dröge  <mail at slomosnail de>
6615
6616         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6617           We need to be able to read and parse any possible floating point string
6618           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6619           will parse the former only in certain locales though, so we really need
6620           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6621           make sure we can parse either version at all times.
6622           Fixes #382982 for real.
6623
6624 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6625
6626         * sys/sunaudio/gstsunaudiomixerctrl.c:
6627         * sys/sunaudio/gstsunaudiosrc.c:
6628
6629         Use the sunaudio debug category.
6630
6631         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6632         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6633         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6634         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6635         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6636         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6637         (gst_sunaudiosink_reset):
6638         * sys/sunaudio/gstsunaudiosink.h:
6639
6640         Uses the sunaudio debug category for all debug output
6641         Implements the _delay() callback to synchronise video playback better
6642         Change the segtotal and segsize values back to the parent class 
6643           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6644           respectively)
6645         Measure the samples written to the device vs. played.
6646         Keep track of segments in the device by writing empty eof frames, and
6647         sleep using a GCond when we get too far ahead and risk overrunning the
6648         sink's ringbuffer.
6649
6650         Fixes: #360673
6651
6652 2006-12-08  Wim Taymans  <wim@fluendo.com>
6653
6654         Patch by: Sebastian Dröge  <mail at slomosnail de >
6655
6656         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6657         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6658         * gst/audiofx/audiopanorama.h:
6659         Fix audiopanorame with float samples. Fixes #383726.
6660
6661 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6662
6663         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6664         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6665         (gst_sunaudiosrc_reset):
6666
6667         Implement reset functions to unblock the src/sink more quickly on 
6668         state change requests.
6669         Patch by: Brian Cameron <brian dot cameron at sun com>
6670
6671 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6672
6673         * sys/sunaudio/gstsunaudiomixer.c:
6674         (gst_sunaudiomixer_change_state):
6675         Construct the correct mixer device name when the AUDIODEV env var
6676         is set.
6677
6678         Patch by: Jerry Tan <jerry.tan at sun dot com>
6679         Fixes: #383596
6680
6681 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6682
6683         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6684         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6685         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6686         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6687         Patch by: Jerry Tan <jerry.tan at sun dot com>
6688         Fixes: #349015
6689
6690 2006-12-07  Wim Taymans  <wim@fluendo.com>
6691
6692         * gst/smpte/gstmask.h:
6693         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6694         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6695         (gst_smpte_collected), (gst_smpte_set_property),
6696         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6697         * gst/smpte/gstsmpte.h:
6698         Port to 0.10 some more. 
6699         Added duration property to specify the duration of the transition.
6700         Make framerate a fraction.
6701         Deprecate fps property, we only use negotiated fps.
6702         Added docs.
6703         Fix collectpad usage.
6704         Reset state in READY.
6705         Send NEWSEGMENT event.
6706         Fix racy updates of object properties.
6707         Added debug category.
6708         Fixes #383323.
6709
6710 2006-12-06  Wim Taymans  <wim@fluendo.com>
6711
6712         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6713
6714         * gst/videomixer/videomixer.c:
6715         (gst_videomixer_set_master_geometry),
6716         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6717         Don't reset xpos and ypos in the setcaps function because causes
6718         unexpected behaviour.
6719         Fixes #382179.
6720
6721 2006-12-06  Wim Taymans  <wim@fluendo.com>
6722
6723         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6724         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6725         Keep track of the buffer timestamp in the collectdata member instead
6726         of modifying the buffer without making the metadata writable first.
6727         Fixes #382277.
6728
6729 2006-12-06  Wim Taymans  <wim@fluendo.com>
6730
6731         Patch by: Rob Taylor <robtaylor at floopily dot org>
6732
6733         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6734         If using multicast in udpsrc, bind to the multicast address rather than
6735         IN_ADDR_ANY.
6736         This allows the simultanous use of multiple udpsrcs listening on
6737         different multicat addresses. Without this all udpsrcs will receive all
6738         packets from all subscribed multicast addresses.
6739         Fixes #383001.
6740
6741 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6742
6743         * ext/taglib/gstid3v2mux.cc:
6744         Don't attempt to write a NULL frame into the ID3 tag set when the 
6745         createFrame method returned NULL.
6746         Fixes: #381857
6747         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6748
6749 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6750
6751         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6752         Use g_strtod() instead of sscanf to parse doubles, so that it will
6753         try parsing in the C locale if the current locale fails.
6754         Fixes: #382982
6755         Patch by: Sebastian Dröge  <mail at slomosnail de >
6756
6757 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6758
6759         * win32/MANIFEST:
6760         Fix compilation on win32 under VS8
6761         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6762         Partially fixes #381175
6763
6764 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6765
6766         * gst/avi/gstavimux.c:
6767           accept all mpegversions,fixes #380825
6768           spotted by: Jerome Alet  
6769
6770 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6771
6772         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6773         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6774         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6775         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6776           cleanup the error message a bit more
6777
6778 2006-11-28  Wim Taymans  <wim@fluendo.com>
6779
6780         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6781         Fix width and height properties.
6782
6783         * ext/libcaca/gstcacasink.h:
6784         Fix compilation on newer libcaca that require us to include a new
6785         header. Fixes #379918.
6786
6787 2006-11-28  Wim Taymans  <wim@fluendo.com>
6788
6789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6790         * gst/rtsp/gstrtspsrc.h:
6791         * gst/rtsp/rtspext.h:
6792         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6793         (rtsp_ext_wms_get_context):
6794         Add method so that extensions can choose to disable the setup of
6795         a stream.
6796         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6797
6798 2006-11-27  Wim Taymans  <wim@fluendo.com>
6799
6800         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6801
6802         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6803         Push header in a separate buffer instead of memcpy:ing all data.
6804         Change LF => CRLF in headers.
6805         Move trailing LF to header. Fixes #379792.
6806
6807 2006-11-27  Wim Taymans  <wim@fluendo.com>
6808
6809         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6810         Small buffer overflow fix and improve debugging.
6811
6812 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6813
6814         * ext/esd/esdmon.h:
6815         * ext/esd/esdsink.h:
6816           remove obsolete _factory_init protos
6817
6818 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6819
6820         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6821         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6822         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6823         (gst_avi_demux_read_subindexes_push),
6824         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6825         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6826         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6827         (gst_avi_demux_massage_index),
6828         (gst_avi_demux_calculate_durations_from_index),
6829         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6830         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6831         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6832           remove dead code, tweak debugs statements, add comments, use
6833           _uint64_scale instead _uint64_scale_int when using guint64 values,
6834           small optimizations, reflow some error handling
6835
6836 2006-11-22  Edward Hervey  <edward@fluendo.com>
6837
6838         * po/.cvsignore:
6839         We never put .pot files in cvs. Let's ignore them all.
6840
6841 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         * po/POTFILES.in:
6844           ... but better exclude files that aren't disted.
6845
6846 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * po/POTFILES.in:
6849           Add v4l2 source files to list of files with translations, so the
6850           strings are actually extracted (however bad they still may be).
6851
6852 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6855           Minor clean-ups: const-ify static array, remove trailing comma from
6856           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6857
6858 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6859
6860         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6861         Make sure that g_free always gets called on the same pointer that was 
6862         returned by g_malloc.  Fixes #376594.
6863         Do not leak memory if decompressed size is wrong.
6864         Remove unneeded check of return value of g_malloc.
6865         Patch by: René Stadler <mail@renestadler.de>
6866
6867 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6868
6869         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6870           Add missing curly brackets.
6871
6872 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6873
6874         * sys/v4l2/v4l2src_calls.c:
6875         Fix capture_deinit.
6876
6877 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6878
6879         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6880         (gst_matroska_mux_request_new_pad):
6881           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6882
6883         * tests/check/elements/matroskamux.c: (setup_src_pad),
6884         (setup_sink_pad), (GST_START_TEST):
6885         Activate pads before using them.
6886
6887 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6890           Initialise variable to get rid of bogus compiler warning.
6891
6892 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6893
6894         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6895
6896         * gst/rtp/gstrtph263pay.c:
6897         * gst/rtp/gstrtph263pdepay.c:
6898         * gst/rtp/gstrtph263ppay.c:
6899           Specify H.263 variant and version in the caps (fixes #361637)
6900
6901 2006-11-15  Wim Taymans  <wim@fluendo.com>
6902
6903         * gst/rtsp/rtspconnection.c: (read_body):
6904         Don't set a data pointer to NULL and a size > 0 when we deal
6905         with empty packets.
6906
6907         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6908         (rtsp_message_init_response), (rtsp_message_init_data),
6909         (rtsp_message_unset), (rtsp_message_free),
6910         (rtsp_message_take_body):
6911         Check that we can't create invalid empty packets. 
6912
6913 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6916
6917         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6918         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6919         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6920         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6921         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6922         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6923         * gst/matroska/matroska-mux.h:
6924           Add basic tag writing support; implement releasing pads (#374658).
6925
6926 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6927
6928         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6929         (gst_matroska_demux_audio_caps):
6930           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6931
6932 2006-11-14  David Schleef  <ds@schleef.org>
6933
6934         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6935
6936 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6937
6938         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6939
6940         * win32/vs8/gst-plugins-good.sln:
6941         * win32/vs8/libgst1394.vcproj:
6942         * win32/vs8/libgstaasink.vcproj:
6943         * win32/vs8/libgstalaw.vcproj:
6944         * win32/vs8/libgstalpha.vcproj:
6945         * win32/vs8/libgstalphacolor.vcproj:
6946         * win32/vs8/libgstannodex.vcproj:
6947         * win32/vs8/libgstapetag.vcproj:
6948         * win32/vs8/libgstaudiofx.vcproj:
6949         * win32/vs8/libgstauparse.vcproj:
6950         * win32/vs8/libgstautodetect.vcproj:
6951         * win32/vs8/libgstavi.vcproj:
6952         * win32/vs8/libgstcacasink.vcproj:
6953         * win32/vs8/libgstcdio.vcproj:
6954         * win32/vs8/libgstcutter.vcproj:
6955         * win32/vs8/libgstdv.vcproj:
6956         * win32/vs8/libgsteffectv.vcproj:
6957         * win32/vs8/libgstflac.vcproj:
6958         * win32/vs8/libgstflxdec.vcproj:
6959         * win32/vs8/libgstgoom.vcproj:
6960         * win32/vs8/libgsticydemux.vcproj:
6961         * win32/vs8/libgstid3demux.vcproj:
6962         * win32/vs8/libgstjpeg.vcproj:
6963         * win32/vs8/libgstladspa.vcproj:
6964         * win32/vs8/libgstlevel.vcproj:
6965         * win32/vs8/libgstmatroska.vcproj:
6966         * win32/vs8/libgstmikmod.vcproj:
6967         * win32/vs8/libgstmng.vcproj:
6968         * win32/vs8/libgstmonoscope.vcproj:
6969         * win32/vs8/libgstmulaw.vcproj:
6970         * win32/vs8/libgstmultipart.vcproj:
6971         * win32/vs8/libgstpng.vcproj:
6972         * win32/vs8/libgstrtp.vcproj:
6973         * win32/vs8/libgstrtsp.vcproj:
6974         * win32/vs8/libgstshout2.vcproj:
6975         * win32/vs8/libgstsmpte.vcproj:
6976         * win32/vs8/libgstspeex.vcproj:
6977         * win32/vs8/libgsttaglib.vcproj:
6978         * win32/vs8/libgstudp.vcproj:
6979         * win32/vs8/libgstvideobalance.vcproj:
6980         * win32/vs8/libgstvideobox.vcproj:
6981         * win32/vs8/libgstvideoflip.vcproj:
6982         * win32/vs8/libgstvideomixer.vcproj:
6983         * win32/vs8/libgstwavenc.vcproj:
6984         * win32/vs8/libgstwavparse.vcproj:
6985           Make end-of-line returns unixy, so that when the files are checked
6986           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
6987           Hopefully fixes #366492.
6988
6989 2006-11-14  Wim Taymans  <wim@fluendo.com>
6990
6991         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
6992         Disable init_frames delay timestamp adjustment, it does not
6993         seem to be needed at all. Fixes #369621.
6994
6995 2006-11-13  Wim Taymans  <wim@fluendo.com>
6996
6997         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6998
6999         * gst/videomixer/videomixer.c:
7000         (gst_videomixer_set_master_geometry),
7001         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7002         (gst_videomixer_collect_free), (gst_videomixer_reset),
7003         (gst_videomixer_init), (gst_videomixer_finalize),
7004         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7005         (gst_videomixer_collected), (gst_videomixer_change_state):
7006         Fix memleak by unref'ing collectpads instance (when finalizing)
7007         Implement releasing a request pad. Fixes #374479.
7008
7009 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7012
7013         * win32/vs8/gst-plugins-good.sln:
7014         * win32/vs8/libgst1394.vcproj:
7015         * win32/vs8/libgstaasink.vcproj:
7016         * win32/vs8/libgstalaw.vcproj:
7017         * win32/vs8/libgstalpha.vcproj:
7018         * win32/vs8/libgstalphacolor.vcproj:
7019         * win32/vs8/libgstannodex.vcproj:
7020         * win32/vs8/libgstapetag.vcproj:
7021         * win32/vs8/libgstaudiofx.vcproj:
7022         * win32/vs8/libgstauparse.vcproj:
7023         * win32/vs8/libgstautodetect.vcproj:
7024         * win32/vs8/libgstavi.vcproj:
7025         * win32/vs8/libgstcacasink.vcproj:
7026         * win32/vs8/libgstcdio.vcproj:
7027         * win32/vs8/libgstcutter.vcproj:
7028         * win32/vs8/libgstdv.vcproj:
7029         * win32/vs8/libgsteffectv.vcproj:
7030         * win32/vs8/libgstflac.vcproj:
7031         * win32/vs8/libgstflxdec.vcproj:
7032         * win32/vs8/libgstgoom.vcproj:
7033         * win32/vs8/libgsticydemux.vcproj:
7034         * win32/vs8/libgstid3demux.vcproj:
7035         * win32/vs8/libgstjpeg.vcproj:
7036         * win32/vs8/libgstladspa.vcproj:
7037         * win32/vs8/libgstlevel.vcproj:
7038         * win32/vs8/libgstmatroska.vcproj:
7039         * win32/vs8/libgstmikmod.vcproj:
7040         * win32/vs8/libgstmng.vcproj:
7041         * win32/vs8/libgstmonoscope.vcproj:
7042         * win32/vs8/libgstmulaw.vcproj:
7043         * win32/vs8/libgstmultipart.vcproj:
7044         * win32/vs8/libgstpng.vcproj:
7045         * win32/vs8/libgstrtp.vcproj:
7046         * win32/vs8/libgstrtsp.vcproj:
7047         * win32/vs8/libgstshout2.vcproj:
7048         * win32/vs8/libgstsmpte.vcproj:
7049         * win32/vs8/libgstspeex.vcproj:
7050         * win32/vs8/libgsttaglib.vcproj:
7051         * win32/vs8/libgstudp.vcproj:
7052         * win32/vs8/libgstvideobalance.vcproj:
7053         * win32/vs8/libgstvideobox.vcproj:
7054         * win32/vs8/libgstvideoflip.vcproj:
7055         * win32/vs8/libgstvideomixer.vcproj:
7056         * win32/vs8/libgstwavenc.vcproj:
7057         * win32/vs8/libgstwavparse.vcproj:
7058           Add VS8 project files (note that many of the plugins in ext are
7059           disabled by default). Fixes #366492.
7060
7061 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7062
7063         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7064           we do not translate debug messages
7065
7066 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7067
7068         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7069           fix categorisation, make short desc more explicit, remove unused code
7070           Fixes #372021
7071
7072 2006-11-08  Wim Taymans  <wim@fluendo.com>
7073
7074         * gst/rtp/gstrtpL16depay.c:
7075         * gst/rtp/gstrtpamrdepay.c:
7076         * gst/rtp/gstrtpamrpay.c:
7077         * gst/rtp/gstrtpgsmdepay.c:
7078         * gst/rtp/gstrtph263pay.c:
7079         * gst/rtp/gstrtph263pdepay.c:
7080         * gst/rtp/gstrtph263ppay.c:
7081         * gst/rtp/gstrtph264depay.c:
7082         * gst/rtp/gstrtpmp2tdepay.c:
7083         * gst/rtp/gstrtpmp4gdepay.c:
7084         * gst/rtp/gstrtpmp4gpay.c:
7085         * gst/rtp/gstrtpmp4vdepay.c:
7086         * gst/rtp/gstrtpmp4vpay.c:
7087         * gst/rtp/gstrtpmpadepay.c:
7088         * gst/rtp/gstrtpmpapay.c:
7089         * gst/rtp/gstrtppcmadepay.c:
7090         * gst/rtp/gstrtppcmapay.c:
7091         * gst/rtp/gstrtppcmudepay.c:
7092         * gst/rtp/gstrtppcmupay.c:
7093         * gst/rtp/gstrtpspeexdepay.c:
7094         * gst/rtp/gstrtpspeexpay.c:
7095         * gst/rtp/gstrtpsv3vdepay.c:
7096         Fix element descriptions.
7097
7098 2006-11-08  Wim Taymans  <wim@fluendo.com>
7099
7100         * gst/rtp/gstrtpvorbisdepay.c:
7101         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7102         Fix description.
7103         Small cleanup in the payloader.
7104
7105 2006-11-08  Wim Taymans  <wim@fluendo.com>
7106
7107         * gst/rtp/Makefile.am:
7108         * gst/rtp/gstrtp.c: (plugin_init):
7109         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7110         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7111         (gst_rtp_theora_depay_finalize),
7112         (gst_rtp_theora_depay_parse_configuration),
7113         (gst_rtp_theora_depay_setcaps),
7114         (gst_rtp_theora_depay_switch_codebook),
7115         (gst_rtp_theora_depay_process),
7116         (gst_rtp_theora_depay_set_property),
7117         (gst_rtp_theora_depay_get_property),
7118         (gst_rtp_theora_depay_change_state),
7119         (gst_rtp_theora_depay_plugin_init):
7120         * gst/rtp/gstrtptheoradepay.h:
7121         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7122         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7123         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7124         (gst_rtp_theora_pay_init_packet),
7125         (gst_rtp_theora_pay_flush_packet),
7126         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7127         (gst_rtp_theora_pay_handle_buffer),
7128         (gst_rtp_theora_pay_plugin_init):
7129         * gst/rtp/gstrtptheorapay.h:
7130         Add theora pay/depayloaders.
7131
7132 2006-11-06  Wim Taymans  <wim@fluendo.com>
7133
7134         * gst/rtp/Makefile.am:
7135         We depend on gsttag to generate the vorbis comments.
7136
7137         * gst/rtp/gstrtpvorbisdepay.c:
7138         (gst_rtp_vorbis_depay_parse_configuration),
7139         (gst_rtp_vorbis_depay_setcaps),
7140         (gst_rtp_vorbis_depay_switch_codebook),
7141         (gst_rtp_vorbis_depay_process):
7142         * gst/rtp/gstrtpvorbisdepay.h:
7143         Parse configuration string in the depayloader.
7144         Implement selecting and switching to a new codebook.
7145         Receiving vorbis over RTP now works.
7146
7147         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7148         (gst_rtp_vorbis_pay_init_packet),
7149         (gst_rtp_vorbis_pay_finish_headers),
7150         (gst_rtp_vorbis_pay_handle_buffer):
7151         * gst/rtp/gstrtpvorbispay.h:
7152         Set timestamps on outgoing buffers and RTP packets.
7153         Fix configuration string, prepend number of Packet headers.
7154         Fix encoding of ident string.
7155         Add delivery-method to caps.
7156         Streaming vorbis over RTP now works.
7157
7158 2006-11-06  Wim Taymans  <wim@fluendo.com>
7159
7160         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7161         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7162         (gst_rtp_vorbis_pay_handle_buffer):
7163         * gst/rtp/gstrtpvorbispay.h:
7164         Generate a valid configuration string in the caps based on the
7165         vorbis headers.
7166
7167 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7168
7169         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7170         * ext/cdio/gstcdio.h:
7171         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7172           Move CD-TEXT utility function into common file so it can also be
7173           used by a future cdioparanoiasrc.
7174
7175 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7176         
7177         * sys/v4l2/Makefile.am:
7178         * sys/v4l2/gstv4l2object.c:
7179         * sys/v4l2/gstv4l2src.c:
7180         * sys/v4l2/gstv4l2xoverlay.c:
7181         * sys/v4l2/v4l2_calls.c:
7182         * sys/v4l2/v4l2src_calls.c:
7183         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7184         xoverlay code that is still not implemented.
7185
7186 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7187
7188         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7189           We require a -base more recent than 0.10.9, so it's safe to use
7190           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7191
7192         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7193         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7194           Use _newsegment_full() now that we depend on a recent enough core.
7195
7196         * gst/wavparse/gstwavparse.c:
7197           Remove cruft that we don't need any longer now that we depend on
7198           a recent enough -base.
7199
7200 2006-10-31  Wim Taymans  <wim@fluendo.com>
7201
7202         * gst/rtp/Makefile.am:
7203         * gst/rtp/gstrtp.c: (plugin_init):
7204         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7205         (gst_rtpilbcpay_setcaps):
7206         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7207
7208 2006-10-31  Wim Taymans  <wim@fluendo.com>
7209
7210         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7211         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7212         Some small cleanups, use _scale.
7213
7214 2006-10-31  Wim Taymans  <wim@fluendo.com>
7215
7216         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7217         Use higher precision scale function.
7218
7219 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7220
7221         Patch by: Michal Benes  <michal dot benes at itonis tv>
7222
7223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7224         (gst_matroska_demux_read_track_encodings),
7225         (gst_matroska_decode_buffer):
7226           Fix several issues with encoded/compressed/encrypted/signed tracks;
7227           also, remove superfluous newline characters from some debug
7228           statements. (#366155)
7229
7230 2006-10-30  Wim Taymans  <wim@fluendo.com>
7231
7232         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7233         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7234         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7235         (gst_smokedec_change_state):
7236         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7237         (gst_smokeenc_init), (gst_smokeenc_finalize),
7238         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7239         (gst_smokeenc_resync), (gst_smokeenc_chain),
7240         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7241         (gst_smokeenc_change_state):
7242         Various cleanups, capsnego and leak fixes.
7243
7244 2006-10-30  Wim Taymans  <wim@fluendo.com>
7245
7246         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7247
7248         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7249         Fix videomixer so that it can handle any combination of framerates.
7250         Fixes #367221.
7251
7252 2006-10-28  Wim Taymans  <wim@fluendo.com>
7253
7254         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7255         (gst_avi_demux_parse_file_header),
7256         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7257         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7258         (gst_avi_demux_chain):
7259         Fix position query for audio. also fixes timestamps in streaming
7260         mode and bug #364958.
7261         Small cleanups.
7262
7263 2006-10-27  Wim Taymans  <wim@fluendo.com>
7264
7265         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7266         * ext/libpng/gstpngenc.h:
7267         Fix strides. Fixes #364856.
7268         Cleanup capsnego.
7269         Set caps on outgoing buffers.
7270
7271 2006-10-18  Wim Taymans  <wim@fluendo.com>
7272
7273         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7274
7275         * gst/rtp/gstrtpgsmpay.c:
7276         * gst/rtp/gstrtph263pay.c:
7277         * gst/rtp/gstrtpmpapay.c:
7278         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7279         (gst_rtp_pcma_pay_handle_buffer):
7280         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7281         Add static payload numbers in addition to the dynamic ones.
7282         Fixes #361639.
7283
7284 2006-10-18  Wim Taymans  <wim@fluendo.com>
7285
7286         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7287         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7288         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7289         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7290         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7291         * gst/rtsp/rtspdefs.h:
7292         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7293         * gst/rtsp/rtspurl.h:
7294         Reuse already existing enum for lower transport.
7295         Add rtspt and rtspu protocols.
7296         Send redirect to rtspt when udp times out.
7297
7298 2006-10-18  Wim Taymans  <wim@fluendo.com>
7299
7300         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7301         (gst_wavparse_stream_data):
7302         Fix seeking some more, mostly for speed changes.
7303
7304 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7305
7306         Patch by: Fredrik Persson  <frepe at bredband net>
7307
7308         * sys/v4l2/gstv4l2tuner.c:
7309         * sys/v4l2/gstv4l2tuner.h:
7310           Fix _set_channel(): remove useless g_object_notify() for "channel"
7311           property that doesn't exist any longer and therefore now also
7312           useless redirect (#338818).
7313
7314 2006-10-17  Wim Taymans  <wim@fluendo.com>
7315
7316         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7317         Some drivers do not support unsetting the non-blocking flag once the
7318         device is opened. In those cases, close/open the device in
7319         non-blocking mode. Fixes #362673.
7320
7321 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7322
7323         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7324         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7325         (gst_v4l2src_get_fps):
7326           dear stefan, framespersecond is not frameperiod, reverting but adding
7327           comment
7328
7329 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7330
7331         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7332         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7333         (gst_v4l2src_get_fps):
7334           Numerator is numerator and denominator is denominator. Say that aloud
7335           5 times and retry after next beer.
7336
7337 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         Patch by: Josep Torra Valles  <josep at fluendo com>
7340
7341         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7342         * ext/esd/esdsink.c: (gst_esdsink_write):
7343         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7344         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7345         (gst_flac_dec_send_newsegment):
7346         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7347         (gst_flac_enc_tell_callback):
7348         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7349         (smokecodec_parse_header), (smokecodec_decode):
7350         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7351         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7352         * gst/goom/Makefile.am:
7353         * gst/goom/gstgoom.c:
7354         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7355         * gst/rtsp/gstrtspsrc.c:
7356         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7357         * gst/udp/gstudpsink.c:
7358         * gst/udp/gstudpsrc.c:
7359         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7360         * sys/sunaudio/gstsunaudiomixertrack.h:
7361           Fix a bunch of problems discovered by the Forte compiler, mostly type
7362           mixups and pointer arithmetics with void pointers. Fixes #362603.
7363
7364 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         * ext/speex/gstspeex.c: (plugin_init):
7367         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7368         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7369         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7370         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7371         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7372         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7373         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7374         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7375         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7376         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7377         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7378         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7379         * ext/speex/gstspeexenc.h:
7380           Miscellaneous clean-ups, among other things: speexenc => enc to
7381           enhance code readability; change speexenc => speex_enc; in chain
7382           function unref input buffer in case of error; take reference in
7383           event function; use boilerplate macro; use gst_pad_query_peer_*
7384           convenience functions.
7385
7386 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7387
7388         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7389         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7390         (gst_speexenc_set_header_on_caps):
7391           Fix some mem leaks.
7392
7393 2006-10-11  Wim Taymans  <wim@fluendo.com>
7394
7395         * gst/rtsp/URLS:
7396         Added some other URL.
7397
7398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7399         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7400         (gst_rtspsrc_open), (gst_rtspsrc_play),
7401         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7402         * gst/rtsp/gstrtspsrc.h:
7403         Work on fallback to TCP connection when the UDP socket times out.
7404         Handler server requests, just reply with OK for now.
7405
7406         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7407         * gst/rtsp/rtspdefs.h:
7408         Added some more Real extension headers.
7409
7410         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7411         Fix parsing of urls with a ':' that is not part of the hostname:port
7412         part of the url.
7413
7414 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7415
7416         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7417         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7418         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7419           Activate pad before adding it to the already-running element.
7420
7421         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7422           Activate newly-created pad too.
7423
7424 2006-10-11  Wim Taymans  <wim@fluendo.com>
7425
7426         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7427
7428         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7429         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7430         (gst_udpsrc_start):
7431         Fix some leaks in caps and uris. Fixes #361252.
7432
7433 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7434
7435         * gst/wavparse/Makefile.am:
7436           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7437
7438 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7439
7440         * sys/v4l2/gstv4l2xoverlay.c:
7441         * sys/v4l2/gstv4l2xoverlay.h:
7442         Fix build as per the patch in #338818 comment 36.
7443
7444 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7445
7446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7447           Activate pads before adding them to the source.
7448
7449 2006-10-06  Wim Taymans  <wim@fluendo.com>
7450
7451         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7452         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7453         Activate pads before adding.
7454
7455 2006-10-06  Wim Taymans  <wim@fluendo.com>
7456
7457         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7458         (gst_multipart_find_pad_by_mime):
7459         Activate pads before adding.
7460
7461         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7462         BOILERPLATE sets parent_class for us.
7463
7464 2006-10-06  Wim Taymans  <wim@fluendo.com>
7465
7466         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7467         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7468         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7469         (gst_rtspsrc_alloc_udp_ports),
7470         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7471         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7472         (gst_rtspsrc_create_transports_string),
7473         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7474         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7475         * gst/rtsp/gstrtspsrc.h:
7476         Rework how the transport string is constructed, try to share channels
7477         and udp ports.
7478         Make most of the stuff less dependant on RTP as we are also going to use
7479         it for RDT.
7480         Add support for transport specific session managers.
7481
7482         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7483         Implement _flush().
7484
7485         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7486         * gst/rtsp/rtspdefs.h:
7487         Add generic error return code.
7488
7489         * gst/rtsp/rtspext.h:
7490         Add support for pluggable tranport strings.
7491
7492         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7493         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7494         (rtsp_ext_wms_get_context):
7495         Detect WMServer and activate the extension.
7496
7497         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7498         (rtsp_transport_get_manager), (rtsp_transport_parse):
7499         * gst/rtsp/rtsptransport.h:
7500         Added methods to get mime/manager for certain transports.
7501
7502 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         * ext/cairo/gsttimeoverlay.c:
7505         (gst_cairo_time_overlay_update_font_height):
7506         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7507         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7508         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7509         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7510         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7511         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7512         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7513         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7514         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7515         (gst_avi_demux_stream_data):
7516         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7517         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7518         (gst_fenced_buffer_copy):
7519         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7523         (gst_rtspsrc_handle_message):
7524         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7525         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7526           Printf format fixes.
7527
7528 2006-10-04  Wim Taymans  <wim@fluendo.com>
7529
7530         * gst/rtsp/Makefile.am:
7531         Dist new .h file too.
7532
7533 2006-10-04  Wim Taymans  <wim@fluendo.com>
7534
7535         * gst/rtsp/Makefile.am:
7536         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7537         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7538         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7539         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7540         (gst_rtspsrc_parse_rtpmap),
7541         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7542         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7543         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7544         * gst/rtsp/gstrtspsrc.h:
7545         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7546         * gst/rtsp/rtspdefs.h:
7547         * gst/rtsp/rtspext.h:
7548         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7549         (rtsp_ext_wms_get_context):
7550         * gst/rtsp/rtspextwms.h:
7551         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7552         (rtsp_transport_parse):
7553         * gst/rtsp/rtsptransport.h:
7554         Factor out extension in separate module.
7555         Fix getcaps to filter against the padtemplate.
7556         Use Content-Base if the server gives one.
7557         Rework the transport parsing a bit for future extensions.
7558         Added some Real Header field definitions.
7559
7560 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7561
7562         * docs/plugins/Makefile.am:
7563         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7564         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7565           added v4l2 stubs
7566         * gst-plugins-good.spec.in:
7567           add v4l2
7568
7569 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7570
7571         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7572           Extract disc/album/medium number and count and try harder
7573           to extract track number/count.
7574
7575 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7576
7577         * configure.ac:
7578         * sys/Makefile.am:
7579           add build stuff for v4l2, needs --enable-experimental until
7580           the last bits are resolved
7581
7582 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * tests/check/Makefile.am:
7585           Disable autodetect test temporarily, so that the build bots
7586           update -bad and the ranks of unreliable video sinks in there.
7587
7588         * tests/check/elements/autodetect.c: (GST_START_TEST):
7589           Skip test if no usable videosink is found.
7590
7591 2006-09-29  Wim Taymans  <wim@fluendo.com>
7592
7593         * gst/rtsp/URLS:
7594         Add some more URLs.
7595
7596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7597         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7598         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7599         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7600         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7601         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7602         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7603         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7604         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7605         * gst/rtsp/gstrtspsrc.h:
7606         Add timeout property to control UDP timeouts.
7607         Fix error messages.
7608         Also start a loop function when operating in UDP mode so that we can
7609         do some more stuff async.
7610         Handle element messages from udpsrc to detect timeouts. If a timeout
7611         happens we currently generate an error.
7612         API: rtspsrc::timeout property.
7613
7614         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7615         (gst_udpsrc_create):
7616         Really implement the timeout in microseconds and not milliseconds.
7617
7618 2006-09-29  Wim Taymans  <wim@fluendo.com>
7619
7620         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7621         (gst_udpsrc_create), (gst_udpsrc_set_property),
7622         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7623         * gst/udp/gstudpsrc.h:
7624         Added property to post a message on timeout.
7625         Updated docs.
7626         When restarting the select, initialize the fdsets again.
7627         Init control sockets so we don't accidentally close a random socket.
7628         API: GstUDPSrc::timeout property
7629
7630 2006-09-29  Wim Taymans  <wim@fluendo.com>
7631
7632         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7633         Fix flag registration.
7634
7635         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7636         Reading 0 also means 'no more commands'
7637
7638 2006-09-29  Wim Taymans  <wim@fluendo.com>
7639
7640         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7641
7642         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7643         Fix possible infinite loop when shutting down, a read can also return
7644         0 to indicate no more messages are available. Fixes #358156.
7645
7646 2006-09-25  Wim Taymans  <wim@fluendo.com>
7647
7648         * gst/autodetect/gstautoaudiosink.c:
7649         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7650         (gst_auto_audio_sink_find_best):
7651         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7652         Small cleanups.
7653         don't try to set "sync" property when it is not available.
7654
7655 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         Patch by: Peter Kjellerstedt  <pkj at axis com>
7658
7659         * gst/alpha/gstalpha.c:
7660         * gst/rtp/gstrtpamrdepay.c:
7661         * gst/rtsp/gstrtspsrc.c:
7662         * gst/udp/gstudpsrc.c:
7663         * gst/videomixer/videomixer.c:
7664           Include stdlib.h in some more places, makes things compile
7665           with uClibc and -Werror (#357592).
7666
7667 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7668
7669         * ext/jpeg/gstjpegdec.c:
7670           Set minimum height to 8 (from 16), our code should handle
7671           that fine. Some of the buttons on the apple trailer site
7672           are apparently only 15 pixels high (see #357470).
7673
7674 2006-09-23  Wim Taymans  <wim@fluendo.com>
7675
7676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7677         (gst_rtspsrc_open):
7678         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7679         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7680         (rtsp_connection_receive):
7681         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7682         * gst/rtsp/rtspdefs.h:
7683         Improve error reporting.
7684
7685 2006-09-23  Wim Taymans  <wim@fluendo.com>
7686
7687         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7688         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7689         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7690         * gst/rtp/gstrtpdepay.c:
7691         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7692         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7693         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7694         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7695         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7696         (gst_rtp_mp2t_depay_plugin_init):
7697         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7698         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7699         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7700         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7701         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7702         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7703         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7704         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7705         Fix klass typos.
7706         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7707
7708 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7709
7710         * configure.ac:
7711           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7712
7713 2006-09-22  Wim Taymans  <wim@fluendo.com>
7714
7715         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7716         Don't check for a tag that is never there and check if we read the
7717         correct tag. Fixes seeking again.
7718         We must post an error when all pads are unlinked.
7719
7720 2006-09-22  Wim Taymans  <wim@fluendo.com>
7721
7722         * gst/rtp/Makefile.am:
7723         * gst/rtp/gstrtp.c: (plugin_init):
7724         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7725         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7726         (gst_rtp_vorbis_pay_reset_packet),
7727         (gst_rtp_vorbis_pay_init_packet),
7728         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7729         (gst_rtp_vorbis_pay_handle_buffer):
7730         More fixage, set endoder-params correctly in the payloader.
7731
7732 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7733
7734         * gst/autodetect/gstautoaudiosink.c:
7735         (gst_auto_audio_sink_base_init):
7736         * gst/autodetect/gstautovideosink.c:
7737         (gst_auto_video_sink_base_init):
7738           Make static pad templates static to appease valgrind's leak
7739           detector.
7740
7741         * tests/check/Makefile.am:
7742         * tests/check/elements/.cvsignore:
7743         * tests/check/elements/autodetect.c: (GST_START_TEST),
7744         (autodetect_suite):
7745           Add simple test for the ghostpad lockup on shutdown fixed in core
7746           CVS (audio bit disabled because it would need dozens of alsa
7747           suppressions and I'm too lazy to add those now).
7748
7749 2006-09-22  Wim Taymans  <wim@fluendo.com>
7750
7751         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7752         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7753         Small cleanups.
7754
7755         * gst/rtp/Makefile.am:
7756         * gst/rtp/gstrtp.c: (plugin_init):
7757         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7758         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7759         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7760         (gst_rtp_vorbis_depay_process),
7761         (gst_rtp_vorbis_depay_set_property),
7762         (gst_rtp_vorbis_depay_get_property),
7763         (gst_rtp_vorbis_depay_change_state),
7764         (gst_rtp_vorbis_depay_plugin_init):
7765         * gst/rtp/gstrtpvorbisdepay.h:
7766         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7767         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7768         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7769         (gst_rtp_vorbis_pay_flush_packet),
7770         (gst_rtp_vorbis_pay_append_buffer),
7771         (gst_rtp_vorbis_pay_handle_buffer),
7772         (gst_rtp_vorbis_pay_plugin_init):
7773         * gst/rtp/gstrtpvorbispay.h:
7774         Add experimental vorbis pay and depayloaders.
7775
7776 2006-09-21  Wim Taymans  <wim@fluendo.com>
7777
7778         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7779         Fix profile-level-id parsing and setup.
7780
7781 2006-09-21  Wim Taymans  <wim@fluendo.com>
7782
7783         * gst/udp/README:
7784         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7785         Update README, simple cleanup.
7786
7787 2006-09-21  Wim Taymans  <wim@fluendo.com>
7788
7789         * gst/rtp/README:
7790         Update README with some examples.
7791
7792         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7793         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7794         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7795         (gst_rtp_mp4g_pay_setcaps):
7796         * gst/rtp/gstrtpmp4gpay.h:
7797         Make optional RTP parameters of type STRING, as required by the
7798         application/x-rtp caps specification.
7799
7800 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7801
7802         * gst/rtp/gstrtph263pdepay.c:
7803         * gst/rtp/gstrtph263ppay.c:
7804         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7805         RTP header.
7806
7807 2006-09-20  Wim Taymans  <wim@fluendo.com>
7808
7809         * gst/rtp/Makefile.am:
7810         And makefile too.
7811
7812 2006-09-20  Wim Taymans  <wim@fluendo.com>
7813
7814         * gst/rtp/gstrtp.c: (plugin_init):
7815         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7816         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7817         (decode_base64), (gst_rtp_asf_depay_setcaps),
7818         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7819         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7820         (gst_rtp_asf_depay_plugin_init):
7821         * gst/rtp/gstrtpasfdepay.h:
7822         Added preliminary ASF depayloader.
7823
7824         * gst/rtp/gstrtph264depay.c: (decode_base64):
7825         Fix base64 decoding.
7826
7827 2006-09-20  Wim Taymans  <wim@fluendo.com>
7828
7829         * gst/rtsp/URLS:
7830         Added some test URLS.
7831
7832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7833         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7834         * gst/rtsp/gstrtspsrc.h:
7835         When creating streams, give access to the complete SDP.
7836         Fix some leaks.
7837         Collect and merge global stream properties in stream caps.
7838         Preliminary support for WMServer.
7839
7840         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7841         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7842         (rtsp_connection_receive):
7843         * gst/rtsp/rtspconnection.h:
7844         Make connection interruptable.
7845         Refactor to make it reconnectable.
7846         Don't fail on short reads when reading data packets.
7847
7848         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7849         (rtsp_url_get_port):
7850         * gst/rtsp/rtspurl.h:
7851         Add methods for getting/setting the port.
7852
7853         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7854         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7855         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7856         (sdp_media_get_format), (sdp_parse_line),
7857         (sdp_message_parse_buffer):
7858         Fix headers. 
7859         Add methods for getting multiple attributes with the same name.
7860         Increase buffer size when parsing.
7861         Fix parsing of a=foo fields.
7862
7863         * gst/rtsp/test.c: (main):
7864         Update to new connection API.
7865
7866         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7867         (rtsp_message_init_response), (rtsp_message_init_data),
7868         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7869         * gst/rtsp/rtspmessage.h:
7870         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7871         * gst/rtsp/rtsptransport.h:
7872         * gst/rtsp/sdp.h:
7873         * gst/rtsp/sdpmessage.h:
7874         * gst/rtsp/gstrtsp.c:
7875         * gst/rtsp/gstrtsp.h:
7876         * gst/rtsp/gstrtpdec.c:
7877         * gst/rtsp/gstrtpdec.h:
7878         * gst/rtsp/rtsp.h:
7879         * gst/rtsp/rtspdefs.c:
7880         * gst/rtsp/rtspdefs.h:
7881         Dual licensed under MIT and LGPL now.
7882
7883 2006-09-19  Wim Taymans  <wim@fluendo.com>
7884
7885         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7886         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7887         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7888         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7889         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7890         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7891         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7892         * gst/rtsp/gstrtspsrc.h:
7893         Reorganize stream parsing and creation.
7894         Detect container formats in interleaved mode.
7895         Keep more state about the streams.
7896         Assume a server also supports PLAY if it does not say.
7897         Add unicast and interleaved properties to TCP transport requests to make
7898         some servers happy (WMServer).
7899
7900         * gst/rtsp/sdpmessage.h:
7901         Add some defines for the standard Bandwidth types.
7902
7903 2006-09-19  Wim Taymans  <wim@fluendo.com>
7904
7905         * gst/rtsp/test.c: (main):
7906         Fix build.
7907
7908 2006-09-19  Wim Taymans  <wim@fluendo.com>
7909
7910         * gst/wavparse/gstwavparse.c:
7911         Add ms-gsm to the src template.
7912
7913 2006-09-18  Wim Taymans  <wim@fluendo.com>
7914
7915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7916         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7917         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7918         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7919         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7920         * gst/rtsp/gstrtspsrc.h:
7921         Small cleanups, added documentation.
7922         Try to clean up the requests and responses.
7923         Refactor parsing the supported methods.
7924
7925         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7926         (rtsp_connection_create), (rtsp_connection_send),
7927         (parse_response_status), (parse_request_line),
7928         (rtsp_connection_receive), (rtsp_connection_close),
7929         (rtsp_connection_free):
7930         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7931         (rtsp_transport_init), (rtsp_transport_parse),
7932         (rtsp_transport_free):
7933         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7934         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7935         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7936         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7937         Use g_return_val some more.
7938
7939         * gst/rtsp/rtspdefs.h:
7940         Add more enum values to track initial states.
7941
7942         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7943         (rtsp_message_init_request), (rtsp_message_new_response),
7944         (rtsp_message_init_response), (rtsp_message_init_data),
7945         (rtsp_message_unset), (rtsp_message_free),
7946         (rtsp_message_add_header), (rtsp_message_remove_header),
7947         (rtsp_message_get_header), (rtsp_message_set_body),
7948         (rtsp_message_take_body), (rtsp_message_get_body),
7949         (rtsp_message_steal_body), (rtsp_message_dump):
7950         * gst/rtsp/rtspmessage.h:
7951         Reorder arguments, object goes as the first one.
7952         Use g_return_val some more.
7953
7954 2006-09-18  Wim Taymans  <wim@fluendo.com>
7955
7956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7957         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7958         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7959         * gst/rtsp/gstrtspsrc.h:
7960         Export sometimes source pad with correct caps on the template, create
7961         the ghostpad from the template.
7962         Remove RTCP template as we never expose RTCP.
7963         Protect against invalid body size.
7964         Avoid memcpy when creating the output buffer.
7965         Properly post an error and send EOS when the loop function is shut down.
7966
7967 2006-09-18  Wim Taymans  <wim@fluendo.com>
7968
7969         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7970
7971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7972         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7973         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7974         * gst/rtsp/gstrtspsrc.h:
7975         Make sure we can never set an invalid location.
7976
7977         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7978         * gst/rtsp/rtspmessage.h:
7979         Added _steal_body method for future use.
7980
7981         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
7982         Make freeing of NULL url return immediatly.
7983
7984 2006-09-18  Wim Taymans  <wim@fluendo.com>
7985
7986         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7987
7988         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
7989         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
7990         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
7991         (gst_rtspsrc_change_state):
7992         * gst/rtsp/gstrtspsrc.h:
7993         Use boilerplate.
7994         Make rtspsrc subclass GstBin to make state changes easier.
7995         Add Range header field on the PLAY request.
7996
7997 2006-09-18  Wim Taymans  <wim@fluendo.com>
7998
7999         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8000
8001         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8002         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8003         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8004         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8005         * gst/rtsp/rtspconnection.c: (inet_aton):
8006         Small cleanups.
8007         when multicast is selected as the transport, create UDP sources and
8008         connect to the multicast group.
8009         Move parsing and setting of caps to a common place.
8010         Fixes #349894.
8011
8012 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8013
8014         * ext/flac/gstflactag.c:
8015         * gst/alpha/gstalpha.c:
8016         * gst/debug/breakmydata.c:
8017         * gst/debug/negotiation.c:
8018         * gst/debug/testplugin.c:
8019         * gst/effectv/gstaging.c:
8020         * gst/effectv/gstdice.c:
8021         * gst/effectv/gstedge.c:
8022         * gst/effectv/gstquark.c:
8023         * gst/effectv/gstrev.c:
8024         * gst/effectv/gstshagadelic.c:
8025         * gst/effectv/gstvertigo.c:
8026         * gst/effectv/gstwarp.c:
8027         * gst/multipart/multipartdemux.c:
8028         * gst/multipart/multipartmux.c:
8029         * gst/videobox/gstvideobox.c:
8030         * gst/videofilter/gstgamma.c:
8031         * gst/videofilter/gstvideotemplate.c:
8032         * gst/videomixer/videomixer.c:
8033         * sys/sunaudio/gstsunaudiosrc.h:
8034         More G_OBJECT macro fixing.
8035
8036 2006-09-16  Wim Taymans  <wim@fluendo.com>
8037
8038         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8039
8040         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8041         Correctly set the dwLength in strh.
8042         With this patch, the file duration is now displayed correctly in window
8043         media player and the AVI plays completely. Fixes #356147
8044
8045 2006-09-15  Wim Taymans  <wim@fluendo.com>
8046
8047         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8048
8049         * sys/sunaudio/gstsunaudiomixerctrl.c:
8050         (gst_sunaudiomixer_ctrl_build_list):
8051         Set the output track as the MASTER so that the gnome-settings-daemon
8052         keybindings for changing the volume using the keyboard works.
8053         Fixes #356142.
8054
8055 2006-09-15  Wim Taymans  <wim@fluendo.com>
8056
8057         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8058         Fix documentation, it is not possible to control the framerate of jpegdec
8059         using filtered caps yet. Fixes #355210.
8060         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8061         stop when there is an error.
8062
8063 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8064
8065         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8066         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8067           Don't interpret a first buffer with an offset of NONE as
8068           'from the middle of the stream', but only a first buffer
8069           that has a valid buffer offset that's non-zero (see #345449).
8070
8071 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8072
8073         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8074         (gst_icydemux_typefind_or_forward):
8075         * gst/icydemux/gsticydemux.h:
8076           When we merge/collect multiple incoming buffers for typefinding
8077           purposes, keep an initial 0 offset on the first outgoing buffer
8078           as well (otherwise id3demux won't work right). Fixes #345449.
8079           Also Make buffer metadata writable before setting buffer caps.
8080
8081         * tests/check/elements/icydemux.c: (typefind_succeed),
8082         (cleanup_icydemux), (push_data), (GST_START_TEST),
8083         (icydemux_suite):
8084           Small test case for the above.
8085
8086 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8087
8088         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8089         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8090         (gst_avi_demux_stream_header_push),
8091         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8092         (gst_avi_demux_loop):
8093           More code reuse and better logging in _peek_chunk(). Reintroduce check
8094           for chunk sizes before reading them (avoid oom). Better handling for 
8095           invalid chunksizes when streaming.
8096
8097 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8098
8099         * gst/level/gstlevel.c: (gst_level_set_property):
8100         * gst/level/gstlevel.h:
8101           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8102           René Stadler
8103
8104 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8105
8106         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8107         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8108         (gst_avi_demux_stream_data):
8109           Revert one change to fix streaming avi (adapter size != data size).
8110
8111 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8112
8113         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8114
8115         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8116         (gst_matroska_demux_reset),
8117         (gst_matroska_demux_read_track_encodings),
8118         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8119         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8120         (gst_matroska_demux_subtitle_caps):
8121         * gst/matroska/matroska-ids.h:
8122           Add support for VOBSUB subtitle tracks and zlib-compressed
8123           tracks. Make sure we start on a keyframe after a seek. (#343348)
8124
8125 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8128         (gst_matroska_demux_push_flac_codec_priv_data),
8129         (gst_matroska_demux_push_xiph_codec_priv_data),
8130         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8131         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8132         * gst/matroska/matroska-ids.h:
8133           Add basic FLAC support (#311586), not perfect yet though, needs some
8134           tweaking in flacdec; also, seeking could be better.
8135           Do better bounds checking when deserialising vorbis stream headers
8136           to make sure we don't read beyond the end of the buffer on bad input.
8137
8138 2006-09-04  Wim Taymans  <wim@fluendo.com>
8139
8140         Patch by: Alessandro Decina <alessandro at nnva dot org>
8141
8142         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8143         Seeking back in a file containing a CMML stream errors out if the seek
8144         goes back up to the CMML headers. This is because after the seek the xml
8145         processing instruction <?xml ...?> is submitted to the xml parser again, 
8146         which results in an error. The attached patch fixes the problem. 
8147         Fixes #353908.
8148
8149         * ext/annodex/gstcmmlenc.h:
8150         Fix authors name.
8151
8152
8153 2006-08-28  Andy Wingo  <wingo@pobox.com>
8154
8155         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8156         New helper function to lessen the ifdefs.
8157         (GST_INFO_OBJECT): 
8158         (gst_dv1394src_iso_receive): Use it.
8159         (gst_dv1394src_create): Also use the control sockets in iec61883
8160         mode.
8161         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8162         handle for AVC operations; fixes #348233.
8163
8164 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8165
8166         * configure.ac:
8167         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8168         * docs/plugins/inspect/plugin-audiofx.xml:
8169         * docs/plugins/inspect/plugin-audiofxgood.xml:
8170         * gst/audiofx/Makefile.am:
8171         * gst/audiofx/audiofx.c:
8172         * gst/audiofxgood/.cvsignore:
8173         * gst/audiofxgood/Makefile.am:
8174         * gst/audiofxgood/audiofx.c:
8175         * gst/audiofxgood/audiopanorama.c:
8176         * gst/audiofxgood/audiopanorama.h:
8177           Rename again (audiofxgood -> audiofx).
8178
8179 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8180
8181         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8182         (gst_avi_demux_stream_scan):
8183           Initialze variables.
8184
8185 2006-08-25  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8188         (gst_avi_demux_init), (gst_avi_demux_finalize),
8189         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8190         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8191         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8192         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8193         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8194         (gst_avi_demux_massage_index),
8195         (gst_avi_demux_calculate_durations_from_index),
8196         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8197         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8198         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8199         (gst_avi_demux_change_state):
8200         * gst/avi/gstavidemux.h:
8201         More attempts to turn this into readable code.
8202         Don't leak adapters.
8203         Calculate duration according to index more efficiently.
8204         Don't try to act like we drive the pipeline in chain mode.
8205
8206 2006-08-25  Wim Taymans  <wim@fluendo.com>
8207
8208         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8209         Fix build.
8210
8211 2006-08-25  Wim Taymans  <wim@fluendo.com>
8212
8213         Patch by: Alessandro Decina <alessandro at nnva dot org>
8214
8215         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8216         Do some extra sanity checks.
8217         Fixes #350340.
8218
8219         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8220         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8221         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8222         Check if clip->start_time is valid before adding the clip to the
8223         track list.
8224         Reset enc->preamble going from PAUSED to READY.
8225         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8226         only used for EOS.
8227         Only post an error message if we were the one that created the fatal
8228         GstFlowReturn value.
8229
8230         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8231         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8232         Parse the seconds field of the npt-sec time format using %llu rather than
8233         %d and check that the value scaled by GST_SECOND doesn't overflow.
8234         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8235         Lookup a clip's track with clip->track rather than clip->id which
8236         makes no sense.
8237         Identify a clip by its track and start time and not its xml id.
8238         do some more input checking and make sure we don't do undefined shifts.
8239
8240         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8241         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8242         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8243         (push_clip), (push_empty_clip), (check_output_clip),
8244         (GST_START_TEST), (cmmldec_suite):
8245         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8246         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8247         (check_headers), (push_clip), (check_clip_times), (check_clip),
8248         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8249         Added some more checks.
8250
8251 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8252
8253         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8254         (gst_audio_panorama_set_property),
8255         (gst_audio_panorama_get_property),
8256         (gst_audio_panorama_transform_m2s_int),
8257         (gst_audio_panorama_transform_s2s_int),
8258         (gst_audio_panorama_transform_m2s_float),
8259         (gst_audio_panorama_transform_s2s_float):
8260         * gst/audiofxgood/audiopanorama.h:
8261         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8262           Make also the pan-property float (saves scaling and yields better
8263           resolution)
8264
8265 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8266
8267         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8268         (gst_audio_panorama_transform_m2s_float),
8269         (gst_audio_panorama_transform_s2s_float):
8270           ChangeLog surgery to add cymax's real name
8271
8272
8273 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8274
8275         Patch by: René Stadler <mail@renestadler.de>
8276
8277         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8278         (gst_audio_panorama_transform_m2s_int),
8279         (gst_audio_panorama_transform_s2s_int),
8280         (gst_audio_panorama_transform_m2s_float),
8281         (gst_audio_panorama_transform_s2s_float),
8282         (gst_audio_panorama_transform):
8283         * gst/audiofxgood/audiopanorama.h:
8284           Added float support
8285
8286 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8287
8288         * gst/audiofxgood/audiopanorama.c:
8289         (gst_audio_panorama_transform_m2s):
8290           Fix docs & debug category. Add Fixme for volume pan levels.
8291
8292 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8293
8294         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8295         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8296         (gst_avi_demux_stream_header_pull),
8297         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8298         (gst_avi_demux_chain):
8299           unbreak AVI index handling, some more debug, remove an obsolete
8300           adapter_flush that caused streaming to wander off in the wild
8301
8302 2006-08-24  Wim Taymans  <wim@fluendo.com>
8303
8304         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8305         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8306         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8307         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8308         (gst_avi_demux_calculate_durations_from_index),
8309         (gst_avi_demux_stream_header_push),
8310         (gst_avi_demux_stream_header_pull):
8311         * gst/avi/gstavidemux.h:
8312         Some more cleanups. 
8313         Fix totalFrames parsing in ODML.
8314         Disable use of index for length calculation in case of ODML as this is
8315         broken now.
8316
8317 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8318
8319         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8320           Use libgsttag helper function here too.
8321
8322 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8323
8324         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8325         (gst_avi_demux_init), (gst_avi_demux_dispose),
8326         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8327         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8328         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8329         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8330         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8331         (gst_avi_demux_parse_subindex),
8332         (gst_avi_demux_read_subindexes_push),
8333         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8334         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8335         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8336         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8337         (gst_avi_demux_stream_header_pull),
8338         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8339         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8340         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8341         (gst_avi_demux_change_state):
8342         * gst/avi/gstavidemux.h:
8343           Initial streaming support for avidemux (fixes #336465)
8344
8345 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8346
8347         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8348           There is no taglibmux element ...
8349
8350         * gst/rtsp/gstrtspsrc.c:
8351           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8352           was complaining about unknown entity here.
8353
8354 2006-08-22  Wim Taymans  <wim@fluendo.com>
8355
8356         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8357         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8358         (gst_avi_demux_process_next_entry):
8359         * gst/avi/gstavidemux.h:
8360         Mark DISCONT.
8361         Remove old unused fields and reorder the struct a bit.
8362
8363 2006-08-22  Wim Taymans  <wim@fluendo.com>
8364
8365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8366         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8367         (gst_rtspsrc_pause):
8368         * gst/rtsp/gstrtspsrc.h:
8369         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8370         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8371         Small documentation updates.
8372
8373 2006-08-22  Wim Taymans  <wim@fluendo.com>
8374
8375         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8376         (gst_avi_demux_index_entry_for_time),
8377         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8378         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8379         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8380         (gst_avi_demux_next_data_buffer),
8381         (gst_avi_demux_calculate_durations_from_index),
8382         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8383         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8384         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8385         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8386         * gst/avi/gstavidemux.h:
8387         Precalc most of the duration query for each stream.
8388         Make seeking more correct.
8389         Use GstSegment to track position and duration.
8390         Code cleanups and leak fixes.
8391         Calculate correct total duration based on index length.
8392
8393 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8394
8395         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8396         (parse_insert_string_field):
8397           If strings in text fields are marked ISO8859-1, but contain
8398           valid UTF-8 already, then handle them as UTF-8 and ignore
8399           the encoding. (#351794)
8400
8401 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8402
8403         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8404         (gst_flac_dec_write), (gst_flac_dec_loop),
8405         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8406         (gst_flac_dec_src_query):
8407         * ext/flac/gstflacdec.h:
8408           Make flac-in-ogg work (#352100).
8409
8410 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8411
8412         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8413           Don't unref buffers of which we've already given away
8414           ownership to the adapter.
8415
8416 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8417
8418         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8419           Make metadata extraction actually work.
8420
8421         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8422         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8423         (gst_speexenc_chain):
8424           Fix metadata writing: replace old code which wrote completely
8425           broken tags with libgsttag-based code. Plus miscellaneous
8426           code cleanups (use static pad templates etc.) and a bunch
8427           of leak fixes.
8428
8429 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8430
8431         * gst/audiopanorama/.cvsignore:
8432         * gst/audiopanorama/Makefile.am:
8433         * gst/audiopanorama/audiofx.c:
8434         * gst/audiopanorama/audiopanorama.c:
8435         * gst/audiopanorama/audiopanorama.h:
8436           die! die! die! you should never have been there
8437
8438 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8439
8440         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8441         Fix invalid memory access in audiopanorama test suite.
8442
8443 2006-08-21  Edward Hervey  <edward@fluendo.com>
8444
8445         * tests/check/elements/.cvsignore:
8446         ignore built file
8447
8448 2006-08-21  Wim Taymans  <wim@fluendo.com>
8449
8450         * gst/rtp/Makefile.am:
8451         Fix the build again.
8452
8453 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8454
8455         * gst/audiofxgood/.cvsignore:
8456         * gst/audiofxgood/Makefile.am:
8457         * gst/audiofxgood/audiofx.c: (plugin_init):
8458         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8459         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8460         (gst_audio_panorama_set_property),
8461         (gst_audio_panorama_get_property),
8462         (gst_audio_panorama_get_unit_size),
8463         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8464         (gst_audio_panorama_transform_m2s),
8465         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8466         * gst/audiofxgood/audiopanorama.h:
8467           resubmit with the desired name *again*
8468
8469 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8470
8471         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8472         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8473           use g_assert in _get_unit_size
8474
8475 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8476
8477         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8478         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8479         * docs/plugins/inspect/plugin-audiofxgood.xml:
8480           cleanup -unused.txt to make it useful, add previously missing docs
8481
8482         * ext/Makefile.am:
8483           Quietly (accidentally) enable LADSPA for building by default, 
8484           despite the fact that it doesn't meet the plugin checklist.
8485             -- Added by Jan Schmidt 18 Dec 2006
8486
8487         * ext/esd/esdmon.c:
8488         * ext/esd/esdsink.c:
8489         * ext/esd/gstesd.c: (plugin_init):
8490           reflow to get rid of two external symbols
8491
8492         * gst/audiofxgood/audiofx.c: (plugin_init):
8493           re-add
8494
8495 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8496
8497         * configure.ac:
8498         * gst/audiofxgood/.cvsignore:
8499         * gst/audiofxgood/Makefile.am:
8500         * gst/audiofxgood/audiofx.c
8501         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8502         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8503         (gst_audio_panorama_set_property),
8504         (gst_audio_panorama_get_property),
8505         (gst_audio_panorama_get_unit_size),
8506         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8507         (gst_audio_panorama_transform_m2s),
8508         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8509         * gst/audiofxgood/audiopanorama.h:
8510         * tests/check/Makefile.am:
8511         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8512         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8513         (panorama_suite), (main):
8514         Add audiofxgood plugin with audiopanorama element
8515
8516 2006-08-18  Wim Taymans  <wim@fluendo.com>
8517
8518         * docs/plugins/Makefile.am:
8519         More Oss docs fixage. 
8520
8521 2006-08-18  Wim Taymans  <wim@fluendo.com>
8522
8523         * gst/rtp/Makefile.am:
8524         * gst/rtp/gstrtp.c: (plugin_init):
8525         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8526         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8527         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8528         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8529         (gst_rtp_sv3v_depay_get_property),
8530         (gst_rtp_sv3v_depay_change_state),
8531         (gst_rtp_sv3v_depay_plugin_init):
8532         * gst/rtp/gstrtpsv3vdepay.h:
8533         Added experimental SVQ3 depayloader.
8534
8535 2006-08-18  Edward Hervey  <edward@fluendo.com>
8536
8537         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8538         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8539         * ext/dv/gstdvdemux.h:
8540         When handling seek requests, don't send the newsegment event from the
8541         calling thread. Instead save it so it can be sent from the streaming
8542         thread.
8543
8544 2006-08-17  Wim Taymans  <wim@fluendo.com>
8545
8546         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8547
8548         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8549         Accept leading whitespace before the boundary
8550         This patch makes the demuxer allow some whitespace before the actual
8551         boundary. This makes the demuxer work with the ``old'' gstreamer
8552         multipartmuxer again (which placed an extra \n before the start
8553         of the stream) Fixes #349068.
8554
8555 2006-08-17  Wim Taymans  <wim@fluendo.com>
8556
8557         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8558         Error out on non-implemented stuff.
8559
8560 2006-08-16  Wim Taymans  <wim@fluendo.com>
8561
8562         Patch by: Andy Wingo <wingo at pobox dot com>
8563
8564         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8565         (gst_signal_processor_start), (gst_signal_processor_stop),
8566         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8567         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8568         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8569         (gst_signal_processor_change_state):
8570         Make ladspa elements reusable. Fixes #350006.
8571
8572 2006-08-16  Wim Taymans  <wim@fluendo.com>
8573
8574         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8575         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8576         names as possible. Fixes #349901.
8577
8578 2006-08-16  Wim Taymans  <wim@fluendo.com>
8579
8580         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8581         (gst_signal_processor_do_pushes):
8582         A push() gives away our refcount so we should not use the buffer on the
8583         pen anymore.
8584
8585 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8588         (gst_oss_mixer_element_finalize):
8589           Don't leak device string.
8590
8591 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8592
8593         * configure.ac:
8594           Require CVS of GStreamer core and -base (for
8595           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8596
8597         * ext/taglib/gstid3v2mux.cc:
8598           Write extended comment tags properly (#348762).
8599
8600         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8601         (parse_comment_frame):
8602           Extract COMM frames into extended comments, which makes it
8603           easier to properly retain the description bit of the tag
8604           and maintain this information when re-tagging (#348762).
8605
8606 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8607
8608         * tests/check/Makefile.am:
8609           Don't try to run annodex unit tests if the annodex
8610           plugin has not been built (Fixes #351116).
8611
8612 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8613
8614         * gst/autodetect/gstautoaudiosink.c:
8615         (gst_auto_audio_sink_find_best):
8616           When we can't find a usable audiosink, don't error out,
8617           but use a fake sink instead and post a warning message
8618           on the bus (#341278).
8619
8620 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8621
8622         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8623         * sys/oss/gstosssink.c:
8624         * sys/oss/gstosssrc.c:
8625           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8626           ossmixer's new device property.
8627
8628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8630           Add docs for OSS elements.
8631
8632         * docs/plugins/inspect/plugin-aasink.xml:
8633         * docs/plugins/inspect/plugin-alaw.xml:
8634         * docs/plugins/inspect/plugin-alpha.xml:
8635         * docs/plugins/inspect/plugin-alphacolor.xml:
8636         * docs/plugins/inspect/plugin-annodex.xml:
8637         * docs/plugins/inspect/plugin-apetag.xml:
8638         * docs/plugins/inspect/plugin-auparse.xml:
8639         * docs/plugins/inspect/plugin-autodetect.xml:
8640         * docs/plugins/inspect/plugin-avi.xml:
8641         * docs/plugins/inspect/plugin-cacasink.xml:
8642         * docs/plugins/inspect/plugin-cairo.xml:
8643         * docs/plugins/inspect/plugin-cdio.xml:
8644         * docs/plugins/inspect/plugin-cutter.xml:
8645         * docs/plugins/inspect/plugin-debug.xml:
8646         * docs/plugins/inspect/plugin-dv.xml:
8647         * docs/plugins/inspect/plugin-efence.xml:
8648         * docs/plugins/inspect/plugin-effectv.xml:
8649         * docs/plugins/inspect/plugin-esdsink.xml:
8650         * docs/plugins/inspect/plugin-flac.xml:
8651         * docs/plugins/inspect/plugin-flxdec.xml:
8652         * docs/plugins/inspect/plugin-gconfelements.xml:
8653         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8654         * docs/plugins/inspect/plugin-goom.xml:
8655         * docs/plugins/inspect/plugin-halelements.xml:
8656         * docs/plugins/inspect/plugin-icydemux.xml:
8657         * docs/plugins/inspect/plugin-id3demux.xml:
8658         * docs/plugins/inspect/plugin-jpeg.xml:
8659         * docs/plugins/inspect/plugin-level.xml:
8660         * docs/plugins/inspect/plugin-matroska.xml:
8661         * docs/plugins/inspect/plugin-mulaw.xml:
8662         * docs/plugins/inspect/plugin-multipart.xml:
8663         * docs/plugins/inspect/plugin-navigationtest.xml:
8664         * docs/plugins/inspect/plugin-ossaudio.xml:
8665         * docs/plugins/inspect/plugin-png.xml:
8666         * docs/plugins/inspect/plugin-rtp.xml:
8667         * docs/plugins/inspect/plugin-rtsp.xml:
8668         * docs/plugins/inspect/plugin-shout2send.xml:
8669         * docs/plugins/inspect/plugin-smpte.xml:
8670         * docs/plugins/inspect/plugin-speex.xml:
8671         * docs/plugins/inspect/plugin-taglib.xml:
8672         * docs/plugins/inspect/plugin-udp.xml:
8673         * docs/plugins/inspect/plugin-videobalance.xml:
8674         * docs/plugins/inspect/plugin-videobox.xml:
8675         * docs/plugins/inspect/plugin-videoflip.xml:
8676         * docs/plugins/inspect/plugin-videomixer.xml:
8677         * docs/plugins/inspect/plugin-wavenc.xml:
8678         * docs/plugins/inspect/plugin-wavparse.xml:
8679         * docs/plugins/inspect/plugin-ximagesrc.xml:
8680           Update to CVS version.
8681           
8682 2006-08-16  Wim Taymans  <wim@fluendo.com>
8683
8684         * gst/rtp/gstrtpamrdepay.c:
8685         * gst/rtp/gstrtpmp4gdepay.c:
8686         Caps extra properties must be defined as strings for
8687         depayloaders because they are generated from an SDP.
8688
8689         * gst/rtp/Makefile.am:
8690         * gst/rtp/gstrtp.c: (plugin_init):
8691         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8692         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8693         (gst_rtp_h264_depay_finalize), (decode_base64),
8694         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8695         (gst_rtp_h264_depay_set_property),
8696         (gst_rtp_h264_depay_get_property),
8697         (gst_rtp_h264_depay_change_state),
8698         (gst_rtp_h264_depay_plugin_init):
8699         * gst/rtp/gstrtph264depay.h:
8700         Added basic, not completely functional RFC 3984 H264 depayloader.
8701
8702 2006-08-16  Wim Taymans  <wim@fluendo.com>
8703
8704         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8705         Add pads after setting them up.
8706
8707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8708         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8709         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8710         (gst_rtspsrc_stream_setup_rtp),
8711         (gst_rtspsrc_stream_configure_transport),
8712         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8713         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8714         (gst_rtspsrc_pause):
8715         * gst/rtsp/gstrtspsrc.h:
8716         Fix interleaved mode.
8717          - Protect streaming with lock.
8718          - Combine flows
8719          - set caps on outgoing buffers.
8720          - strip trailing \0 from data packets.
8721          - Configure RTP/RTCP in stream.
8722         Use DEBUG_OBJECT more.
8723
8724 2006-08-16  Wim Taymans  <wim@fluendo.com>
8725
8726         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8727         Turn a g_print into a DEBUG line.
8728
8729 2006-08-13  Wim Taymans  <wim@fluendo.com>
8730
8731         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8732         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8733         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8734         (gst_oss_mixer_element_get_property),
8735         (gst_oss_mixer_element_change_state):
8736         * sys/oss/gstossmixerelement.h:
8737         Small cleanups. Better error reporting.
8738         Add device property for the mixer instead of the hardcoded
8739         /dev/mixer. Fixes #350785.
8740         API: GstOssMixerElement::device property
8741
8742 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         Patch by: Jens Granseuer <jensgr at gmx net>
8745
8746         * gconf/Makefile.am:
8747           Make --disable-schemas work right (they still need
8748           to be copied to the installation directory, just not
8749           applied). Fixes #351347 (also #344100).
8750           
8751 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8752
8753         * configure.ac: back to HEAD
8754
8755 === release 0.10.4 ===
8756
8757 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8758
8759         * configure.ac:
8760           releasing 0.10.4, "Dear Leader"
8761
8762 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8763
8764         Patch by: Edward Hervey <edward@fluendo.com>
8765
8766         * configure.ac:
8767         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8768         (gst_wavparse_stream_data):
8769         Send the newsegment event in the streaming thread.
8770         Fixes #347529
8771
8772 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8773
8774         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8775         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8776         (gst_smokeenc_resync), (gst_smokeenc_chain):
8777           Refuse sink caps in the encoder if width or height is not a
8778           multiple of 16, the encoder does not support that yet (#349939);
8779           along the same lines, check the return value of the encoder
8780           setup function; also remove some debug log clutter.
8781
8782 2006-08-04  Andy Wingo  <wingo@pobox.com>
8783
8784         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8785         whether a processor can work in place or not, and for keeping
8786         track of its state. Change the FlowReturn instance variable from
8787         "state" to "flow_state", all callers changed.
8788
8789         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8790         (gst_signal_processor_start, gst_signal_processor_stop)
8791         (gst_signal_processor_cleanup): New functions to manage the
8792         processor's state.
8793         (gst_signal_processor_setcaps): start() as well as setup() here.
8794         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8795         (gst_signal_processor_change_state): Stop and cleanup the
8796         processor as we go to NULL.
8797
8798         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8799         INPLACE_BROKEN is not set.
8800
8801         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8802         Do the alloc_buffer in bytes, not frames.
8803         
8804 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8805
8806         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8807         Fix rgb masks when recording in < 24bpp.
8808
8809 2006-08-04  Andy Wingo  <wingo@pobox.com>
8810
8811         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8812         (gst_signal_processor_prepare)
8813         (gst_signal_processor_update_inputs)
8814         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8815         (gst_signal_processor_flush)
8816         (gst_signal_processor_sink_activate_push)
8817         (gst_signal_processor_src_activate_pull)
8818         (gst_signal_processor_change_state): Remove the last of the code
8819         that assumes that we process whole buffers at a time. Fix some
8820         debugging. Seems to work now in some cases.
8821         (gst_signal_processor_src_activate_pull): BPB
8822
8823 2006-08-01  Andy Wingo  <wingo@pobox.com>
8824
8825         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8826         Fix nframes-choosing.
8827         (gst_signal_processor_init): Init pending_in and pending_out.
8828
8829         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8830         more default sample rate, although we never check that the sample
8831         rate actually gets set. Something for the future.
8832         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8833         (gst_signal_processor_event): Refcount fixen.
8834         (gst_signal_processor_process): Pull the number of frames to
8835         process from the sizes of the buffers in the input pens.
8836         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8837         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8838         it instead of buffer_frames.
8839         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8840         to do_pulls.
8841         (gst_signal_processor_chain)
8842         (gst_signal_processor_sink_activate_push)
8843         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8844
8845         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8846
8847 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8848
8849         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8850         (gst_signal_processor_process):
8851           don't query buffer-frames from caps, add lots of debug-log,
8852           try fix for assert (#349189)
8853
8854 2006-07-31  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/udp/gstudpsrc.c:
8857         Fix docs.
8858
8859 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8860
8861         * ext/ladspa/gstsignalprocessor.c:
8862         (gst_signal_processor_add_pad_from_template),
8863         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8864         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8865         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8866         (gst_signal_processor_sink_activate_push),
8867         (gst_signal_processor_src_activate_pull),
8868         (gst_signal_processor_change_state):
8869          Add debugs logs here and there, add more error handling, add some
8870          FIXME comments, filed #349189
8871
8872 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8873
8874         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8875         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8876         Set caps on buffer correctly.  Fixes bug #349155.
8877
8878 2006-07-28  Wim Taymans  <wim@fluendo.com>
8879
8880         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8881
8882         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8883         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8884         (gst_multipart_demux_finalize), (get_line_end),
8885         (multipart_parse_header), (multipart_find_boundary),
8886         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8887         (gst_multipart_set_property), (gst_multipart_get_property):
8888         Uses GstAdapter instead of own buffering.
8889         Actually parses the mime-type correctly (In tests the mime-type was
8890         always "" with the old version).
8891         Uses the Content-length header if available to speed up things.
8892         Reliably autoscans the boundary name by default.
8893         Fixes #349068.
8894
8895         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8896         Don't start the stream with a \n.
8897
8898 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8899
8900         Patch by: Brian Cameron <brian dot cameron at sun com>
8901
8902         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8903           Open source with O_NONBLOCK (#349015).
8904
8905 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8906
8907         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8908         (gst_avi_demux_massage_index):
8909         * gst/avi/gstavidemux.h:
8910           Whitespace fixes and more debug
8911
8912 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         * gst/autodetect/gstautoaudiosink.c:
8915         (gst_auto_audio_sink_create_element_with_pretty_name),
8916         (gst_auto_audio_sink_find_best),
8917         (gst_auto_audio_sink_change_state):
8918           Get rid of old and unused magic sound-server properties stuff.
8919           Add suffix to child sink's name that makes it easy to see from
8920           the name alone which type it actually is (alsa, oss, esd, etc.).
8921
8922 2006-07-27  Wim Taymans  <wim@fluendo.com>
8923
8924         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8925         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8926         (gst_udpsrc_start):
8927         * gst/udp/gstudpsrc.h:
8928         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8929         not some sort of feature we enable.
8930
8931 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8932
8933         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8934           Use CLOSE_SOCKET() here instead of close() to maintain
8935           win32 workiness.
8936
8937 2006-07-27  Wim Taymans  <wim@fluendo.com>
8938
8939         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8940
8941         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8942         (gst_udpsrc_create), (gst_udpsrc_set_property),
8943         (gst_udpsrc_get_property), (gst_udpsrc_start):
8944         * gst/udp/gstudpsrc.h:
8945         Added "buffer-size" property to control the kernel receive buffer size.
8946         Update documentation.
8947         Small cleanups. Fixes #348752.
8948         API: buffer-size property
8949
8950 2006-07-26  Wim Taymans  <wim@fluendo.com>
8951
8952         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8953
8954         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8955         (gst_rtp_pcma_pay_handle_buffer):
8956         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8957         (gst_rtp_pcmu_pay_handle_buffer):
8958         Fix timestamp calculation on outgoing RTP packets.
8959         Fixes #348675.
8960
8961 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8962
8963         * ext/taglib/gstid3v2mux.cc:
8964           Fix writing of comment frames (should be COMM not TCOM),
8965           is still sub-optimal though, since we don't retain or
8966           extract the comment descriptions properly (#334375,
8967           also see #334375).
8968
8969 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8970
8971         * gst/wavparse/gstwavparse.c:
8972           #define 'fact' RIFF chunk if we are not compiling against
8973           -base CVS (we don't want to depend on -base CVS for this
8974           one define only, and also not for release order reasons).
8975
8976 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8977
8978         * ext/taglib/gstid3v2mux.cc:
8979           Handle multiple tags of the same type properly. Re-inject
8980           unparsed ID3v2 frames that we get as binary blobs from
8981           id3demux into the tag again so we don't lose information
8982           when retagging (#334375).
8983
8984 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
8987           Document newly-added properties properly, so that there is a
8988           'Since: 0.10.4' in the plugin docs. Convert some property
8989           names into canonical GObject style (GObject will do that
8990           internally anyway).
8991
8992 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * gst/id3demux/id3tags.c:
8995         (id3demux_add_id3v2_frame_blob_to_taglist):
8996           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
8997           well, and add the version to the blob's buffer caps, since that
8998           information will be needed for deserialisation later on (#348644).
8999
9000 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9001
9002         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9003         (gst_avi_demux_parse_stream):
9004          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9005          indentation and spacing.
9006
9007 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9008
9009         * docs/plugins/Makefile.am:
9010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9012         * docs/plugins/gst-plugins-good-plugins.args:
9013         * docs/plugins/inspect/plugin-1394.xml:
9014         * docs/plugins/inspect/plugin-aasink.xml:
9015         * docs/plugins/inspect/plugin-alaw.xml:
9016         * docs/plugins/inspect/plugin-alpha.xml:
9017         * docs/plugins/inspect/plugin-alphacolor.xml:
9018         * docs/plugins/inspect/plugin-annodex.xml:
9019         * docs/plugins/inspect/plugin-apetag.xml:
9020         * docs/plugins/inspect/plugin-auparse.xml:
9021         * docs/plugins/inspect/plugin-autodetect.xml:
9022         * docs/plugins/inspect/plugin-avi.xml:
9023         * docs/plugins/inspect/plugin-cacasink.xml:
9024         * docs/plugins/inspect/plugin-cairo.xml:
9025         * docs/plugins/inspect/plugin-cdio.xml:
9026         * docs/plugins/inspect/plugin-cutter.xml:
9027         * docs/plugins/inspect/plugin-debug.xml:
9028         * docs/plugins/inspect/plugin-dv.xml:
9029         * docs/plugins/inspect/plugin-efence.xml:
9030         * docs/plugins/inspect/plugin-effectv.xml:
9031         * docs/plugins/inspect/plugin-esdsink.xml:
9032         * docs/plugins/inspect/plugin-flac.xml:
9033         * docs/plugins/inspect/plugin-flxdec.xml:
9034         * docs/plugins/inspect/plugin-gconfelements.xml:
9035         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9036         * docs/plugins/inspect/plugin-goom.xml:
9037         * docs/plugins/inspect/plugin-halelements.xml:
9038         * docs/plugins/inspect/plugin-icydemux.xml:
9039         * docs/plugins/inspect/plugin-id3demux.xml:
9040         * docs/plugins/inspect/plugin-jpeg.xml:
9041         * docs/plugins/inspect/plugin-level.xml:
9042         * docs/plugins/inspect/plugin-matroska.xml:
9043         * docs/plugins/inspect/plugin-mulaw.xml:
9044         * docs/plugins/inspect/plugin-multipart.xml:
9045         * docs/plugins/inspect/plugin-navigationtest.xml:
9046         * docs/plugins/inspect/plugin-ossaudio.xml:
9047         * docs/plugins/inspect/plugin-png.xml:
9048         * docs/plugins/inspect/plugin-rtp.xml:
9049         * docs/plugins/inspect/plugin-rtsp.xml:
9050         * docs/plugins/inspect/plugin-shout2send.xml:
9051         * docs/plugins/inspect/plugin-smpte.xml:
9052         * docs/plugins/inspect/plugin-speex.xml:
9053         * docs/plugins/inspect/plugin-udp.xml:
9054         * docs/plugins/inspect/plugin-videobalance.xml:
9055         * docs/plugins/inspect/plugin-videobox.xml:
9056         * docs/plugins/inspect/plugin-videoflip.xml:
9057         * docs/plugins/inspect/plugin-videomixer.xml:
9058         * docs/plugins/inspect/plugin-wavenc.xml:
9059         * docs/plugins/inspect/plugin-wavparse.xml:
9060         * docs/plugins/inspect/plugin-ximagesrc.xml:
9061           Update files to CVS/Prerelease version, add esdsink docs.
9062
9063         * ext/esd/esdsink.c:
9064           Add gtk-doc blurb.
9065
9066         * gst/rtp/gstrtpmp4vpay.c:
9067           Fix typo in element description.
9068
9069 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9070
9071         * ext/esd/esdsink.c: (gst_esdsink_open),
9072         (gst_esdsink_factory_init):
9073           Prevent libesd from auto-spawning a sound daemon if it
9074           is not already running. Now that we don't do evil stuff
9075           like that any longer we can give esdsink a rank so that
9076           autoaudiosink will try it as well if all other audio
9077           sinks fail (#343051).
9078
9079 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9080
9081         * ext/esd/Makefile.am:
9082           Oops, need to remove README from EXTRA_DIST as well.
9083
9084 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9085
9086         * ext/esd/README:
9087           Remove, it contains nothing useful anyway.
9088
9089         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9090         (gst_esdsink_delay):
9091           Some small clean-ups; use GST_BOILERPLATE etc.
9092
9093 2006-07-24  Wim Taymans  <wim@fluendo.com>
9094
9095         * gst/law/alaw-decode.c: (alawdec_getcaps):
9096         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9097         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9098         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9099         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9100
9101 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9102
9103         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9104         (gst_wavparse_other), (gst_wavparse_perform_seek),
9105         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9106         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9107         (gst_wavparse_pad_query):
9108         * gst/wavparse/gstwavparse.h:
9109           Use information from 'fact' chunk for length calculation of compressed
9110           samples. Calculate bps if bogus value is found in wav header (embeded
9111           mp2/mp3).
9112           
9113
9114 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9117
9118         * configure.ac:
9119         * gst/udp/Makefile.am:
9120         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9121         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9122         * gst/udp/gstdynudpsink.h:
9123         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9124         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9125         * gst/udp/gstmultiudpsink.h:
9126         * gst/udp/gstudp.c: (plugin_init):
9127         * gst/udp/gstudpsink.h:
9128         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9129         (gst_udpsrc_start), (gst_udpsrc_stop):
9130         * gst/udp/gstudpsrc.h:
9131         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9132         (gst_udp_net_utils_win32_wsa_startup):
9133         * gst/udp/gstudpnetutils.h:
9134           Port udp plugin to win32 (#345288).
9135
9136 2006-07-24  Wim Taymans  <wim@fluendo.com>
9137
9138         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9139         Remove unwanted DEBUG line.
9140
9141 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9142
9143         * gst/id3demux/gstid3demux.c: (plugin_init):
9144         * gst/id3demux/id3tags.c:
9145         (id3demux_add_id3v2_frame_blob_to_taglist):
9146         * gst/id3demux/id3tags.h:
9147           On second thought, it might be wiser and more efficient
9148           not to do tag registration from a streaming thread.
9149
9150 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         * gst/id3demux/id3tags.c:
9153         (id3demux_add_id3v2_frame_blob_to_taglist),
9154         (id3demux_id3v2_frames_to_tag_list):
9155           Put ID3v2 frames we can't parse as binary blobs into private
9156           tags, so that they are not lost when retagging, at least once
9157           id3v2mux has been taught to re-inject those frames again.
9158           See bug #334375.
9159
9160 2006-07-21  Wim Taymans  <wim@fluendo.com>
9161
9162         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9163         (gst_avi_demux_process_next_entry):
9164         Fix some leaks.
9165
9166         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9167         Don't use \n in debug lines.
9168
9169 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9170
9171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9173           Add annodex and icydemux, cleanup the sections a bit
9174
9175 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9176
9177         Patch by: Alex Lancaster <alexl at users sourceforge net>
9178
9179         * ext/taglib/gstid3v2mux.cc:
9180           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9181           ID3v2 TSSE frames (#347898).
9182
9183 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9184
9185         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9186           Respect mpegversion for "video/mpeg" and give message in case of
9187           unhandled versions.
9188
9189 2006-07-17  Wim Taymans  <wim@fluendo.com>
9190
9191         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9192         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9193         (gst_pngdec_chain), (gst_pngdec_sink_event),
9194         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9195         (gst_pngdec_sink_activate_push):
9196         * ext/libpng/gstpngdec.h:
9197         Use statically allocated segment instead of leaking.
9198         Various cleanups.
9199         Fix flush and seek handling.
9200
9201 2006-07-16  Wim Taymans  <wim@fluendo.com>
9202
9203         * gst/rtp/Makefile.am:
9204         * gst/rtp/gstrtp.c: (plugin_init):
9205         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9206         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9207         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9208         (gst_rtp_mp4g_depay_set_property),
9209         (gst_rtp_mp4g_depay_get_property),
9210         (gst_rtp_mp4g_depay_change_state),
9211         (gst_rtp_mp4g_depay_plugin_init):
9212         * gst/rtp/gstrtpmp4gdepay.h:
9213         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9214         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9215         (gst_rtp_mp4g_pay_flush):
9216         Added simple generic mpeg4 depayloader.
9217         Fix generic mpeg4 payloader.
9218
9219 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9222           Don't try doing state changes on a NULL pointer.
9223
9224 2006-07-14  Wim Taymans  <wim@fluendo.com>
9225
9226         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9227
9228         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9229         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9230         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9231         * gst/rtp/gstrtpamrdepay.h:
9232         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9233         Fixes #321191
9234
9235 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9236
9237         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9238         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9239         Fix segfault when moving mouse pointer to the bottom right corner.
9240
9241 2006-07-12  Wim Taymans  <wim@fluendo.com>
9242
9243         * gst/rtp/Makefile.am:
9244         * gst/rtp/gstrtp.c: (plugin_init):
9245         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9246         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9247         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9248         (gst_rtp_mp2t_depay_set_property),
9249         (gst_rtp_mp2t_depay_get_property),
9250         (gst_rtp_mp2t_depay_change_state),
9251         (gst_rtp_mp2t_depay_plugin_init):
9252         * gst/rtp/gstrtpmp2tdepay.h:
9253         Added mpeg2 TS depayloader. Closing #347234.
9254
9255 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9256
9257         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9258           Remove g_assert that shouldn't be there and was triggered
9259           after trying to open a device that doesn't exist or can't
9260           be opened for some other reason (#347972).
9261
9262 2006-07-10  Edward Hervey  <edward@fluendo.com>
9263
9264         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9265         (gst_avi_demux_stream_header), (push_tag_lists):
9266         * gst/avi/gstavidemux.h:
9267         Don't push tag events found by gst_riff_parse_info() before outputting
9268         GST_EVENT_NEWSEGMENT.
9269
9270 2006-07-10  Wim Taymans  <wim@fluendo.com>
9271
9272         * gst/rtsp/Makefile.am:
9273         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9274         (rtsp_connection_close):
9275         * gst/rtsp/rtspdefs.h:
9276         replaced closesocket and close in code with one CLOSE_SOCKET. 
9277         Some more cleanups. Fixes #345301.
9278
9279 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9280
9281         * gst/autodetect/gstautoaudiosink.c:
9282           Fix example pipeline in docs.
9283
9284 2006-07-10  Wim Taymans  <wim@fluendo.com>
9285
9286         Patch by: Rob Taylor <robtaylor at floopily dot org>
9287
9288         * gst/udp/gstmultiudpsink.c: (join_multicast),
9289         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9290         If a destination is added before the stream is set to PAUSED, the
9291         multicast group is not joined as the socket is not created yet. 
9292         Also TTL and LOOP should also be set. Fixes #346921.
9293
9294 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9295
9296         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9297         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9298         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9299         (gst_ximage_src_init):
9300         * sys/ximage/gstximagesrc.h:
9301         Fix use-damage property to actually work :)
9302         Add startx, starty, endx, endy properties so screencasts other than full
9303         screen ones can work.
9304
9305 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9306
9307         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9308         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9309         (gst_ximage_src_class_init), (gst_ximage_src_init):
9310         * sys/ximage/gstximagesrc.h:
9311         Add use_damage property to offer ability to choose whether to use
9312         XDamage or not.
9313
9314 2006-07-07  Wim Taymans  <wim@fluendo.com>
9315
9316         * gst/goom/filters.c: (zoomFilterSetResolution):
9317         Avoid goom coredumping by clearing memory. 
9318         Fixes 345679.
9319
9320 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9321
9322         * win32/vs6/libgstid3demux.dsp:
9323         Add a link to libgsttag-0.10.lib.
9324
9325 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9328         (gst_tag_demux_read_range):
9329         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9330         (gst_id3demux_read_range):
9331           Don't return FLOW_UNEXPECTED when a buffer is before
9332           the start of the stream (which might happen with
9333           large ID3v2 tags if the tag reading was done pullrange
9334           based and we then switched to push mode later on).
9335           Fixes regression introduced by commit from June 29th.
9336
9337 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * ext/taglib/gstid3v2mux.cc:
9340           Make UTF-8 the default encoding when writing string
9341           tags (before, our UTF-8 strings would automatically
9342           be converted to ISO-8859-1 by taglib and written as
9343           ISO-8859-1 fields if that was possible).
9344
9345         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9346         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9347         (test_taglib_id3mux_with_tags):
9348           Add test case that makes sure our UTF-8 strings have
9349           actually been written into the tag as UTF-8.
9350
9351 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9352
9353         * configure.ac:
9354           Let's try that again.
9355
9356 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * configure.ac:
9359           Disable monoscope plugin for now until it fulfills
9360           all the requirements.
9361
9362 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9363
9364         * configure.ac:
9365         * gst/monoscope/Makefile.am:
9366         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9367         (gst_monoscope_class_init), (gst_monoscope_init),
9368         (gst_monoscope_finalize), (gst_monoscope_reset),
9369         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9370         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9371         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9372         (gst_monoscope_change_state), (plugin_init):
9373         * gst/monoscope/gstmonoscope.h:
9374           Port monoscope visualisation to 0.10.
9375
9376 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9377
9378         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9379         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9380           Return FLOW_UNEXPECTED when at the end of the file, not
9381           FLOW_ERROR. Fixes 'internal stream error' errors that
9382           would sometimes occur in totem when scrubbing to the
9383           end of an ID3v1 tagged mp3 file.
9384
9385 2006-07-03  Edward Hervey  <edward@fluendo.com>
9386
9387         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9388         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9389         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9390         * ext/libpng/gstpngdec.h:
9391         Implement buffer clipping/dropping using GstSegment.
9392         This provides accurate seeking.
9393
9394 2006-07-03  Edward Hervey  <edward@fluendo.com>
9395
9396         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9397         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9398         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9399         (gst_avi_demux_process_next_entry), (push_tag_lists),
9400         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9401         * gst/avi/gstavidemux.h:
9402         Proper aggregation of each stream's GstFlowReturn in order to figure out
9403         whether the task should stop or not.
9404         Don't send inline events before pushing out a NEW_SEGMENT, more
9405         specifically for GST_TAG_EVENT.
9406         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9407         sub-indexes.
9408
9409 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9412
9413         * sys/sunaudio/gstsunaudiomixerctrl.c:
9414         (gst_sunaudiomixer_ctrl_build_list):
9415           Move "Monitor" slider to input tab so it works more like
9416           sdtaudiocontrol, which is what people on Solaris are used
9417           to using for their mixer program (#346259).
9418
9419 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9420
9421         * tests/check/elements/level.c: (GST_START_TEST):
9422           fix a leak, clean up at the end
9423
9424 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9427         (gst_matroska_demux_send_event),
9428         (gst_matroska_demux_loop_stream_parse_id):
9429         * gst/matroska/matroska-ids.h:
9430           Send tag event after newsegment event.
9431
9432 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9435         (gst_id3demux_read_range):
9436           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9437           certain cases where a read beyond the end of the file is
9438           requested. Fixes #345930.
9439
9440         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9441         (gst_tag_demux_read_range):
9442           Fix same issue here as well.
9443
9444 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9445
9446         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9447         
9448         Fix hypothetical crash.
9449
9450 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9453
9454         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9455           Do not modify the ports value. If the user has turned off the
9456           built-in speakers, then we should not reset it in the prepare
9457           function, since this causes the built-in speakers to turn
9458           back on anytime the user changes a track in totem, rhythmbox,
9459           etc. (#346066).
9460
9461 2006-06-23  Wim Taymans  <wim@fluendo.com>
9462
9463         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9464         Fix double caps unref when negotiation fails.
9465
9466 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         * ext/annodex/gstcmmldec.c:
9469         * ext/annodex/gstcmmlenc.c:
9470         * ext/annodex/gstcmmlparser.c:
9471         * ext/dv/gstdvdec.c:
9472         * ext/dv/gstdvdemux.c:
9473         * ext/gdk_pixbuf/pixbufscale.c:
9474         * ext/jpeg/gstjpegenc.c:
9475         * ext/jpeg/gstsmokedec.c:
9476         * ext/jpeg/gstsmokeenc.c:
9477         * ext/libpng/gstpngdec.c:
9478         * ext/libpng/gstpngenc.c:
9479         * ext/speex/gstspeexenc.c:
9480         * gst/alpha/gstalphacolor.c:
9481         * gst/cutter/gstcutter.c:
9482         * gst/debug/gstnavigationtest.c:
9483         * gst/icydemux/gsticydemux.c:
9484         * gst/level/gstlevel.c:
9485         * gst/multipart/multipart.c:
9486         * gst/rtp/gstrtpamrpay.c:
9487         * gst/rtp/gstrtpdepay.c:
9488         * gst/rtp/gstrtpilbcpay.c:
9489         * gst/rtp/gstrtpmp4gpay.c:
9490         * gst/rtp/gstrtpmp4vpay.c:
9491         * gst/rtsp/gstrtpdec.c:
9492         * gst/rtsp/gstrtspsrc.c:
9493         * gst/udp/gstdynudpsink.c:
9494         * gst/udp/gstmultiudpsink.c:
9495         * gst/udp/gstudpsrc.c:
9496         * gst/videobox/gstvideobox.c:
9497         * gst/videofilter/gstvideoflip.c:
9498           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9499           plus two minor macro fixes.
9500
9501 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         * gst/matroska/matroska-demux.c:
9504         (gst_matroska_demux_check_subtitle_buffer),
9505         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9506         (gst_matroska_demux_subtitle_caps):
9507         * gst/matroska/matroska-ids.c:
9508         (gst_matroska_track_init_subtitle_context):
9509         * gst/matroska/matroska-ids.h:
9510           Try to fix up broken matroska files containing subtitle
9511           streams with non-UTF8 character encodings (courtesy of
9512           mkvmerge) using either the encoding specified in the
9513           GST_SUBTITLE_ENCODING environment variable or the
9514           current locale's character set if it is non-UTF8.
9515           Fixes #337076.
9516
9517 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9520           Set image type from APIC frame as "image-type" field
9521           of GST_TAG_IMAGE buffer caps (#344605).
9522
9523 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         * ext/flac/Makefile.am:
9526         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9527         (gst_flac_dec_reset_decoders),
9528         (gst_flac_dec_setup_seekable_decoder),
9529         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9530         (gst_flac_dec_metadata_callback),
9531         (gst_flac_dec_metadata_callback_seekable),
9532         (gst_flac_dec_metadata_callback_stream),
9533         (gst_flac_dec_error_callback),
9534         (gst_flac_dec_error_callback_seekable),
9535         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9536         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9537         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9538         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9539         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9540         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9541         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9542         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9543         (gst_flac_dec_sink_activate_push),
9544         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9545         * ext/flac/gstflacdec.h:
9546           Support chain-based operation, should make flac-over-DAAP
9547           work (#340492).
9548
9549 2006-06-20  Wim Taymans  <wim@fluendo.com>
9550
9551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9552         Doc updates, merge some unused symbols.
9553
9554 2006-06-20  Wim Taymans  <wim@fluendo.com>
9555
9556         * docs/plugins/Makefile.am:
9557         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9558         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9559         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9560         * gst/rtsp/gstrtspsrc.c:
9561         * gst/rtsp/gstrtspsrc.h:
9562         Added documentation for the rtsp plugin. Fixes #345393.
9563
9564 2006-06-20  Wim Taymans  <wim@fluendo.com>
9565
9566         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9567         (rtsp_connection_close), (rtsp_connection_free):
9568         Use better G_OS_* macros. Fixes #345301 some more.
9569
9570 2006-06-20  Wim Taymans  <wim@fluendo.com>
9571
9572         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9573
9574         * sys/sunaudio/Makefile.am:
9575         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9576         * sys/sunaudio/gstsunaudiomixerctrl.c:
9577         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9578         (gst_sunaudiomixer_ctrl_list_tracks),
9579         (gst_sunaudiomixer_ctrl_get_volume),
9580         (gst_sunaudiomixer_ctrl_set_volume),
9581         (gst_sunaudiomixer_ctrl_set_mute),
9582         (gst_sunaudiomixer_ctrl_set_record):
9583         * sys/sunaudio/gstsunaudiomixerctrl.h:
9584         * sys/sunaudio/gstsunaudiomixertrack.c:
9585         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9586         * sys/sunaudio/gstsunaudiomixertrack.h:
9587         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9588         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9589         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9590         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9591         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9592         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9593         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9594         (gst_sunaudiosrc_reset):
9595         * sys/sunaudio/gstsunaudiosrc.h:
9596         Add a SunAudio source plugin.
9597         Support stereo and right/left channel gain in the mixer plugin.
9598         Support the RECORD flag so that you can switch between line-input and
9599         microphone in gnome-volume-control.
9600         Code cleanups like using an enumerator for track number instead of an 
9601         integer. Fixes #344923.
9602
9603 2006-06-20  Wim Taymans  <wim@fluendo.com>
9604
9605         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9606
9607         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9608         (rtsp_connection_close):
9609         Make RTSP plugin compile on windows. Fixes #345301.
9610         Some changes to original patch to catch errors better.
9611         use ifdef WIN32 instead of ifndef.
9612
9613 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9614
9615         * configure.ac:
9616         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9617
9618 2006-06-18  Edward Hervey  <edward@fluendo.com>
9619
9620         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9621         After a failed buffer alloc, we need to abort the jpeg decoding (it
9622         started when parsing headers to figure out how many bytes we need
9623         to request downstream).
9624
9625 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9628
9629         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9630           Make sure we don't read beyond the end of the file (#345232).
9631
9632 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         * configure.ac:
9635           Fix --disable-external (can't set conditionals conditionally,
9636           #343602).
9637
9638 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * autogen.sh:
9641         * configure.ac:
9642         * docs/Makefile.am:
9643           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9644
9645         * docs/plugins/Makefile.am:
9646         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9647         * docs/plugins/inspect/plugin-taglib.xml:
9648           Add/fix apev2mux docs.
9649
9650 2006-06-14  Wim Taymans  <wim@fluendo.com>
9651
9652         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9653         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9654         (gst_dvdec_change_state):
9655         Reset segment info on flush.
9656         Alloc segment in _init, free in _finalize.
9657
9658         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9659         Don't send segments twice.
9660
9661 2006-06-14  Wim Taymans  <wim@fluendo.com>
9662
9663         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9664         Respect segment.stop. Fixes #342592.
9665
9666 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9669           No language specified means the implied language is English
9670           according to the matroska spec (partially fixes #344708);
9671           add some more debug output.
9672
9673 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9676         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9677         (gst_wavparse_chain):
9678           When operating chain-based, don't make any assumptions about the
9679           chunking of the incoming data and make streaming work on days other
9680           than the second Thursday after a full moon. Also fix up debug
9681           messages here and there and make use of the most excellent new
9682           gst_pad_query_peer_duration() utility function.
9683           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9684
9685         * gst/wavparse/gstwavparse.h:
9686           Remove trailing comma after last enum value, some compilers don't
9687           like that.
9688
9689 2006-06-13  Wim Taymans  <wim@fluendo.com>
9690
9691         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9692         Handle premature EOS gracefully.
9693
9694 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9697           Prevent out of bounds array access when scrubbing towards
9698           the end of the file between the last index entry and the
9699           end. Fixes occasional 'start <= stop' newsegment event
9700           assertions when scrubbing in MJPEG files.
9701
9702 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9703
9704         * tests/check/elements/.cvsignore:
9705           And another one.
9706
9707 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9708
9709         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9710         (scan_encoded_string), (parse_picture_frame):
9711           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9712
9713         * configure.ac:
9714           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9715           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9716
9717 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9718
9719         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9720           gratuitous comment changes
9721         * tests/check/elements/level.c: (GST_START_TEST):
9722           fix level test leaks
9723
9724 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9727         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9728           Use gst_pad_query_peer_duration() utility function here.
9729
9730 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9731
9732         * autogen.sh:
9733           require am17
9734         * configure.ac:
9735         * ext/annodex/Makefile.am:
9736         * ext/cdio/Makefile.am:
9737         * ext/dv/Makefile.am:
9738         * ext/esd/Makefile.am:
9739         * ext/flac/Makefile.am:
9740         * ext/gdk_pixbuf/Makefile.am:
9741         * ext/ladspa/Makefile.am:
9742         * ext/libcaca/Makefile.am:
9743         * ext/speex/Makefile.am:
9744         * ext/taglib/Makefile.am:
9745         * sys/oss/Makefile.am:
9746         * sys/sunaudio/Makefile.am:
9747         * sys/ximage/Makefile.am:
9748           clean up build further
9749
9750 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9751
9752         * gconf/Makefile.am:
9753           Honour --disable-schemas-install configure option. Fixes #344100.
9754
9755 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9756
9757         * tests/examples/level/Makefile.am:
9758           Add -lm to LIBS for pow() function, don't assume one of our
9759           dependencies (such as libxml-2.0) drags it in automatically
9760           (#343603).
9761
9762 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9763
9764         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9765
9766         * configure.ac:
9767           We should use $SED and not $(SED) in configure.ac (#343678).
9768
9769 2006-06-09  Wim Taymans  <wim@fluendo.com>
9770
9771         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9772
9773         * sys/sunaudio/gstsunaudiomixerctrl.c:
9774         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9775         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9776         (gst_sunaudiomixer_ctrl_set_mute):
9777         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9778         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9779         (gst_sunaudiosink_write):
9780         Attached find a patch that fixes a number of bugs with the SunAudio
9781         mixer plugin and fixes #344101:
9782         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9783            tracks onto the tracklist causing gnome-volume-control's preferences
9784            dialog to be messed up and would core dump if you checked/unchecked
9785            any item.
9786         2. We weren't previously setting the MUTE flag properly.  Fixing this
9787            makes gnome-volume-control work better.
9788         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9789            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9790            gnome-volume-control look better.
9791         Also some minor cleanup in gstsunaudiosink.c.
9792
9793 2006-06-09  Wim Taymans  <wim@fluendo.com>
9794
9795         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9796         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9797         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9798         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9799         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9800         * ext/jpeg/gstjpegdec.h:
9801         API: Added IDCT method property
9802         Small cleanups.
9803         Avoid dynamic allocation of trivial fixed structure.
9804         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9805
9806 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9807
9808         * configure.ac:
9809         We now require libraw1394 >= 1.1.0 and that version onwards all
9810         have .pc files.
9811
9812 2006-06-02  Edward Hervey  <edward@fluendo.com>
9813
9814         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9815         Trying to get items from an ANY or EMPTY caps is ... stupid.
9816
9817 2006-06-02  Edward Hervey  <edward@fluendo.com>
9818
9819         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9820         (gst_dvdec_chain), (gst_dvdec_change_state):
9821         * ext/dv/gstdvdec.h:
9822         Added GstSegment handling, now implements dropping/clipping.
9823
9824 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9825
9826         * ext/aalib/gstaasink.h:
9827         * ext/annodex/gstcmmldec.h:
9828         * ext/cairo/gsttimeoverlay.h:
9829         * ext/dv/gstdvdec.h:
9830         * ext/dv/gstdvdemux.h:
9831         * ext/esd/esdmon.h:
9832         * ext/esd/esdsink.h:
9833         * ext/flac/gstflacenc.h:
9834         * ext/gconf/gstgconfaudiosink.h:
9835         * ext/gconf/gstgconfaudiosrc.h:
9836         * ext/gconf/gstgconfvideosink.h:
9837         * ext/gconf/gstgconfvideosrc.h:
9838         * ext/gdk_pixbuf/gstgdkanimation.h:
9839         * ext/gdk_pixbuf/pixbufscale.h:
9840         * ext/hal/gsthalaudiosink.h:
9841         * ext/hal/gsthalaudiosrc.h:
9842         * ext/jpeg/gstjpegenc.h:
9843         * ext/jpeg/gstsmokedec.h:
9844         * ext/jpeg/gstsmokeenc.h:
9845         * ext/libcaca/gstcacasink.h:
9846         * ext/libmng/gstmngdec.h:
9847         * ext/libmng/gstmngenc.h:
9848         * ext/libpng/gstpngdec.h:
9849         * ext/libpng/gstpngenc.h:
9850         * ext/raw1394/gstdv1394src.h:
9851         * ext/speex/gstspeexenc.h:
9852         * gst/autodetect/gstautoaudiosink.h:
9853         * gst/autodetect/gstautovideosink.h:
9854         * gst/avi/gstavidemux.h:
9855         * gst/cutter/gstcutter.h:
9856         * gst/debug/efence.h:
9857         * gst/debug/gstnavigationtest.h:
9858         * gst/debug/gstnavseek.h:
9859         * gst/flx/gstflxdec.h:
9860         * gst/goom/gstgoom.h:
9861         * gst/icydemux/gsticydemux.h:
9862         * gst/id3demux/gstid3demux.h:
9863         * gst/law/alaw-decode.h:
9864         * gst/law/alaw-encode.h:
9865         * gst/law/mulaw-decode.h:
9866         * gst/law/mulaw-encode.h:
9867         * gst/matroska/matroska-mux.h:
9868         * gst/median/gstmedian.h:
9869         * gst/oldcore/gstaggregator.h:
9870         * gst/oldcore/gstfdsink.h:
9871         * gst/oldcore/gstmd5sink.h:
9872         * gst/oldcore/gstmultifilesrc.h:
9873         * gst/oldcore/gstpipefilter.h:
9874         * gst/oldcore/gstshaper.h:
9875         * gst/oldcore/gststatistics.h:
9876         * gst/rtp/gstasteriskh263.h:
9877         * gst/rtp/gstrtpL16depay.h:
9878         * gst/rtp/gstrtpL16pay.h:
9879         * gst/rtp/gstrtpamrdepay.h:
9880         * gst/rtp/gstrtpamrpay.h:
9881         * gst/rtp/gstrtpdepay.h:
9882         * gst/rtp/gstrtpgsmdepay.h:
9883         * gst/rtp/gstrtpgsmpay.h:
9884         * gst/rtp/gstrtph263pay.h:
9885         * gst/rtp/gstrtph263pdepay.h:
9886         * gst/rtp/gstrtph263ppay.h:
9887         * gst/rtp/gstrtpmp4gpay.h:
9888         * gst/rtp/gstrtpmp4vdepay.h:
9889         * gst/rtp/gstrtpmp4vpay.h:
9890         * gst/rtp/gstrtpmpadepay.h:
9891         * gst/rtp/gstrtpmpapay.h:
9892         * gst/rtp/gstrtppcmadepay.h:
9893         * gst/rtp/gstrtppcmapay.h:
9894         * gst/rtp/gstrtppcmudepay.h:
9895         * gst/rtp/gstrtppcmupay.h:
9896         * gst/rtp/gstrtpspeexdepay.h:
9897         * gst/rtp/gstrtpspeexpay.h:
9898         * gst/rtsp/gstrtpdec.h:
9899         * gst/rtsp/gstrtspsrc.h:
9900         * gst/smpte/gstsmpte.h:
9901         * gst/udp/gstdynudpsink.h:
9902         * gst/udp/gstmultiudpsink.h:
9903         * gst/udp/gstudpsink.h:
9904         * gst/udp/gstudpsrc.h:
9905         * gst/videofilter/gstvideobalance.h:
9906         * gst/videofilter/gstvideoflip.h:
9907         * sys/oss/gstossdmabuffer.h:
9908         * sys/oss/gstossmixerelement.h:
9909         * sys/oss/gstosssink.h:
9910         * sys/oss/gstosssrc.h:
9911         * sys/osxvideo/osxvideosink.h:
9912         * sys/sunaudio/gstsunaudiomixer.h:
9913         * sys/sunaudio/gstsunaudiosink.h:
9914         * sys/ximage/gstximagesrc.h:
9915         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9916
9917 2006-05-31  Wim Taymans  <wim@fluendo.com>
9918
9919         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9920         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9921         (gst_goom_src_setcaps), (gst_goom_src_event),
9922         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9923         (gst_goom_change_state):
9924         * gst/goom/gstgoom.h:
9925         Handle QoS.
9926         Handle flushing, discont and events.
9927         Fix timestamps and various other cleanups.
9928
9929 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9930
9931         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9932         Fix bus reset when using libiec61883
9933
9934 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9935
9936         * configure.ac:
9937         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9938         * ext/raw1394/Makefile.am:
9939         Add CFLAGS.
9940         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9941         New method, to receive using libiec61883.
9942         (gst_dv1394src_iso_receive),
9943         #ifdef'd out if libiec61883 is present.
9944         (gst_dv1394src_bus_reset),
9945         Get userdata correctly if using libiec61883. 
9946         (gst_dv1394src_create),
9947         When using libiec61883, only poll one fd and no need to read.
9948         (gst_dv1394src_discover_avc_node),
9949         Replace g_warnings.
9950         (gst_dv1394src_start),
9951         Create new handle when we know which dv port.  More reliable
9952         than setting port on an existing handle.  Initialise libiec61883.
9953         (gst_dv1394src_stop):
9954         If using libiec61883, then cleanup its handle properly.
9955         * ext/raw1394/gstdv1394src.h:
9956         Add libiec61883 handle.
9957
9958 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9959
9960         * gst/avi/gstavidemux.c:
9961           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9962         * win32/MANIFEST:
9963           sort file listing
9964         * win32/vs6/libgstavi.dsp:
9965           add gstavimux.c to the project
9966         * win32/vs6/libgstid3demux.dsp:
9967           add link to zlib library
9968         * win32/vs6/libgstmatroska.dsp:
9969           add matroska-ids.c to the project
9970
9971 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         Patch by: Sebastian Dröge  <mail at slomosnail de >
9974
9975         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9976         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9977         * ext/taglib/Makefile.am:
9978         * ext/taglib/gstapev2mux.cc:
9979         * ext/taglib/gstapev2mux.h:
9980         * ext/taglib/gstid3v2mux.cc:
9981         * ext/taglib/gsttaglibmux.c: (plugin_init):
9982         * ext/taglib/gsttaglibmux.h:
9983           Add apev2mux element (#343122).
9984         
9985         * tests/check/Makefile.am:
9986         * tests/check/elements/apev2mux.c:
9987         (test_taglib_apev2mux_create_tags),
9988         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
9989         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
9990         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
9991         (apev2mux_suite), (main):
9992           Add unit test for apev2mux element.
9993
9994 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
9997         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
9998         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
9999           GST_PTR_FORMAT should be used to print caps in debug statements.
10000
10001 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10002
10003         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10004
10005         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10006         (ape_demux_parse_tags):
10007           Some clean-ups and additions: map APE 'file' tag to
10008           GST_TAG_LOCATION (#343123); add support for extracting
10009           the track count and clean up parsing a bit (#343127).
10010
10011 2006-05-28  Edward Hervey  <edward@fluendo.com>
10012
10013         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10014         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10015
10016 2006-05-28  Edward Hervey  <edward@fluendo.com>
10017
10018         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10019         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10020         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10021         * ext/jpeg/gstjpegdec.h:
10022         Clip outgoing buffers according to currently configured segment.
10023
10024 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         * ext/taglib/gstid3v2mux.cc:
10027           Handle  writing of track-count or album-volume-count without
10028           track-number or albume-volume-number (in this case the number
10029           will just be set to 0).
10030
10031         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10032           It would be nice if we actually checked the values received for
10033           track/album-volume number/count in  _check_tags(), rather than
10034           setting them again ...
10035
10036 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10037
10038         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10039           A track/volume number or count of 0 does not make sense,
10040           just ignore it along with negative numbers (a tag might
10041           only contain a track count without a track number).
10042
10043 2006-05-27  Edward Hervey  <edward@fluendo.com>
10044
10045         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10046         (gst_jpeg_dec_sink_event):
10047         Abort decompression when receiving FLUSH_STOP. This should avoid
10048         issues when interrupting decoding with flushes.
10049
10050 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10051
10052         * ext/flac/gstflac.c:
10053           Don't #include file we don't dist any longer.
10054
10055 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         * README:
10058           Replace current README (containing the release notes from
10059           some 0.9.x version) with a proper README taken from the core.
10060
10061 2006-05-24  Wim Taymans  <wim@fluendo.com>
10062
10063         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10064         Implement EOS correctly by either posting
10065         SEGMENT_DONE or pushing an EOS message depending
10066         on the seek type. Fixes #342592
10067
10068 2006-05-24  Wim Taymans  <wim@fluendo.com>
10069
10070         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10071         * gst/law/alaw-decode.h:
10072         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10073         * gst/law/alaw-encode.h:
10074         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10075         * gst/law/mulaw-decode.h:
10076         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10077         * gst/law/mulaw-encode.h:
10078         Some cleanups in the chain functions.
10079         Remove some GStreamer 0.0.2 bits.
10080
10081 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10084
10085         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10086           gst_collect_pads_stop() needs to be called before chaining up
10087           to the parent class (#342734).
10088
10089 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10090
10091         * ext/flac/Makefile.am:
10092         * ext/flac/flac_compat.h:
10093         * ext/flac/gstflac.c:
10094         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10095         * ext/flac/gstflacenc.c:
10096           Remove backwards compatibility cruft for dealing with FLAC API
10097           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10098
10099 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10102         (gst_matroska_demux_push_xiph_codec_priv_data),
10103         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10104         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10105         * gst/matroska/matroska-ids.h:
10106         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10107         (gst_matroska_mux_video_pad_setcaps),
10108         (xiph3_streamheader_to_codecdata),
10109         (vorbis_streamheader_to_codecdata),
10110         (theora_streamheader_to_codecdata),
10111         (gst_matroska_mux_audio_pad_setcaps),
10112         (gst_matroska_mux_write_data):
10113           Add support for muxing/demuxing theora video (#342448; too bad
10114           none of the usual linux players can actually play this). Playback
10115           in GStreamer will require additional changes to theoradec in -base.
10116           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10117           cleanups.
10118
10119 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10120
10121         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10122         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10123           Fix crashes when the horizontal subsampling is 1.
10124           Fixes #342097.
10125
10126 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10127
10128         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10129
10130         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10131         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10132         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10133         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10134         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10135         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10136         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10137         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10138         (gst_avi_mux_change_state):
10139         * gst/avi/gstavimux.h:
10140           Some enhancements for avimux (#342526):
10141            - add odml (large file) index support
10142            - store codec init data (e.g. huffyuv)
10143            - miscellaneous other fixes/cleanups
10144
10145 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10146
10147         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10148         Don't output any tag when we encounter a negative track number - the
10149         tag type is uint, so we end up outputting huge positive numbers
10150         instead. (Fixes: #342029)
10151
10152 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10153
10154         * configure.ac:
10155           update for new GSTPB_PLUGINS_DIR
10156
10157 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10158
10159         * rtp/gst/gstrtph263pay.c:
10160         Properly set static caps for H263 at 34.
10161
10162 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10163
10164         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10165
10166         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10167           Merge event tags and tag setter tags correctly (#339918). Also,
10168           don't leak taglist in case of an error.
10169           
10170 2006-05-17  Edward Hervey  <edward@fluendo.com>
10171
10172         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10173         We can only do caps intersection if the othercaps are non-empty and not
10174         ANY. Else we return the pad template (base_caps).
10175
10176 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10179           Fix crash when outputting debugging information for certain
10180           pictures (always good to use the right struct member for
10181           the number of records in an array).
10182
10183 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10184
10185         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10186
10187         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10188         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10189         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10190         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10191         (gst_ebml_read_float), (gst_ebml_read_ascii),
10192         (gst_ebml_read_binary):
10193           Don't create unnecessary sub-buffers all the time. Dramatically
10194           improves performance with multiple concurrently running
10195           matroskademux instances (#341818) (and avoids doing
10196           unnecessarily inefficient things in the general case).
10197
10198 2006-05-16  Edward Hervey  <edward@fluendo.com>
10199
10200         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10201         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10202         return value of gst_pad_push_event().
10203
10204 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10205
10206         * gst/autodetect/gstautoaudiosink.c:
10207         (gst_auto_audio_sink_find_best):
10208         * gst/autodetect/gstautovideosink.c:
10209         (gst_auto_video_sink_find_best):
10210         Make the name of the child element be based on the name of the
10211         parent, so that debug output is more useful.
10212         
10213         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10214         (parse_insert_string_field), (parse_split_strings):
10215         Rework string parsing to always walk over BOM markers in UTF16
10216         strings, using the endianness indicated by the innermost one,
10217         then trying the opposite endianness if that fails to convert
10218         to valid UTF-8. Fixes #341774
10219
10220 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10221
10222         Patch from: Matthieu <matthieu at fluendo dot com>
10223
10224         * ext/libpng/Makefile.am:
10225         Add LIBPNG_CFLAGS.
10226
10227 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10228
10229         * ext/taglib/gstid3v2mux.cc:
10230           Add support for writing images (APIC frames) into ID3v2
10231           tags (picture type always set to 'other' for now though).
10232
10233 2006-05-14  Michael Smith  <msmith@fluendo.com>
10234
10235         * gst/wavparse/gstwavparse.c:
10236           Update docs; wavparse implements push and pull modes.
10237
10238 2006-05-12  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10241         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10242         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10243         Ooops, bitten by the copy-and-paste design paradigm, fixes
10244         seek again.
10245
10246 2006-05-12  Wim Taymans  <wim@fluendo.com>
10247
10248         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10249         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10250         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10251         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10252         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10253         (gst_avi_demux_massage_index),
10254         (gst_avi_demux_calculate_durations_from_index),
10255         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10256         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10257         (gst_avi_demux_loop):
10258         * gst/avi/gstavidemux.h:
10259         Some cleanups, prepare to use GstSegment.
10260         Fix error in entry walking code.
10261         Fix VBR detection.
10262         Smarter timestamp calculation code.
10263         Uniform error/eos handling.
10264
10265 2006-05-12  Michael Smith  <msmith@fluendo.com>
10266
10267         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10268         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10269           Fix use of uninitialised values if we're NOT seeking in ready.
10270           Fix typos.
10271
10272 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * gst/wavparse/Makefile.am:
10275           Add CFLAGS and LIBS for libgstbase, fixes build on
10276           Cygwin (#341489).
10277
10278 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10281           Some more debug info. No need to check whether the string
10282           returned by g_convert() is really UTF-8 - either it is or
10283           we get NULL returned.
10284
10285 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10286
10287         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10288           Fix parsing of numeric genre strings some more, by ensuring that
10289           we only try and parse strings that a) Start with '(' and b) Consist
10290           only of digits.
10291           Also, when finding an escaping '((' sequence, bust it back to '(' by
10292           swallowing the first parenthesis
10293
10294 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10295
10296         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10297         (gst_esdsink_open), (gst_esdsink_close):
10298         * ext/esd/esdsink.h:
10299           Move the esd_get_server_info() into gst_esdsink_open() and fail
10300           with a decent error message on errors.
10301
10302 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10303
10304         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10305         (gst_esdmon_channels_get_type):
10306         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10307         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10308         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10309         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10310         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10311         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10312         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10313         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10314         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10315         * gst/videomixer/videomixer.c:
10316         (gst_video_mixer_background_get_type):
10317           Const-ify GEnumValue arrays.
10318
10319 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10322
10323         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10324         (gst_avi_mux_do_video_buffer):
10325           Work around gst_buffer_make_metadata_writable() bug that
10326           results in avimux marking all frames in the index as
10327           keyframes (#340859).
10328           
10329 2006-05-08  Wim Taymans  <wim@fluendo.com>
10330
10331         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10332         Make parsing of urls suck slightly less.
10333
10334 2006-05-08  Edward Hervey  <edward@fluendo.com>
10335
10336         * autogen.sh: (CONFIGURE_DEF_OPT): 
10337         libtoolize on Darwin/MacOSX is called glibtoolize.
10338
10339 2006-05-08  Wim Taymans  <wim@fluendo.com>
10340
10341         Patch by: Jens Granseuer <jensgr at gmx dot net>
10342
10343         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10344         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10345         C89 compliance fixes. Fixes #340980
10346
10347 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10348
10349         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10350         * ext/flac/gstflacdec.h:
10351           Handle segment seeks that include the end of the file as stop point
10352           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10353           message instead of an EOS event in case we're in segment seek
10354           mode (fixes #340699).
10355           
10356 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10357
10358         * ext/cairo/gsttextoverlay.c:
10359         * ext/flac/gstflacdec.c:
10360         * ext/gdk_pixbuf/pixbufscale.c:
10361         * gst/apetag/gstapedemux.c:
10362         * gst/debug/breakmydata.c:
10363         * gst/debug/testplugin.c:
10364         * gst/matroska/ebml-write.c:
10365         * gst/multipart/multipartdemux.c:
10366         * sys/osxaudio/gstosxaudiosink.c:
10367         * sys/osxaudio/gstosxaudiosrc.c:
10368         Add semicolons after GST_BOILERPLATE[_FULL] so that
10369         indent doesn't mess up following lines.
10370
10371 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10372
10373         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10374
10375         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10376           Don't leak caps when freeing the stream context (#340623).
10377
10378 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10379
10380         * configure.ac:
10381           Back to CVS
10382
10383 === release 0.10.3 ===
10384
10385 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10386
10387         * configure.ac:
10388           releasing 0.10.3, "Desplazado"
10389
10390 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10391
10392         * gst/matroska/matroska-mux.c:
10393         (gst_matroska_mux_stream_is_vorbis_header),
10394         (gst_matroska_mux_write_data):
10395           Don't strcmp() NULL strings.
10396           Only start new clusters on video keyframes, not on any
10397           random audio buffer that doesn't have the DELTA_UNIT
10398           flag set (fixes 'make check' again).
10399
10400 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10403
10404         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10405         (gst_matroska_mux_stream_is_vorbis_header),
10406         (gst_matroska_mux_write_data):
10407           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10408           value and then dead-lock when muxing vorbis audio streams
10409           (the three vorbis header buffers carry no timestamp, and it
10410           would try to mux these after all video buffers). Fixes #340346.
10411
10412           Improve clustering: start a new cluster also whenever we get
10413           a keyframe.     
10414
10415 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10416
10417         * win32/common/config.h:
10418         * win32/MANIFEST
10419           add the generated file as well
10420
10421 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10422
10423         * Makefile.am:
10424         * configure.ac:
10425         * win32/common/config.h.in:
10426           add win32 stuff
10427
10428 2006-05-03  Michael Smith  <msmith@fluendo.com>
10429
10430         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10431           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10432           SUCKS.
10433
10434 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10435
10436         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10437         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10438         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10439           don't leak caps-string
10440
10441 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10442
10443         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10444         (gst_id3demux_sink_activate):
10445           Let core insert default error message for TYPE_NOT_FOUND
10446           errors, it's just as good as our own and has the added
10447           bonus of being translated.
10448
10449 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10452         (gst_tag_demux_sink_event):
10453         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10454         (gst_id3demux_sink_event):
10455           Post an error message when we get an EOS event and were not
10456           able to find out the type of stream.
10457
10458         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10459         (test_taglib_id3mux_with_tags):
10460           Decrease num-buffers to 16 per iteration again, otherwise the
10461           many memcpy()s and reallocations in the test will hammer slow
10462           CPUs completely and make the test timeout.
10463
10464 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10465
10466         * configure.ac:
10467           figure out where plugins-base plugins are
10468         * tests/check/Makefile.am:
10469           use plugins-base plugins, so we have typefind functions
10470         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10471           increase num-buffers, this makes sure the test errors out instead
10472           of timing out when no typefind functions are present
10473
10474 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10475
10476         * docs/plugins/Makefile.am:
10477           also check .cc files for gtk-doc markup
10478         * configure.ac:
10479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10481         * tests/check/Makefile.am:
10482         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10483         * ext/Makefile.am:
10484         * ext/taglib/Makefile.am:
10485         * ext/taglib/gstid3v2mux.h:
10486         * ext/taglib/gsttaglibmux.c:
10487         * ext/taglib/gsttaglibmux.h:
10488           move taglib-based id3v2muxer to -good.  Fixes #336110.
10489
10490 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10491
10492         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10493           ... and fix multichannel/WAVFORMATEX support again.
10494
10495 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10496
10497         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10498         (gst_wavparse_class_init), (gst_wavparse_dispose),
10499         (gst_wavparse_reset), (gst_wavparse_init),
10500         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10501         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10502         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10503         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10504         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10505         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10506         (gst_wavparse_stream_data), (gst_wavparse_loop),
10507         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10508         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10509         (gst_wavparse_change_state), (plugin_init):
10510         * gst/wavparse/gstwavparse.h:
10511           Add push (streaming) mode to wavparse (fixes #337625)
10512
10513 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10514
10515         * configure.ac:
10516         * tests/Makefile.am:
10517           add ximagesrc icles test
10518
10519 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10520
10521         * configure.ac:
10522         * docs/plugins/Makefile.am:
10523         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10524         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10525         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10526         (gst_cmml_enc_push_clip):
10527         * sys/Makefile.am:
10528         * sys/ximage/Makefile.am:
10529         * sys/ximage/gstximagesrc.c:
10530           Move ximagesrc plug-in to good after review.  Fixes #336756.
10531
10532 2006-04-28  Michael Smith  <msmith@fluendo.com>
10533
10534         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10535         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10536         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10537         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10538         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10539         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10540         * gst/icydemux/gsticydemux.h:
10541           Fix event handling: cache events when typefinding and forward later.
10542
10543 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10544
10545         * sys/osxaudio/gstosxaudiosink.c:
10546         (plugin_init):
10547          Register osxaudiosrc to the plugin.
10548         * sys/osxaudio/gstosxaudiosrc.c:
10549         (gst_osx_audio_src_osxelement_do_init),
10550         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10551         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10552         (gst_osx_audio_src_get_property),
10553         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10554         (gst_osx_audio_src_osxelement_init):
10555         * sys/osxaudio/gstosxaudiosrc.h:
10556           Port of osxaudiosrc to 0.10.
10557         * sys/osxaudio/Makefile.am:
10558           Add osxaudiosrc
10559
10560 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10561
10562         * sys/osxaudio/gstosxringbuffer.c:
10563         * sys/osxaudio/gstosxringbuffer.h:
10564           Forgot to commit earlier, part of the OSX audio plugin port
10565
10566 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10569         (parse_split_strings):
10570           Recognise and skip any byte order marker (BOM) in
10571           UTF-16 strings.
10572
10573 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * docs/plugins/Makefile.am:
10576         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10577         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10578         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10579         * docs/plugins/inspect/plugin-avi.xml:
10580         * gst/avi/gstavidemux.c:
10581         * gst/avi/gstavimux.c:
10582           Add docs for both avidemux and avimux.
10583
10584 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10587
10588         * gst/avi/Makefile.am:
10589         * gst/avi/gstavi.c: (plugin_init):
10590         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10591         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10592         (gst_avi_mux_class_init), (gst_avi_mux_init),
10593         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10594         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10595         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10596         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10597         (gst_avi_mux_riff_get_avix_header),
10598         (gst_avi_mux_riff_get_video_header),
10599         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10600         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10601         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10602         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10603         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10604         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10605         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10606         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10607         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10608         (gst_avi_mux_change_state):
10609         * gst/avi/gstavimux.h:
10610           Port AVI muxer to GStreamer-0.10 (#332031).
10611
10612         * tests/check/Makefile.am:
10613         * tests/check/elements/avimux.c:
10614         * tests/check/elements/.cvsignore:
10615           Add unit test for AVI muxer.
10616
10617 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10618
10619         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10620         (gst_wavparse_class_init), (gst_wavparse_reset),
10621         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10622         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10623         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10624         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10625         (gst_wavparse_stream_data), (gst_wavparse_loop),
10626         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10627         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10628         (plugin_init):
10629         * gst/wavparse/gstwavparse.h:
10630           reverted patch #337625 for the price of 1 hour sleep
10631
10632 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10633
10634         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10635         (gst_wavparse_class_init), (gst_wavparse_reset),
10636         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10637         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10638         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10639         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10640         (gst_wavparse_stream_data), (gst_wavparse_loop),
10641         (gst_wavparse_chain), (plugin_init):
10642         * gst/wavparse/gstwavparse.h:
10643           correct partial implementation of push mode
10644           (from my last commit)
10645
10646 2006-04-26  Wim Taymans  <wim@fluendo.com>
10647
10648         * ext/esd/esdsink.c:
10649         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10650         it is not in esd.h
10651
10652 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10655         (gst_au_parse_class_init), (gst_au_parse_init),
10656         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10657         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10658         (gst_au_parse_chain), (gst_au_parse_src_convert),
10659         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10660         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10661         (gst_au_parse_change_state):
10662         * gst/auparse/gstauparse.h:
10663           Rewrite auparse to suck a little bit less: make source pad
10664           dynamic, so decodebin/playbin work with non-raw formats
10665           like alaw/mulaw; add query function for duration/position
10666           queries; check whether we have enough data before attempting
10667           to parse the header (instead of crashing when that is not the
10668           case); work around audioconvert sucking by swapping endianness
10669           to the native endianness ourselves for float formats; send
10670           initial newsegment event. Fixes #161712.
10671
10672 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10673
10674         * sys/osxaudio/Makefile.am:
10675         * sys/osxaudio/gstosxaudioelement.c:
10676         (gst_osx_audio_element_get_type),
10677         (gst_osx_audio_element_class_init):
10678         * sys/osxaudio/gstosxaudioelement.h:
10679         * sys/osxaudio/gstosxaudiosink.c:
10680         (gst_osx_audio_sink_osxelement_do_init),
10681         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10682         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10683         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10684         (gst_osx_audio_sink_create_ringbuffer),
10685         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10686         (plugin_init):
10687         * sys/osxaudio/gstosxaudiosink.h:
10688         Port of osxaudiosink to 0.10
10689
10690 2006-04-26  Wim Taymans  <wim@fluendo.com>
10691
10692         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10693         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10694         the size of the ringbuffer. This should fix hangs with older 
10695         esd sound servers.
10696
10697 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10698
10699         * ext/aalib/gstaasink.c:
10700         * ext/annodex/gstcmmldec.c:
10701         * ext/annodex/gstcmmlenc.c:
10702         * ext/cairo/gsttextoverlay.c:
10703         * ext/cairo/gsttimeoverlay.c:
10704         * ext/cdio/gstcdiocddasrc.c:
10705         * ext/dv/gstdvdec.c:
10706         * ext/dv/gstdvdemux.c:
10707         * ext/esd/esdmon.c:
10708         * ext/esd/esdsink.c:
10709         * ext/flac/gstflacenc.c:
10710         * ext/flac/gstflactag.c:
10711         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10712         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10713         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10714         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10715         * ext/gdk_pixbuf/pixbufscale.c:
10716         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10717         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10718         * ext/jpeg/gstjpegdec.c:
10719         * ext/jpeg/gstjpegenc.c:
10720         * ext/jpeg/gstsmokedec.c:
10721         * ext/jpeg/gstsmokeenc.c:
10722         * ext/libcaca/gstcacasink.c:
10723         * ext/libmng/gstmngdec.c:
10724         * ext/libmng/gstmngenc.c:
10725         * ext/libpng/gstpngdec.c:
10726         * ext/libpng/gstpngenc.c:
10727         * ext/mikmod/gstmikmod.c:
10728         * ext/raw1394/gstdv1394src.c:
10729         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10730         * ext/shout2/gstshout2.h:
10731         * ext/speex/gstspeexdec.c:
10732         * ext/speex/gstspeexenc.c:
10733         * gst/alpha/gstalpha.c:
10734         * gst/alpha/gstalphacolor.c:
10735         * gst/apetag/gstapedemux.c:
10736         * gst/auparse/gstauparse.c:
10737         * gst/autodetect/gstautoaudiosink.c:
10738         (gst_auto_audio_sink_base_init):
10739         * gst/autodetect/gstautovideosink.c:
10740         (gst_auto_video_sink_base_init):
10741         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10742         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10743         * gst/cutter/gstcutter.c:
10744         * gst/debug/breakmydata.c:
10745         * gst/debug/efence.c:
10746         * gst/debug/gstnavigationtest.c:
10747         * gst/debug/gstnavseek.c:
10748         * gst/debug/negotiation.c:
10749         * gst/debug/progressreport.c:
10750         * gst/debug/testplugin.c:
10751         * gst/effectv/gstaging.c:
10752         * gst/effectv/gstdice.c:
10753         * gst/effectv/gstedge.c:
10754         * gst/effectv/gstquark.c:
10755         * gst/effectv/gstrev.c:
10756         * gst/effectv/gstshagadelic.c:
10757         * gst/effectv/gstvertigo.c:
10758         * gst/effectv/gstwarp.c:
10759         * gst/flx/gstflxdec.c:
10760         * gst/goom/gstgoom.c:
10761         * gst/icydemux/gsticydemux.c:
10762         * gst/id3demux/gstid3demux.c:
10763         * gst/interleave/deinterleave.c:
10764         * gst/interleave/interleave.c:
10765         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10766         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10767         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10768         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10769         * gst/level/gstlevel.c:
10770         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10771         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10772         * gst/median/gstmedian.c:
10773         * gst/monoscope/gstmonoscope.c:
10774         * gst/multipart/multipartdemux.c:
10775         * gst/multipart/multipartmux.c:
10776         * gst/oldcore/gstaggregator.c:
10777         * gst/oldcore/gstfdsink.c:
10778         * gst/oldcore/gstmd5sink.c:
10779         * gst/oldcore/gstmultifilesrc.c:
10780         * gst/oldcore/gstpipefilter.c:
10781         * gst/oldcore/gstshaper.c:
10782         * gst/oldcore/gststatistics.c:
10783         * gst/rtp/gstasteriskh263.c:
10784         * gst/rtp/gstrtpL16depay.c:
10785         * gst/rtp/gstrtpL16pay.c:
10786         * gst/rtp/gstrtpamrdepay.c:
10787         * gst/rtp/gstrtpamrpay.c:
10788         * gst/rtp/gstrtpdepay.c:
10789         * gst/rtp/gstrtpgsmpay.c:
10790         * gst/rtp/gstrtph263pay.c:
10791         * gst/rtp/gstrtph263pdepay.c:
10792         * gst/rtp/gstrtph263ppay.c:
10793         * gst/rtp/gstrtpilbcdepay.c:
10794         * gst/rtp/gstrtpmp4gpay.c:
10795         * gst/rtp/gstrtpmp4vdepay.c:
10796         * gst/rtp/gstrtpmp4vpay.c:
10797         * gst/rtp/gstrtpmpadepay.c:
10798         * gst/rtp/gstrtpmpapay.c:
10799         * gst/rtp/gstrtppcmadepay.c:
10800         * gst/rtp/gstrtppcmapay.c:
10801         * gst/rtp/gstrtppcmudepay.c:
10802         * gst/rtp/gstrtppcmupay.c:
10803         * gst/rtp/gstrtpspeexdepay.c:
10804         * gst/rtp/gstrtpspeexpay.c:
10805         * gst/rtsp/gstrtpdec.c:
10806         * gst/rtsp/gstrtspsrc.c:
10807         * gst/smpte/gstsmpte.c:
10808         * gst/udp/gstdynudpsink.c:
10809         * gst/udp/gstmultiudpsink.c:
10810         * gst/udp/gstudpsink.c:
10811         * gst/udp/gstudpsrc.c:
10812         * gst/videobox/gstvideobox.c:
10813         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10814         * gst/videofilter/gstvideobalance.c:
10815         * gst/videofilter/gstvideoflip.c:
10816         * gst/videofilter/gstvideotemplate.c:
10817         (gst_videotemplate_base_init):
10818         * gst/videomixer/videomixer.c:
10819         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10820         (gst_wavparse_class_init), (gst_wavparse_dispose),
10821         (gst_wavparse_reset), (gst_wavparse_init),
10822         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10823         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10824         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10825         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10826         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10827         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10828         (gst_wavparse_change_state):
10829         * gst/wavparse/gstwavparse.h:
10830         * sys/oss/gstossmixerelement.c:
10831         * sys/oss/gstosssink.c:
10832         * sys/oss/gstosssrc.c:
10833         * sys/osxaudio/gstosxaudioelement.c:
10834         * sys/osxaudio/gstosxaudiosink.c:
10835         * sys/osxaudio/gstosxaudiosrc.c:
10836         * sys/sunaudio/gstsunaudiomixer.c:
10837         * sys/sunaudio/gstsunaudiosink.c:
10838           Define GstElementDetails as const and also static (when defined as
10839           global)
10840
10841 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10844           Source pad has fixed caps. If we don't set this, bad
10845           things happen when the window is resized.
10846
10847 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * gst/matroska/Makefile.am:
10850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10851         (gst_matroska_demux_handle_src_event):
10852         * gst/matroska/matroska-ids.c:
10853         (gst_matroska_track_init_video_context),
10854         (gst_matroska_track_init_audio_context),
10855         (gst_matroska_track_init_subtitle_context),
10856         (gst_matroska_track_init_complex_context):
10857         * gst/matroska/matroska-ids.h:
10858           Handle case where the TrackType ebml chunk does not come before the
10859           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10860           events.
10861
10862 2006-04-25  Wim Taymans  <wim@fluendo.com>
10863
10864         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10865         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10866         It's codec_data, not codec_info.
10867
10868 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10869
10870         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10871
10872         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10873           Handle codec_data for VfW compatibility codec IDs (#339451)
10874
10875         * gst/matroska/matroska-mux.c:
10876         (gst_matroska_mux_video_pad_setcaps):
10877           Same here, handle codec_data and add additional caps we can handle
10878           now to the pad template (huffyuv, dv and h263 video) (#339451)
10879
10880 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10881
10882         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10883
10884         * gst/matroska/matroska-mux.c:
10885         (gst_matroska_mux_create_buffer_header),
10886         (gst_matroska_mux_write_data):
10887           Fix timestamping of B-frames, use signed integers, do
10888           some rounding (#339678).
10889
10890 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10891
10892         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10893         just make it compile with --disable-gst-debug.
10894
10895 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10896
10897         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10898         Fix a bad conversion using gst_guint64_to_gdouble.
10899         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10900         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10901         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10902     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10903         mistake.
10904
10905 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10906
10907         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10908         Use gst_guint64_to_gdouble for conversions
10909         * win32/vs6/gst_plugins_good.dsw:
10910         * win32/vs6/libgsticydemux.dsp:
10911         Add a project file for icydemux
10912
10913 2006-04-21  Wim Taymans  <wim@fluendo.com>
10914
10915         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10916
10917         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10918         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10919         When splitting audio chunks, the block alignment is not taken in
10920         consideration, so the smaller chunks could be of size which is 
10921         not a multiple of the block alignment. Fixes #336904
10922
10923 2006-04-21  Wim Taymans  <wim@fluendo.com>
10924
10925         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10926         Use scale functions
10927
10928 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * ext/dv/gstdv.c: (plugin_init):
10931           Fix build.
10932
10933 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10936         (gst_progress_report_class_init), (gst_progress_report_init),
10937         (gst_progress_report_do_query), (gst_progress_report_report),
10938         (gst_progress_report_set_property),
10939         (gst_progress_report_get_property):
10940           Add 'format' property to force querying to a particular format.
10941
10942 2006-04-21  Andy Wingo  <wingo@pobox.com>
10943
10944         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10945         best, on big endian systems. Drop its rank in that case. OTOH on
10946         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10947
10948 2006-04-21  Michael Smith  <msmith@fluendo.com>
10949
10950         * configure.ac:
10951         * gst/icydemux/Makefile.am:
10952         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10953         (gst_icydemux_base_init), (gst_icydemux_class_init),
10954         (gst_icydemux_reset), (gst_icydemux_init),
10955         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10956         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10957         (unicodify), (gst_icydemux_unicodify),
10958         (gst_icydemux_parse_and_send_tags),
10959         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10960         (gst_icydemux_chain), (gst_icydemux_change_state),
10961         (gst_icydemux_send_tag_event), (plugin_init):
10962         * gst/icydemux/gsticydemux.h:
10963         * tests/check/Makefile.am:
10964         * tests/check/elements/icydemux.c: (typefind_succeed),
10965         (plugin_init), (icydemux_found_pad), (create_icydemux),
10966         (cleanup_icydemux), (push_data), (GST_START_TEST),
10967         (icydemux_suite), (main):
10968           Add icydemux, and tests.
10969
10970 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10973           Post SEGMENT_DONE message in TIME format.
10974
10975 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10976
10977         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10978
10979         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10980         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10981           Fix index creation when we have to scan the file to create
10982           an index. There may be other types of RIFF 'LIST' chunks than
10983           'movi' and we need to skip them properly as well or we'll end up
10984           reading garbage (#336889). Some other cosmetic changes.
10985           
10986 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10987
10988         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
10989         (gst_flac_dec_handle_seek_event):
10990           Add support for segment seeks (fixes #338290). Also demote
10991           some recurring debug message from DEBUG to LOG level.
10992
10993 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10996         (gst_matroskademux_do_index_seek),
10997         (gst_matroska_demux_handle_seek_event),
10998         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
10999         * gst/matroska/matroska-ids.h:
11000           Set DISCONT flag on first buffer after a discontinuity.
11001           Fix newsegment events sent when seeking and honour KEY_UNIT
11002           seek flag. Create pad with bogus caps if we don't recognise
11003           the stream codec id.
11004
11005         * gst/matroska/matroska-demux.h:
11006           Fix GObject macros.
11007
11008 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11009
11010         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11011
11012         * gst/matroska/matroska-demux.c:
11013         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11014           Handle end of segment properly when set; don't dead-lock when
11015           posting start of segment message when doing a segment seek.
11016           Fixes #338810.
11017
11018 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11019
11020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11021         (gst_matroska_demux_plugin_init):
11022           Make mpeg2 aac audio work: create artificial private codec data
11023           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11024           Also call gst_riff_init(). Partially fixes #338767.
11025
11026 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11029         (gst_wavenc_class_init), (gst_wavenc_init),
11030         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11031         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11032         (gst_wavenc_chain), (gst_wavenc_change_state):
11033         * gst/wavenc/gstwavenc.h:
11034           Set caps on first outgoing buffer, so that it doesn't error out
11035           immediately with a non-negotiated error (#338716). Rewrite and
11036           clean up a bit; fix setcaps function to parse things properly;
11037           fix sink caps (8bit audio is unsigned and doesn't have depth);
11038           use boilerplate macros; remove unused properties stuff.
11039
11040 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11041
11042         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11043           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11044           handle MJPEG streams and might be autoplugged for those if the
11045           user doesn't have jpegdec installed (resulting in a cryptic error
11046           message about huffman tables). Better to disable JPEG decoding here
11047           and let the user figure out that she needs to install jpegdec.
11048
11049 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11052         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11053         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11054         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11055           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11056           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11057           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11058           debug messages. Fix boilerplate macros.
11059
11060 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11063         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11064           No need to special-case for Gdk-2.0 any longer, we require
11065           Gdk 2.2 or newer; minor clean-ups.
11066
11067 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11070         (gst_shout2send_class_init), (gst_shout2send_init),
11071         (set_shout_metadata), (gst_shout2send_set_metadata),
11072         (gst_shout2send_event), (gst_shout2send_start),
11073         (gst_shout2send_connect), (gst_shout2send_stop),
11074         (gst_shout2send_render), (gst_shout2send_set_property),
11075         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11076         (plugin_init):
11077         * ext/shout2/gstshout2.h:
11078         * po/POTFILES.in:
11079           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11080           change function; use GST_ELEMENT_ERROR for error reporting, not
11081           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11082           will cause crashes or assertion failures; remove (unused) "sync"
11083           property, basesink already has such a property; misc. other
11084           minor fixes and cleanups.
11085
11086 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11087
11088         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11089         * ext/esd/gstesd.c: (plugin_init):
11090         * po/POTFILES.in:
11091           Add translatable error message for when we cannot
11092           connect to the sound server, as "Cannot open resource
11093           for writing" isn't really an acceptable message to show
11094           to the user in this case.
11095
11096 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         * sys/oss/gst-i18n-plugin.h:
11099           Remove bogus file that doesn't belong here.
11100
11101 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11102
11103         Patch by: Philippe Valembois
11104
11105         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11106         (gst_shout2send_set_metadata), (gst_shout2send_event),
11107         (gst_shout2send_render), (gst_shout2send_change_state):
11108         * ext/shout2/gstshout2.h:
11109           Handle tags being received before the connection to
11110           the server is established properly (see #338636).
11111
11112 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11113
11114         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11115           Don't crash in case the connection to the server fails:
11116           don't set pointer to NULL by assigning FALSE; error out
11117           properly by using GST_ELEMENT_ERROR and returning
11118           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11119           before resetting the pointer.
11120
11121 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11122
11123         * gst/id3demux/id3tags.c:
11124         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11125         (Fixes #338713)
11126
11127 2006-04-12  Wim Taymans  <wim@fluendo.com>
11128
11129         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11130         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11131         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11132         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11133         (gst_gdk_pixbuf_chain):
11134         Some cleanups.
11135         Added RGBA as a possible output format.
11136         Correctly free the supported mimetypes.
11137         deprecate silent arg, it's not used.
11138         Return result from _alloc_buffer to peer.
11139
11140 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11143           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11144           overwriting GST_BUFFER_MALLOCDATA.
11145
11146 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11147
11148         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11149         (user_endrow_callback), (user_end_callback),
11150         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11151         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11152         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11153         * ext/libpng/gstpngdec.h:
11154           Handle more than one frame if the content is framed,
11155           like with png-in-quicktime (#331917).
11156
11157 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11158
11159         * sys/oss/Makefile.am:
11160         * sys/oss/common.h:
11161         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11162         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11163         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11164         (gst_oss_src_unprepare):
11165           - the user-visible error strings were in the wrong category
11166           - and the messages were not marked for translation
11167           - which is actually a good thing, because they were exactly
11168             the kind of message you would never want anyone to see
11169           - the macros were using variables that didn't exist in the macro
11170             arguments
11171           - and they were obviously copied from each other and then modified
11172           - so a common header makes sense
11173
11174 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11175
11176         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11177           Don't try to modify read-only data.
11178
11179         * gst/matroska/matroska-demux.c:
11180         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11181           Fix comment (won't crash any longer now).
11182
11183 2006-04-10  Michael Smith  <msmith@fluendo.com>
11184
11185         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11186           Use copies of header buffers for caps to avoid circular refcounting
11187           problems (as in theoradec, vorbisdec).
11188
11189         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11190           Fix a typo in test that meant it was testing the wrong thing.
11191
11192         * tests/check/elements/cmmlenc.c: (check_headers):
11193           Fix refcount checks now that we use buffer-copies for caps.
11194
11195 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11196
11197         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11198         (gst_matroska_demux_handle_seek_event),
11199         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11200         (gst_matroska_demux_subtitle_caps),
11201         (gst_matroska_demux_plugin_init):
11202           Use static pad templates with ANY caps for audio and video
11203           source pads and get rid of a lot of unnecessary (and partially
11204           broken) code for the template caps. Clean up caps finding
11205           functions. Fixes playback of audio files/streams that do not
11206           contain the sample rate and/or number of channels in the audio
11207           context (happens a lot with vorbis/mp3 .mka files it seems).
11208           Fixes #337183.
11209           Also add myself to copyright holders.
11210
11211 2006-04-10  Michael Smith  <msmith@fluendo.com>
11212
11213         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11214           Use g_list_delete_link () instead of g_list_remove_link () so that
11215           we free the link as well as the contained data.
11216
11217 2006-04-10  Wim Taymans  <wim@fluendo.com>
11218
11219         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11220
11221         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11222         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11223         (gst_avi_demux_stream_header):
11224         Fix some crashers with empty chunks. (Fixes #337749)
11225
11226 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11227
11228         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11229           use G_GINT64_CONSTANT for INT64 constants
11230         * gst/videofilter/gstvideobalance.c:
11231           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11232         * win32/vs6/libgstavi.dsp:
11233          add missing libraries for the link and remove avimux.c from
11234          the project as it isn't ported to 0.10 yet
11235         
11236 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11237
11238         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11239           Even better would be if we actually did the right thing
11240           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11241
11242 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11243
11244         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11245           Can't just replace 1LL with 1L here just because MSVC doesn't
11246           support it, as it might lead to incorrect results when doing the
11247           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11248           force a 64-bit constant in a way that all compilers are happy with.
11249
11250 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11251
11252         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11253         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11254         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11255         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11256         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11257         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11258         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11259         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11260         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11261         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11262         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11263         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11264         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11265         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11266         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11267         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11268         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11269         * gst/debug/efence.c: (gst_efence_class_init):
11270         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11271         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11272         * gst/goom/gstgoom.c: (gst_goom_class_init):
11273         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11274         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11275         * gst/interleave/interleave.c: (interleave_class_init):
11276         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11277         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11278         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11279         * gst/median/gstmedian.c: (gst_median_class_init):
11280         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11281         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11282         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11283         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11284         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11285         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11286         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11287         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11288         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11289         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11290         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11291         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11292         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11293         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11294         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11295         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11296         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11297         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11298         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11299         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11300         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11301         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11302         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11303         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11304         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11306         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11307         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11308         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11309         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11310         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11311         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11312         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11313         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11314         * sys/osxaudio/gstosxaudioelement.c:
11315         (gst_osxaudioelement_class_init):
11316         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11317         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11318         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11319         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11320
11321 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11322
11323         * ext/mikmod/gstmikmod.h:
11324         * gst/level/gstlevel.h:
11325         Fix more broken GObject macros
11326
11327 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11328
11329         * ext/annodex/gstcmmldec.h:
11330         * ext/annodex/gstcmmlenc.h:
11331         * ext/annodex/gstcmmltag.h:
11332         * ext/cairo/gsttextoverlay.h:
11333         * ext/ladspa/gstsignalprocessor.h:
11334         * gst/matroska/ebml-read.h:
11335         * gst/matroska/ebml-write.h:
11336         * sys/osxaudio/gstosxaudioelement.h:
11337         Fix broken GObject macros
11338
11339 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11342           Don't try to seek beyond the end of the file (would
11343           occasionally display error dialogs in totem when seeking
11344           to the end) (#335869). Will still throw an error though
11345           if the file is truncated and the total_samples value in
11346           the stream header is wrong.
11347
11348 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11351         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11352         (gst_flac_dec_metadata_callback):
11353         * ext/flac/gstflacdec.h:
11354           If the stream header doesn't contain the total number of samples,
11355           search for the last flac frame at the end of the file and calculate
11356           the total duration from that frame's offset (fixes #337609).
11357
11358 2006-04-07  Edward Hervey  <edward@fluendo.com>
11359
11360         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11361         Don't unref the GstPadTemplate returned by
11362         gst_element_class_get_pad_template().
11363
11364 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11367
11368         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11369         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11370         * sys/sunaudio/gstsunaudiosink.h:
11371           Use spec->segsize and spec->segtotal in the prepare function
11372           to initialise the ring buffer instead of using the buffer-time
11373           property (#337421).
11374
11375 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11376
11377         * configure.ac:
11378           Bump core requirements to CVS for gst_pad_query_peer_duration()
11379           which is used by speexdec.
11380
11381 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * ext/speex/gstspeex.c: (plugin_init):
11384         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11385         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11386         (speex_get_sink_query_types), (speex_dec_sink_query),
11387         (speex_get_src_query_types), (speex_dec_src_query),
11388         (speex_dec_src_event), (speex_dec_sink_event),
11389         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11390         (speex_dec_chain_parse_data), (speex_dec_chain),
11391         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11392         (speex_dec_change_state):
11393         * ext/speex/gstspeexdec.h:
11394           Fix seeking and duration queries (#337033); clean up and
11395           refactor a bit.
11396
11397 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11398
11399         * ext/raw1394/gstdv1394src.c:
11400           distinguish between device not found and could not open for
11401           reading
11402
11403 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11404
11405         * Makefile.am:
11406         * configure.ac:
11407         * pkgconfig/.cvsignore:
11408         * pkgconfig/Makefile.am:
11409         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11410           add a .pc file so other modules can use good plugins in tests
11411
11412 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11413
11414         * configure.ac:
11415           clean up, use AS_VERSION and AS_NANO
11416         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11417           use PACKAGE_VERSION define
11418         * po/af.po:
11419         * po/az.po:
11420         * po/cs.po:
11421         * po/en_GB.po:
11422         * po/hu.po:
11423         * po/it.po:
11424         * po/nb.po:
11425         * po/nl.po:
11426         * po/or.po:
11427         * po/sq.po:
11428         * po/sr.po:
11429         * po/sv.po:
11430         * po/uk.po:
11431         * po/vi.po:
11432           updated
11433
11434 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11435
11436         * ext\jpeg\smokecodec.c:
11437           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11438         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11439           move first instruction after all variables declarations
11440         * gst\alpha\gstalpha.c:
11441         * gst\effectv\gstshagadelic.c:
11442         * gst\smpte\paint.c:
11443         * gst\videofilter\gstvideobalance.c:
11444           define M_PI if it's not defined (it's not defined on WIN32)
11445         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11446         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11447         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11448         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11449         (gst_matroska_demux_video_caps):
11450         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11451         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11452           use gst_guint64_to_gdouble for conversions
11453         * gst\goom\filters.c: (setPixelRGB_):
11454           fix a debug which was using undefined variable
11455         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11456         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11457           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11458         * win32/vs6:
11459           add vs6 projects files for most of plugins-good
11460         
11461 2006-03-30  j^  <j@bootlab.org>
11462
11463         * ext/aalib/gstaasink.c:
11464         * ext/annodex/gstcmmldec.c:
11465         * ext/annodex/gstcmmlenc.c:
11466         * ext/cairo/gsttextoverlay.c:
11467         * ext/cairo/gsttimeoverlay.c:
11468         * ext/cdio/gstcdiocddasrc.c:
11469         * ext/dv/gstdvdec.c:
11470         * ext/esd/esdmon.c:
11471         * ext/esd/esdsink.c:
11472         * ext/flac/gstflacdec.c:
11473         * ext/flac/gstflacenc.c:
11474         * ext/flac/gstflactag.c:
11475         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11476         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11477         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11478         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11479         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11480         * ext/gdk_pixbuf/pixbufscale.c:
11481         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11482         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11483         * ext/jpeg/gstjpegdec.c:
11484         * ext/jpeg/gstjpegenc.c:
11485         * ext/jpeg/gstsmokedec.c:
11486         * ext/jpeg/gstsmokeenc.c:
11487         * ext/libcaca/gstcacasink.c:
11488         * ext/libmng/gstmngdec.c:
11489         * ext/libmng/gstmngenc.c:
11490         * ext/libpng/gstpngdec.c:
11491         * ext/libpng/gstpngenc.c:
11492         * ext/mikmod/gstmikmod.c:
11493         * ext/raw1394/gstdv1394src.c:
11494         * ext/shout2/gstshout2.c:
11495         * ext/speex/gstspeexdec.c:
11496         * ext/speex/gstspeexenc.c:
11497         * gst/alpha/gstalpha.c:
11498         * gst/alpha/gstalphacolor.c:
11499         * gst/auparse/gstauparse.c:
11500         * gst/autodetect/gstautoaudiosink.c:
11501         (gst_auto_audio_sink_base_init):
11502         * gst/autodetect/gstautovideosink.c:
11503         (gst_auto_video_sink_base_init):
11504         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11505         * gst/cutter/gstcutter.c:
11506         * gst/debug/breakmydata.c:
11507         * gst/debug/efence.c:
11508         * gst/debug/gstnavigationtest.c:
11509         * gst/debug/negotiation.c:
11510         * gst/debug/progressreport.c:
11511         * gst/debug/testplugin.c:
11512         * gst/effectv/gstaging.c:
11513         * gst/effectv/gstdice.c:
11514         * gst/effectv/gstedge.c:
11515         * gst/effectv/gstquark.c:
11516         * gst/effectv/gstrev.c:
11517         * gst/effectv/gstvertigo.c:
11518         * gst/effectv/gstwarp.c:
11519         * gst/flx/gstflxdec.c:
11520         * gst/goom/gstgoom.c:
11521         * gst/interleave/deinterleave.c:
11522         * gst/interleave/interleave.c:
11523         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11524         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11525         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11526         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11527         * gst/level/gstlevel.c:
11528         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11529         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11530         * gst/median/gstmedian.c:
11531         * gst/monoscope/gstmonoscope.c:
11532         * gst/multipart/multipartdemux.c:
11533         * gst/multipart/multipartmux.c:
11534         * gst/oldcore/gstmd5sink.c:
11535         * gst/oldcore/gstmultifilesrc.c:
11536         * gst/oldcore/gstpipefilter.c:
11537         * gst/oldcore/gstshaper.c:
11538         * gst/oldcore/gststatistics.c:
11539         * gst/rtp/gstasteriskh263.c:
11540         * gst/rtp/gstrtpL16depay.c:
11541         * gst/rtp/gstrtpL16pay.c:
11542         * gst/rtp/gstrtpamrdepay.c:
11543         * gst/rtp/gstrtpamrpay.c:
11544         * gst/rtp/gstrtpdepay.c:
11545         * gst/rtp/gstrtpgsmpay.c:
11546         * gst/rtp/gstrtph263pay.c:
11547         * gst/rtp/gstrtph263pdepay.c:
11548         * gst/rtp/gstrtph263ppay.c:
11549         * gst/rtp/gstrtpmp4gpay.c:
11550         * gst/rtp/gstrtpmp4vdepay.c:
11551         * gst/rtp/gstrtpmp4vpay.c:
11552         * gst/rtp/gstrtpmpadepay.c:
11553         * gst/rtp/gstrtpmpapay.c:
11554         * gst/rtp/gstrtppcmadepay.c:
11555         * gst/rtp/gstrtppcmapay.c:
11556         * gst/rtp/gstrtppcmudepay.c:
11557         * gst/rtp/gstrtppcmupay.c:
11558         * gst/rtp/gstrtpspeexdepay.c:
11559         * gst/rtp/gstrtpspeexpay.c:
11560         * gst/rtsp/gstrtpdec.c:
11561         * gst/smpte/gstsmpte.c:
11562         * gst/videobox/gstvideobox.c:
11563         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11564         * gst/videofilter/gstvideobalance.c:
11565         * gst/videofilter/gstvideoflip.c:
11566         * gst/videofilter/gstvideotemplate.c:
11567         (gst_videotemplate_base_init):
11568         * gst/videomixer/videomixer.c:
11569         * gst/wavenc/gstwavenc.c:
11570         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11571          better/unified long descriptions
11572          Fixed #336602
11573          Some cleanups to auparse, don't send multiple newsegments.
11574
11575 2006-03-29  Wim Taymans  <wim@fluendo.com>
11576
11577         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11578
11579         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11580         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11581         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11582         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11583         * ext/dv/gstdvdemux.h:
11584         Seek in READY patch. Only works for pull based mode.
11585         Fixes #323880
11586
11587 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11588
11589         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11590         (gst_gdk_pixbuf_event):
11591           Fix two crashers: don't unref the same caps twice, and
11592           set pixbuf loader to NULL after freeing it.
11593
11594 2006-03-27  Wim Taymans  <wim@fluendo.com>
11595
11596         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11597         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11598         (gst_speexenc_chain):
11599         * ext/speex/gstspeexenc.h:
11600         Don't leak adapter.
11601         A push *always* takes ownership of the buffer, even on
11602         errors.
11603         Small cleanups.
11604
11605 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11606
11607         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11608           Create source pad without leaking.
11609
11610 2006-03-24  Wim Taymans  <wim@fluendo.com>
11611
11612         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11613         * ext/flac/gstflacdec.h:
11614         * ext/flac/gstflacenc.h:
11615         Spifify a bit.
11616         Fix deadly lock order error in seeking code, STREAM_LOCK
11617         cannot be taken within LOCK and the streaming variables are
11618         protected with the STREAM_LOCK anyway.
11619
11620 2006-03-24  Wim Taymans  <wim@fluendo.com>
11621
11622         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11623         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11624         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11625         this patch combines the global init_frames with the stream
11626         init_frames. Rationale being that the global delay should 
11627         be subtracted from any stream delay.
11628         Fixes #335858.
11629
11630 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11631
11632         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11633         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11634         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11635         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11636         use DEBUG_FUNCPTR for collectpads
11637
11638 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11641           Don't crash when encoding images where the number of rows isn't
11642           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11643
11644 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11645
11646         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11647         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11648         * gst/interleave/interleave.c: (interleave_change_state):
11649         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11650           More state change function fixes.
11651
11652 2006-03-23  Wim Taymans  <wim@fluendo.com>
11653
11654         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11655         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11656         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11657         (gst_esdsink_delay), (gst_esdsink_reset):
11658         * ext/esd/esdsink.h:
11659         Fix esd choppy playback by configuring audiosink
11660         correctly. Fixes #325191
11661
11662 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11665           Make state change function thread-safe.
11666
11667 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11670         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11671           Don't try to read beyond the end of the file just because
11672           the header claims a bigger size (like with truncated files).
11673
11674 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11675
11676         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11677         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11678         (gst_wavparse_stream_data), (gst_wavparse_loop):
11679         * gst/wavparse/gstwavparse.h:
11680           Delay source pad creation until we have the first chunk of
11681           media data, so the we can examine the data and adjust the
11682           caps accordingly if required. This makes playback of .wav
11683           files with DTS-declared-as-PCM content work (#313266).
11684
11685 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11686
11687         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11688         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11689         Don't attempt typefinding on too-short buffers that have been
11690         completely trimmed away. (Fixes #330239)
11691
11692         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11693         Improve the debug output
11694
11695 2006-03-21  Wim Taymans  <wim@fluendo.com>
11696
11697         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11698         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11699         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11700         (gst_esdsink_set_property), (gst_esdsink_get_property):
11701         Some cleanups.
11702         Reset fd to -1 when we close them.
11703
11704 2006-03-21  Wim Taymans  <wim@fluendo.com>
11705
11706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11707         the OPTIONS request result is optional so don't
11708         fail on it.
11709
11710 2006-03-21  Edward Hervey  <edward@fluendo.com>
11711
11712         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11713         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11714         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11715         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11716         (gst_wavparse_change_state):
11717         gcc 4.1 unreferenced pointer fixes.
11718
11719 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11720
11721         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11722
11723         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11724           Fix block alignment calculation. Alignment should be done before
11725           adding the byte offset where the data starts (#335231).
11726
11727 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11728
11729         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11730           Ensure that we set correct caps on buffers that are transferred
11731           direct from the input.
11732
11733 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11734
11735         * gst/goom/filters.c: (zoomFilterDestroy):
11736         * gst/goom/goom_core.c: (goom_close):
11737           Free filter data when cleaning up. (Fixes: #334995)
11738
11739 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11740
11741         * configure.ac:
11742           Don't compile udp and rtsp plugins on win32 (mingw) or other
11743           systems that don't have <sys/socket.h> for some reason (#316203).
11744
11745 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11746
11747         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11748         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11749         * ext/raw1394/gstdv1394src.h:
11750           Change bus reset handler so it reports useful information such as
11751           whether the device being used connected or disconnected
11752
11753 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11754
11755         * gst/id3demux/id3v2frames.c:
11756         (parse_relative_volume_adjustment_two):
11757           We only care about gain and peak data for the master volume.
11758
11759 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11762         (parse_id_string), (parse_unique_file_identifier),
11763         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11764           Read replay gain tags (#323721).
11765
11766 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11767
11768         * configure.ac:
11769           Bump requirements to gst-plugins-base CVS because
11770           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11771
11772 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11773
11774         * rtp/gst/gstrtppcmadepay.c:
11775         Fixed one of the caps in the code from mulaw to alaw.
11776
11777 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11778
11779         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11780           Ensure that we set caps on the buffers we pass.
11781
11782         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11783         (gst_id3demux_sink_activate):
11784           Ensure that we set caps on the buffers we pass.
11785
11786           Use STREAM, TYPE_NOT_FOUND as the error class when
11787           typefinding fails.
11788
11789 2006-03-15  Edward Hervey  <edward@fluendo.com>
11790
11791         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11792         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11793         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11794         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11795         (gst_jpeg_dec_setcaps):
11796         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11797         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11798         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11799         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11800         (gst_mngdec_src_getcaps):
11801         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11802         (gst_pngdec_caps_create_and_set):
11803         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11804         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11805         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11806         * gst/alpha/gstalpha.c: (gst_alpha_init):
11807         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11808         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11809         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11810         * gst/cutter/gstcutter.c: (gst_cutter_init):
11811         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11812         (gst_efence_checkgetrange):
11813         * gst/debug/negotiation.c: (gst_negotiation_init):
11814         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11815         * gst/goom/gstgoom.c: (gst_goom_init):
11816         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11817         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11818         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11819         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11820         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11821         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11822         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11823         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11824         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11825         (gst_wavparse_create_sourcepad):
11826         Fix memleak with gst_static_pad_template_get().
11827         This uses gst_pad_new_from_static_template() instead.
11828         Fixes #333512
11829
11830 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11831
11832         * configure.ac:
11833           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11834           used by id3demux.
11835
11836         * gst/id3demux/gstid3demux.c: (plugin_init):
11837         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11838         (parse_user_text_identification_frame),
11839         (parse_unique_file_identifier):
11840           Add support for UFID and TXXX frames and extract musicbrainz tags.
11841
11842 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11845           Catch short reads, like they might happen with truncated
11846           files (see #305279); remove unnecessary indentation.
11847
11848 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11851           Fix DIB image inversion for pictures with a
11852           depth != 8 (#305279).
11853
11854 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11855
11856         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11857         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11858         * ext/jpeg/gstjpegdec.h:
11859           Fix durations on outgoing buffers after seeking
11860           in MJPEG files (#334083); some minor clean-ups.
11861
11862 2006-03-13  Wim Taymans  <wim@fluendo.com>
11863
11864         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11865         (gst_wavparse_change_state):
11866         Implement seek in READY (re-fixes #327658)
11867
11868 2006-03-13  Wim Taymans  <wim@fluendo.com>
11869
11870         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11871         * ext/esd/esdmon.c: (gst_esdmon_get):
11872         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11873         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11874         (gst_gdk_pixbuf_sink_getcaps):
11875         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11876         (gst_jpegenc_setcaps):
11877         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11878         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11879         (gst_smokeenc_setcaps):
11880         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11881         (gst_mngdec_src_getcaps):
11882         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11883         (gst_mngenc_chain):
11884         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11885         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11886         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11887         (speex_dec_src_event), (speex_dec_chain):
11888         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11889         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11890         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11891         (gst_negotiation_pad_link), (gst_negotiation_chain):
11892         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11893         (gst_flxdec_chain):
11894         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11895         (deinterleave_chain):
11896         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11897         * gst/median/gstmedian.c: (gst_median_link):
11898         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11899         (gst_monoscope_chain):
11900         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11901         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11902         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11903         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11904         close #333784 unref the result of gst_pad_get_parent()
11905         by: Christophe Fergeau.
11906
11907 2006-03-09  Wim Taymans  <wim@fluendo.com>
11908
11909         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11910         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11911         Handle events in push mode better, can now do non-flushing
11912         seeks in push mode as well.
11913
11914 2006-03-07  Wim Taymans  <wim@fluendo.com>
11915
11916         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11917         Applied patch from Kai Vehmanen, fixes #333624.
11918
11919 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11920
11921         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11922         Implement paletted and grayscale png files handling.
11923         (#150363).
11924
11925 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11926
11927         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11928         (gst_speexenc_chain):
11929           fix a tag list assert
11930           follow gst-plugins-base/ext/ogg/README; set OFFSET
11931           and OFFSET_END.  Muxes correctly with gst-plugins-base
11932           > 0.9.3
11933
11934 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * gst/id3demux/Makefile.am:
11937         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11938         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11939           Use new typefind helper functions here as well, and
11940           do typefinding in pull-mode if upstream supports that.
11941
11942 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11943
11944         * sys/sunaudio/gstsunaudiomixerctrl.c:
11945         (gst_sunaudiomixer_ctrl_get_volume),
11946         (gst_sunaudiomixer_ctrl_set_volume):
11947         * sys/sunaudio/gstsunaudiomixertrack.c:
11948         (gst_sunaudiomixer_track_new):
11949           Remove unused variables, breaks build from CVS
11950           with -Werror (#333392, patch by: Benjamin Pineau)
11951
11952 2006-03-03  Wim Taymans  <wim@fluendo.com>
11953
11954         * docs/plugins/Makefile.am:
11955         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11957         Added wavparse docs.
11958
11959         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11960         (gst_wavparse_reset), (gst_wavparse_init),
11961         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11962         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11963         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11964         (gst_wavparse_stream_data), (gst_wavparse_loop),
11965         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11966         (gst_wavparse_change_state):
11967         * gst/wavparse/gstwavparse.h:
11968         Implement seek in READY (fixes #327658)
11969         Added docs and did some cleanups.
11970
11971 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11974         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11975         (gst_avi_demux_calculate_durations_from_index),
11976         (gst_avi_demux_stream_header):
11977         * gst/avi/gstavidemux.h:
11978           If we have an index, use a duration based on the index instead
11979           of blindly trusting the information in the stream headers
11980           (fixes #331817).
11981
11982 2006-03-03  Wim Taymans  <wim@fluendo.com>
11983
11984         * docs/plugins/Makefile.am:
11985         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11986         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11987         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11988         Added smoke and jpeg to the docs.
11989
11990         * ext/jpeg/Makefile.am:
11991         * ext/jpeg/gstjpeg.c: (plugin_init):
11992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11993         * ext/jpeg/gstjpegenc.h:
11994         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
11995         (gst_smokedec_chain):
11996         * ext/jpeg/gstsmokedec.h:
11997         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
11998         * ext/jpeg/gstsmokeenc.h:
11999         * ext/jpeg/smokecodec.h:
12000         Port smokedec (fixes #331905).
12001         Added some docs.
12002         Some cleanups.
12003
12004 2006-03-03  Wim Taymans  <wim@fluendo.com>
12005
12006         * docs/plugins/Makefile.am:
12007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12009         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12010         Added videobalance and videoflip to the docs.
12011
12012         * gst/videofilter/Makefile.am:
12013         * gst/videofilter/gstvideobalance.c:
12014         (gst_video_balance_update_tables_planar411),
12015         (gst_video_balance_is_passthrough),
12016         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12017         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12018         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12019         (gst_video_balance_finalize), (gst_video_balance_class_init),
12020         (gst_video_balance_init), (gst_video_balance_interface_supported),
12021         (gst_video_balance_interface_init),
12022         (gst_video_balance_colorbalance_list_channels),
12023         (gst_video_balance_colorbalance_set_value),
12024         (gst_video_balance_colorbalance_get_value),
12025         (gst_video_balance_colorbalance_init),
12026         (gst_video_balance_set_property), (gst_video_balance_get_property),
12027         (gst_video_balance_get_type), (plugin_init):
12028         * gst/videofilter/gstvideobalance.h:
12029         Ported to 0.10. (Fixes #326160)
12030         Added docs.
12031
12032         * gst/videofilter/gstvideoflip.c:
12033         * gst/videofilter/gstvideoflip.h:
12034         Added docs.
12035
12036 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12037
12038         * configure.ac:
12039           Bump requirements to current core and -base CVS
12040           (core for new typefind helper API, and -base for the
12041           WAVFORMATEX support that was added to libgstriff and
12042           is needed by wavparse).
12043         
12044         * gst/apetag/Makefile.am:
12045         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12046         (gst_tag_demux_sink_activate):
12047           Use new typefind helpers for typefinding instead of our
12048           home-grown stuff; also, do typefinding in pull-mode if
12049           upstream supports that.
12050
12051 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12052
12053         Reviewed by: Christian Schaller <christian@fluendo.com>
12054
12055         This patch fixes bug: 329107
12056
12057         This Changelog entry is for a commit done on February 17
12058
12059         * ext/gconf/gconf.c
12060         * ext/gconf/gconf.h
12061         * ext/gconf/gstgconfaudiosink.c
12062         * ext/gconf/gstgconfaudiosink.h
12063         * gconf/gstreamer.schemas.in
12064
12065 2006-02-28  Wim Taymans  <wim@fluendo.com>
12066
12067         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12068         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12069         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12070         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12071         Use DEBUG_OBJECT more.
12072
12073 2006-02-28  Wim Taymans  <wim@fluendo.com>
12074
12075         * docs/plugins/Makefile.am:
12076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12078         Added dvdec and dvdemux to docs.
12079
12080         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12081         Added docs.
12082         Check frame sizes so we don't crash when don't have enough
12083         data.
12084         Send nice error messages on error.
12085
12086         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12087         (gst_dvdemux_class_init), (gst_dvdemux_init),
12088         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12089         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12090         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12091         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12092         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12093         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12094         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12095         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12096         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12097         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12098         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12099         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12100         * ext/dv/gstdvdemux.h:
12101         Added docs.
12102         Implement pull mode.
12103         Fix memleaks.
12104         Reduce memcpy for the video demuxing.
12105
12106 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12107
12108         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12109         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12110         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12111         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12112           Add a little extra debug. Make the decoder not return NOT_LINKED,
12113           as we want to continue decoding all CMML and emitting tags.
12114
12115 2006-02-27  Michael Smith  <msmith@fluendo.com>
12116
12117         * ext/annodex/gstskeltag.c:
12118         * ext/annodex/gstskeltag.h:
12119           Deleted; these files aren't used any more either.
12120
12121 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12122
12123         * ext/Makefile.am: Fix dist-check.
12124
12125 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12126
12127         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12128         memleak.
12129
12130 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12131
12132         * ext/annodex/Makefile.am:
12133         * ext/annodex/gstannodex.c:
12134         * ext/annodex/gstcmmldec.c:
12135         * ext/annodex/gstcmmlenc.c:
12136         * ext/annodex/gstcmmlparser.c:
12137         * ext/annodex/gstcmmlparser.h:
12138         * ext/annodex/gstcmmlutils.c:
12139         * tests/check/elements/cmmldec.c:
12140         * tests/check/elements/cmmlenc.c:
12141           Fix a memleak in gst_cmml_track_list_add_clip.
12142           Handle overflows in clip's start and end times.
12143           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12144           Do not parse junk at the end of a CMML preamble buffer.
12145           Register a libxml error handler to not print stuff on stderr.
12146           Check for bad clip start and end times in the testsuites.
12147
12148 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12149
12150         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12151         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12152         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12153         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12154         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12155         possible memleaks.
12156
12157 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12158
12159         * tests/check/Makefile.am:
12160         * tests/check/elements/cmmldec.c:
12161         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12162         the plugins-base tags.
12163
12164 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12165
12166         * ext/Makefile.am: Re-enable module.
12167
12168 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12169
12170         * tests/check/Makefile.am: Forgot to remove that test.
12171
12172 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12173
12174         * ext/annodex/Makefile.am:
12175         * ext/annodex/gstannodex.c: (plugin_init):
12176         * ext/annodex/gstcmmldec.c:
12177         * ext/annodex/gstskeldec.c:
12178         * ext/annodex/gstskeldec.h:
12179         * tests/check/Makefile.am:
12180         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12181
12182 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12183
12184         * tests/check/Makefile.am: Disable those checks as well.
12185
12186 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12187
12188         * ext/Makefile.am: Disable annodex for now until we figure out
12189         how to make it build.
12190         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12191         Add a rule to your checklist : "please try to at least build 
12192         what you are going to commit into -good, or if you are too lazy
12193         to do that, please check that the buildbots are not crying because
12194         of your commit."
12195
12196 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12197
12198         * configure.ac:
12199         * ext/Makefile.am:
12200         * ext/gdk_pixbuf/Makefile.am:
12201         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12202         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12203         * ext/gdk_pixbuf/pixbufscale.c:
12204         * ext/gdk_pixbuf/pixbufscale.h:
12205           Gdkpixbuf ported from 0.8 to 0.10 by
12206           Renato Filho <renato.filho@indt.org.br>.
12207           gst_loader and gdkpixbufanimation still need port.
12208
12209 2006-02-24  Michael Smith  <msmith@fluendo.com>
12210
12211         * configure.ac:
12212         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12213         * ext/Makefile.am:
12214         * ext/annodex/Makefile.am:
12215         * ext/annodex/gstannodex.c:
12216         * ext/annodex/gstannodex.h:
12217         * ext/annodex/gstcmmldec.c:
12218         * ext/annodex/gstcmmldec.h:
12219         * ext/annodex/gstcmmlenc.c:
12220         * ext/annodex/gstcmmlenc.h:
12221         * ext/annodex/gstcmmlparser.c:
12222         * ext/annodex/gstcmmlparser.h:
12223         * ext/annodex/gstcmmltag.c:
12224         * ext/annodex/gstcmmltag.h:
12225         * ext/annodex/gstcmmlutils.c:
12226         * ext/annodex/gstcmmlutils.h:
12227         * ext/annodex/gstskeldec.c:
12228         * ext/annodex/gstskeldec.h:
12229         * ext/annodex/gstskeltag.c:
12230         * ext/annodex/gstskeltag.h:
12231         * tests/check/Makefile.am:
12232         * tests/check/elements/cmmldec.c:
12233         * tests/check/elements/cmmlenc.c:
12234         * tests/check/elements/skeldec.c:
12235           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12236           Includes tests & docs, oh my! Passes Thomas's -good checklist
12237           entirely. Wow.
12238
12239 2006-02-24  Michael Smith  <msmith@fluendo.com>
12240
12241         * autogen.sh:
12242           Check for automake 1.9 as well.
12243
12244 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         * ext/flac/gstflacenc.c:
12247           Change min. sample rate to 8kHz to match flacdec's.
12248           
12249 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * ext/cdio/Makefile.am:
12252           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12253           required for Cygwin, see #317048)
12254
12255         * gst/rtp/gstasteriskh263.c:
12256           Cygwin has includes for both the unix network socket API
12257           and the windows API, but only one can be included, so fix
12258           includes to only use one or the other, prefering the unxi
12259           one (#317048).
12260
12261 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12262
12263         * rtp/gst/gstrtppcmadepay.c:
12264         * rtp/gst/gstrtppcmadepay.h:
12265         * rtp/gst/gstgstrtppcmapay.c:
12266         * rtp/gst/gstgstrtppcmapay.h:
12267         * rtp/gst/gstrtppcmudepay.c:
12268         * rtp/gst/gstrtppcmudepay.h:
12269         * rtp/gst/gstrtppcmupay.c:
12270         * rtp/gst/gstrtppcmupay.h:
12271         * rtp/gst/Makefile.am:
12272         * rtp/gst/gstrtp.c:
12273         * rtp/gst/README:
12274         Separated the G711 payloaders/depayloaders into separate elements for
12275         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12276
12277 2006-02-22  Wim Taymans  <wim@fluendo.com>
12278
12279         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12280         (gst_dvdec_change_state):
12281         * ext/dv/gstdvdec.h:
12282         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12283         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12284         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12285         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12286         (gst_dvdemux_flush), (gst_dvdemux_chain),
12287         (gst_dvdemux_change_state):
12288         * ext/dv/gstdvdemux.h:
12289         Ueber spiffify some more, added debug category.
12290         Use _scale.
12291         Use segments, respect playback rate from newsegment.
12292         Fix refcount issue.
12293
12294 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12295
12296         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12297         (gst_signal_processor_process):
12298         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12299         enabled for the build, but it helps me win the feature-count
12300         competitions ooh yeah.
12301
12302 2006-02-19  Wim Taymans  <wim@fluendo.com>
12303
12304         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12305         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12306         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12307         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12308         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12309         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12310         Use scaling code for added precission and more correct stop
12311         position in case scale==0.
12312
12313 2006-02-19  Wim Taymans  <wim@fluendo.com>
12314
12315         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12316         (gst_flxdec_chain):
12317         * gst/flx/gstflxdec.h:
12318         Implement DURATION query.
12319
12320 2006-02-19  Wim Taymans  <wim@fluendo.com>
12321
12322         * gst/flx/flx_color.h:
12323         * gst/flx/flx_fmt.h:
12324         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12325         (gst_flxdec_src_query_handler), (flx_decode_color),
12326         (gst_flxdec_chain):
12327         * gst/flx/gstflxdec.h:
12328         Set MALLOCDATA for the temp buffers so we don't leak.
12329         Some debug cleanups.
12330         Consume all data in the adapter before leaving the chain
12331         function. Fixes #330678.
12332
12333 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12334
12335         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12336         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12337          Handle 0 data size in otherwise valid frames.
12338          Handle numeric strings in 2.4.0 even when not in parentheses 
12339
12340 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12341
12342         * gst/matroska/matroska-demux.c:
12343         (gst_matroska_demux_subtitle_caps),
12344         (gst_matroska_demux_plugin_init):
12345         * gst/matroska/matroska-ids.h:
12346           Recognise SSA/ASS and USF subtitle formats and
12347           set proper caps when they are found.
12348
12349 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12350
12351         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12352         (gst_jpeg_dec_chain):
12353           Fix invalid memory access for some odd-sized images
12354           (see image contained in quicktime stream in #327083);
12355           use g_malloc() instead of g_alloca().
12356
12357 2006-02-17  Wim Taymans  <wim@fluendo.com>
12358
12359         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12360         Patch from Sebastien Cote, fixes #319884
12361
12362 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12363
12364         * ext/cdio/gstcdio.c: (plugin_init):
12365           Init debug category (#331253).
12366
12367 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12368
12369         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12370           Pass extra_data to gst_riff_create_audio_caps(), so that
12371           WAVEFORMATEX stuff works. Post audio codec name and post
12372           it as taglist on the bus. Allow up to 8 channesl for raw
12373           PCM in the source pad template caps.
12374
12375 2006-02-16  Wim Taymans  <wim@fluendo.com>
12376
12377         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12378         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12379         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12380         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12381         (gst_multipart_set_property), (gst_multipart_get_property):
12382         Applied #318663. Gives quite a few false positives in
12383         autoscan mode, but it's better than nothing. Not closing yet.
12384
12385 2006-02-16  Wim Taymans  <wim@fluendo.com>
12386
12387         * docs/plugins/Makefile.am:
12388         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12389         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12390         * docs/plugins/gst-plugins-good-plugins.args:
12391         * docs/plugins/inspect/plugin-udp.xml:
12392         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12393         (gst_udpsrc_start):
12394         Update documentation.
12395         Fix args.
12396
12397 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12398
12399         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12400         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12401         frame size. (Fixes #331368)
12402
12403 2006-02-16  Wim Taymans  <wim@fluendo.com>
12404
12405         * gst/rtsp/README:
12406         Updated README.
12407
12408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12409         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12410         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12411         * gst/rtsp/gstrtspsrc.h:
12412         Make sure the RTP port is an even port an try to allocate 
12413         another if not.
12414         Added retry property to control max retries for port allocation.
12415         Make sure RTCP port is RTP port+1.
12416         Cleanup when port allocation fails.
12417         Fixes #319183.
12418         
12419 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12420
12421         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12422           Don't ignore return value of the parent class's state
12423           change function (#331385, patch by: Wouter Paesen).
12424
12425 2006-02-15  Wim Taymans  <wim@fluendo.com>
12426
12427         * configure.ac:
12428         * docs/plugins/Makefile.am:
12429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12431         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12432         * ext/Makefile.am:
12433         * ext/hal/Makefile.am:
12434         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12435         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12436         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12437         (do_toggle_element), (gst_hal_audio_sink_set_property),
12438         (gst_hal_audio_sink_get_property),
12439         (gst_hal_audio_sink_change_state):
12440         * ext/hal/gsthalaudiosink.h:
12441         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12442         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12443         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12444         (do_toggle_element), (gst_hal_audio_src_set_property),
12445         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12446         * ext/hal/gsthalaudiosrc.h:
12447         * ext/hal/gsthalelements.c: (plugin_init):
12448         * ext/hal/gsthalelements.h:
12449         * ext/hal/hal.c: (gst_hal_get_string),
12450         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12451         (gst_hal_get_audio_src):
12452         * ext/hal/hal.h:
12453         Add HAL sound device wrapper plugins. Closes #329106
12454
12455 2006-02-15  Wim Taymans  <wim@fluendo.com>
12456
12457         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12458         Add comment in a fultile attempt to stop the copy-and-paste 
12459         paradigm leading to duplication of bad code.
12460
12461         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12462         Mime parameters have to be checked case insensitive
12463
12464 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12465
12466         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12467           Advance stream time for lagging subtitle streams by sending
12468           newsegment events with the update flag set.
12469
12470 2006-02-14  Edward Hervey  <edward@fluendo.com>
12471
12472         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12473         There can be bogus data before the hdrl LIST tag in the RIFF header.
12474         It's hard to say if it's not respecting the AVI specifications or not,
12475         but since Google Video is producing AVIs like that and the other player
12476         don't seem to complain, I guess we should do the same.
12477
12478 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12479
12480         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12481         (parse_split_strings):
12482         Add more validation to ensure that a char encoding conversion
12483         produced a valid UTF-8 string.
12484
12485 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12486
12487         Reviewed by: Edward Hervey  <edward@fluendo.com>
12488
12489         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12490         Properly handle end of segment. Closes #330885.
12491
12492 2006-02-13  Wim Taymans  <wim@fluendo.com>
12493
12494         * gst/rtp/gstrtpmp4gpay.h:
12495         For got to commit this one.
12496
12497 2006-02-12  Wim Taymans  <wim@fluendo.com>
12498
12499         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12500         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12501         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12502         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12503         * gst/rtp/gstrtpmp4gpay.h:
12504         Make more things work.
12505         Handle ACC config strings.
12506
12507 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12508
12509         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12510           set timestamps if no incoming timestamps set
12511
12512 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12513
12514         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12515         (gst_tag_demux_do_typefind):
12516           ... and fix the very same leaks in GstTagDemux.
12517
12518 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12519
12520         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12521         (gst_id3demux_do_typefind):
12522         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12523         <jonathan at kaolin dot wh9 dot net>)
12524
12525 2006-02-10  Wim Taymans  <wim@fluendo.com>
12526
12527         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12528         First set options, then set caps or else the baseclass
12529         will not know about the options, duh.
12530
12531 2006-02-10  Wim Taymans  <wim@fluendo.com>
12532
12533         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12534         (gst_rtp_mp4v_pay_setcaps):
12535         Don't waste time looking for a config string if we have codec_info
12536         on the incomming caps.
12537
12538 2006-02-10  Wim Taymans  <wim@fluendo.com>
12539
12540         * gst/rtp/README:
12541         Say something about case-sensitivity of caps vs mime-attributes.
12542
12543         * gst/rtp/Makefile.am:
12544         * gst/rtp/gstrtp.c: (plugin_init):
12545         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12546         (gst_rtp_amr_pay_handle_buffer):
12547         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12548         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12549         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12550         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12551         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12552         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12553         (gst_rtp_mp4g_pay_plugin_init):
12554         * gst/rtp/gstrtpmp4gpay.h:
12555         Added beginnings of mpeg4-generic payloader (RFC 3640)
12556
12557 2006-02-09  Wim Taymans  <wim@fluendo.com>
12558
12559         * gst/rtsp/Makefile.am:
12560         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12561         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12562         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12563         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12564         (gst_rtpdec_change_state):
12565         * gst/rtsp/gstrtpdec.h:
12566         * gst/rtsp/gstrtsp.c: (plugin_init):
12567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12568         * gst/rtsp/rtspconnection.c: (read_body),
12569         (rtsp_connection_receive):
12570         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12571         Resurected rtpdec to make rtspsrc happy again.
12572         Skip attributes from the session id.
12573         Don't crash when dumping a message with an empty body.
12574
12575
12576 2006-02-09  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12579         Added more meaningfull warnings when something goes wrong.
12580         Clear F bit on outgoing AMR packets.
12581
12582         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12583         (gst_rtp_amr_pay_handle_buffer):
12584         Added debugging category
12585         Support payloading of multiple AMR frames.
12586
12587         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12588         Added some debugging.
12589
12590 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12591
12592         * configure.ac:
12593           Back to CVS
12594
12595 === release 0.10.2 ===
12596
12597 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12598
12599         * configure.ac:
12600           releasing 0.10.2, "Papa was a rolling stone"
12601
12602 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12603
12604         * configure.ac:
12605           Bump core and plugins-base requirement to 0.10.2.2
12606           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12607
12608 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         * ext/flac/gstflac.c: (plugin_init):
12611         * ext/speex/gstspeex.c: (plugin_init):
12612           Register musicbrainz tags.
12613
12614 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12615
12616         * ext/gconf/gconf.h:
12617           Remove declaration of function that no longer exists.
12618
12619 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12620
12621         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12622         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12623         Make shout2 work for non ogg streams
12624
12625 2006-02-06  Wim Taymans  <wim@fluendo.com>
12626
12627         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12628         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12629         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12630         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12631         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12632         * gst/udp/gstmultiudpsink.h:
12633         Updated docs.
12634         Added properties bytes-served, bytes_to_serve.
12635         Post proper error messages,
12636         Emit client added signal too.
12637
12638 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12639
12640         * docs/plugins/Makefile.am:
12641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12642         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12643         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12644         (gst_multiudpsink_get_stats):
12645           adding docs for multiudpsink
12646
12647 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12648
12649         * gst/level/gstlevel.c: (gst_level_transform_ip):
12650           peak below decay is not necessarily an error, so don't ERROR log
12651
12652 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12655         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12656         (gst_ebml_write_seek):
12657         * gst/matroska/ebml-write.h:
12658           Make sure we send a newsegment event in BYTES format
12659           before sending buffers (#328531).
12660
12661 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12664         (gst_dvdemux_sink_query):
12665         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12666         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12667         (speex_dec_src_query):
12668         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12669         (gst_speexenc_sink_query):
12670         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12671         * gst/matroska/matroska-demux.c:
12672         (gst_matroska_demux_get_src_query_types),
12673         (gst_matroska_demux_handle_src_query):
12674         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12675         (gst_wavparse_pad_query):
12676           Pass unhandled queries upstream instead of just dropping
12677           them (#326446). Update query type arrays here and there.
12678
12679 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * tests/check/elements/matroskamux.c: (setup_src_pad):
12682           Collectpads in core got changed and now also holds a
12683           reference to any pad that is part of it. Fix refcount
12684           checks in test case accordingly.
12685
12686 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12687
12688         * gst/apetag/gstapedemux.h:
12689           Fix include, for now GstTagDemux is in the apetag dir.
12690
12691 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12692
12693         * docs/plugins/Makefile.am:
12694         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12695         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12696         * docs/plugins/inspect/plugin-cdio.xml:
12697           Add cdio plugin to docs.
12698
12699         * ext/cdio/gstcdiocddasrc.c:
12700           Add gtk-doc blurb.
12701
12702         * ext/cdio/gstcdio.c:
12703           The plugin is called 'cdio' not 'cddio'.
12704
12705 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12706
12707         * configure.ac:
12708         * docs/plugins/Makefile.am:
12709         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12710         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12711         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12712         * docs/plugins/inspect/plugin-apetag.xml:
12713         * gst/apetag/Makefile.am:
12714         * gst/apetag/gstapedemux.c:
12715         * gst/apetag/gstapedemux.h:
12716         * gst/apetag/gsttagdemux.c:
12717         * gst/apetag/gsttagdemux.h:
12718           Add APE tag demuxer (#325649).
12719
12720 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12721
12722         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12723         (gst_gconf_get_default_video_sink),
12724         (gst_gconf_get_default_audio_src),
12725         (gst_gconf_get_default_video_src):
12726         * ext/gconf/gconf.h:
12727         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12728         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12729         (do_toggle_element):
12730         * ext/gconf/gstgconfaudiosink.h:
12731         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12732         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12733         (do_toggle_element):
12734         * ext/gconf/gstgconfaudiosrc.h:
12735         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12736         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12737         (do_toggle_element):
12738         * ext/gconf/gstgconfvideosink.h:
12739         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12740         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12741         (do_toggle_element):
12742         * ext/gconf/gstgconfvideosrc.h:
12743           Ignore changing the GConf key to "". Ignore GConf key updates
12744           that don't actually change the string.
12745           For now, ignore the GConf key when the state is > READY, as
12746           it breaks streaming. Sometime it will be nice to bring the
12747           new sink online even mid-stream, by sending NEWSEGMENT info
12748           and possibly prerolling.
12749           (Fixes #326736)
12750
12751 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12752
12753         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12754         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12755         (zoomFilterSetResolution), (zoomFilterDestroy),
12756         (zoomFilterFastRGB), (pointFilter):
12757         * gst/goom/filters.h:
12758         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12759         (goom_update), (goom_close):
12760         * gst/goom/goom_core.h:
12761         * gst/goom/goom_tools.h:
12762         * gst/goom/graphic.c:
12763         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12764         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12765         * gst/goom/gstgoom.h:
12766         * gst/goom/lines.c: (goom_lines):
12767         * gst/goom/lines.h:
12768           Make goom reentrant by moving all important static variables
12769           into instance structures.
12770           (Fixes #329181)
12771
12772 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12773
12774         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12775         (gst_avi_demux_all_source_pads_unlinked),
12776         (gst_avi_demux_process_next_entry):
12777         * gst/avi/gstavidemux.h:
12778           Third attempt, use gst_pad_is_linked() this time.
12779
12780 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12781
12782         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12783         (parse_split_strings):
12784         Adjust for data length indicators when parsing (Fixes #329810)
12785         Fix stupid bug parsing UTF-8 tag text.
12786         Output tag strings with multiple fields as multiple tags, so the
12787         app gets all the data.
12788
12789 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12790
12791         * ext/flac/gstflacenc.c:
12792         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12793         show me.
12794         
12795 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12796
12797         * ext/flac/gstflacenc.c:
12798         * gst/matroska/ebml-read.c:
12799         Just make it compile with --disable-gst-debug.
12800
12801 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12802
12803         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12804         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12805         (id3v2_genre_fields_to_taglist):
12806           Never output a tag with a null contents string.
12807
12808 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12809
12810         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12811           Only pause if all pads are unlinked AND we've tried to send data
12812           on all of them at least once.
12813
12814 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12815
12816         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12817         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12818           Make loop function/task pause itself when all source pads are
12819           unlinked.
12820
12821 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * configure.ac:
12824         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12825           Use new functions from core to render a bin from a
12826           string. Fixes build. Up requirements to core CVS.
12827
12828 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12829
12830         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12831           Don't push buffers into the adapter that we are going to
12832           push downstream again without framing anyway. Also, the
12833           adaptor takes ownership of buffers put into it (fixes
12834           auparse pushing invalid buffers for .au files with
12835           ADPCM contents). Finally, set caps on all outgoing buffers.
12836
12837 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12838
12839         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12840         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12841         (gst_id3demux_send_tag_event):
12842         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12843         Someone should kick my butt. Remove ID3v1 tags from the end of the
12844         file.
12845
12846         Improve error messages. Send the TAG message as soon as we complete
12847         typefinding, instead of waiting until we send the first buffer.
12848         Downstream tag event is still sent before the first buffer.
12849
12850 2006-01-27  Jan Gerber  <j@bootlab.org>
12851
12852         Reviewed by: Andy Wingo <wingo@pobox.com>
12853
12854         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12855         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12856         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12857         to not have warings flooding stderr. this is the suggested way
12858         also used in dvgrab and kino. (#328336)
12859
12860 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12861
12862         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12863         (gst_oss_sink_init), (gst_oss_sink_finalise):
12864           Free the device name string when finalised.
12865
12866 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12867
12868         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12869           Don't put function calls in g_return_if_fail() statements,
12870           or they'll be replaced with NOOPs if someone compiles with
12871           G_DISABLE_CHECKS defined.
12872           
12873 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12874
12875         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12876         Never trust ANY information encoded in a media file, especially
12877         when it's giving you sizes. (Fixes #328452)
12878
12879 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12880
12881         * gst/rtp/gstrtpg711pay.c:
12882         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12883         bug #325148.
12884
12885 2006-01-23  Edward Hervey  <edward@fluendo.com>
12886
12887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12888         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12889         * gst/matroska/matroska-ids.h:
12890         Added recognition of Real Audio and Video streams in matroska demuxer.
12891
12892 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12893
12894         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12895           Remove errant break statement, and fix compilation with
12896           older GCC.
12897
12898 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12899
12900         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12901
12902         * sys/sunaudio/gstsunaudiomixerctrl.c:
12903         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12904           Export functions that are needed in other parts of the code,
12905           makes the mixer actually work; adjust magic minimum buffer-time
12906           value from 3ms to 5ms to work around stuttering during mp3
12907           playback (#327765).
12908
12909 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12910
12911         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12914         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12915           Fix possible deadlock in matroska muxer (#327825).
12916
12917 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12918
12919         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12920         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12921         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12922         * gst/rtsp/sdpmessage.h:
12923         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12924         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12925           C89 fixes: declare variables at the beginning of a block and
12926           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12927           <jensgr at gmx dot net>).
12928
12929 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12930
12931         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12932         * gst/id3demux/id3tags.h:
12933         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12934         (parse_comment_frame), (parse_text_identification_frame),
12935         (id3v2_tag_to_taglist), (id3v2_are_digits),
12936         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12937         (parse_split_strings), (free_tag_strings):
12938           Rewrite parsing of text tags to handle multiple NULL terminated
12939           strings. Parse numeric genre strings and ID3v2 type
12940           "(3)(6)Alternative" style genre strings.
12941           Parse dates that are only YYYY or YYYY-mm format.
12942           (Fixes #328241 and #322154)
12943
12944 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12945
12946         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12947           Don't forget to initialize liboil, otherwise our oil functions
12948           will crash (fixes #327871; patch by: Christoph Burghardt
12949           <hawkes at web dot de>).
12950
12951 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12952
12953         * configure.ac:
12954           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12955           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12956           patch by: Brian Cameron <brian dot cameron at sun dot com>
12957
12958 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12959
12960         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12961         * ext/cdio/gstcdio.h:
12962         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12963           Fix build for libcdio versions >= 76; give slightly lower rank
12964           than cdparanoia.
12965
12966 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12967
12968         * configure.ac:
12969         * ext/Makefile.am:
12970         * ext/cdio/Makefile.am:
12971         * ext/cdio/gstcdio.c:
12972         * ext/cdio/gstcdio.h:
12973         * ext/cdio/gstcdiocddasrc.c:
12974         * ext/cdio/gstcdiocddasrc.h:
12975           Port libcdio cdda source, formerly known as cddasrc, now known as
12976           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12977           but that's not tested (fixes #317658).
12978
12979 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12980
12981         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
12982           Fix conversion from TIME to BYTES format (fixes #326864;
12983           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
12984
12985 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
12986
12987         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12988           Fix compilation of id3demux when zlib is not present.
12989           (Fixes #326602; patch by: Sergey Scobich)
12990
12991 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
12992
12993         * ext/esd/Makefile.am:
12994           Add $(ESD_CFLAGS), otherwise build will fail for folks
12995           with libesd in a non-standard prefix (#327009).
12996
12997 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12998
12999         * configure.ac:
13000           back to HEAD
13001
13002 === release 0.10.1 ===
13003
13004 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13005
13006         * configure.ac:
13007           releasing 0.10.1, "Li"
13008
13009 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13010
13011           patch by: Wim Taymans
13012
13013         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13014           fix memleak.  Fixes #326618
13015
13016 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13017
13018           patch by: Mike Smith
13019
13020         * gst/level/gstlevel.c: (gst_level_message_new),
13021         (gst_level_message_append_channel):
13022           Fix memleak.  Fixes #326612
13023
13024 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13025
13026         * configure.ac:
13027           prereleasing
13028         * po/af.po:
13029         * po/az.po:
13030         * po/cs.po:
13031         * po/en_GB.po:
13032         * po/hu.po:
13033         * po/it.po:
13034         * po/nb.po:
13035         * po/nl.po:
13036         * po/or.po:
13037         * po/sq.po:
13038         * po/sr.po:
13039         * po/sv.po:
13040         * po/uk.po:
13041         * po/vi.po:
13042           update translations
13043
13044 2006-01-10  Michael Smith  <msmith@fluendo.com>
13045
13046         * gst/level/gstlevel.c: (gst_level_class_init),
13047         (gst_level_dispose):
13048           Don't leak filter arrays.
13049
13050 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13051
13052         reviewed by: Christian Schaller <uraeus@gnome.org>
13053         
13054         * configure.ac:
13055         * gst-plugins-good.spec.in:
13056         * sys/Makefile.am:
13057         * sys/sunaudio/Makefile.am:
13058         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13059         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13060         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13061         (gst_sunaudiomixer_change_state):
13062         * sys/sunaudio/gstsunaudiomixer.h:
13063         * sys/sunaudio/gstsunaudiomixerctrl.c:
13064         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13065         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13066         (gst_sunaudiomixer_ctrl_list_tracks),
13067         (gst_sunaudiomixer_ctrl_get_volume),
13068         (gst_sunaudiomixer_ctrl_set_volume),
13069         (gst_sunaudiomixer_ctrl_set_mute),
13070         (gst_sunaudiomixer_ctrl_set_record):
13071         * sys/sunaudio/gstsunaudiomixerctrl.h:
13072         * sys/sunaudio/gstsunaudiomixertrack.c:
13073         (gst_sunaudiomixer_track_class_init),
13074         (gst_sunaudiomixer_track_init), (fill_labels),
13075         (gst_sunaudiomixer_track_new):
13076         * sys/sunaudio/gstsunaudiomixertrack.h:
13077         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13078         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13079         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13080         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13081         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13082         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13083         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13084         * sys/sunaudio/gstsunaudiosink.h:
13085
13086         Add SunAudio plugin - tested to make sure it doesn't break
13087         the build under GNU/Linux.      
13088
13089 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13090
13091         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13092         * gst-plugins-good/gst/udp/gstudpsrc.c:
13093         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13094         overrides the port or multicast parameters. Fixes bugs #323021.
13095         API addition: adds GstUDPSrc::sockfd property   
13096
13097 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * ext/gconf/Makefile.am:
13100         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13101         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13102         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13103         (do_toggle_element), (cb_toggle_element),
13104         (gst_gconf_audio_src_change_state):
13105         * ext/gconf/gstgconfaudiosrc.h:
13106         * ext/gconf/gstgconfelements.c: (plugin_init):
13107         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13108         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13109         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13110         (do_toggle_element), (cb_toggle_element),
13111         (gst_gconf_video_src_change_state):
13112         * ext/gconf/gstgconfvideosrc.h:
13113           Add new gconfaudiosrc and gconfvideosrc elements
13114           (needed for gnome-sound-recorder).
13115
13116 2006-01-06  Edward Hervey  <edward@fluendo.com>
13117
13118         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13119         Add gst_element_no_more_pads() for proper decodebin behaviour.
13120         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13121         (parse_text_identification_frame), (parse_split_strings):
13122         Failure to decode some tags is not a GST_ERROR() but a
13123         GST_WARNING()
13124         When iterating over a chunk of text, check that we haven't gone too
13125         far.
13126
13127 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13128
13129         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13130         (plugin_init):
13131           call oil_init() when using liboil
13132
13133 2006-01-04  Wim Taymans  <wim@fluendo.com>
13134
13135         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13136         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13137         Fix leaks.
13138
13139 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13140
13141         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13142
13143         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13144         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13145         (gst_flac_dec_change_state):
13146           Don't g_assert() where we should just return FALSE; remove
13147           unnecessary g_assert(); initialize some fields properly in
13148           state change function (fixes #325504). Also, use
13149           GST_DEBUG_OBJECT in two more places.
13150
13151 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13152
13153         * configure.ac:
13154           also remove smoothwave's Makefile.am
13155         * docs/plugins/Makefile.am:
13156           fix plugin docs
13157
13158 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13159
13160         * tests/examples/Makefile.am:
13161           added missing Makefile.am
13162
13163 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13164
13165         * configure.ac:
13166         * gst/level/Makefile.am:
13167         * gst/level/level-example.c:
13168         * tests/Makefile.am:
13169         * tests/examples/level/Makefile.am:
13170         * tests/examples/level/level-example.c: (message_handler), (main):
13171           moved level-example to tests/examples/level-example
13172         * tests/old/examples/level/demo.c: (main):
13173         * tests/old/examples/level/plot.c: (main):
13174           some initial fixes
13175
13176 2005-12-29  Michael Smith  <msmith@fluendo.com>
13177
13178         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13179         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13180         * gst/udp/gstmultiudpsink.h:
13181           Track packets sent per client in addition to bytes sent; provide
13182           this info through get-stats signal
13183
13184 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13185
13186         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13187           Can't use gst_object_unref() on a GstAdapter (#325191).
13188
13189 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13190
13191         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13192         If a broken tag has 0 bytes payload, at least still skip
13193         the 10 byte header
13194
13195 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13196
13197         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13198         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13199         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13200         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13201           Making these depayloaders (H263+ and mpeg4 video) inherit from
13202           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13203
13204 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13205
13206         * docs/plugins/gst-plugins-good-plugins.args:
13207         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13208         Regenerate the plugin hiearchy.
13209
13210 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13211
13212         * docs/plugins/Makefile.am:
13213         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13215         * docs/plugins/gst-plugins-good-plugins.args:
13216         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13217         (gst_id3demux_base_init), (gst_id3demux_class_init),
13218         (gst_id3demux_chain):
13219         * gst/id3demux/gstid3demux.h:
13220           Add documentation for id3demux.
13221           Don't fail if the first buffer is not at offset 0, just
13222           attempt to typefind and do pass through
13223           Rename the gst_type function from gst_gst_id3demux..
13224
13225 2005-12-20  Michael Smith  <msmith@fluendo.com>
13226
13227         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13228         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13229         (gst_multiudpsink_get_stats):
13230         * gst/udp/gstmultiudpsink.h:
13231           Collect statistics; return them from get_stats.
13232
13233 2005-12-19  Edward Hervey  <edward@fluendo.com>
13234
13235         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13236         Stupid signedness issue...
13237
13238 2005-12-19  Edward Hervey  <edward@fluendo.com>
13239
13240         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13241         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13242         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13243         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13244         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13245         Construct index for indexless files.
13246         Make sure pad/buffers are correctly reset to NULL once we don't need
13247         them anymore, else we get lovely segfaults/assertions.
13248         * gst/wavparse/gstwavparse.c:
13249         Yes, you can have 96KHz audio and wma in wav :(
13250
13251 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13252
13253         * configure.ac:
13254           Check for optional dependency on zlib for id3demux
13255
13256         * gst/id3demux/Makefile.am:
13257         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13258         (gst_id3demux_base_init), (gst_id3demux_class_init),
13259         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13260         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13261         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13262         (gst_id3demux_set_property), (gst_id3demux_get_property),
13263         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13264         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13265         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13266         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13267         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13268         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13269         (simple_find_peek), (simple_find_suggest),
13270         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13271         (plugin_init):
13272         * gst/id3demux/gstid3demux.h:
13273         * gst/id3demux/id3tags.c: (read_synch_uint),
13274         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13275         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13276         (id3demux_id3v2_frames_to_tag_list):
13277         * gst/id3demux/id3tags.h:
13278         * gst/id3demux/id3v2.4.0-frames.txt:
13279         * gst/id3demux/id3v2.4.0-structure.txt:
13280         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13281         (parse_comment_frame), (parse_text_identification_frame),
13282         (id3v2_tag_to_taglist), (parse_split_strings):
13283           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13284           otherwise it discards them. Works on my test files. 
13285
13286         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13287           Don't send EOS to a non-existing srcpad
13288           The debug category can be static
13289
13290 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13291
13292         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13293         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13294         * gst/multipart/multipartdemux.c:
13295           change some char* into char[]
13296
13297 2005-12-16  Wim Taymans  <wim@fluendo.com>
13298
13299         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13300         (gst_wavparse_other), (gst_wavparse_perform_seek),
13301         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13302         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13303         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13304         * gst/wavparse/gstwavparse.h:
13305         Use GstSegment to implement more seeking features.
13306
13307 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13308
13309         * gst/rtsp/rtspconnection.c:
13310           Add <netinet/in.h> include and move <arpa/inet.h> include
13311           to make things work on OpenBSD as well (fixes #323717;
13312           patch by: Benjamin Pineau)
13313
13314 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13315
13316         * gst/rtp/gstrtpspeexdepay.c:
13317         * gst/rtp/gstrtpspeexpay.c:
13318         Set clock rate to be fixed in 8000. It fixes bug #324012.
13319
13320 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13321
13322         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13323         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13324         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13325         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13326         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13327         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13328         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13329         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13330         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13331         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13332         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13333         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13334         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13335         * gst-plugins-good/gst/rtp/README:
13336         Fixed payload range in payloder caps. Removed payload range completely
13337         from depayloaders as they don't require payload type in their caps.
13338         In effect, there isn't any specific payload type for any given codec,
13339         only suggestions.
13340         Fixes bug #324011.
13341
13342 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13343
13344         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13345         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13346         (gst_videomixer_collected): Code cleanup and re-enabling 
13347         queued time validity check for correct EOS handling.
13348
13349 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13350
13351         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13352         (gst_oss_mixer_element_get_property),
13353         (gst_oss_mixer_element_change_state):
13354         Add 'device-name' property and fix state change function.
13355
13356 2005-12-13  Edward Hervey  <edward@fluendo.com>
13357
13358         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13359         If the speed of the file is null in the header, set the frame_time to
13360         the default setting of GST_SECOND / 70. Which is the default
13361         frame_delay for .fli files as stated in this document :
13362         http://www.compuphase.com/flic.htm
13363         Would be nice to have the time conversion done properly too (duration =
13364         flxh->frames * flxdec->frame_time)
13365
13366 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13367
13368         * docs/plugins/Makefile.am:
13369         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13370         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13371         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13372         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13373         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13374         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13375         documentation for videomixer on my way with a funny sample
13376         pipeline.
13377
13378 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13379
13380         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13381         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13382         (gst_videomixer_update_queues), (gst_videomixer_collected):
13383         Fix caps negotiation. (#323896)
13384
13385 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13386
13387         * gst/matroska/matroska-demux.c:
13388         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13389           Set correct timestamps on audio laces, fixes playback of mp3 from
13390                 matroska.
13391
13392 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13395         (gst_au_parse_class_init), (gst_au_parse_init),
13396         (gst_au_parse_dispose), (gst_au_parse_chain),
13397         (gst_au_parse_change_state), (plugin_init):
13398         * gst/auparse/gstauparse.h:
13399           Use gst_object_unref() for GstObjects instead of
13400           g_object_unref() and fix a mem leak in a debug
13401           statement; while we're at it, also borgify, use
13402           boilerplate macros and clean up a little bit.
13403
13404 2005-12-11  Edward Hervey  <edward@fluendo.com>
13405
13406         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13407         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13408         Added pull mode.
13409
13410 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * gst/goom/gstgoom.c:
13413         * gst/level/level-example.c: (main):
13414         * gst/smoothwave/demo-osssrc.c: (main):
13415           Use audiotestsrc instead of sinesrc (#323798).
13416
13417 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13418
13419         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13420           more debug-func-ptr usage
13421
13422 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13423
13424         * gst/flx/flx_color.c: (flx_colorspace_convert):
13425         * gst/flx/flx_color.h:
13426         * gst/flx/flx_fmt.h:
13427         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13428         * gst/flx/gstflxdec.h:
13429           Now flxdec works on big-endian machines as well.
13430
13431 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13432
13433         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13434         (gst_fenced_buffer_copy):
13435           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13436           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13437           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13438           and use GST_DEBUG_FUNCPTR for pad functions.
13439
13440 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13441
13442         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13443         (gst_flac_dec_class_init), (gst_flac_dec_init),
13444         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13445         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13446         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13447         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13448         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13449         (gst_flac_dec_change_state):
13450         * ext/flac/gstflacdec.h:
13451           Rewrite flacdec a bit, so that even seeking might work now. Most
13452           importantly, don't act upon any flow return values we get, just tell
13453           the decoder everything's dandy and act on the flow return values
13454           later on in the loop function. We don't want to mess up the internal
13455           decoder state for non-fatal things like flushing pads etc. Other
13456           than that, use GstSegment (segment seeks don't work yet though, but
13457           should be easy to add), use boilerplate macros, drop the superfluous
13458           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13459           lots of other things.
13460
13461 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13462
13463         * configure.ac:
13464           Update comment in OSS includes check.
13465
13466         * sys/oss/gstossdmabuffer.c:
13467         * sys/oss/gstosshelper.c:
13468         * sys/oss/gstossmixer.c:
13469         * sys/oss/gstossmixertrack.c:
13470         * sys/oss/gstosssink.c:
13471         * sys/oss/gstosssrc.c:
13472         * sys/oss/oss_probe.c:
13473           Don't assume the OSS soundcard.h include is always in
13474           the sys/ directory. Instead, use the existing defines
13475           from config.h to include the right file. Fixes
13476           compilation on OpenBSD 3.8 (#323718).
13477
13478 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13479
13480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13481         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13482         * docs/plugins/inspect/plugin-1394.xml:
13483         * docs/plugins/inspect/plugin-aasink.xml:
13484         * docs/plugins/inspect/plugin-alaw.xml:
13485         * docs/plugins/inspect/plugin-alpha.xml:
13486         * docs/plugins/inspect/plugin-alphacolor.xml:
13487         * docs/plugins/inspect/plugin-auparse.xml:
13488         * docs/plugins/inspect/plugin-autodetect.xml:
13489         * docs/plugins/inspect/plugin-avi.xml:
13490         * docs/plugins/inspect/plugin-cacasink.xml:
13491         * docs/plugins/inspect/plugin-cairo.xml:
13492         * docs/plugins/inspect/plugin-cutter.xml:
13493         * docs/plugins/inspect/plugin-debug.xml:
13494         * docs/plugins/inspect/plugin-dv.xml:
13495         * docs/plugins/inspect/plugin-efence.xml:
13496         * docs/plugins/inspect/plugin-effectv.xml:
13497         * docs/plugins/inspect/plugin-esdsink.xml:
13498         * docs/plugins/inspect/plugin-flac.xml:
13499         * docs/plugins/inspect/plugin-flxdec.xml:
13500         * docs/plugins/inspect/plugin-gconfelements.xml:
13501         * docs/plugins/inspect/plugin-goom.xml:
13502         * docs/plugins/inspect/plugin-jpeg.xml:
13503         * docs/plugins/inspect/plugin-level.xml:
13504         * docs/plugins/inspect/plugin-matroska.xml:
13505         * docs/plugins/inspect/plugin-mulaw.xml:
13506         * docs/plugins/inspect/plugin-multipart.xml:
13507         * docs/plugins/inspect/plugin-navigationtest.xml:
13508         * docs/plugins/inspect/plugin-ossaudio.xml:
13509         * docs/plugins/inspect/plugin-png.xml:
13510         * docs/plugins/inspect/plugin-rtp.xml:
13511         * docs/plugins/inspect/plugin-rtsp.xml:
13512         * docs/plugins/inspect/plugin-shout2send.xml:
13513         * docs/plugins/inspect/plugin-smpte.xml:
13514         * docs/plugins/inspect/plugin-speex.xml:
13515         * docs/plugins/inspect/plugin-udp.xml:
13516         * docs/plugins/inspect/plugin-videobox.xml:
13517         * docs/plugins/inspect/plugin-videoflip.xml:
13518         * docs/plugins/inspect/plugin-videomixer.xml:
13519         * docs/plugins/inspect/plugin-wavenc.xml:
13520         * docs/plugins/inspect/plugin-wavparse.xml:
13521         * ext/flac/gstflac.c: (plugin_init):
13522         * ext/flac/gstflacdec.c: (flacdec_get_type),
13523         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13524         (gst_flac_dec_init), (gst_flac_dec_finalize),
13525         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13526         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13527         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13528         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13529         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13530         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13531         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13532         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13533         * ext/flac/gstflacdec.h:
13534         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13535         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13536         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13537         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13538         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13539         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13540         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13541         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13542         (gst_flac_enc_change_state):
13543         * ext/flac/gstflacenc.h:
13544           borgify and fix up documentation
13545
13546 2005-12-09  Michael Smith  <msmith@fluendo.com>
13547
13548         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13549           Accept a wider range of flac files, more closely matching flac spec.
13550
13551 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13552
13553         * docs/plugins/Makefile.am: Add multipart elements.
13554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13555         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13556         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13557         * gst/multipart/multipartdemux.c:
13558         * gst/multipart/multipartmux.c: Add docs.
13559
13560 2005-12-07  Edward Hervey  <edward@fluendo.com>
13561
13562         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13563         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13564         (gst_avi_demux_invert):
13565         Memleak and crasher fixes.
13566         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13567         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13568         Memleak fixes
13569
13570 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13571
13572         * ext/aalib/gstaasink.h:
13573         * ext/cairo/gsttextoverlay.h:
13574         * ext/dv/gstdvdec.h:
13575         * ext/dv/gstdvdemux.c:
13576         * ext/dv/gstdvdemux.h:
13577         * ext/esd/esdsink.h:
13578         * ext/flac/flac_compat.h:
13579         * ext/flac/gstflacdec.h:
13580         * ext/flac/gstflacenc.h:
13581         * ext/gconf/gconf.h:
13582         * ext/gconf/gstgconfaudiosink.h:
13583         * ext/gconf/gstgconfvideosink.h:
13584         * ext/gdk_pixbuf/gstgdkanimation.h:
13585         * ext/jpeg/gstjpegdec.h:
13586         * ext/jpeg/smokecodec.h:
13587         * ext/jpeg/smokeformat.h:
13588         * ext/ladspa/gstsignalprocessor.h:
13589         * ext/ladspa/search.c: (LADSPAPluginSearch):
13590         * ext/ladspa/utils.h:
13591         * ext/libmng/gstmng.c:
13592         * ext/libmng/gstmngdec.h:
13593         * ext/libmng/gstmngenc.c:
13594         * ext/libmng/gstmngenc.h:
13595         * ext/libpng/gstpng.c:
13596         * ext/libpng/gstpngenc.c:
13597         * ext/libpng/gstpngenc.h:
13598         * ext/shout2/gstshout2.h:
13599         * ext/speex/gstspeexdec.h:
13600         * ext/speex/gstspeexenc.c:
13601         * ext/speex/gstspeexenc.h:
13602         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13603         * gst/autodetect/gstautoaudiosink.h:
13604         * gst/autodetect/gstautovideosink.h:
13605         * gst/avi/gstavidemux.h:
13606         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13607         (gst_cutter_set_property), (gst_cutter_get_caps):
13608         * gst/cutter/gstcutter.h:
13609         * gst/debug/tests.c: (md5_process_block):
13610         * gst/debug/tests.h:
13611         * gst/effectv/gstwarp.c:
13612         * gst/flx/flx_fmt.h:
13613         * gst/flx/gstflxdec.h:
13614         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13615         (zoomFilterFastRGB):
13616         * gst/goom/filters.h:
13617         * gst/goom/goom_tools.h:
13618         * gst/law/alaw-encode.c:
13619         * gst/level/gstlevel.c:
13620         * gst/level/gstlevel.h:
13621         * gst/matroska/ebml-write.h:
13622         * gst/matroska/matroska-demux.h:
13623         * gst/matroska/matroska-ids.h:
13624         * gst/matroska/matroska-mux.h:
13625         * gst/monoscope/convolve.c: (convolve_match):
13626         * gst/monoscope/convolve.h:
13627         * gst/multipart/multipartmux.c:
13628         * gst/oldcore/gstaggregator.c:
13629         * gst/oldcore/gstaggregator.h:
13630         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13631         * gst/oldcore/gstmd5sink.h:
13632         * gst/oldcore/gstmultifilesrc.c:
13633         * gst/oldcore/gstmultifilesrc.h:
13634         * gst/oldcore/gstpipefilter.h:
13635         * gst/oldcore/gstshaper.h:
13636         * gst/rtp/gstrtpL16depay.h:
13637         * gst/rtp/gstrtpL16pay.h:
13638         * gst/rtp/gstrtpdepay.h:
13639         * gst/rtp/gstrtpmp4vpay.c:
13640         * gst/rtp/gstrtpmp4vpay.h:
13641         * gst/rtsp/gstrtspsrc.c:
13642         * gst/rtsp/gstrtspsrc.h:
13643         * gst/rtsp/rtspconnection.h:
13644         * gst/rtsp/rtspdefs.h:
13645         * gst/rtsp/rtspmessage.h:
13646         * gst/rtsp/rtsptransport.h:
13647         * gst/rtsp/rtspurl.c:
13648         * gst/rtsp/rtspurl.h:
13649         * gst/rtsp/sdpmessage.c:
13650         * gst/rtsp/sdpmessage.h:
13651         * gst/smpte/barboxwipes.c:
13652         * gst/smpte/gstmask.h:
13653         * gst/smpte/gstsmpte.h:
13654         * gst/smpte/paint.c:
13655         * gst/smpte/paint.h:
13656         * gst/udp/gstdynudpsink.h:
13657         * gst/udp/gstmultiudpsink.h:
13658         * gst/udp/gstudpsink.c:
13659         * gst/udp/gstudpsink.h:
13660         * gst/udp/gstudpsrc.c:
13661         * gst/videomixer/videomixer.c:
13662         * gst/wavenc/riff.h:
13663         * gst/wavparse/gstwavparse.h:
13664         * sys/oss/gstossdmabuffer.h:
13665         * sys/oss/gstossmixer.h:
13666         * sys/oss/gstossmixerelement.h:
13667         * sys/oss/gstossmixertrack.h:
13668         * sys/oss/gstosssink.c:
13669         * sys/oss/gstosssink.h:
13670         * sys/oss/gstosssrc.c:
13671         * sys/oss/gstosssrc.h:
13672         * sys/osxaudio/gstosxaudioelement.h:
13673         * sys/osxaudio/gstosxaudiosink.h:
13674         * sys/osxaudio/gstosxaudiosrc.h:
13675           expand tabs
13676
13677 === release 0.10.0 ===
13678
13679 2005-12-05   <thomas (at) apestaart (dot) org>
13680
13681         * configure.ac:
13682           releasing 0.10.0, "Abondance"
13683
13684 2005-12-05  Andy Wingo  <wingo@pobox.com>
13685
13686         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13687         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13688         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13689         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13690         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13691         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13692         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13693         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13694         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13695         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13696         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13697         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13698         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13699         * gst/goom/gstgoom.c: (gst_goom_chain):
13700         * gst/matroska/matroska-demux.c:
13701         (gst_matroska_demux_push_vorbis_codec_priv_data),
13702         (gst_matroska_demux_add_wvpk_header):
13703         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13704         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13705         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13706         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13707         alloc_buffer changes.
13708
13709 2005-12-05  Michael Smith  <msmith@fluendo.com>
13710
13711         * docs/plugins/gst-plugins-good-plugins.args:
13712           Remove args for plugins that aren't in -good.
13713
13714 === release 0.9.7 ===
13715
13716 2005-12-01   <thomas (at) apestaart (dot) org>
13717
13718         * configure.ac:
13719           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13720
13721 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13722
13723         * docs/plugins/.cvsignore:
13724         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13725         * docs/plugins/inspect/plugin-multipart.xml:
13726         * docs/plugins/inspect/plugin-rtp.xml:
13727           add multipart plugin to docs
13728
13729 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13730
13731         * configure.ac:
13732         * ext/Makefile.am:
13733         * ext/pango/Makefile.am:
13734         * ext/pango/gstclockoverlay.c:
13735         * ext/pango/gstclockoverlay.h:
13736         * ext/pango/gsttextoverlay.c:
13737         * ext/pango/gsttextoverlay.h:
13738         * ext/pango/gsttextrender.c:
13739         * ext/pango/gsttextrender.h:
13740         * ext/pango/gsttimeoverlay.c:
13741         * ext/pango/gsttimeoverlay.h:
13742           move pango to base
13743
13744 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13745
13746         * gst/rtp/Makefile.am:
13747         * gst/rtp/gstrtpL16depay.c:
13748         * gst/rtp/gstrtpL16depay.h:
13749         * gst/rtp/gstrtpL16parse.c:
13750         * gst/rtp/gstrtpL16parse.h:
13751         * gst/rtp/gstrtpgsmdepay.c:
13752         * gst/rtp/gstrtpgsmdepay.h:
13753         * gst/rtp/gstrtpgsmparse.c:
13754         * gst/rtp/gstrtpgsmparse.h:
13755           parsers are depayers
13756
13757 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13758
13759         * gst/rtp/Makefile.am:
13760         * gst/rtp/gstasteriskh263.c:
13761         * gst/rtp/gstrtp.c:
13762         * gst/rtp/gstrtpL16enc.c:
13763         * gst/rtp/gstrtpL16enc.h:
13764         * gst/rtp/gstrtpL16parse.c:
13765         * gst/rtp/gstrtpL16parse.h:
13766         * gst/rtp/gstrtpL16pay.c:
13767         * gst/rtp/gstrtpL16pay.h:
13768         * gst/rtp/gstrtpamrdec.c:
13769         * gst/rtp/gstrtpamrdec.h:
13770         * gst/rtp/gstrtpamrdepay.c:
13771         * gst/rtp/gstrtpamrdepay.h:
13772         * gst/rtp/gstrtpamrenc.c:
13773         * gst/rtp/gstrtpamrenc.h:
13774         * gst/rtp/gstrtpamrpay.c:
13775         * gst/rtp/gstrtpamrpay.h:
13776         * gst/rtp/gstrtpdec.c:
13777         * gst/rtp/gstrtpdec.h:
13778         * gst/rtp/gstrtpdepay.c:
13779         * gst/rtp/gstrtpdepay.h:
13780         * gst/rtp/gstrtpg711dec.c:
13781         * gst/rtp/gstrtpg711dec.h:
13782         * gst/rtp/gstrtpg711depay.c:
13783         * gst/rtp/gstrtpg711depay.h:
13784         * gst/rtp/gstrtpg711enc.c:
13785         * gst/rtp/gstrtpg711enc.h:
13786         * gst/rtp/gstrtpg711pay.c:
13787         * gst/rtp/gstrtpg711pay.h:
13788         * gst/rtp/gstrtpgsmenc.c:
13789         * gst/rtp/gstrtpgsmenc.h:
13790         * gst/rtp/gstrtpgsmparse.c:
13791         * gst/rtp/gstrtpgsmparse.h:
13792         * gst/rtp/gstrtpgsmpay.c:
13793         * gst/rtp/gstrtpgsmpay.h:
13794         * gst/rtp/gstrtph263enc.c:
13795         * gst/rtp/gstrtph263enc.h:
13796         * gst/rtp/gstrtph263pay.c:
13797         * gst/rtp/gstrtph263pay.h:
13798         * gst/rtp/gstrtph263pdec.c:
13799         * gst/rtp/gstrtph263pdec.h:
13800         * gst/rtp/gstrtph263pdepay.c:
13801         * gst/rtp/gstrtph263pdepay.h:
13802         * gst/rtp/gstrtph263penc.c:
13803         * gst/rtp/gstrtph263penc.h:
13804         * gst/rtp/gstrtph263ppay.c:
13805         * gst/rtp/gstrtph263ppay.h:
13806         * gst/rtp/gstrtpmp4vdec.c:
13807         * gst/rtp/gstrtpmp4vdec.h:
13808         * gst/rtp/gstrtpmp4vdepay.c:
13809         * gst/rtp/gstrtpmp4vdepay.h:
13810         * gst/rtp/gstrtpmp4venc.c:
13811         * gst/rtp/gstrtpmp4venc.h:
13812         * gst/rtp/gstrtpmp4vpay.c:
13813         * gst/rtp/gstrtpmp4vpay.h:
13814         * gst/rtp/gstrtpmpadec.c:
13815         * gst/rtp/gstrtpmpadec.h:
13816         * gst/rtp/gstrtpmpadepay.c:
13817         * gst/rtp/gstrtpmpadepay.h:
13818         * gst/rtp/gstrtpmpaenc.c:
13819         * gst/rtp/gstrtpmpaenc.h:
13820         * gst/rtp/gstrtpmpapay.c:
13821         * gst/rtp/gstrtpmpapay.h:
13822         * gst/rtp/gstrtpspeexdec.c:
13823         * gst/rtp/gstrtpspeexdec.h:
13824         * gst/rtp/gstrtpspeexdepay.c:
13825         * gst/rtp/gstrtpspeexdepay.h:
13826         * gst/rtp/gstrtpspeexenc.c:
13827         * gst/rtp/gstrtpspeexenc.h:
13828         * gst/rtp/gstrtpspeexpay.c:
13829         * gst/rtp/gstrtpspeexpay.h:
13830           Do burger's rename for rtp payloaders and depayloaders
13831
13832 2005-11-30  Wim Taymans  <wim@fluendo.com>
13833
13834         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13835         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13836         * ext/dv/gstdvdemux.h:
13837         Fix seeking in dvdemux again, add some more debug info.
13838
13839 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13840
13841         * configure.ac:
13842           fix tests
13843
13844 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13845
13846         * PORTED_09:
13847         * docs/random/PORTED_09:
13848           move
13849         * tests/Makefile.am:
13850           add
13851         * win32/gst.sln:
13852           remove
13853
13854 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13855
13856         * Makefile.am:
13857         * check/.cvsignore:
13858         * check/Makefile.am:
13859         * check/elements/.cvsignore:
13860         * check/elements/level.c:
13861         * check/elements/matroskamux.c:
13862         * configure.ac:
13863         * examples/Makefile.am:
13864         * examples/capsfilter/Makefile.am:
13865         * examples/capsfilter/capsfilter1.c:
13866         * examples/gob/Makefile.am:
13867         * examples/gob/gst-identity2.gob:
13868         * examples/gstplay/.cvsignore:
13869         * examples/gstplay/Makefile.am:
13870         * examples/gstplay/player.c:
13871         * examples/indexing/.cvsignore:
13872         * examples/indexing/Makefile.am:
13873         * examples/indexing/indexmpeg.c:
13874         * examples/level/Makefile.am:
13875         * examples/level/README:
13876         * examples/level/demo.c:
13877         * examples/level/plot.c:
13878         * examples/stats/Makefile.am:
13879         * examples/stats/mp2ogg.c:
13880         * examples/switch/.cvsignore:
13881         * examples/switch/Makefile.am:
13882         * examples/switch/switcher.c:
13883           move under tests/
13884
13885 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13888         (gst_text_render_class_init), (resize_bitmap),
13889         (gst_text_render_render_text), (gst_text_render_setcaps),
13890         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13891         (gst_text_render_chain), (gst_text_render_finalize),
13892         (gst_text_render_init), (gst_text_render_set_property):
13893         * ext/pango/gsttextrender.h:
13894           Add missing files.
13895
13896 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * configure.ac:
13899         * ext/Makefile.am:
13900         * ext/pango/Makefile.am:
13901         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13902         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13903         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13904         * ext/pango/gstclockoverlay.h:
13905         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13906         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13907         (gst_text_overlay_finalize), (gst_text_overlay_init),
13908         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13909         (gst_text_overlay_text_pad_linked),
13910         (gst_text_overlay_text_pad_unlinked),
13911         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13912         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13913         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13914         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13915         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13916         (gst_text_overlay_change_state), (plugin_init):
13917         * ext/pango/gsttextoverlay.h:
13918         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13919         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13920         (gst_time_overlay_class_init), (gst_time_overlay_init):
13921         * ext/pango/gsttimeoverlay.h:
13922           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13923           and add background shading and text wrapping modes. Make 
13924           timoverlay derive from textoverlay. Also add new clockoverlay
13925           element.
13926
13927 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13928
13929         * gst/udp/Makefile.am: Moved to netbuffer.
13930
13931 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13932
13933         * configure.ac:
13934         * PORTED_O9:
13935         * gst/multipart/Makefile.am:
13936         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13937         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13938         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13939         (gst_multipart_demux_change_state),
13940         (gst_multipart_demux_plugin_init):
13941         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13942         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13943         (gst_multipart_mux_sinkconnect),
13944         (gst_multipart_mux_request_new_pad),
13945         (gst_multipart_mux_handle_src_event),
13946         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13947         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13948         0.9.
13949
13950 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13951
13952         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13953         * gst/debug/gstnavigationtest.h:
13954         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13955         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13956         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13957         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13958         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13959         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13960         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13961         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13962         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13963         (gst_video_flip_get_type):
13964         * gst/videofilter/gstvideoflip.h:
13965           update for symbols change
13966
13967 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13968
13969         * gst/udp/gstdynudpsink.c:
13970         * gst/udp/gstudpsrc.c:
13971           the old gstnet lib was renamed gstnetbuffer (#322257)
13972
13973 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13974
13975         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13976         (gst_text_overlay_collected):
13977           Actually render the text from the text pad.
13978
13979 2005-11-29  Edward Hervey  <edward@fluendo.com>
13980
13981         * gst/debug/gstnavseek.c: (gst_navseek_event):
13982         * gst/debug/progressreport.c: (gst_progress_report_event):
13983         Update for GstBaseTransform event virtual method
13984
13985 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13986
13987         * ext/cairo/Makefile.am:
13988           no need to link to videofilter
13989
13990 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13991
13992         * gst/debug/Makefile.am:
13993         * gst/debug/gstnavigationtest.h:
13994         * gst/effectv/Makefile.am:
13995         * gst/effectv/gstaging.c:
13996         * gst/effectv/gstdice.c:
13997         * gst/effectv/gstedge.c:
13998         * gst/effectv/gstquark.c:
13999         * gst/effectv/gstrev.c:
14000         * gst/effectv/gstshagadelic.c:
14001         * gst/effectv/gstvertigo.c:
14002         * gst/effectv/gstwarp.c:
14003         * gst/videofilter/Makefile.am:
14004         * gst/videofilter/gstvideofilter.c:
14005         * gst/videofilter/gstvideofilter.h:
14006         * gst/videofilter/gstvideoflip.h:
14007           remove the videofilter library and link to the one in base
14008
14009 2005-11-28  Edward Hervey  <edward@fluendo.com>
14010
14011         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14012         Useless check now we're setting the current entry correctly.
14013
14014 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14015
14016         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14017         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14018         (gst_jpegenc_change_state):
14019           Don't leak input buffer in chain function (fixes #322667); make 
14020           state change function thread-safe; don't repeat the current function
14021           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14022           gst_pad_alloc_buffer(); misc. minor cleanups.
14023
14024 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14025
14026         * gst/matroska/matroska-mux.c:
14027         (gst_matroska_mux_video_pad_setcaps):
14028         Look for pixel-aspect-ratio in caps, not pixel_width and
14029         pixel_height (Fixes: #322645)
14030
14031 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14032
14033         * gst/matroska/matroska-mux.c:
14034         (gst_matroska_mux_video_pad_setcaps):
14035         From Michal Benes:
14036         frame duration should be GST_SECOND / framerate, not
14037         GST_SECOND * framerate. (Fixes: #322643)
14038
14039 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * configure.ac:
14042           fix up GST_PLUGIN_LDFLAGS
14043         * gst/rtsp/rtspconnection.c:
14044           fix includes (see #317043)
14045         * gst/videofilter/Makefile.am:
14046           stop installing this library
14047
14048 2005-11-26  Edward Hervey  <edward@fluendo.com>
14049
14050         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14051         Handle the case where the incoming Video dv stream doesn't have
14052         a pixel aspect ratio set.
14053
14054 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14055
14056         * docs/plugins/Makefile.am:
14057         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14058         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14059         * ext/flac/gstflacdec.c:
14060           document flacdec
14061
14062 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14063
14064         * docs/plugins/Makefile.am:
14065         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14066         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14067         * docs/plugins/inspect/plugin-autodetect.xml:
14068         * ext/cairo/gstcairo.c: (plugin_init):
14069         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14070         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14071         (gst_text_overlay_init), (gst_text_overlay_font_init),
14072         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14073         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14074         (gst_text_overlay_text_pad_linked),
14075         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14076         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14077         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14078         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14079         (gst_text_overlay_change_state):
14080         * ext/cairo/gsttextoverlay.h:
14081         * ext/cairo/gsttimeoverlay.c:
14082         (gst_cairo_time_overlay_update_font_height),
14083         (gst_cairo_time_overlay_set_caps),
14084         (gst_cairo_time_overlay_get_unit_size),
14085         (gst_cairo_time_overlay_print_smpte_time),
14086         (gst_cairo_time_overlay_transform),
14087         (gst_cairo_time_overlay_base_init),
14088         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14089         (gst_cairo_time_overlay_get_type):
14090         * ext/cairo/gsttimeoverlay.h:
14091           do some name borgifying
14092           document
14093
14094 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14095
14096         * docs/plugins/Makefile.am:
14097         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14098         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14099         * gst/autodetect/gstautoaudiosink.c:
14100         (gst_auto_audio_sink_base_init):
14101         * gst/autodetect/gstautovideosink.c:
14102         (gst_auto_video_sink_base_init),
14103         (gst_auto_video_sink_factory_filter):
14104           documenting auto*sink
14105           using strstr for the video sink lookup, class field is not ordered
14106         * docs/plugins/inspect/plugin-1394.xml:
14107         * docs/plugins/inspect/plugin-aasink.xml:
14108         * docs/plugins/inspect/plugin-alaw.xml:
14109         * docs/plugins/inspect/plugin-alpha.xml:
14110         * docs/plugins/inspect/plugin-alphacolor.xml:
14111         * docs/plugins/inspect/plugin-auparse.xml:
14112         * docs/plugins/inspect/plugin-autodetect.xml:
14113         * docs/plugins/inspect/plugin-avi.xml:
14114         * docs/plugins/inspect/plugin-cacasink.xml:
14115         * docs/plugins/inspect/plugin-cairo.xml:
14116         * docs/plugins/inspect/plugin-cutter.xml:
14117         * docs/plugins/inspect/plugin-debug.xml:
14118         * docs/plugins/inspect/plugin-dv.xml:
14119         * docs/plugins/inspect/plugin-efence.xml:
14120         * docs/plugins/inspect/plugin-effectv.xml:
14121         * docs/plugins/inspect/plugin-esdsink.xml:
14122         * docs/plugins/inspect/plugin-flac.xml:
14123         * docs/plugins/inspect/plugin-flxdec.xml:
14124         * docs/plugins/inspect/plugin-gconfelements.xml:
14125         * docs/plugins/inspect/plugin-goom.xml:
14126         * docs/plugins/inspect/plugin-jpeg.xml:
14127         * docs/plugins/inspect/plugin-level.xml:
14128         * docs/plugins/inspect/plugin-matroska.xml:
14129         * docs/plugins/inspect/plugin-mulaw.xml:
14130         * docs/plugins/inspect/plugin-navigationtest.xml:
14131         * docs/plugins/inspect/plugin-ossaudio.xml:
14132         * docs/plugins/inspect/plugin-png.xml:
14133         * docs/plugins/inspect/plugin-rtp.xml:
14134         * docs/plugins/inspect/plugin-rtsp.xml:
14135         * docs/plugins/inspect/plugin-shout2send.xml:
14136         * docs/plugins/inspect/plugin-smpte.xml:
14137         * docs/plugins/inspect/plugin-speex.xml:
14138         * docs/plugins/inspect/plugin-udp.xml:
14139         * docs/plugins/inspect/plugin-videobox.xml:
14140         * docs/plugins/inspect/plugin-videoflip.xml:
14141         * docs/plugins/inspect/plugin-videomixer.xml:
14142         * docs/plugins/inspect/plugin-wavenc.xml:
14143         * docs/plugins/inspect/plugin-wavparse.xml:
14144           update for HEAD version
14145
14146 2005-11-25  Michael Smith  <msmith@fluendo.com>
14147
14148         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14149           Patch from Sebastien Cote to close control sockets in udpsrc.
14150
14151 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14152
14153         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14154         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14155         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14156         (gst_quarktv_base_init), (gst_quarktv_class_init),
14157         (gst_quarktv_init): Flush the planes list on reverse caps
14158         negotiation. This was crashing because of differently sized
14159         buffers.
14160
14161 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14162
14163         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14164         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14165         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14166         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14167         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14168         (gst_videoflip_set_property), (gst_videoflip_base_init),
14169         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14170         correctly, fix identity flipping, convert navigation event 
14171         correctly again.
14172
14173 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14174
14175         * configure.ac: back to HEAD
14176
14177 === release 0.9.6 ===
14178
14179 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14180
14181         * configure.ac:
14182           releasing 0.9.6, "Everything's Not Lost"
14183
14184 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14185
14186         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14187         Oops, initialise the framerate GValue
14188
14189 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14190
14191         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14192         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14193         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14194         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14195         (gst_timeoverlay_get_type):
14196         * ext/cairo/gsttimeoverlay.h:
14197         * gst/debug/Makefile.am:
14198         * gst/debug/gstnavigationtest.c:
14199         (gst_navigationtest_handle_src_event),
14200         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14201         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14202         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14203         (gst_navigationtest_init), (gst_navigationtest_get_type),
14204         (plugin_init):
14205         * gst/debug/gstnavigationtest.h:
14206         * gst/effectv/Makefile.am:
14207         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14208         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14209         (gst_agingtv_base_init), (gst_agingtv_class_init),
14210         (gst_agingtv_init), (gst_agingtv_get_type):
14211         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14212         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14213         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14214         (gst_dicetv_get_type):
14215         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14216         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14217         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14218         (gst_edgetv_get_type):
14219         * gst/effectv/gsteffectv.c:
14220         * gst/effectv/gsteffectv.h:
14221         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14222         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14223         (gst_quarktv_change_state), (gst_quarktv_base_init),
14224         (gst_quarktv_class_init), (gst_quarktv_init),
14225         (gst_quarktv_get_type):
14226         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14227         (gst_revtv_get_unit_size), (gst_revtv_transform),
14228         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14229         (gst_revtv_get_type):
14230         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14231         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14232         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14233         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14234         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14235         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14236         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14237         (gst_vertigotv_init), (gst_vertigotv_get_type):
14238         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14239         (gst_warptv_get_unit_size), (gst_warptv_transform),
14240         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14241         (gst_warptv_get_type):
14242         * gst/videofilter/Makefile.am:
14243         * gst/videofilter/gstvideobalance.c:
14244         * gst/videofilter/gstvideobalance.h:
14245         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14246         (gst_videofilter_class_init), (gst_videofilter_init):
14247         * gst/videofilter/gstvideofilter.h:
14248         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14249         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14250         (gst_videoflip_flip), (gst_videoflip_transform),
14251         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14252         (gst_videoflip_base_init), (gst_videoflip_class_init),
14253         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14254         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14255         BaseTransform, it's just a place holder for now and every video
14256         effect plugin has been ported to use BaseTransform features 
14257         directly. QuarkTV was fixed too (was broken), navigationtest works
14258         and best for the end, videoflip converts navigation events depending
14259         on flip method ! Fixes #320953
14260
14261 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14262
14263         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14264         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14265         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14266         (gst_goom_src_negotiate), (gst_goom_chain):
14267         * gst/matroska/matroska-mux.c:
14268         (gst_matroska_mux_video_pad_setcaps):
14269         * sys/osxvideo/osxvideosink.m:
14270           Fixes for API changes
14271
14272 2005-11-23  Michael Smith <msmith@fluendo.com>
14273
14274         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14275         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14276         * ext/jpeg/gstjpegdec.h:
14277         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14278         * ext/jpeg/gstjpegenc.h:
14279         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14280         (gst_smokeenc_resync):
14281         * ext/jpeg/gstsmokeenc.h:
14282           JPEG fractiony goodness.
14283
14284 2005-11-22  Michael Smith <msmith@fluendo.com>
14285
14286         * gst/goom/filters.c:
14287         * gst/goom/graphic.h:
14288           Fix compilation by making some functions static inline instead of
14289           extern inline, matching the way they're used.
14290
14291 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14292
14293         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14294         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14295         * ext/cairo/gsttextoverlay.h:
14296         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14297         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14298         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14299         (gst_pngdec_caps_create_and_set):
14300         * ext/libpng/gstpngdec.h:
14301         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14302         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14303         * gst/avi/gstavimux.c: (gst_avimux_init),
14304         (gst_avimux_vidsinkconnect):
14305         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14306         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14307         (gst_goom_src_negotiate), (gst_goom_chain):
14308         * gst/goom/gstgoom.h:
14309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14310         * gst/matroska/matroska-mux.c:
14311         (gst_matroska_mux_video_pad_setcaps):
14312         * sys/osxvideo/osxvideosink.h:
14313         * sys/osxvideo/osxvideosink.m:
14314           More fractional framerate conversions 
14315
14316 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14317
14318         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14319         * gst/debug/gstnavigationtest.c:
14320         (gst_navigationtest_handle_src_event):
14321         * gst/videofilter/gstvideofilter.c:
14322         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14323         (gst_videofilter_init):
14324         * gst/videofilter/gstvideofilter.h:
14325           Convert to fractional framerates.
14326
14327 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14328
14329         * ext/aalib/gstaasink.c:
14330         * ext/dv/gstdvdec.c:
14331         * ext/esd/esdmon.c:
14332         * ext/flac/gstflacenc.c:
14333         * ext/gdk_pixbuf/pixbufscale.c:
14334         * ext/libcaca/gstcacasink.c:
14335         * ext/shout2/gstshout2.c:
14336         * gst/alpha/gstalpha.c:
14337         * gst/oldcore/gstaggregator.c:
14338         * gst/oldcore/gstshaper.c:
14339         * gst/smpte/barboxwipes.c:
14340         * gst/smpte/gstsmpte.c:
14341         * gst/videobox/gstvideobox.c:
14342         * gst/videofilter/gstvideoflip.c:
14343         * gst/videomixer/videomixer.c:
14344           fix up more enums
14345
14346 2005-11-22  Michael Smith <msmith@fluendo.com>
14347
14348         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14349         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14350         (gst_videomixer_update_queues):
14351           Fractional framerates, videomixer.
14352
14353 2005-11-22  Michael Smith <msmith@fluendo.com>
14354
14355         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14356         * ext/dv/gstdvdec.h:
14357         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14358         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14359         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14360         (gst_dvdemux_flush):
14361         * ext/dv/gstdvdemux.h:
14362           Fractional framerates for DV. 
14363
14364 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14365
14366         * gst/autodetect/gstautoaudiosink.c:
14367         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14368         * gst/autodetect/gstautovideosink.c:
14369         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14370           Use gst_plugin_feature_list_free() to free feature list and
14371           in the case of autovideosink free the list at all. Also
14372           miscellaneous cosmetic fixes.
14373
14374 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14375
14376         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14377         (gst_cutter_set_property), (gst_cutter_get_caps):
14378           copy calculation code from level; remove use of some audio
14379           functions
14380
14381 2005-11-22  Andy Wingo  <wingo@pobox.com>
14382
14383         * Update for gst_tag_setter API changes.
14384
14385 2005-11-22  Andy Wingo  <wingo@pobox.com>
14386
14387         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14388         (gst_dvdemux_demux_frame)
14389         * ext/flac/gstflacdec.c (gst_flacdec_write)
14390         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14391         (gst_flacenc_sink_event)
14392         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14393         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14394         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14395         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14396         * gst/auparse/gstauparse.c (gst_auparse_chain)
14397         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14398         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14399         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14400         (gst_avi_demux_handle_seek)
14401         * gst/goom/gstgoom.c (gst_goom_event)
14402         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14403         * gst/matroska/matroska-demux.c
14404         (gst_matroska_demux_handle_seek_event)
14405         (gst_matroska_demux_loop_stream_parse_id)
14406         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14407         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14408         (gst_wavparse_stream_headers): Run update-funcnames.
14409
14410 2005-11-22  Edward Hervey  <edward@fluendo.com>
14411
14412         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14413         (gst_dv1394src_init), (gst_dv1394src_dispose),
14414         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14415         (gst_dv1394src_uri_set_uri):
14416         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14417         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14418         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14419         URIHandler interface and element properties are now properly
14420         synchronized for DV1394src and UDPSrc
14421
14422 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14423
14424         * ext/flac/Makefile.am:
14425         * ext/speex/Makefile.am:
14426           libgsttagedit has been renamed to libgsttag.
14427
14428 2005-11-21  Wim Taymans  <wim@fluendo.com>
14429
14430         * gst/rtsp/rtspconnection.c: (read_body):
14431         Apply patch from Sebastien Cote to fix #319184.
14432
14433 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14434
14435         * configure.ac:
14436         * gst/cutter/Makefile.am:
14437         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14438         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14439         (gst_cutter_set_property), (gst_cutter_get_property),
14440         (plugin_init), (gst_cutter_get_caps):
14441           port cutter
14442         * gst/level/gstlevel.c:
14443           fix up plugin details
14444
14445 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14448         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14449         (gst_flacdec_src_event):
14450         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14451         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14452         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14453         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14454         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14455         (gst_flxdec_sink_event_handler):
14456         * gst/matroska/matroska-demux.c:
14457         (gst_matroska_demux_handle_seek_event):
14458         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14459           Update for stream lock API changes: don't take stream log
14460           in sink event handlers any longer and change GST_STREAM_LOCK
14461           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14462           functions.
14463
14464 2005-11-21  Michael Smith <msmith@fluendo.com>
14465
14466         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14467           gst_object_unref, not g_object_unref
14468
14469 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14470
14471         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14472         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14473           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14474
14475 2005-11-21  Michael Smith <msmith@fluendo.com>
14476
14477         * gst/auparse/Makefile.am:
14478         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14479         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14480         (gst_auparse_change_state):
14481         * gst/auparse/gstauparse.h:
14482           Partially fix #161712. playbin still doesn't work on these files,
14483           (on the bug report, Andy says we aren't typefinding it for some
14484           reason?) but at least auparse isn't totally busted like it was before.
14485
14486 2005-11-21  Andy Wingo  <wingo@pobox.com>
14487
14488         * *.h:
14489         * *.c: Ran scripts/update-macros. Oh yes.
14490
14491 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14492
14493         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14494           Filler events are gone for now, comment out section generating
14495           them.
14496
14497 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14498
14499         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14500         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14501         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14502         * sys/osxvideo/osxvideosink.m:
14503           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14504           (#322027)
14505
14506 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14509         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14510         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14511         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14512         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14513         (gst_avi_demux_stream_data):
14514         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14515         * gst/wavenc/gstwavenc.c: (write_metadata):
14516         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14517         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14518         Fixes for GST_FOURCC_FORMAT API change.
14519
14520 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14521
14522         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14523         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14524         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14525         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14526         (gst_text_overlay_change_state):
14527         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14528         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14529         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14530         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14531         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14532         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14533         (gst_videomixer_change_state):
14534           Fix for collect pads API change. Also fix textoverlay state
14535           change function.
14536
14537 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14538
14539         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14540         GST_PAD_IS_USABLE by something approaching it.
14541
14542 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14543
14544         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14545         API changes.
14546         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14547         but also fix the code that was not checking return values from
14548         pad_push neither using pad_alloc_buffer.
14549
14550 2005-11-18  Edward Hervey  <edward@fluendo.com>
14551
14552         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14553         (gst_pngenc_chain):
14554         Added debug category
14555         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14556         goes to EOS.
14557
14558 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14559
14560         * gst/rtp/Makefile.am
14561         * gst/rtp/gstrtp.c
14562         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14563         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14564         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14565         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14566         * gst/rtp/gstrtpg711enc.h:
14567         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14568         * gst/rtp/gstrtpspeexenc.c:
14569         * gst/rtp/gstrtpspeexenc.h:
14570         * gst/rtp/gstrtpspeexdec.c:
14571         * gst/rtp/gstrtpspeexdec.h:
14572         Created Speex payloader and depayloader; Optimize G711 payloader to
14573         use adapter and send packets until MTU size.
14574
14575 2005-11-16  Wim Taymans  <wim@fluendo.com>
14576
14577         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14578         Fix leak in check.
14579
14580 2005-11-16  Wim Taymans  <wim@fluendo.com>
14581
14582         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14583         Fix state change.
14584
14585 2005-11-16  Andy Wingo  <wingo@pobox.com>
14586
14587         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14588         (gst_udpsrc_create): Move comment.
14589
14590 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14591
14592         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14593
14594         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14595           When seeking, seek to closest index entry at or before the requested
14596           seek position, not just the closest one (#321001).
14597
14598 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14599
14600         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14601         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14602           Invert DIB images again (see #132341).
14603
14604 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14605
14606         * configure.ac:
14607           rework configure.ac file
14608         * ext/aalib/gstaasink.c:
14609         * ext/cairo/gstcairo.c:
14610         * ext/dv/gstdv.c:
14611         * ext/esd/gstesd.c:
14612         * ext/flac/gstflac.c:
14613         * ext/gconf/gstgconfelements.c:
14614         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14615         * ext/jpeg/gstjpeg.c:
14616         * ext/ladspa/gstladspa.c:
14617         * ext/libcaca/gstcacasink.c:
14618         * ext/libmng/gstmng.c:
14619         * ext/libpng/gstpng.c:
14620         * ext/mikmod/gstmikmod.c:
14621         * ext/pango/gsttextoverlay.c:
14622         * ext/pango/gsttimeoverlay.c:
14623         * ext/raw1394/gst1394.c:
14624         * ext/speex/gstspeex.c:
14625         * gst/alpha/Makefile.am:
14626         * gst/alpha/gstalpha.c:
14627         * gst/alpha/gstalphacolor.c:
14628         * gst/auparse/gstauparse.c:
14629         * gst/autodetect/gstautoaudiosink.c:
14630         (gst_auto_audio_sink_factory_filter),
14631         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14632         * gst/autodetect/gstautodetect.c:
14633         * gst/avi/gstavi.c:
14634         * gst/cutter/gstcutter.c:
14635         * gst/debug/efence.c:
14636         * gst/debug/gstdebug.c:
14637         * gst/debug/gstnavigationtest.c:
14638         * gst/effectv/gsteffectv.c:
14639         * gst/flx/gstflxdec.c:
14640         * gst/goom/gstgoom.c:
14641         * gst/interleave/plugin.c:
14642         * gst/law/alaw.c:
14643         * gst/law/mulaw.c:
14644         * gst/level/gstlevel.c:
14645         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14646         * gst/matroska/matroska.c:
14647         * gst/median/gstmedian.c:
14648         * gst/monoscope/gstmonoscope.c:
14649         * gst/multipart/multipart.c:
14650         * gst/oldcore/gstelements.c:
14651         * gst/rtp/gstrtp.c:
14652         * gst/rtsp/gstrtsp.c:
14653         * gst/smoothwave/gstsmoothwave.c:
14654         * gst/smpte/gstsmpte.c:
14655         * gst/udp/gstudp.c:
14656         * gst/videobox/gstvideobox.c:
14657         * gst/videofilter/gstgamma.c:
14658         * gst/videofilter/gstvideobalance.c:
14659         * gst/videofilter/gstvideoflip.c:
14660         * gst/videofilter/gstvideotemplate.c:
14661         * gst/videomixer/videomixer.c:
14662         * gst/wavenc/gstwavenc.c:
14663         * gst/wavparse/gstwavparse.c:
14664         * sys/oss/gstossaudio.c:
14665         * sys/osxaudio/gstosxaudio.c:
14666           update GST_PLUGIN_DEFINE
14667         * gst/rtp/Makefile.am:
14668         * gst/rtp/gstasteriskh263.c:
14669           check for htons/htonl headers and possibly link to winsock2 lib
14670
14671 2005-11-12  Edward Hervey  <edward@fluendo.com>
14672
14673         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14674         Only GST_DEBUG() information on the valid components.
14675
14676 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14677
14678         * configure.ac: back to HEAD
14679
14680 === release 0.9.5 ===
14681
14682 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14683
14684         * configure.ac:
14685           releasing 0.9.5, "Phone Alarm"
14686
14687 2005-11-11  Edward Hervey  <edward@fluendo.com>
14688
14689         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14690         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14691         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14692         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14693         (gst_avi_demux_loop):
14694         * gst/avi/gstavidemux.h:
14695         Yeah, implement proper seeking. Exact seeking and segment seeking.
14696         Still need to do some checks for segment_stop.
14697
14698 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14699
14700         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14701
14702         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14703           Don't try to ready buffer duration from buffer that we don't
14704           own any  longer and that might already have been unreffed.
14705           (#321136)
14706
14707 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14708
14709         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14710         (flx_decode_delta_flc), (gst_flxdec_chain):
14711         Attempting to optimize the code for embedded systems.
14712
14713 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14714
14715         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14716
14717         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14718           Don't re-use already closed file descriptor. (#320920)
14719
14720 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14721
14722         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14723         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14724         (gst_oss_sink_prepare):
14725         * sys/oss/gstosssink.h:
14726           Cache probed caps; fix debug output for SET_PARAM macros.
14727
14728 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14729
14730         * ext/cairo/Makefile.am:
14731         * ext/cairo/gstcairo.c: (plugin_init):
14732         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14733         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14734         (gst_text_overlay_init), (gst_text_overlay_font_init),
14735         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14736         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14737         (gst_text_overlay_text_pad_linked),
14738         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14739         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14740         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14741         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14742         (gst_text_overlay_change_state):
14743         * ext/cairo/gsttextoverlay.h:
14744           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14745           property and redo positioning. Doesn't handle upstream renegotiation
14746           yet though.
14747
14748 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14749
14750         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14751         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14752         (gst_avi_demux_loop):
14753           No need to take the STREAM_LOCK in the loop function. Improve
14754           some debug messages. Don't leak pad names in debug messages.
14755
14756 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14757
14758         * gst/matroska/matroska-demux.c:
14759         (gst_matroska_demux_push_vorbis_codec_priv_data),
14760         (gst_matroska_demux_add_wvpk_header):
14761           Don't error out when the source pad isn't linked.
14762
14763 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14766         (gst_gconf_audio_sink_change_state):
14767         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14768         (gst_gconf_video_sink_change_state):
14769           Fix state change functions here as well and set kid
14770           to NULL state before removing it.
14771
14772 2005-11-01  Edward Hervey  <edward@fluendo.com>
14773
14774         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14775         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14776         Added proper event handlind, 
14777         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14778         ignored),
14779         and don't set a duration of 0 for buffers otherwise they are discarded
14780         by GstBaseSink.
14781
14782         GstWavEnc needs some serious loving, after going through the code I'm
14783         really wondering how this can stay in -good ...
14784
14785 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14786
14787         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14788         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14790         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14791         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14792         (gst_matroska_mux_collected):
14793           Fix leaks and invalid memory access as reported by valgrind
14794
14795 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14796
14797         Patch by: Michal Benes <michal.benes@xeris.cz>
14798
14799         * check/Makefile.am:
14800         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14802         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14803           add a unit test for matroskamux
14804           fix the bugs that the unit test exposed
14805
14806 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14807
14808         * gst/autodetect/gstautoaudiosink.c:
14809         (gst_auto_audio_sink_class_init),
14810         (gst_auto_audio_sink_change_state):
14811         * gst/autodetect/gstautovideosink.c:
14812         (gst_auto_video_sink_class_init),
14813         (gst_auto_video_sink_change_state):
14814           Fix state change function and use GST_DEBUG_FUNCPTR in
14815           class_init.
14816
14817 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14818
14819         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14822         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14823         * gst/matroska/ebml-write.h:
14824         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14825           Set timestamps on outgoing ebml headers as well, so that the
14826           element after matroskamux can get the timestamp already when
14827           reading the first ebml element and doesn't have to wait for
14828           the actual data buffer for that (#320308).
14829           
14830 2005-10-31  Andy Wingo  <wingo@pobox.com>
14831
14832         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14833         (gst_videomixer_pad_link): Kill some memleaks.
14834         (gst_videomixer_pad_get_property): Style fix.
14835         (gst_videomixer_pad_set_property): Style fix.
14836         (gst_videomixer_pad_init): Style fix.
14837         (gst_videomixer_update_queues): Kill memleak.
14838         (gst_videomixer_loop): Kill memleak.
14839         (gst_videomixer_collected): Kill memleak.
14840
14841 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14842
14843         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14844         gst_auparse_change_state:
14845         Just some cleanup.
14846
14847 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14848
14849         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14850         Add checks to GST_FLOW_NOT_LINKED for values returned
14851         from gst_pad_push.
14852         
14853 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14854
14855         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14856         (gst_rtpg711dec_process):
14857         * gst/rtp/gstrtpgsmenc.c:
14858         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14859         are never set. This is important for the g711 to work with burger's rtpbin
14860         element.
14861
14862 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14863
14864         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14865         (gst_speexenc_push_buffer):
14866         Add checks for return values from gst_pad_push and
14867         gst_pad_alloc_buffer.
14868
14869 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14870
14871         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14872
14873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14874         (gst_matroska_demux_parse_info),
14875         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14876         (gst_matroska_demux_parse_cluster):
14877         * gst/matroska/matroska-ids.h:
14878         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14879         (gst_matroska_mux_init), (gst_matroska_mux_start),
14880         (gst_matroska_mux_create_buffer_header),
14881         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14882         (gst_matroska_mux_get_property):
14883         * gst/matroska/matroska-mux.h:
14884           Add SimpleBlock support to matroska demuxer and muxer (part of
14885           Matroska v2). (#319731)
14886
14887 2005-10-28  Wim Taymans  <wim@fluendo.com>
14888
14889         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14890         (gst_jpeg_dec_change_state):
14891         * ext/jpeg/gstjpegdec.h:
14892         Cleanups. Don't create caps for every chain.
14893
14894 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14895
14896         * gst/law/alaw-encode.c: (gst_alawenc_init),
14897         (alawenc_setcaps), (gst_alawenc_chain)
14898         * gst/law/alaw-encode.h:
14899         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14900         (mulawenc_setcaps), (gst_mulawenc_chain)
14901         * gst/law/mulaw-encode.h:
14902         Set timestamp on buffer and it allows RTP G711 elements
14903         work properly.
14904
14905 2005-10-27  Wim Taymans  <wim@fluendo.com>
14906
14907         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14908         Set correct format on oss instead of a silly value. 
14909
14910 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14911
14912         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14913         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14914         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14915         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14916         I420 rendering as well, doesn't bring much for my platform.
14917         Might help on some other platforms.
14918
14919 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14920
14921         * gst/rtp/gstrtpgsmenc.c:
14922         * gst/rtp/gstrtpgsmparse.c:
14923         Declaring the padtemplate correctly.
14924
14925 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14926
14927         * gst/rtp/gstrtpg711dec.c:
14928         * gst/rtp/gstrtpg711enc.c:
14929         * gst/rtp/gstrtpgsmenc.c:
14930         * gst/rtp/gstrtpgsmparse.c:
14931         Setting the proper copyright notice.
14932
14933 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14934
14935         * gst/videobox/Makefile.am: Use liboil.
14936         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14937         (gst_video_box_set_property), (gst_video_box_transform_caps),
14938         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14939         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14940         using liboil. Will dot the same to I420 border generation
14941         tomorrow.
14942
14943 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14944
14945         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14946         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14947         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14948         * gst/rtp/gstrtpg711dec.h:
14949         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14950         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14951         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14952         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14953         (gst_rtpgsmenc_handle_buffer):
14954         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14955         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14956         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14957         * gst/rtp/gstrtpgsmparse.h:
14958         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14959         inherits from the basertpdepayloader.
14960
14961 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14962
14963         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14964         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14965         (gst_video_box_ayuv): Removing this forgotten debug.
14966
14967 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14968
14969         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14970         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14971         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14972
14973 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14974
14975         * sys/oss/gstossaudio.c:
14976         * sys/oss/gstossdmabuffer.c:
14977         * sys/oss/gstosshelper.c:
14978         * sys/oss/gstossmixer.c:
14979         * sys/oss/gstossmixerelement.c:
14980         * sys/oss/gstossmixertrack.c:
14981         * sys/oss/gstosssink.c:
14982         * sys/oss/gstosssrc.c:
14983           Actually use the 'oss' debug category we register.
14984
14985 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14986
14987         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
14988         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
14989         Use gst_pad_get_parent and drop the ref that was added through
14990         that call.
14991
14992 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14993
14994         * gst/rtp/gstrtpgsmenc.c:
14995           Fix compilation
14996
14997 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
14998
14999         * gst/rtp/gstrtpg711dec.c
15000         Just removed a couple of lines of weird code used during
15001         development/test time.
15002
15003 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15004
15005         * gst/rtp/Makefile.am
15006         * gst/rtp/gstrtp.c
15007         * gst/rtp/gstrtpg711enc.c
15008         * gst/rtp/gstrtpg711enc.h
15009         * gst/rtp/gstrtpg711dec.c
15010         * gst/rtp/gstrtpg711dec.h
15011         Created G711 payloader and depayloader (it supports mulaw and alaw
15012         (dec)encoders)
15013
15014 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15015
15016         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15017         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15018         Doh ! I introduced wingo's bug again ! Sorry...
15019
15020 2005-10-25  Christian Schaller <christian@fluendo.com> 
15021
15022         * gst/rtp/Makefile.am: add missing header files for disting
15023
15024 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15025
15026         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15027         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15028         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15029         (gst_rtpgsmenc_handle_buffer):
15030         * gst/rtp/gstrtpgsmenc.h:
15031         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15032         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15033         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15034         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15035         * gst/rtp/gstrtpgsmparse.h:
15036         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15037
15038 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15039
15040         * ext/libpng/gstpngdec.c: (user_info_callback),
15041         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15042         a newsegment event, move some redundant code in a single place.
15043
15044 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15045
15046         * ext/libpng/gstpngdec.c: (user_info_callback),
15047         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15048         hack to get correct colors order when we have a png image with
15049         alpha channel.
15050
15051 2005-10-24  Edward Hervey  <edward@fluendo.com>
15052
15053         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15054         Call gst_element_no_more_pads when there will be no more pads.
15055
15056 2005-10-24  Wim Taymans  <wim@fluendo.com>
15057
15058         * gst/rtp/Makefile.am:
15059         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15060         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15061         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15062         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15063         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15064         (gst_asteriskh263_plugin_init):
15065         * gst/rtp/gstasteriskh263.h:
15066         * gst/rtp/gstrtp.c: (plugin_init):
15067         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15068         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15069         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15070         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15071         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15072         (gst_rtph263enc_plugin_init):
15073         * gst/rtp/gstrtph263enc.h:
15074         Added two new payloaders, an RFC 2190 payloader for h263 and
15075         a payload convertor for an asterisk server.
15076
15077 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15078
15079         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15080           Set bytes_per_sample correctly (is not always 4, but 
15081           depends on width and number of channels).
15082
15083 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15084
15085         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15086         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15087         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15088         (gst_flacenc_sink_event), (gst_flacenc_chain),
15089         (gst_flacenc_set_property), (gst_flacenc_get_property),
15090         (gst_flacenc_change_state):
15091         * ext/flac/gstflacenc.h:
15092           Fix seeking, so that flacenc can rewrite the header with the
15093           correct duration and amount of samples and all that at EOS;
15094           also set timestamps and granulepos on outgoing buffers; add
15095           debug category; fix state change function.
15096           
15097 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15098
15099         * gst/videomixer/videomixer.c: Don't restrict video geometry
15100         from 16 to 4096.
15101
15102 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15103
15104         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15105         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15106         Fix caps negotiation correctly, add debugging category.
15107
15108 2005-10-24  Christian Schaller  <christian@fluendo.com>
15109
15110         * configure.ac: Port over Thomas's change from base listing all plugins
15111
15112 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15113
15114         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15115         a sink pad.
15116
15117 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15118
15119         * configure.ac:
15120         * docs/upload.mak:
15121           back to HEAD
15122
15123 === release 0.9.4 ===
15124
15125 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15126
15127         * configure.ac:
15128           Releasing 0.9.4, "Dromiceiomimus"
15129
15130 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15131
15132         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15133         (gst_speexenc_src_query):
15134           Add position and duration query, fix query type function.
15135           
15136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15137         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15138           Let's not set non-fixed caps on source pads.
15139
15140 2005-10-21  Wim Taymans  <wim@fluendo.com>
15141
15142         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15143         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15144         (gst_avi_demux_handle_seek):
15145         Set correct stream_time in newsegment event.
15146         avi can also handle a duration query now.
15147
15148 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15149
15150         * gst/matroska/matroska-demux.c:
15151         (gst_matroska_demux_handle_src_query),
15152         (gst_matroska_demux_handle_seek_event),
15153         (gst_matroska_demux_loop_stream_parse_id):
15154           Fix duration query; fix basetime in newsegment event after
15155           seek; fix duration in initial newsegment event.
15156
15157         * gst/matroska/matroska-mux.c:
15158         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15159           Extract number of channels and samplerate from vorbis headers;
15160           add some debug messages when querying the durations of the
15161           input streams.
15162
15163 2005-10-20  Wim Taymans  <wim@fluendo.com>
15164
15165         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15166         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15167         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15168         Set stream time correctly in newsegment.
15169
15170 2005-10-20  Wim Taymans  <wim@fluendo.com>
15171
15172         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15173         Correctly fill in the stream time.
15174
15175 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15176
15177         * check/elements/level.c: (GST_START_TEST):
15178         * gst/level/gstlevel.c: (gst_level_message_new):
15179         * gst/level/level-example.c: (message_handler):
15180           use ELEMENT messages instead
15181
15182 2005-10-19  Wim Taymans  <wim@fluendo.com>
15183
15184         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15185         (gst_dvdemux_src_query):
15186         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15187         (gst_flacdec_src_query):
15188         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15189         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15190         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15191         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15192         * gst/debug/progressreport.c: (gst_progress_report_report):
15193         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15194         * gst/matroska/matroska-demux.c:
15195         (gst_matroska_demux_handle_src_query):
15196         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15197         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15198         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15199         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15200         (gst_wavparse_srcpad_event):
15201         API change fix.
15202
15203 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15204
15205         * gst/goom/filters.c:
15206         * gst/goom/graphic.h:
15207         * gst/goom/lines.c:
15208           Make inline functions either 'static inline' or 'extern inline',
15209           otherwise the Forte compiler apparently won't inline them (#317300).
15210
15211 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15212
15213         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15214         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15215         (user_info_callback), (user_endrow_callback), (user_end_callback),
15216         (user_read_data), (gst_pngdec_caps_create_and_set),
15217         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15218         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15219         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15220         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15221         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15222         very nice and handle push/pull based model. if you have filesrc
15223         connected to it, it will do random access to load the png file.
15224         If you have a network source that can't do _getrange, it does 
15225         progressive loading through the chain function.
15226         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15227         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15228         thanks to Master Wim Taymans ;-)
15229
15230 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15231
15232         * gst/matroska/Makefile.am:
15233         * gst/matroska/ebml-read.c:
15234         * gst/matroska/ebml-read.h:
15235         * gst/matroska/matroska-demux.c:
15236         * gst/matroska/matroska-demux.h:
15237         * gst/matroska/matroska.c: (plugin_init):
15238           Ported matroska demuxer to 0.9.
15239
15240 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15241
15242         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15243
15244         * gst/matroska/matroska-mux.c:
15245         (gst_matroska_mux_video_pad_setcaps),
15246         (gst_matroska_mux_audio_pad_setcaps):
15247           Fix mpeg4 input handling (#318847); also, while we're at it,
15248           fix media type for Motion-JPEG: should be image/jpeg.
15249
15250 2005-10-18  Wim Taymans  <wim@fluendo.com>
15251
15252         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15253         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15254         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15255         Fix for segment-start/stop API change.
15256
15257 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15258
15259         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15260         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15261         way.
15262
15263 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15264
15265         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15266         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15267         output declared in transform_caps.
15268
15269 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15270
15271         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15272
15273 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15274
15275         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15276         (gst_video_box_get_unit_size): Fix wrong size calculations and
15277         implement get_unit_size correctly.
15278
15279 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15280
15281         * configure.ac:
15282           Enable flx plugin.
15283
15284         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15285           Fix gcc4 signedness issue.
15286
15287 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15288
15289         * configure.ac: Adding videomixer.
15290         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15291         (user_read_data), (gst_pngdec_chain): More debugging.
15292         * gst/alpha/Makefile.am: Adding alphacolor
15293         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15294         (gst_alpha_color_class_init), (gst_alpha_color_init),
15295         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15296         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15297         (plugin_init): Ported to 0.9 using in place base tranform.
15298         * gst/videomixer/Makefile.am:
15299         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15300         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15301         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15302         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15303         (gst_videomixer_init), (gst_videomixer_getcaps),
15304         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15305         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15306         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15307         to 0.9 using collectpads.
15308
15309 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15310
15311         * configure.ac:
15312         * gst/flx/Makefile.am:
15313         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15314         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15315         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15316         * gst/flx/gstflxdec.h:
15317         flx plugin ported to 0.9
15318
15319 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15320
15321         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15322           use new gst_version_string()
15323
15324 2005-10-16  Andy Wingo  <wingo@pobox.com>
15325
15326         * configure.ac: GLIB_CHECK.
15327
15328 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15329
15330         * ext/libpng/Makefile.am:
15331         * ext/libpng/gstpng.c: (plugin_init):
15332         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15333         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15334         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15335
15336 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15337
15338         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15339
15340         * configure.ac:
15341         * gst/matroska/Makefile.am:
15342         * gst/matroska/ebml-ids.h:
15343         * gst/matroska/ebml-write.c:
15344         * gst/matroska/ebml-write.h:
15345         * gst/matroska/matroska-ids.h:
15346         * gst/matroska/matroska-mux.c:
15347         * gst/matroska/matroska-mux.h:
15348         * gst/matroska/matroska.c: (plugin_init):
15349           Port matroska muxer to 0.9 (#318847).
15350
15351 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15352
15353         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15354         (comment_init), (comment_add):
15355           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15356           use GST_READ_UINT32_LE() and friends rather than the private
15357           implementation of those same macros.
15358
15359 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15360
15361         * examples/stats/mp2ogg.c:
15362           more typo fixes
15363
15364 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15365
15366         * examples/indexing/indexmpeg.c: (main):
15367         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15368         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15369         * ext/esd/esdmon.h:
15370         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15371         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15372         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15373         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15374         * gst/avi/gstavimux.c: (gst_avimux_init):
15375         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15376         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15377         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15378         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15379         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15380         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15381         * gst/oldcore/gstmultifilesrc.h:
15382         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15383         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15384         (gst_pipefilter_change_state):
15385         * gst/oldcore/gstpipefilter.h:
15386         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15387         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15388         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15389         * sys/osxaudio/gstosxaudiosink.h:
15390         * sys/osxaudio/gstosxaudiosrc.h:
15391           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15392           moved bitshift from macro to enum definition
15393
15394 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15395
15396         * ext/Makefile.am:
15397         * ext/cairo/Makefile.am:
15398         * ext/cairo/gstcairo.c: (plugin_init):
15399         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15400         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15401         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15402         * ext/cairo/gsttimeoverlay.h:
15403           update of cairo-based timeoverlay to 1.0 Cairo API
15404           doesn't work yet for resizing of output sink
15405
15406 2005-10-11  Wim Taymans  <wim@fluendo.com>
15407
15408         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15409         newsegment API fix.
15410
15411 2005-10-11  Wim Taymans  <wim@fluendo.com>
15412
15413         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15414         (gst_dvdemux_demux_frame):
15415         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15416         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15417         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15418         (gst_avi_demux_handle_seek):
15419         * gst/goom/gstgoom.c: (gst_goom_event):
15420         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15421         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15422         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15423         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15424         (gst_wavparse_srcpad_event):
15425         newsegment API update.
15426
15427 2005-10-11  Andy Wingo  <wingo@pobox.com>
15428
15429         * ext/speex/gstspeexenc.c: Signedness cleanups.
15430
15431 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15432
15433         * PORTED_09:
15434         * ext/speex/Makefile.am:
15435         * ext/speex/gstspeex.c:
15436         * ext/speex/gstspeexenc.c:
15437         Speexenc ported to 0.9
15438
15439 2005-10-10  Wim Taymans  <wim@fluendo.com>
15440
15441         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15442         (gst_oss_sink_init), (gst_oss_sink_set_property),
15443         (gst_oss_sink_get_property), (gst_oss_sink_open),
15444         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15445         * sys/oss/gstosssink.h:
15446         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15447         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15448         (gst_oss_src_prepare):
15449         Cleanups, make device configurable in the sink, handle and report
15450         errors.
15451
15452 2005-10-10  Wim Taymans  <wim@fluendo.com>
15453
15454         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15455         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15456         Make sure element is NULL before removing from the bin.
15457
15458 2005-10-07  Andy Wingo  <wingo@pobox.com>
15459
15460         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15461         block forever in a read().
15462         (gst_dv1394src_bus_reset): Post a message when the cable is
15463         unplugged.
15464         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15465         (gst_dv1394src_bus_reset): Don't unref the message.
15466
15467         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15468         hacking. The only change should be that the state change stuff was
15469         put into basesrc's start() and stop() routines, which coalesces
15470         some steps.
15471
15472 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15473
15474         * configure.ac:
15475           Add check for mmap
15476           
15477         * gst/debug/Makefile.am:
15478           Only compile efence plugin on systems that have mmap.
15479
15480 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15481
15482         * gst/debug/Makefile.am:
15483         * gst/debug/breakmydata.c:
15484         * gst/debug/gstdebug.c:
15485         * gst/debug/gstnavigationtest.c:
15486         * gst/debug/gstnavseek.c: 
15487         * gst/debug/gstnavseek.h:
15488         * gst/debug/progressreport.c: 
15489         * gst/debug/testplugin.c:
15490           Port progressreport, navseek, navigationtest, testsink and
15491           breakmydata.
15492
15493 2005-10-05  Edward Hervey  <edward@fluendo.com>
15494
15495         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15496         (gst_dvdemux_src_query):
15497         Fixes for better conversion
15498
15499 2005-10-04  Michael Smith <msmith@fluendo.com>
15500
15501         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15502         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15503         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15504         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15505           Set state of elements to NULL before removing from bins.
15506           Set state of test element to NULL if we failed to move it to READY
15507
15508 2005-10-04  Edward Hervey  <edward@fluendo.com>
15509
15510         * ext/dv/Makefile.am:
15511         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15512         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15513         Corrected the query function for position so it doesn't forget what
15514         format was asked, and calls the conversion functions on the correct pad.
15515
15516 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15517
15518         * configure.ac:
15519           back to development
15520
15521 === release 0.9.3 ===
15522
15523 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15524
15525         * configure.ac:
15526           Releasing 0.9.3, "Aramis"
15527
15528 2005-10-03  Andy Wingo  <wingo@pobox.com>
15529
15530         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15531         error returns.
15532
15533 2005-10-02  Andy Wingo  <wingo@pobox.com>
15534
15535         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15536
15537         * ext/flac/gstflacenc.c: Ported to 0.9.
15538
15539         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15540
15541         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15542         and link to gsttagedit. Enable flacenc.
15543
15544         * ext/flac/gstflacdec.c: Re-enable tag reading.
15545
15546 2005-09-30  Wim Taymans  <wim@fluendo.com>
15547
15548         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15549         * gst/rtp/gstrtpgsmparse.c:
15550         * gst/rtp/gstrtph263penc.c:
15551         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15552         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15553         (gst_rtpmp4venc_set_property):
15554         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15555         Various class and caps fixes from Andre Magalhaes (andrunko)
15556
15557 2005-09-29  Wim Taymans  <wim@fluendo.com>
15558
15559         * gst/level/level-example.c: (main):
15560         Update for new bus API.
15561
15562 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15563
15564         * configure.ac:
15565           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15566           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15567
15568 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15569
15570         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15571           Fix playback of mono streams (bytes_per_sample should be set
15572           from the sample width and the number of channels negotiated,
15573           and not just be set to 4) (#317338)
15574
15575 2005-09-26  Wim Taymans  <wim@fluendo.com>
15576
15577         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15578         (gst_rtpmpaenc_handle_buffer):
15579         Set buffer duration correctly.
15580
15581 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15582
15583         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15584         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15585         (gst_avi_demux_change_state):
15586           Don't crash when encountering a stream with an unknown fourcc or
15587           codec id. Instead, create a pad of type video/x-avi-unknown or
15588           audio/x-avi-unknown, which as a side-effect also results in less
15589           confusing error messages in players ('no decoder' vs. 'no streams');
15590           minor fixes to state change function and class_init function.
15591
15592 2005-09-24  Wim Taymans  <wim@fluendo.com>
15593
15594         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15595         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15596         These are sinks.
15597
15598 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15599
15600         * check/elements/level.c: (GST_START_TEST):
15601           fix test for new GstClockTime use
15602         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15603         (gst_level_transform_ip):
15604         * gst/level/gstlevel.h:
15605           fix up the decay peak, ensuring the decay peak is never lower
15606           than the peak for that interval
15607
15608 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15609
15610         * docs/plugins/gst-plugins-good-plugins.args:
15611         * docs/plugins/inspect/plugin-alpha.xml:
15612         * docs/plugins/inspect/plugin-rtp.xml:
15613         * gst/level/gstlevel.c: (gst_level_set_caps),
15614         (gst_level_transform_ip):
15615           updating docs
15616
15617 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15618
15619         * Makefile.am:
15620         * check/elements/level.c: (GST_START_TEST):
15621         * gst/level/Makefile.am:
15622         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15623         (gst_level_set_property), (gst_level_get_property),
15624         (gst_level_set_caps), (gst_level_message_new),
15625         (gst_level_transform_ip):
15626         * gst/level/gstlevel.h:
15627         * gst/level/level-example.c: (message_handler), (main):
15628           convert to using GstClockTime for all time values, finally.
15629
15630 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15631
15632         * gst/auparse/Makefile.am:
15633         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15634           fix up build
15635         * configure.ac:
15636         * ext/cairo/Makefile.am:
15637         * ext/dv/Makefile.am:
15638         * ext/esd/Makefile.am:
15639         * ext/flac/Makefile.am:
15640         * ext/gconf/Makefile.am:
15641         * ext/gdk_pixbuf/Makefile.am:
15642         * ext/jpeg/Makefile.am:
15643         * ext/ladspa/Makefile.am:
15644         * ext/libcaca/Makefile.am:
15645         * ext/libmng/Makefile.am:
15646         * ext/libpng/Makefile.am:
15647         * ext/mikmod/Makefile.am:
15648         * ext/pango/Makefile.am:
15649         * ext/raw1394/Makefile.am:
15650         * ext/shout2/Makefile.am:
15651         * ext/speex/Makefile.am:
15652         * gst/alpha/Makefile.am:
15653         * gst/autodetect/Makefile.am:
15654         * gst/avi/Makefile.am:
15655         * gst/cutter/Makefile.am:
15656         * gst/debug/Makefile.am:
15657         * gst/effectv/Makefile.am:
15658         * gst/flx/Makefile.am:
15659         * gst/goom/Makefile.am:
15660         * gst/interleave/Makefile.am:
15661         * gst/law/Makefile.am:
15662         * gst/matroska/Makefile.am:
15663         * gst/median/Makefile.am:
15664         * gst/monoscope/Makefile.am:
15665         * gst/multipart/Makefile.am:
15666         * gst/oldcore/Makefile.am:
15667         * gst/rtp/Makefile.am:
15668         * gst/rtsp/Makefile.am:
15669         * gst/smoothwave/Makefile.am:
15670         * gst/smpte/Makefile.am:
15671         * gst/videobox/Makefile.am:
15672         * gst/videofilter/Makefile.am:
15673         * gst/videomixer/Makefile.am:
15674         * gst/wavenc/Makefile.am:
15675         * gst/wavparse/Makefile.am:
15676         * sys/oss/Makefile.am:
15677         * sys/osxaudio/Makefile.am:
15678         * sys/osxvideo/Makefile.am:
15679           fix up GST_LIBS use
15680
15681 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15682
15683         * gst/auparse/Makefile.am:
15684         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15685           fix build of auparse
15686
15687 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15688
15689         * configure.ac:
15690         * PORTED_09:
15691         * gst/auparse/gstauparse.c:
15692         * gst/auparse/gstauparse.h:
15693         Auparse ported to 0.9.
15694
15695 2005-09-22  Wim Taymans  <wim@fluendo.com>
15696
15697         * gst/rtp/TODO:
15698         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15699         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15700         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15701         (gst_rtpmp4venc_set_property):
15702         * gst/rtp/gstrtpmp4venc.h:
15703         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15704         * gst/rtp/gstrtpmpaenc.h:
15705         Use is_filled to both check MTU and max-ptime of base class.
15706
15707 2005-09-22  Wim Taymans  <wim@fluendo.com>
15708
15709         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15710         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15711         (gst_rtpmp4venc_set_property):
15712         Don't fragment packets with multiple frames.
15713
15714 2005-09-22  Wim Taymans  <wim@fluendo.com>
15715
15716         * gst/rtp/TODO:
15717         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15718         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15719         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15720         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15721         (gst_rtpmp4venc_get_property):
15722         * gst/rtp/gstrtpmp4venc.h:
15723         Remove g_print.
15724         Update TODO
15725         Make payload encoder a bit smarter and more correct with
15726         timestamps.
15727         Added option in payloader to include config string in-band.
15728
15729 2005-09-21  Wim Taymans  <wim@fluendo.com>
15730
15731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15732         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15733         (gst_rtspsrc_send):
15734         Strip spaces for key/value pairs.
15735
15736 2005-09-21  Wim Taymans  <wim@fluendo.com>
15737
15738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15739         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15740         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15741         (gst_rtspsrc_change_state):
15742         More SDP parsing and caps setting.
15743         Do NO_PREROLL differently.
15744         add pads only after negotiated.
15745
15746         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15747         (gst_udpsrc_getcaps):
15748         Implement the getcaps function.
15749
15750 2005-09-21  Wim Taymans  <wim@fluendo.com>
15751
15752         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15753         (gst_rtpamrdec_chain):
15754         Handle multiple AMr packets per payload. Handle CRC and
15755         parse ILL/ILP.
15756
15757         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15758         Make caps params strings for easy SDP mapping.
15759         
15760         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15761         Handle capsnego better.
15762
15763         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15764         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15765         Generate and parse config string in the caps.
15766
15767 2005-09-21  Wim Taymans  <wim@fluendo.com>
15768
15769         * gst/rtp/README:
15770         Update README
15771
15772         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15773         Make extra params as strings.
15774
15775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15776         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15777         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15778         Make state change return NO_PREROLL as this is a live
15779         source.
15780
15781         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15782         Don't unref old caps when NULL.
15783
15784 2005-09-20  Wim Taymans  <wim@fluendo.com>
15785
15786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15787         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15788         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15789         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15790         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15791         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15792         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15793         * gst/rtsp/sdpmessage.h:
15794         Add URI handler.
15795         Parse SDP and create caps.
15796
15797 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15798
15799         * gst/alpha/gstalpha.c:
15800           fix element description
15801
15802 2005-09-19  Wim Taymans  <wim@fluendo.com>
15803
15804         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15805         Don't check payload for now.
15806
15807 2005-09-19  Wim Taymans  <wim@fluendo.com>
15808
15809         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15810         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15811         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15812         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15813         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15814         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15815         (gst_wavparse_change_state):
15816         * gst/wavparse/gstwavparse.h:
15817         Fix wavparse some more.
15818
15819 2005-09-19  Wim Taymans  <wim@fluendo.com>
15820
15821         * check/elements/level.c: (GST_START_TEST):
15822         Fix for bus API change.
15823
15824 2005-09-19  Wim Taymans  <wim@fluendo.com>
15825
15826         * gst/level/level-example.c: (main):
15827         Fix for new bus API.
15828
15829         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15830         Set caps on pads.
15831
15832 2005-09-15  Wim Taymans  <wim@fluendo.com>
15833
15834         * gst/rtp/Makefile.am:
15835         * gst/rtp/README:
15836         * gst/rtp/gstrtp.c: (plugin_init):
15837         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15838         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15839         (gst_rtpamrdec_change_state):
15840         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15841         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15842         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15843         * gst/rtp/gstrtpamrenc.h:
15844         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15845         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15846         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15847         * gst/rtp/gstrtpgsmenc.h:
15848         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15849         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15850         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15851         (gst_rtpgsmparse_change_state):
15852         * gst/rtp/gstrtpgsmparse.h:
15853         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15854         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15855         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15856         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15857         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15858         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15859         * gst/rtp/gstrtph263penc.h:
15860         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15861         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15862         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15863         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15864         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15865         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15866         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15867         * gst/rtp/gstrtpmp4venc.h:
15868         * gst/rtp/gstrtpmpadec.c:
15869         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15870         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15871         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15872         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15873         * gst/rtp/gstrtpmpaenc.h:
15874         Updates to payloader/depayloaders, make payloaders use
15875         the base classes.
15876         Updated README with suggested RTP caps and how to convert
15877         to/from SDP.
15878         Added config descriptor in mp4v payloader.
15879
15880 2005-09-15  Andy Wingo  <wingo@pobox.com>
15881
15882         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15883         * gst/autodetect/gstautovideosink.c
15884         (gst_auto_video_sink_find_best): Update for new registry API.
15885
15886 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15887
15888         * common/c-to-xml.py:
15889         * common/gtk-doc-plugins.mak:
15890           a simple py script to generate valid xml from a C example
15891           probably also need to strip an MIT license when we decide
15892         * docs/plugins/Makefile.am:
15893         * gst/level/Makefile.am:
15894         * gst/level/gstlevel.c: (gst_level_init):
15895         * gst/level/level-example.c: (message_handler), (main):
15896           add an example to level that will show up in the docs
15897         * gst/rtp/TODO:
15898           add a note for the future
15899
15900 2005-09-14  Michael Smith <msmith@fluendo.com>
15901
15902         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15903           Actually define the debug object being used in wavenc. Fixes #316205
15904
15905 2005-09-14  Michael Smith <msmith@fluendo.com>
15906
15907         * gst/smpte/Makefile.am:
15908           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15909           needed to build on windows (bug 316204)
15910
15911 2005-09-12  Andy Wingo  <wingo@pobox.com>
15912
15913         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15914
15915 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15916
15917         * configure.ac:
15918         * gst/fdsrc/Makefile.am:
15919         * gst/fdsrc/gstfdsrc.c:
15920         * gst/fdsrc/gstfdsrc.h:
15921           Move fdsrc back into gstreamer core elements.
15922
15923         * gst/level/gstlevel.c: (gst_level_class_init),
15924         (gst_level_transform_ip):
15925         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15926           Basetransform changes.
15927
15928 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15929
15930         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15931         * ext/jpeg/smokecodec.c: (find_best_size):
15932           fix compiler warnings
15933
15934 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15935
15936         * gst-plugins-good.spec.in:
15937           spec file fixes
15938         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15939         (gst_multiudpsink_render), (gst_multiudpsink_add),
15940         (gst_multiudpsink_clear):
15941           it actually helps to actually stream if we hook up the
15942           "add" signal to an actual implementation
15943         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15944           some debugging
15945
15946 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15947
15948         * ext/jpeg/Makefile.am:
15949         * ext/jpeg/gstjpeg.c
15950         * ext/jpeg/gstjpegenc.c:
15951         * ext/jpeg/gstsmokeenc.c:
15952
15953 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15954
15955         * ext/flac/gstflacdec.c:
15956         * ext/flac/gstflacenc.c:
15957         * ext/flac/gstflactag.c:
15958         * ext/speex/gstspeexenc.c:
15959           gsttaginterface.h -> gsttagsetter.h
15960
15961 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15962
15963         * configure.ac:
15964         * gst/debug/Makefile.am:
15965         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15966         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15967         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15968         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15969         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15970           Port to 0.9 and re-enable efence plugin.
15971
15972 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15973
15974         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15975         (gst_flacdec_write), (gst_flacdec_convert_src):
15976         * ext/flac/gstflacdec.h:
15977           Add support for flac files with 24/32 bits per sample; and misc.
15978           minor clean-ups. Seeking is still partly broken (for me at least).
15979
15980 2005-09-06  Wim Taymans  <wim@fluendo.com>
15981
15982         * gst/rtp/Makefile.am:
15983         * gst/rtp/gstrtp.c: (plugin_init):
15984         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
15985         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
15986         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
15987         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
15988         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
15989         (gst_rtpmp4vdec_plugin_init):
15990         * gst/rtp/gstrtpmp4vdec.h:
15991         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15992         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
15993         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
15994         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
15995         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
15996         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
15997         * gst/rtp/gstrtpmp4venc.h:
15998         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
15999         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16000         Added mpeg4 video payload encoder/decoder.
16001         Added some docs in mpa payloader.
16002
16003 === release 0.9.1 ===
16004
16005 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16006
16007         * NEWS:
16008         * README:
16009         * RELEASE:
16010         * autogen.sh:
16011         * configure.ac:
16012           releasing 0.9.1, "Blondie"
16013
16014 2005-09-05  Andy Wingo  <wingo@pobox.com>
16015
16016         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16017         here from the state change handler, so we fire signals without
16018         holding the state lock.
16019
16020 2005-09-02  Andy Wingo  <wingo@pobox.com>
16021
16022         * All plugins updated for element state changes.
16023
16024 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16025
16026         * Makefile.am:
16027         * check/.cvsignore:
16028         * check/Makefile.am:
16029         * check/elements/.cvsignore:
16030         * check/elements/level.c: (setup_level), (cleanup_level),
16031         (GST_START_TEST), (level_suite), (main):
16032           add a test for level
16033         * common/release.mak:
16034           move the enum checking to release.mak
16035         * configure.ac:
16036           add valgrind and check checking
16037         * gst/level/gstlevel.c: (gst_level_transform):
16038         * gst/level/gstlevel.h:
16039           fix Andy's cast bug
16040           convert a field to int
16041           fix the arithmetic to int when checking for emit so that a
16042           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16043
16044 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16045
16046         * Makefile.am:
16047         * configure.ac:
16048           add docs to build
16049         * common/plugins.xsl:
16050           wrap Description into a refsect2
16051         * docs/Makefile.am:
16052         * docs/plugins/Makefile.am:
16053         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16054         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16055         * gst/goom/Makefile.am:
16056         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16057         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16058         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16059         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16060         (gst_goom_change_state):
16061         * gst/goom/gstgoom.h:
16062           GstGOOM -> GstGoom
16063           add an example launch line
16064         * gst/level/gstlevel.h:
16065         * gst/monoscope/gstmonoscope.c:
16066           cleanups
16067
16068 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16069
16070         * configure.ac:
16071         * docs/plugins/Makefile.am:
16072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16074         * docs/plugins/gst-plugins-good-plugins.types:
16075           document elements and plugins.  Shazam !
16076
16077 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16078
16079         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16080           be found under doc/random/ChangeLog-0.8