tests/examples/equalizer/demo.c: C89 fix, moving variable declarations to the beginni...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         Patch by: Jens Granseuer <jensgr at gmx dot net>
4
5         * tests/examples/equalizer/demo.c: (main):
6         C89 fix, moving variable declarations to the beginning of
7         the block. Fixes bug #517933.
8
9 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
10
11         * configure.ac:
12         Back to development...
13
14 === release 0.10.7 ===
15
16 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
17
18         * configure.ac:
19           releasing 0.10.7, "Red Door Black"
20
21 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
22
23         * gst/alpha/Makefile.am:
24         Link alpha plugin with libgstbase. Fixes bug #517386.
25
26 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
27
28         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
29         Init values to -1 instead of the default 0 value.
30         Fixes #516524.
31
32 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
33
34         * tests/examples/spectrum/spectrum-example.c:
35         Add missing include to fix compilation when libxml usage is disabled.
36         Fixes: #516371
37
38 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
39
40         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
41         fixes: #514889
42
43         * gst/rtp/gstrtph264pay.c:
44         * gst/rtp/gstrtpmp4gdepay.c:
45         * gst/rtp/gstrtpmp4gpay.c:
46         * gst/rtp/gstrtpmp4gpay.h:
47         * gst/rtp/gstrtptheorapay.c:
48         * gst/rtp/gstrtpvorbispay.c:
49
50         Fix various leaks shown up in valgrind
51         - free sprops and buffer in error cases in H264 payloader
52         - fix leak in mp4g depayloader when construction the caps
53         - don't leak config string in the mp4g payloader
54         - don't leak buffers and headers in theora and vorbis payloaders
55
56         * tests/check/elements/rtp-payloading.c:
57
58         Fix the RTP data test
59         - Actually send valid amr data to the payloader instead of 20
60         zero-bytes
61         - The mp4g payloader expects codec_data on the caps
62
63 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
64
65         * win32/MANIFEST:
66         Add libgstpng.dsp to MANIFEST.
67         * win32/vs6/libgstaudiofx.dsp:
68         Add new source files to VS project file.
69
70 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
71
72         * sys/ximage/gstximagesrc.c:
73         Initialise variables when opening the X display rather
74         than in _start(), as the display can be opened before that.
75
76         Fixes: #515985
77
78 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
79
80         * sys/directdraw/gstdirectdrawsink.c:
81         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
82         (gst_directdraw_sink_finalize):
83         Properly chain up finalize functions. Fixes bug #515980.
84
85 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
86
87         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
88         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
89         (gst_v4l2_buffer_pool_class_init):
90         Chain up the finalize functions. Fixes bug #515984.
91
92 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
93
94         * sys/ximage/ximageutil.c:
95         Chain up in the finalize function for our custom
96         buffer sub-class.
97         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
98         Fixes: #515706
99
100 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
101
102         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
103         (gst_fenced_buffer_class_init):
104         Properly chain up finalize method. Fixes bug #515979.
105
106 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
107
108         * sys/ximage/gstximagesrc.c:
109         Free allocated Damage memory before closing our connection to the
110         X server. Partially fixes: #515706
111
112 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
113
114         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
115         * tests/check/Makefile.am:
116         * tests/check/gst-plugins-good.supp:
117         Add a few libjpeg suppressions and initialize a variable to
118         make smokeenc valgrind clean. Fixes bug #515701.
119
120 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
121
122         * gst/avi/gstavidemux.c:
123         Revert patch which sends timestamps only on keyframes, as it
124         breaks playback with current gst-ffmpeg.
125
126         Fixes: #515562
127
128 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
129
130         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
131         * tests/check/elements/multifile.c: (GST_START_TEST):
132         Close some memory leaks spotted by the unit test. Fixes bug #515697.
133
134 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
135
136         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
137         Use and unset the GError when pipeline creation fails instead of
138         simply leaking it. Fixes bug #515704.
139
140 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
141
142         * gst/audiofx/audioamplify.c:
143         * gst/audiofx/audiochebband.c:
144         * gst/audiofx/audiocheblimit.c:
145         * gst/audiofx/audiodynamic.c:
146         * gst/audiofx/audioinvert.c:
147         * gst/audiofx/audiopanorama.c:
148         * gst/audiofx/audiowsincband.c:
149         * gst/audiofx/audiowsinclimit.c:
150         Fix long description of audiofx elements. Fixes bug #515457.
151
152 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
153
154         * docs/plugins/Makefile.am:
155         * gst/spectrum/gstspectrum.c:
156         * tests/examples/spectrum/.cvsignore:
157         * tests/examples/spectrum/Makefile.am:
158         * tests/examples/spectrum/spectrum-example.c:
159
160         Add a simple example application for the spectrum element, include it
161         in the docs, and fix some documentation ambiguities.
162
163         Fixes: #348085
164
165 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
166
167         * gst/equalizer/Makefile.am:
168         * gst/spectrum/Makefile.am:
169         Fix includes order
170
171         * tests/check/Makefile.am:
172         Exclude v4l2src from the states test - it takes too long to start.
173
174         * tests/check/elements/spectrum.c:
175         Make the test run properly with CK_FORK=no
176
177 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
178
179         * gst/audiofix/Makefile.am: add missing header files 
180
181 2008-02-08  Julien Moutte  <julien@fluendo.com>
182
183         * gst/matroska/matroska-demux.c:
184         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
185         keyframe and delta units correctly when dealign with a BlockGroup.
186         Fixes: #514397
187
188 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
189
190         * tests/check/elements/.cvsignore:
191         Spell the new tests correctly in .cvsignore
192
193 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
194
195         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
196           Need to use gsize here for the size, fixes compiler warning.
197
198         * tests/examples/equalizer/.cvsignore:
199         * tests/examples/equalizer/Makefile.am:
200         * tests/examples/spectrum/.cvsignore:
201         * tests/examples/spectrum/Makefile.am:
202           Add missing files to fix the build.
203
204 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
205
206         * configure.ac:
207         * docs/plugins/Makefile.am:
208         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
209         * docs/plugins/gst-plugins-good-plugins-sections.txt:
210         * docs/plugins/gst-plugins-good-plugins.args:
211         * docs/plugins/gst-plugins-good-plugins.hierarchy:
212         * docs/plugins/inspect/plugin-multifile.xml:
213         * tests/check/Makefile.am:
214         * tests/check/elements/.cvsignore:
215
216         Move multifile plugin from -bad.
217         Fixes: #490283
218
219 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
220
221         * configure.ac:
222         * docs/plugins/Makefile.am:
223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
225         * docs/plugins/gst-plugins-good-plugins.args:
226         * docs/plugins/gst-plugins-good-plugins.hierarchy:
227         * docs/plugins/inspect/plugin-spectrum.xml:
228         * gst/spectrum/Makefile.am:
229         * tests/check/Makefile.am:
230         * tests/check/elements/.cvsignore:
231         * tests/examples/Makefile.am:
232
233         Move spectrum plugin from -bad.
234         Move examples into tests/examples/spectrum.
235
236 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
237
238         * configure.ac:
239         * docs/plugins/Makefile.am:
240         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
242         * docs/plugins/gst-plugins-good-plugins.args:
243         * docs/plugins/gst-plugins-good-plugins.hierarchy:
244         * docs/plugins/gst-plugins-good-plugins.interfaces:
245         * docs/plugins/inspect/plugin-equalizer.xml:
246         * gst/equalizer/Makefile.am:
247         * tests/check/Makefile.am:
248         * tests/examples/Makefile.am:
249         Move the equalizer plugin across from -bad
250
251         * tests/check/elements/.cvsignore:
252         Add equalizer, audiosincwband and audiosincwlimit
253
254         * tests/check/elements/equalizer.c:
255         Fix compiler warnings
256
257         Fixes: #415627
258
259 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
260
261         * configure.ac:
262         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
263         are treated like releases and build without it.
264
265 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
266
267         * docs/plugins/Makefile.am:
268         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
269         * docs/plugins/gst-plugins-good-plugins-sections.txt:
270         * docs/plugins/gst-plugins-good-plugins.args:
271         * docs/plugins/inspect/plugin-audiofx.xml:
272         * gst/audiofx/Makefile.am:
273         * gst/audiofx/audiofx.c:
274         * gst/audiofx/audiowsincband.c:
275         * gst/audiofx/audiowsincband.h:
276         * gst/audiofx/audiowsinclimit.c:
277         * gst/audiofx/audiowsinclimit.h:
278         * tests/check/Makefile.am:
279         * tests/check/elements/audiowsincband.c:
280         * tests/check/elements/audiowsinclimit.c:
281
282         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
283         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
284         respectively.
285
286         Fixes: #467666
287
288 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
289
290         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
291         * tests/check/elements/icydemux.c:
292           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
293           caps, and add a somewhat useful debug message. Plus test.
294
295 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
296
297         * gst/rtsp/gstrtspsrc.c:
298         Include unistd.h only if HAVE_UNISTD_H is defined
299         * win32/common/config.h.in:
300         * win32/common/config.h:
301         Define socklen_t as it seems it's not defined in default 
302         Visual Studio headers.
303         * win32/vs6/libgstalpha.dsp:
304         * win32/vs6/libgstapetag.dsp:
305         * win32/vs6/libgstavi.dsp:
306         * win32/vs6/libgstrtp.dsp:
307         * win32/vs6/libgstrtsp.dsp:
308         * win32/vs6/libgstvideomixer.dsp:
309         Update project file dependencies and add new source files       
310
311 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
312
313         Patch by: Bjarne Rosengren <bjarne at axis dot com>
314
315         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
316         Don't leak buffers when we don't push them downstream.
317         Fixes bug #514965.
318
319 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
320
321         * configure.ac:
322           Bump requirements to (good) released versions to avoid
323           confusion and make implicit core requirement explicit.
324
325 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
326
327         * docs/plugins/Makefile.am:
328         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
329         * docs/plugins/gst-plugins-good-plugins-sections.txt:
330         * docs/plugins/gst-plugins-good-plugins.args:
331         * docs/plugins/inspect/plugin-audiofx.xml:
332         * gst/audiofx/Makefile.am:
333         * gst/audiofx/audiochebband.c:
334         * gst/audiofx/audiochebband.h:
335         * gst/audiofx/audiocheblimit.c:
336         * gst/audiofx/audiocheblimit.h:
337         * gst/audiofx/audiochebyshevfreqband.c:
338         * gst/audiofx/audiochebyshevfreqband.h:
339         * gst/audiofx/audiochebyshevfreqlimit.c:
340         * gst/audiofx/audiochebyshevfreqlimit.h:
341         * gst/audiofx/audiofx.c:
342         * tests/check/Makefile.am:
343         * tests/check/elements/.cvsignore:
344         * tests/check/elements/audiochebband.c:
345         * tests/check/elements/audiocheblimit.c:
346         * tests/check/elements/audiochebyshevfreqband.c:
347         * tests/check/elements/audiochebyshevfreqlimit.c:
348
349         Rename audiochebyshevfreqband -> audiochebband and
350         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
351         surgery.
352
353         Closes: #491811
354
355 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
356
357         Patch by: Orjan Friberg <orjanf at axis dot com>
358
359         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
360         Fix caps memory leak. Fixes #514573.
361
362 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
363
364         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
365         If there's no entries in the subindex, don't try to do anything stupid,
366         just return.
367
368 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
369
370         Patch by: John Millikin <jmillikin at gmail dot com>
371
372         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
373           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
374           Fix extraction of picture blocks with newer libflac versions again:
375           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
376
377 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
378
379         * tests/check/Makefile.am:
380           Add rtp-payloading test to VALGRIND_TO_FIX.
381
382         * tests/check/elements/rtp-payloading.c:
383           Add semicolons after GST_TEST_END so gst-indent gets the
384           formatting right; make test less verbose in general, but
385           more verbose in the error case (which should probably
386           make the test fail anyway).
387
388 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
389
390         * docs/plugins/Makefile.am:
391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
393         * gst/avi/gstavisubtitle.c:
394         Add documentation for avisubtitle and change class to
395         Codec/Parser/Subtitle
396
397 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
398
399         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
400         Treat ENOTTY (driver does not implement ioctl) the same as
401         EINVAL since it implies there are no available standards.
402
403         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
404         (gst_v4l2src_get_nearest_size):
405         Replace gst_v4l2src_get_size_limits with 2 calls to new function
406         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
407         probe if the driver does not support VIDIOC_TRY_FMT for whatever
408         reason, and if we aren't yet actively capturing.
409
410         * sys/v4l2/v4l2src_calls.h:
411         Remove replaced function declaration.
412
413 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
414
415         * configure.ac:
416         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
417         API.
418
419 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
420
421         * configure.ac:
422         Fix typo.
423
424 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
425
426         * gst/alpha/Makefile.am:
427         * gst/alpha/gstalpha.c:
428
429         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
430         some stuff, and making buffer-alloc and resizing work automatically.
431         No longer crashes on odd frame widths and heights, although there
432         seems to be a disagreement with ffmpegcolorspace about what size
433         an AYUV frame with odd height should be.
434
435 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
436
437         Patch by: Alessandro Decina <alessandro at nnva dot org>
438
439         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
440         * ext/libpng/gstpngenc.h:
441         Preallocate the output buffer so that g_memdup() and
442         gst_buffer_merge() aren't needed anymore. This greatly improves
443         performances and fixes #512544.
444
445 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
446
447         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
448         (gst_avi_demux_stream_data):
449         GStreamer timestamps are PTS values while AVI only knows about DTS
450         timestamps. Make sure we only copy the DTS as the buffer timestamp when
451         we are dealing with a key frame.
452
453 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
454
455         * tests/check/Makefile.am:
456         * tests/check/elements/.cvsignore:
457         * tests/check/elements/rtp-payloading.c:
458           Add add testsuite for the rtp-payloader that tries simulating
459           dataflow. Needs more test data.
460
461 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
462
463         * tests/check/elements/alphacolor.c:
464           Remove two unused variables.
465
466 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
467
468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
469           Use g_ascii_strtoll() instead of atoll, which is only
470           available in C99.
471
472 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
473
474         * gst/rtp/Makefile.am:
475         * gst/rtp/gstrtp.c:
476         * gst/rtp/gstrtpmpvpay.c:
477         * gst/rtp/gstrtpmpvpay.h:
478         Add MPEG2 video payloader
479
480 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
481
482         * gst/level/gstlevel.c:
483         Use #include <math.h> instead of #include "math.h".
484
485 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
486
487         * tests/check/Makefile.am:
488         Fix up some CFLAGS sets.
489         Don't include gconfvideosrc in the states test.
490
491         * tests/check/elements/autodetect.c: (GST_START_TEST):
492         Add some error strings to fail_unless arguments to fix some weird
493         compiler errors on Solaris.
494
495 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
496
497         * configure.ac:
498         Detect video4linux headers on Solaris too.
499         * sys/v4l2/gstv4l2colorbalance.h:
500         * sys/v4l2/gstv4l2object.h:
501         * sys/v4l2/v4l2_calls.c:
502         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
503         (gst_v4l2_buffer_new):
504
505         Make v4l2 build on Solaris.
506         Patch by: Brian Cameron  <brian.cameron at sun dot com>
507         Fixes: #510505
508
509 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
510
511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
512           Update list from (still local) scanning script.
513
514 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
515
516         Based on a patch by:
517             Victor STINNER <victor dot stinner at haypocalc dot com>
518
519         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
520         Set variable to NULL after freeing it to prevent double frees
521         or make failures by another use of it afterwards more obvious
522         and fix use of it after the freeing. Fixes bug #510592.
523
524 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
525
526         * gst/udp/gstmultiudpsink.c:
527         use GST_WARNING for logging
528
529 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
530
531         * gst/udp/gstmultiudpsink.c:
532         Don't try to leave a multicast group with an invalid socket
533
534 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
535
536         * ext/flac/gstflacdec.c:
537           Fix compilation against flac 1.1.2 (as on debian stable), where
538           the picture metadata defines and structs don't exist yet.
539           Fixes #509301.
540
541 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
542
543         Patch by: Olivier Crete <tester at tester dot ca>
544
545         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
546         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
547         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
548         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
549         * gst/udp/gstmultiudpsink.h:
550         Add property to automatically join a multicast group or not. This can be
551         useful when sharing a socket between multiple elements.
552         Fixes #509531.
553
554 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
555
556         * gst/videomixer/Makefile.am:
557           Add controller flags.
558
559 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
560
561         * gst/videomixer/videomixer.c:
562           Also commit the missing gst_object_sync_values().
563
564 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
565
566         * docs/plugins/Makefile.am:
567           Remove duplicate entry.
568
569 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
570
571         * docs/plugins/Makefile.am:
572         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
573         * docs/plugins/gst-plugins-good-plugins-sections.txt:
574         * docs/plugins/inspect/plugin-gamma.xml:
575         * docs/plugins/inspect/plugin-monoscope.xml:
576         * docs/plugins/inspect/plugin-video4linux2.xml:
577           Add 3 more plugins to docs.
578
579 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
580
581         * docs/plugins/gst-plugins-good-plugins-sections.txt:
582         * sys/osxvideo/osxvideosink.h:
583           Revert previous change caused by a file that got stuck on an old
584           revision.
585
586 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
587
588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
589         * gst/multipart/Makefile.am:
590         * gst/multipart/multipartdemux.c:
591         * gst/multipart/multipartdemux.h:
592         * gst/multipart/multipartmux.c:
593         * gst/multipart/multipartmux.h:
594           Re-add multipartdemux to the docs. Last round of section cleanup.
595
596 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
597
598         * docs/plugins/Makefile.am:
599         * docs/plugins/gst-plugins-good-plugins-sections.txt:
600         * sys/osxaudio/gstosxaudiosink.h:
601         * sys/osxvideo/osxvideosink.h:
602           Managed to resolve most unused declarations. Filed a bug for one left.          
603
604 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
605
606         * docs/plugins/gst-plugins-good-plugins-sections.txt:
607           Cleanup section file.
608
609 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
610
611         * docs/plugins/Makefile.am:
612         * docs/plugins/gst-plugins-good-plugins.args:
613         * docs/plugins/gst-plugins-good-plugins.signals:
614         * docs/plugins/inspect/plugin-alaw.xml:
615         * docs/plugins/inspect/plugin-alpha.xml:
616         * docs/plugins/inspect/plugin-alphacolor.xml:
617         * docs/plugins/inspect/plugin-annodex.xml:
618         * docs/plugins/inspect/plugin-apetag.xml:
619         * docs/plugins/inspect/plugin-audiofx.xml:
620         * docs/plugins/inspect/plugin-auparse.xml:
621         * docs/plugins/inspect/plugin-autodetect.xml:
622         * docs/plugins/inspect/plugin-avi.xml:
623         * docs/plugins/inspect/plugin-cairo.xml:
624         * docs/plugins/inspect/plugin-cdio.xml:
625         * docs/plugins/inspect/plugin-cutter.xml:
626         * docs/plugins/inspect/plugin-debug.xml:
627         * docs/plugins/inspect/plugin-dv.xml:
628         * docs/plugins/inspect/plugin-efence.xml:
629         * docs/plugins/inspect/plugin-effectv.xml:
630         * docs/plugins/inspect/plugin-flac.xml:
631         * docs/plugins/inspect/plugin-flxdec.xml:
632         * docs/plugins/inspect/plugin-gconfelements.xml:
633         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
634         * docs/plugins/inspect/plugin-goom.xml:
635         * docs/plugins/inspect/plugin-halelements.xml:
636         * docs/plugins/inspect/plugin-icydemux.xml:
637         * docs/plugins/inspect/plugin-id3demux.xml:
638         * docs/plugins/inspect/plugin-jpeg.xml:
639         * docs/plugins/inspect/plugin-ladspa.xml:
640         * docs/plugins/inspect/plugin-level.xml:
641         * docs/plugins/inspect/plugin-matroska.xml:
642         * docs/plugins/inspect/plugin-mulaw.xml:
643         * docs/plugins/inspect/plugin-multipart.xml:
644         * docs/plugins/inspect/plugin-navigationtest.xml:
645         * docs/plugins/inspect/plugin-png.xml:
646         * docs/plugins/inspect/plugin-quicktime.xml:
647         * docs/plugins/inspect/plugin-rtp.xml:
648         * docs/plugins/inspect/plugin-rtsp.xml:
649         * docs/plugins/inspect/plugin-shout2send.xml:
650         * docs/plugins/inspect/plugin-smpte.xml:
651         * docs/plugins/inspect/plugin-speex.xml:
652         * docs/plugins/inspect/plugin-taglib.xml:
653         * docs/plugins/inspect/plugin-udp.xml:
654         * docs/plugins/inspect/plugin-videobalance.xml:
655         * docs/plugins/inspect/plugin-videobox.xml:
656         * docs/plugins/inspect/plugin-videocrop.xml:
657         * docs/plugins/inspect/plugin-videoflip.xml:
658         * docs/plugins/inspect/plugin-videomixer.xml:
659         * docs/plugins/inspect/plugin-wavenc.xml:
660         * docs/plugins/inspect/plugin-wavpack.xml:
661         * docs/plugins/inspect/plugin-wavparse.xml:
662           Update plugin docs.
663
664         * gst/videomixer/Makefile.am:
665         * gst/videomixer/videomixer.c:
666         * gst/videomixer/videomixer.h:
667         * gst/videomixer/videomixerpad.h:
668           Split out header to fix warnings from the doc-build.
669
670 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
671
672         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
673
674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
675         Use atoll to parse the rtptime with enough precision. Fixes #509329.
676
677 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
681           Initialise variables to work around (false) 'foo might be used
682           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
683
684 2008-01-11  David Schleef  <ds@schleef.org>
685
686         * docs/plugins/.cvsignore:
687         * tests/check/pipelines/.cvsignore:
688           Ignore more files for the buildbot.
689
690 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
691
692         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
693         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
694         Generate the image-type values correctly. Leave them out of the caps
695         when outputting a "preview image" tag, since it only makes sense
696         to have one of those - the type is irrelevant.
697
698         * sys/sunaudio/gstsunaudiomixerctrl.c:
699         (gst_sunaudiomixer_ctrl_open):
700         If we can, mark the mixer multiple open when we use it, in case
701         (for some reason) the process wants to open it again elsewhere.
702
703 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         Patch by: Olivier Crete <tester at tester dot ca>
706
707         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
708         * gst/rtp/gstrtptheorapay.c:
709         Fix the clock rate to 90000 as required by the RFC.
710         Fixes #508644.
711
712 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
713
714         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
715           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
716
717 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
718
719         * autogen.sh:
720           Add -Wno-portability to the automake parameters to stop warnings
721           about GNU make extensions being used. We require GNU make in almost
722           every Makefile anyway.
723           
724         * configure.ac:
725           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
726           at the same time is required for per target flags.
727
728 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
729
730         * gst/videomixer/videomixer.c: (gst_videomixer_init):
731         Fix error from my last commit.
732
733 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
734
735         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
736
737         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
738           Make sure the ISO 639-X language code in ID3v2 COMM frames
739           is actually valid UTF-8 (or rather: ASCII), so we don't end
740           up with non-UTF8 strings in tags if there's garbage in the
741           language field. Also make sure the language code is always
742           lower case. Fixes: #508291.
743
744 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
745
746         * ChangeLog:
747           Fix ChangeLog typo.
748
749 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
750
751         * Makefile.am:
752           Include lcov.mak to allow building coverage reports. Guard
753           check-torture target like in the other packages.
754
755 2008-01-09  Sameer Naik  <sameer@damagehead.com>
756
757         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
758
759         * gst/videomixer/videomixer.c:
760         (gst_videomixer_set_master_geometry), (_do_init),
761         (gst_videomixer_child_proxy_get_child_by_index),
762         (gst_videomixer_child_proxy_get_children_count),
763         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
764         (gst_videomixer_init), (gst_videomixer_request_new_pad),
765         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
766         Implement GstChildProxy interface.
767         Send newsegment at the right moment
768         Fixes #488879
769
770 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
771
772         * gst/alpha/Makefile.am:
773         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
774         (gst_alpha_sink_event), (gst_alpha_chain),
775         (gst_alpha_change_state), (plugin_init):
776         Make the various properties of 'alpha' controllable. This allows doing
777         niceties like fade-in/fade-out.
778
779 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
780
781         * gst/rtp/gstasteriskh263.c:
782         * gst/rtp/gstrtpL16depay.c:
783         * gst/rtp/gstrtpac3depay.c:
784         * gst/rtp/gstrtpamrpay.c:
785         * gst/rtp/gstrtpdepay.c:
786         * gst/rtp/gstrtpgsmdepay.c:
787         * gst/rtp/gstrtph263depay.c:
788         * gst/rtp/gstrtph263pdepay.c:
789         * gst/rtp/gstrtph263ppay.c:
790         * gst/rtp/gstrtph264depay.c:
791         * gst/rtp/gstrtph264pay.c:
792         * gst/rtp/gstrtpmp2tdepay.c:
793         * gst/rtp/gstrtpmp4adepay.c:
794         * gst/rtp/gstrtpmp4gdepay.c:
795         * gst/rtp/gstrtpmp4gpay.c:
796         * gst/rtp/gstrtpmp4vdepay.c:
797         * gst/rtp/gstrtpmpadepay.c:
798         * gst/rtp/gstrtpmpvdepay.c:
799         * gst/rtp/gstrtpsv3vdepay.c:
800         * gst/rtp/gstrtptheoradepay.c:
801         * gst/rtp/gstrtptheorapay.c:
802         * gst/rtp/gstrtpvorbisdepay.c:
803         * gst/rtp/gstrtpvorbispay.c:
804           Remove copy/paste unused code (property setters and getter) found by
805           the coverage suite (yay, saves ~20k on disk).
806
807 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
808
809         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
810           (videosink_templ):
811           Also fix up pad templates to indicate that image/jpeg doesn't
812           absolutely require the framerate property to be set (#504081).
813
814 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
815
816         Based on patch by: Wouter Cloetens  <wouter at mind be>
817
818         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
819           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
820           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
821         * gst/matroska/matroska-mux.h:
822           Keep track of first and last timestamps for each incoming stream,
823           so we can calculate the total duration for live sources and other
824           input where we can't query the duration from the start or where
825           there's no constant framerate from which we can deduce the
826           duration; also use calculated/observed duration if it is bigger
827           than the previously queried duration. Furthermore, use
828           gst_pad_query_peer_duration() and take into account that it may
829           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
830           screws up comparisons when using unsigned integers. Fixes #504081.
831
832 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
833
834         * configure.ac:
835         * gst/audiofx/audioamplify.c:
836         (gst_audio_amplify_clipping_method_get_type),
837         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
838         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
839         (gst_audio_dynamic_transform_ip):
840         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
841         (gst_audio_invert_transform_ip):
842         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
843         (gst_audio_panorama_transform):
844         * gst/level/gstlevel.c: (gst_level_init):
845         Make elements GST_BUFFER_FLAG_GAP aware and call
846         gst_base_transform_set_gap_aware for this.
847         Bump core requirement to CVS.
848         
849         * gst/audiofx/audiochebyshevfreqband.c:
850         (gst_audio_chebyshev_freq_band_transform_ip):
851         * gst/audiofx/audiochebyshevfreqlimit.c:
852         (gst_audio_chebyshev_freq_limit_transform_ip):
853         Also sync GObject properties to the controller if operating
854         in passthrough mode.
855
856 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
857
858         * sys/directdraw/gstdirectdrawsink.c:
859           (gst_directdraw_sink_window_thread):
860           FALSE is not a gpointer.
861
862 2008-01-05  Julien Moutte  <julien@fluendo.com>
863
864         * sys/directdraw/gstdirectdrawsink.c:
865         (gst_directdraw_sink_set_window_id),
866         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
867         (gst_directdraw_sink_buffer_alloc),
868         (gst_directdraw_sink_draw_borders),
869         (gst_directdraw_sink_show_frame),
870         (gst_directdraw_sink_setup_ddraw),
871         (gst_directdraw_sink_window_thread),
872         (gst_directdraw_sink_get_ddrawcaps),
873         (gst_directdraw_sink_surface_create): Make sure we create our
874         internal window only when we need it. That will give a chance to
875         the application to get the prepare-xwindow-id bus message. Draw
876         black borders when keeping aspect ratio. Handle the case where our
877         rendering window disappears (closed or errors) like other sinks
878         do. Various 80 columns fixes, improve state change order. That
879         element could need some more love.
880
881 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
882
883         * ext/taglib/gstapev2mux.h:
884         * ext/taglib/gstid3v2mux.h:
885         Remove useless typedefs without new type name. Fixes a warning with
886         gcc 4.3.
887
888 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         Patch by: John Millikin <jmillikin at gmail dot com>
891
892         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
893         (gst_flac_dec_setup_stream_decoder),
894         (gst_flac_normalize_picture_mime_type),
895         (gst_flac_extract_picture_buffer),
896         (gst_flac_dec_metadata_callback):
897         Emit metadata messages when a PICTURE block is encountered.
898         Fixes #506715.
899
900 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
901
902         * gst/avi/gstavi.c:
903         increase rank because no known issues anymore ...
904         * gst/avi/gstavisubtitle.c:
905         send subtitle name to the srcpad
906
907 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
908
909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
910         * gst/rtsp/gstrtspsrc.h:
911         Implement redirect for the DESCRIBE reply. Fixes #506025.
912
913 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
914
915         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
916         Fix 'xyz may be used uninitialized' compiler warnings caused
917         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
918         abort() in any case but properly report the error.
919
920 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
921
922         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
923         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
924         * sys/ximage/gstximagesrc.c: (composite_pixel):
925           Fix 'xyz may be used uninitialized' compiler warnings caused
926           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
927           not really nice to abort in any case). Fixes #505745.
928
929 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
930
931         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
932           Small unit test fix (has no practical impact at the moment,
933           since we're only feeding utf8 and hence just create a sub-
934           buffer for the output).
935
936 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
937
938         * gst/avi/gstavisubtitle.c:
939         * tests/check/elements/avisubtitle.c:
940         Add seeking support for avi subtitle
941
942 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
943
944         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
945         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
946         (gst_flac_dec_write):
947         * ext/flac/gstflacdec.h:
948         Remove some unused vars.
949         Do more cleanup of leftover events and tags.
950         Output tags after the segment event. Fixes #504018.
951
952 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
953
954         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
955           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
956           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
957           Detect other UTF byte order markers and convert to UTF-8 as
958           appropriate.
959
960 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
961
962         * gst/avi/gstavisubtitle.c: (src_template),
963           (gst_avi_subtitle_extract_utf8_file),
964           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
965           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
966           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
967         * gst/avi/gstavisubtitle.h:
968           Refactor a bit; fix name extraction; don't assume all the data
969           in the chunk is actually subtitle data, there may be padding at
970           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
971           file so it's there to send again after a seek (for future use).
972
973 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
974
975         * gst/avi/Makefile.am:
976         * gst/avi/gstavi.c:
977         * gst/avi/gstavisubtitle.c:
978         * gst/avi/gstavisubtitle.h:
979         * tests/check/Makefile.am:
980         * tests/check/elements/avisubtitle.c:
981         * win32/common/config.h:
982                 Add avi subtitle element for bug #442034. Need seeking support
983                 and more support for character conversion.
984
985 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
986
987         * Makefile.am:
988           Include common/win32.mak for CRLF check of win32 project
989           files (see #393626).
990
991         * win32/vs6/libgstpng.dsp:
992           Fix line endings and do cvs admin -kb.
993
994 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
995
996         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
997         Actually drop the buffers which are outside the currently configured
998         segment instead of just emitting a WARNING.
999
1000 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1001
1002         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1003         (gst_flac_dec_write):
1004         * ext/flac/gstflacdec.h:
1005         Send segments from the streaming thread. Fixes #502187.
1006         Fix segment seeking and a bunch of other seeking cases.
1007
1008 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1011           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1012           which is where it would end up if the same information was
1013           put in a vorbis comment (don't think it's worth adding a
1014           new URI tag for this). Fixes #488112.
1015
1016 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1017
1018         * configure.ac:
1019           We need core/base 0.10.15 or later.
1020
1021 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1022
1023         Patch by: Mark Nauwelaerts <manauw skynet be>
1024
1025         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1026         Fix regression in stream numbering. Fixes #502655.
1027
1028 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1029
1030         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1031
1032         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1033         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1034         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1035         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1036         (gst_rtp_h264_pay_handle_buffer):
1037         * gst/rtp/gstrtph264pay.h:
1038         Use higher performance start-code searching.
1039         Parse NALs and store SPS, PPS and profile in the caps so that they can
1040         be used in the SDP. Fixes #502814.
1041
1042 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1043
1044         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1045         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1046           Init some structs to zero before we pass them to ioctl, which
1047           avoids valgrind warnings.  Also fix a small memory leak.
1048
1049 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1050
1051         Patch by: Wouter Cloetens <wouter at mind dot be>
1052
1053         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1054         Copy timestamp from input to output. Not very perfect yet but better
1055         than nothing. Fixes #503023.
1056
1057 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1058
1059         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1060           Also print a useful error message with the old Wavpack API
1061           if possible.
1062
1063 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1064
1065         * ext/wavpack/gstwavpackdec.c:
1066           More build fixes for old libwavpack versions: include config.h so
1067           that WAVPACK_OLD_API is actually defined as detected; only use
1068           WavpackGetErrorMessage if it is available. This fixes the build
1069           on debian stable for me.
1070
1071 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1072
1073         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1074         * ext/wavpack/gstwavpackparse.c:
1075           (gst_wavpack_parse_create_src_pad):
1076           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1077           versions below 4.40.0.
1078
1079 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1080
1081         * configure.ac:
1082           And now do it right for real...
1083
1084 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1085
1086         * configure.ac:
1087           Correctly reset $LIBS to not contain -lm.
1088
1089 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1090
1091         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1092
1093         * configure.ac:
1094         * ext/cairo/gsttimeoverlay.c:
1095           (gst_cairo_time_overlay_print_smpte_time):
1096           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1097           and checking for rint() and implementing it ourself if it doesn't
1098           exist. Fixes #497293.
1099
1100 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1101
1102         * configure.ac:
1103           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1104
1105 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1106
1107         * sys/oss/gstosshelper.c:
1108         Verify that the format returned after the ioctl is the one
1109         we requested. It is valid for the ioctl to succeed while
1110         substituting an alternate 'supported' sample format.
1111
1112 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * sys/oss/gstossaudio.c: (plugin_init):
1115         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1116         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1117           Post decent (and translated) error message when we can't
1118           open the audio device for some reason.
1119
1120 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1121
1122         * sys/oss/gstosssink.c:
1123         * sys/oss/gstosssrc.c:
1124         Allow the AUDIODEV environment variable to redirect us
1125         to a different default OSS device, like sunaudiosink does
1126         on Solaris (makes audio play automatically on SunRays).
1127
1128 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1129
1130         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1131         * gst/audiofx/audiochebyshevfreqband.c:
1132         (gst_audio_chebyshev_freq_band_transform_ip):
1133         * gst/audiofx/audiochebyshevfreqlimit.c:
1134         (gst_audio_chebyshev_freq_limit_transform_ip):
1135         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1136         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1137         The transform_ip() methods should do nothing if in passthrough mode.
1138         It might get non-writable buffers in that case but the buffer might
1139         as well be writable.
1140
1141         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1142         The transform() methods won't be called in passthrough mode and
1143         otherwise the buffer is always writable so don't check here.
1144
1145 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1146
1147         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1148           Fix seeking in .wav files again (#501775).  Some people seem to think
1149           they don't need to test their changes when they're just 'reflowing'
1150           some code.
1151
1152 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1153
1154         * gst/autodetect/gstautovideosink.c:
1155         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1156         (gst_auto_video_sink_init),
1157         (gst_auto_video_sink_create_element_with_pretty_name),
1158         (gst_auto_video_sink_find_best),
1159         (gst_auto_video_sink_set_property),
1160         (gst_auto_video_sink_get_property):
1161         * gst/autodetect/gstautovideosink.h:
1162         Fix docs.
1163         Use same error reporting code as autoaudiosink.
1164         Add property to filter sinks based on caps. Only select raw video sinks
1165         by default for backwards compat.
1166         API: GstAutoVideoSink::filter-caps
1167
1168 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1169
1170         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1171
1172         * gst/autodetect/gstautoaudiosink.c:
1173         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1174         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1175         (gst_auto_audio_sink_set_property),
1176         (gst_auto_audio_sink_get_property):
1177         * gst/autodetect/gstautoaudiosink.h:
1178         Add property to filter sinks based on caps. Only select raw audio sinks
1179         by default for backwards compat.  Fixes #417420.
1180         API: GstAutoAudioSink::filter-caps
1181
1182 2007-11-29  Michael Smith <msmith@fluendo.com>
1183
1184         Patch by: Arek Korbik <arkadini@gmail.com>
1185
1186         * gst/videobox/gstvideobox.c: (plugin_init):
1187           Initialise liboil in plugin_init()
1188
1189 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1190
1191         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1192         Post error before sending EOS. Fixes #499178.
1193
1194 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1195
1196         * win32/vs6/gst_plugins_good.dsw:
1197         * win32/vs6/libgstpng.dsp:
1198         Add a project file for libgstpng
1199
1200 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1201
1202         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1203         (gst_rtp_h263_depay_process):
1204         Code beautification.
1205         Added debug statements.
1206         Don't bit-shift everything, just do operations on last/first byte
1207         instead.
1208
1209 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1210
1211         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1212
1213         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1214         Fix wrong comparison in overrun check. Fixes #499239 some more.
1215
1216 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1217
1218         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1219         (gst_rtp_h263_depay_process):
1220         * gst/rtp/gstrtph263depay.h:
1221         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1222         stream.
1223
1224 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1225
1226         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1227
1228         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1229         (gst_rtp_mp4a_depay_process):
1230         * gst/rtp/gstrtpmp4adepay.h:
1231         Fix depayloading when multiple frames are inside one RTP packet.
1232         Fixes #499239.
1233
1234 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1235
1236         * gst/level/gstlevel.c:
1237           Add GAP-flag support.
1238
1239 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1240
1241         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1242         Read the I flag for Mode A h263 rtp stream and set the
1243         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1244         Fixes #499383
1245
1246 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1247
1248         * gst/level/gstlevel.c:
1249           Remove some dead code and do cleanups.
1250
1251 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1252
1253         * tests/check/pipelines/simple-launch-lines.c:
1254           Improve the tests by allowing to set a target state.
1255
1256 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1257
1258         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1259         Don't check the caps of the output buffer if they're equal some
1260         other caps. The caps can change in a backward compatible way
1261         and did at this point.
1262
1263 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1264
1265         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1266         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1267         (gst_qtdemux_seek_to_previous_keyframe),
1268         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1269         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1270         reverse playback support.
1271
1272 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1273
1274         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1275         Also set the channel layout on the Wavpack caps if we're having
1276         a mono layout. Of course only do it for "audio/x-wavpack".
1277
1278 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1279
1280         * ext/wavpack/gstwavpackcommon.c:
1281         (gst_wavpack_get_default_channel_mask),
1282         (gst_wavpack_set_channel_layout),
1283         (gst_wavpack_get_default_channel_positions),
1284         (gst_wavpack_get_channel_mask_from_positions),
1285         (gst_wavpack_set_channel_mapping):
1286         * ext/wavpack/gstwavpackcommon.h:
1287         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1288         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1289         * ext/wavpack/gstwavpackdec.h:
1290         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1291         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1292         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1293         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1294         (gst_wavpack_enc_rewrite_first_block),
1295         (gst_wavpack_enc_sink_event):
1296         * ext/wavpack/gstwavpackenc.h:
1297         * ext/wavpack/gstwavpackparse.c:
1298         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1299         (gst_wavpack_parse_scan_to_find_sample),
1300         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1301         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1302         * ext/wavpack/gstwavpackparse.h:
1303         Add support for encoding, parsing and decoding multichannel
1304         files with up to 8 channels. This also improves the robustness
1305         of parsing quite a bit.
1306
1307         * ext/wavpack/gstwavpackstreamreader.c:
1308         (gst_wavpack_stream_reader_read_bytes),
1309         (gst_wavpack_stream_reader_get_pos),
1310         (gst_wavpack_stream_reader_set_pos_abs),
1311         (gst_wavpack_stream_reader_set_pos_rel),
1312         (gst_wavpack_stream_reader_push_back_byte),
1313         (gst_wavpack_stream_reader_get_length),
1314         (gst_wavpack_stream_reader_can_seek),
1315         (gst_wavpack_stream_reader_write_bytes):
1316         Improve debugging.
1317
1318 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1319
1320         * ext/libpng/gstpngdec.c:
1321         * ext/libpng/gstpngdec.h:
1322           Don't release the png-memory from within the callback.
1323
1324 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1325
1326         Patch by: René Stadler <mail at renestadler dot de>
1327
1328         * ext/libpng/gstpngenc.c:
1329           Don't leak buffer data memory. Fixes #498395.
1330
1331 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1332
1333         Patch by: René Stadler <mail at renestadler dot de>
1334
1335         * tests/check/pipelines/simple-launch-lines.c:
1336           Tests for #498395.
1337
1338 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1339
1340         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1341         (gst_tag_lib_mux_adjust_event_offsets):
1342         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1343         * sys/osxaudio/Makefile.am:
1344         * sys/osxvideo/cocoawindow.h:
1345         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1346
1347 2007-11-15  David Schleef  <ds@schleef.org>
1348
1349         * ext/cairo/gsttextoverlay.c:
1350           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1351
1352 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1353
1354         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1355
1356         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1357         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1358         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1359         * gst/rtp/gstrtpmp2tpay.h:
1360         Fill the MTU with as many packets as possible. Fixes #491323.
1361
1362 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1363
1364         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1365
1366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1367         Fix some more leaks. Fixes #497007.
1368
1369 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1370
1371         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1372
1373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1374         (gst_rtspsrc_stream_configure_tcp):
1375         Fix 3 pad leaks. Fixes #496983.
1376
1377 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1378
1379         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1380
1381         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1382         Fix small leak. Fixes #497017.
1383
1384 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1385
1386         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1387         (gst_qtdemux_prepare_current_sample),
1388         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1389         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1390         * gst/qtdemux/qtdemux_fourcc.h:
1391         * gst/qtdemux/qtdemux_types.c:
1392         Add suppport for theora in quicktime according to XiphQT.
1393
1394 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1395
1396         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1397         (gst_v4l2src_init), (gst_v4l2src_set_property),
1398         (gst_v4l2src_get_property):
1399         * sys/v4l2/gstv4l2src.h:
1400         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1401           Always copy buffers by default (handle safer with bugged drivers)
1402           and added a property to make it possible to use mmap effectively (no
1403           copy if possible) when application wants to. Fixes: #480557.
1404
1405 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1406
1407         * gst/id3demux/id3tags.c:
1408         * gst/id3demux/id3tags.h:
1409         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1410           We don't want the same string multiple times in a tag list for the
1411           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1412           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1413
1414 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1415
1416         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1417           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1418           into ID3v2 TXXX frames (fixes #347848).
1419
1420 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1421
1422         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1423           Don't leak sdp message contents (fixes #496773).
1424
1425         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1426           Don't leak URI string.
1427
1428 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1429
1430         Patch by: Julien Puydt <julien dot puydt at laposte net>
1431
1432         * ext/raw1394/Makefile.am:
1433         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1434           (gst_1394_property_probe_get_properties),
1435           (gst_1394_property_probe_probe_property),
1436           (gst_1394_property_probe_needs_probe),
1437           (gst_1394_property_probe_get_values),
1438           (gst_1394_property_probe_interface_init),
1439           (gst_1394_type_add_property_probe_interface):
1440         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1441         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1442           (gst_dv1394src_init), (gst_dv1394src_dispose),
1443           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1444           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1445           (gst_dv1394src_update_device_name):
1446         * ext/raw1394/gstdv1394src.h:
1447           Implement GstPropertyProbe interface and add "device-name" property,
1448           so applications can use this to probe for available devices in the
1449           same way they can already with v4lsrc and v4l2src (however horrible
1450           this property probe interface may be). Fixes #358841.
1451
1452 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1453
1454         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1455
1456         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1457           (gst_rtspsrc_parse_range):
1458           Don't leak event, don't leak range (fixes #496752).
1459
1460 2007-11-14  Michael Smith <msmith@fluendo.com>
1461
1462         Patch by: Arek Korbik <arkadini@gmail.com>
1463
1464         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1465           Detect RGBA/BGRA correctly on little endian systems.
1466
1467 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1468
1469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1470           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1471           corresponding ioctl() call fails even though the driver claims to
1472           support this format, just fall back to the pre-2.6.19 kernel
1473           routine that creates caps with suitable height and width ranges
1474           (see #448278).
1475
1476 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1477
1478         Patch by: Mark Nauwelaerts <manauw skynet be>
1479
1480         * gst/matroska/matroska-demux.c:
1481           (gst_matroska_demux_push_dvd_clut_change_event),
1482           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1483           (gst_matroska_demux_subtitle_caps):
1484         * gst/matroska/matroska-ids.h:
1485           Extract palette data for dvd subpicture streams and send it
1486           downstream as custom gstreamer dvd event (fixes #453417).
1487
1488 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1489
1490         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1491           Implement minimal parsing of the passed pango font description
1492           string, so passing a font size works the same as with the
1493           pango textoverlay plugin; fixes #455086.
1494           (Maybe we could just use pangocairo here at some point).
1495
1496 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1497
1498         * gst/avi/gstavidemux.c:
1499         * gst/wavparse/gstwavparse.c:
1500           Return the result in _activate_pull(). Don't ref element there.
1501
1502 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1503
1504         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1505         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1506         (gst_wavparse_srcpad_event):
1507           Ref the element when we should, but not when we its not needed. Reflow
1508           the event_handling to not leak the event.       
1509
1510 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1511
1512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1513         (qtdemux_parse_samples):
1514         Properly free QTDemuxSamples array.
1515         Protect table write with a sensible check, some files apparently DO contain
1516         stts values starting with 0 :(
1517
1518 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1519
1520         * gst/avi/gstavidemux.c:
1521         * gst/qtdemux/qtdemux.c:
1522           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1523           previous commit messed up.
1524
1525 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1526
1527         * gst/avi/gstavidemux.c:
1528         * gst/qtdemux/qtdemux.c:
1529           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1530           element when we should, but not when we its not needed.
1531
1532 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1533
1534         * gst/wavparse/gstwavparse.c:
1535           Return FALSE if we can't handle a query instead of changing the
1536           format. Ignore fact when dealing with mpeg audio.
1537
1538 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1539
1540         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1541
1542         * configure.ac:
1543         * gst/udp/gstdynudpsink.c:
1544         * gst/udp/gstdynudpsink.h:
1545         * gst/udp/gstmultiudpsink.c:
1546         * gst/udp/gstmultiudpsink.h:
1547         * gst/udp/gstudpsink.c:
1548         * gst/udp/gstudpsink.h:
1549           Fix includes for MSVC and GLib-2.14.0 (#492388).
1550
1551         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1552           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1553
1554 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1555
1556         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1557         (gst_mulawdec_chain):
1558         * gst/law/mulaw-decode.h:
1559         Calculate outgoing buffer duration if incoming buffer didn't have a
1560         valid duration.
1561
1562 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1563
1564         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1565         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1566         Smarter combine_flow code that also deals with downstream elements
1567         returning UNEXPECTED when they receive data out of the segment
1568         boundaries. Fixes #491305.
1569
1570 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1571
1572         * sys/v4l2/v4l2src_calls.c:
1573           Fix 'unused variable' compiler warning when compiling against
1574           older kernel headers.
1575
1576 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1577
1578         * ext/taglib/gstid3v2mux.cc (add_funcs):
1579           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1580
1581 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1582
1583         * tests/check/pipelines/simple-launch-lines.c:
1584            Improve the tests a little more.
1585
1586 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1587
1588         patch by: Yun Zheng Hu
1589
1590         * sys/osxaudio/gstosxaudiosrc.c:
1591         Use default input device instead of default output device and
1592         only memcpy actual available bytes.
1593
1594 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1595
1596         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1597           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1598           early. It is temporary until we find something better.
1599
1600 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1601
1602         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1603
1604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1605         Fix race when pausing a RTSP stream in interleaved.
1606         Fixes #475784.
1607
1608 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1609
1610         Patch by: Peter Kjellerstedt <pkj at axis com>
1611
1612         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1613         Use correct unref function for buffers. #488844.
1614
1615 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1616
1617         * gst/avi/gstavimux.c:
1618         * tests/check/elements/avimux.c:
1619           Add some debug and sync tests with the fix.     
1620
1621 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1622
1623         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1624
1625         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1626         When the socket is used by the app for other purposes, don't generate an
1627         error if there is activaty on the socket that is not data related.
1628         Fixes #487488.
1629
1630 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1631
1632         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1633         (gst_v4l2src_grab_frame):
1634         Add some more debug info. Generate an error when we run out of buffers
1635         for some reason. See #480557.
1636
1637 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1638
1639         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1640
1641         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1642         Set marker bit correctly.
1643
1644 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1645
1646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1647         Use allowed name for the GstStructure.
1648
1649 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1650
1651         * ext/gconf/gstswitchsink.c:
1652         * gst/autodetect/gstautoaudiosink.c:
1653           Use new gst_bus_pop_filtered().
1654
1655 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1656
1657         * sys/v4l2/gstv4l2src.c:
1658         * sys/v4l2/v4l2src_calls.c:
1659           When probing the formats and sizes a camera supports, make
1660           sure the best ones (highest resolution, prefered format)
1661           end up at the beginning of the probed caps and the less
1662           desirable ones at the end.  This is important because the
1663           order within the caps matters for things like fixation and
1664           negotiation, ie. what format is chosen in the end.
1665           With recent kernels, the current probing code will end up
1666           querying the supported sizes from lowest resolution to
1667           highest resolution, adding them to the probed caps in that
1668           order, resulting to v4l2src fixating to the lowest possible
1669           resolution if downstream does not express a size preference.
1670           Also make up a somewhat random ranking of prefered output
1671           formats for the same reason. Fixes #485828.
1672         
1673 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1676
1677         * gst/id3demux/id3v2frames.c:
1678           Extract license/copyright URIs from ID3v2 WCOP frames
1679           (Fixes #447000).
1680
1681         * tests/check/elements/id3demux.c:
1682         * tests/files/Makefile.am:
1683         * tests/files/id3-447000-wcop.tag:
1684           Add simple unit test.
1685
1686 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1687
1688         * ext/taglib/gstid3v2mux.cc:
1689           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1690           Prerequisite for #447000.
1691
1692 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1693
1694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1695         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1696         a GstClockTime.
1697
1698 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1699
1700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1701         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1702         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1703         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1704         (gst_rtspsrc_change_state):
1705         More seeking fixes, mostly passing around the new playback segment in
1706         order to configure it properly.
1707         Also reset base_time of udp sources when setting them back to PLAYING as
1708         a temporary hack until core supports seek in live sources properly.
1709
1710 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1711
1712         * gst/rtp/gstrtpmp4adepay.c:
1713         Fix caps as to not confuse autopluggers.
1714
1715 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1716
1717         * gst/id3demux/gstid3demux.c:
1718         * gst/id3demux/gstid3demux.h:
1719         * gst/id3demux/id3tags.c:
1720         * gst/id3demux/id3tags.h:
1721         * gst/id3demux/id3v2frames.c:
1722           Port ID3 tag demuxer over to the new GstTagDemux in -base
1723           (now would be a good time to test re-importing your music
1724           collection).
1725
1726 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1727
1728         * gst/apetag/Makefile.am:
1729         * gst/apetag/gstapedemux.c:
1730         * gst/apetag/gstapedemux.h:
1731         * gst/apetag/gsttagdemux.c:
1732         * gst/apetag/gsttagdemux.h:
1733           Port APE tag demuxer over to the new GstTagDemux in -base.
1734
1735 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1736
1737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1738         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1739         (gst_rtspsrc_handle_internal_src_query),
1740         (gst_rtspsrc_handle_src_query), (new_session_pad),
1741         (gst_rtspsrc_stream_configure_tcp),
1742         (gst_rtspsrc_stream_configure_transport),
1743         (gst_rtspsrc_loop_send_cmd):
1744         Improve flushing behaviour.
1745         Set state of the udp sources to PAUSE/PLAYING correctly.
1746         Handle events and queries for UDP and TCP transport now.
1747
1748 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1749
1750         * gst/rtp/gstrtpgsmdepay.c:
1751         * gst/rtp/gstrtpgsmpay.c:
1752           Add log category.
1753
1754 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1755
1756         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1757
1758         * tests/check/Makefile.am:
1759         * tests/check/pipelines/simple-launch-lines.c:
1760           Add unit tests for payloaders/depayloaders.
1761
1762 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1763
1764         * gst/avi/gstavimux.c:
1765         * gst/avi/gstavimux.h:
1766           Also save codec data for audio streams. Fixes #482495.
1767
1768 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1769
1770         * gst/avi/gstavimux.c:
1771           Fix "Index entry has invalid stream nr 1".
1772           Add support for muxing aac - work in progress (see #482495).
1773
1774 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1775
1776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1777         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1778         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1779         * gst/rtsp/gstrtspsrc.h:
1780         Parse bandwidth modifiers, they are not yet configured in the session
1781         manager because we don't have an API for that yet.
1782
1783 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1784
1785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1786         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1787         Use shiny new function in -base to get the default clock-rate.
1788         Update some docs.
1789
1790 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1791
1792         * win32/MANIFEST:
1793         Add files to win32 manifest.
1794         * win32/vs6/libgstaudiofx.dsp:
1795         * win32/vs6/libgstqtdemux.dsp:
1796         * win32/vs6/libgstrtp.dsp:
1797         * win32/vs6/libgstrtsp.dsp:
1798         Update project files.
1799
1800 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1801
1802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1803         (gst_rtspsrc_play):
1804         * gst/rtsp/gstrtspsrc.h:
1805         In TCP mode, only timestamp the first buffer. TCP is not real time and
1806         it does not make sense to try to skew compensate, also some servers send
1807         the first batch of data in a burst.
1808
1809 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1810
1811         * gst/matroska/matroska-demux.c:
1812           Fix setting the discont flag on the first buffer
1813           pushed downstream for formats with private codec
1814           data that needs to be deserialised into buffers
1815           (such as vorbis and FLAC when in a matroska container).
1816
1817 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1818
1819         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1820
1821         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1822         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1823         (gst_rtp_mp4v_pay_handle_buffer):
1824         * gst/rtp/gstrtpmp4vpay.h:
1825         Free the config string. Fixes #480707.
1826         Clean up the timestamp code a little.
1827
1828 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1829
1830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1831         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1832         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1833         * gst/rtsp/gstrtspsrc.h:
1834         Set timestamps on RTP buffers in interleaved mode.
1835         Mark first buffers with a DISCONT.
1836         Remove flush hack now that sync for live sources has been figured out.
1837
1838 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1839
1840         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1841         Update documentation.
1842
1843 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1844
1845         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1846         (gst_rtp_xqt_depay_change_state):
1847         * gst/qtdemux/gstrtpxqtdepay.h:
1848         Fail if we don't know the quicktime format.
1849
1850 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1851
1852         * ext/flac/gstflacenc.c:
1853         * ext/flac/gstflacenc.h:
1854           Save the flow return from the last gst_pad_push() and
1855           make sure we pass the right flow return value upstream
1856           in the case of failure; minor clean-ups.
1857
1858 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         * ext/taglib/gstapev2mux.cc:
1861         * ext/taglib/gstid3v2mux.cc:
1862         * gst/apetag/gstapedemux.c:
1863           Add support for the new GST_TAG_COMPOSER (#459809).
1864
1865 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1866
1867         * gst/law/alaw-decode.c:
1868         * gst/law/alaw-decode.h:
1869         * gst/law/alaw-encode.c:
1870         * gst/law/alaw-encode.h:
1871         * gst/law/alaw.c:
1872         * gst/law/mulaw-conversion.h:
1873           Compulsive clean-ups: use boilerplate macros, add debug
1874           categories, fix up things to conform to symbol nomenklatura,
1875           etc.
1876
1877 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1878
1879         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1880
1881         * gst/law/alaw-decode.c:
1882         * gst/law/alaw-encode.c:
1883           Use static tables for A-Law decoding and encoding; this makes
1884           A-Law decoding and encoding less CPU-intensive, but increases
1885           the binary size a bit. Leaving old code around for now,
1886           selectable by a define in the code. Fixes #435435.
1887
1888 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1889
1890         * configure.ac:
1891         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1892         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1893         in configure.ac.
1894
1895 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1896
1897         Patch by: Jan Gerber <j at bootlab dot org>
1898
1899         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1900         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1901
1902 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1903
1904         * sys/oss/gstosshelper.c:
1905           Use GST_WARNING instead of a g_critical. This situation is not caused
1906           by the application.
1907
1908 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1909
1910         * po/LINGUAS:
1911         * po/nl.po:
1912           Updated translations.
1913
1914 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1915
1916         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1917
1918         * po/eu.po:
1919           Added Basque translation.
1920
1921 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1922
1923         translated by: Abel Cheung <abelcheung@gmail.com>
1924
1925         * po/zh_HK.po:
1926         * po/zh_TW.po:
1927           Added Chinese (traditional and Hong Kong) translation.
1928
1929 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1930
1931         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1932
1933         * po/pl.po:
1934           Added Polish translation.
1935
1936 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1937
1938         translated by: Ilkka Tuohela <hile@iki.fi>
1939
1940         * po/fi.po:
1941           Added Finnish translation.
1942
1943 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1944
1945         translated by: Jorge González González <aloriel@gmail.com>
1946
1947         * po/es.po:
1948           Added Spanish translation.
1949
1950 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1951
1952         translated by: Mogens Jaeger <mogens@jaeger.tf>
1953
1954         * po/da.po:
1955           Added Danish translation.
1956
1957 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1958
1959         translated by: Funda Wang <fundawang@linux.net.cn>
1960
1961         * po/zh_CN.po:
1962           Added Chinese (simplified) translation.
1963
1964 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1965
1966         translated by: Alexander Shopov <ash@contact.bg>
1967
1968         * po/bg.po:
1969           Added Bulgarian translation.
1970
1971 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1972
1973         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1974         Set outgoing packet duration because we can. Fixes #478244 some more.
1975
1976 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1977
1978         * ext/cairo/gsttextoverlay.c:
1979           Add info about static leak.
1980         
1981         * tests/check/Makefile.am:
1982         * tests/check/generic/states.c:
1983           Improved state change unit test.
1984
1985 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1986
1987         * docs/plugins/.cvsignore:
1988         * tests/check/.cvsignore:
1989           Ignore registries in any format.
1990
1991 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1992
1993         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1994         Removed some unused code.
1995
1996         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1997         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1998         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1999         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2000         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2001         (gst_rtp_theora_pay_flush_packet):
2002         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2003         Try to preserve the incomming buffer duration on the outgoing
2004         packets. Fixes #478244.
2005
2006 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2007
2008         * ext/taglib/gstapev2mux.cc:
2009         * ext/taglib/gstid3v2mux.cc:
2010           Work around compiler warnings with g++-4.2 when assigning a
2011           string constant to a gchar * (partially fixes #478092).
2012
2013 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2014
2015         * configure.ac:
2016           We require core CVS now for gst_base_src_set_do_timestamp().
2017
2018 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2019
2020         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2022         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2023         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2024         (gst_rtspsrc_handle_message):
2025         Fix compiler warnings shown with Forte.
2026
2027 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2028
2029         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2030         (gst_rtspsrc_dup_printf):
2031         Give meaningfull error when all streams failed to configure for some
2032         reason.
2033
2034 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2035
2036         * gst/rtp/README:
2037         Update README with the design for synchronisation rules of RTP on
2038         sender and receiver.
2039
2040 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2041
2042         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2043         (gst_wavparse_chain):
2044         Don't push EOS from the chain function, the element
2045         driving the pipeline is responsible for this. The bug
2046         this was meant to fix seems to be queue not forwarding
2047         EOS in all cases (see #476514).
2048
2049 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2050
2051         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2052         (gst_level_transform_ip):
2053         * gst/level/gstlevel.h:
2054         Use basetransform segment so that it is correctly managed on flushes and
2055         start/stop.
2056         Report message timestamp as stream time, which is what an application
2057         can understand.
2058
2059 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2060
2061         * ext/taglib/gstapev2mux.cc:
2062         * ext/taglib/gstapev2mux.h:
2063         * ext/taglib/gsttaglibmux.c:
2064         * tests/check/elements/apev2mux.c:
2065         Update my mail address.
2066
2067 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2068
2069         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2070         (gst_wavparse_loop), (gst_wavparse_chain):
2071         Add EOS logic for the push-based mode too. Fixes #476514.
2072
2073 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2074
2075         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2076         * gst/law/alaw-encode.h:
2077         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2078         (gst_mulawenc_chain):
2079         * gst/law/mulaw-encode.h:
2080         Fix law encoder timestamps.
2081
2082 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2083
2084         * ext/gconf/gstgconfaudiosink.c:
2085           Fix warning when building without debug.
2086
2087         * sys/oss/gstossmixertrack.c:
2088           Use const like in alsamixertrack.c (fixes warnings).
2089
2090 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2091
2092         * sys/v4l2/v4l2src_calls.c:
2093         (gst_v4l2src_probe_caps_for_format_and_size):
2094         Fix framerate detection code some more.
2095         Handle the case where there is a weird step in the stepwise framerates.
2096         Don't overwrite the min interval with the framerate, use a temp variable
2097         instead.
2098         Use max in the Continuous framerate intervals instead of step, which is
2099         1 according to the docs. Fixes #475424.
2100
2101 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2102
2103         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2104         Make udpsrc timestamp outgoing buffers based on when they were received.
2105         Also make it output a segment in time.
2106
2107 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2108
2109         * gst/avi/gstavidemux.c:
2110           Plug a little leak. Little code cleanups.
2111
2112 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2113
2114         * configure.ac:
2115           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2116           flac versions, 's good for cross-compilation karma.
2117
2118 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2119
2120         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2121
2122         * gst/rtp/gstrtph263pay.c:
2123           Fix up header structure so that compilers don't add padding
2124           between the structure fields, since that would lead to us
2125           sending RTP packets with broken headers (as is currently the
2126           case when compiling with MSVC). Also see similar fixes in
2127           libgstrtp in gst-plugins-base. (#474616; #471194)
2128
2129 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2130
2131         * sys/v4l2/v4l2src_calls.c:
2132         (gst_v4l2src_probe_caps_for_format_and_size):
2133         Don't overwrite our GValue with 0 but instead use the previously
2134         computed value. Fixes #471823 some more.
2135
2136 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2137
2138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2139           No tabs in this file please, or gtk-doc will end up documenting
2140           rather absurd class hierarchies.
2141
2142 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2143
2144         * ext/gconf/gstswitchsink.c:
2145           If the new kid element fails to change state for some reason
2146           (e.g. esdsink not being able to connect to the sound server),
2147           forward the error message it posted on the bus instead of just
2148           posting a generic 'Internal state change error: please file a
2149           bug' error message. Fixes #471364.
2150
2151 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2152
2153         * gst/qtdemux/Makefile.am:
2154         * gst/qtdemux/qtdemux.c:
2155           Don't assume tags are encoded as UTF-8 (#473670).
2156
2157 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2158
2159         * sys/v4l2/gstv4l2src.c:
2160         * sys/v4l2/gstv4l2src.h:
2161         * sys/v4l2/v4l2src_calls.c:
2162           Implement LATENCY queries in the crudest way possible so I don't
2163           have to use sync=false any longer when testing with videosinks.
2164
2165 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2166
2167         * configure.ac:
2168           Fix build.
2169
2170 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2171
2172         * sys/v4l2/v4l2src_calls.c:
2173         (gst_v4l2src_probe_caps_for_format_and_size):
2174         Add some more debugging in the framerate function.
2175         Iterate stepwise framerate up to and _including_ the max and if nothing
2176         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2177         don't end up with an empty list. Fixes #471823
2178
2179 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2180
2181         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2182         (gst_multiudpsink_set_clients_string),
2183         (gst_multiudpsink_get_clients_string),
2184         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2185         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2186         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2187         (gst_multiudpsink_clear):
2188         Add property do configure destination address/port pairs
2189         API:GstMultiUDPSink::clients
2190
2191 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2192
2193         * tests/examples/Makefile.am:
2194         * tests/examples/rtp/Makefile.am:
2195         * tests/examples/rtp/client-H263p-AMR.sh:
2196         * tests/examples/rtp/client-H263p-PCMA.sdp:
2197         * tests/examples/rtp/client-H263p-PCMA.sh:
2198         * tests/examples/rtp/client-H264-PCMA.sdp:
2199         * tests/examples/rtp/client-H264-PCMA.sh:
2200         * tests/examples/rtp/client-PCMA.sh:
2201         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2202         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2203         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2204         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2205         Added some RTP example scripts for sending and receiving RTP streams.
2206
2207 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2208
2209         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2210         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2211         Restructure the setcaps function so that we can also compute the
2212         expected GStreamer output size of the video frames.
2213         Set frame_byte_size correctly so that read-based devices have a chance
2214         of working correctly.
2215         When grabbing a frame, discard frames that are not of the expected size.
2216         Some cameras don't output the right framesize for the first buffer.
2217         Try only a couple of times to get a valid frame, else error out.
2218
2219         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2220         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2221         Add some more debug info when scanning the device.
2222
2223         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2224         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2225         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2226         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2227         Add some more debug info when dequeing a frame.
2228
2229 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2230
2231         * gst/wavparse/gstwavparse.c:
2232           More code cleanups. Add some more comment and improve debugs logs.
2233
2234 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2235
2236         * gst/wavparse/gstwavparse.c:
2237         * gst/wavparse/gstwavparse.h:
2238           Implement seek-query. Refactor duration calculations. Appropriate use
2239           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2240           out of loops.
2241
2242 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2243
2244         * gst/avi/gstavidemux.c:
2245           Implement seek-query.
2246
2247 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2248
2249         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2250         (gst_rtspsrc_dup_printf):
2251         Use new basesink async property to make sparse RTCP packet not wait for
2252         preroll.
2253
2254 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2255
2256         * gst/audiofx/Makefile.am:
2257         Dist the right file.
2258
2259 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2260
2261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2262         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2263         Make sure we generate and parse floating point values in the POSIX
2264         locale instead of the current locale. 
2265
2266 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2267
2268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2269         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2270         (gst_rtspsrc_play):
2271         * gst/rtsp/gstrtspsrc.h:
2272         Fix method detection again.
2273         Keep track of when we must send a Range header.
2274         Use segment values for Range, Speed and Scale headers.
2275         Parse Speed and Scale headers to update the segment values.
2276
2277 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2278
2279         patch by: Mark Nauwelaerts <manauw@skynet.be>
2280
2281         * sys/v4l2/v4l2src_calls.c:
2282           Handle optional v4l2 ioctls gracefully.
2283
2284 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2285
2286         * gst/rtp/Makefile.am:
2287         * gst/rtp/gstrtp.c: (plugin_init):
2288         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2289         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2290         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2291         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2292         (gst_rtp_h263_depay_get_property),
2293         (gst_rtp_h263_depay_change_state),
2294         (gst_rtp_h263_depay_plugin_init):
2295         * gst/rtp/gstrtph263depay.h:
2296         Added an H263 depayloader. Fixes #369392.
2297
2298         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2299         (gst_rtp_h263p_depay_process):
2300         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2301         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2302         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2303         payloads.
2304         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2305
2306 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2307
2308         * gst/audiofx/audiochebyshevfreqband.c:
2309         * gst/audiofx/audiochebyshevfreqlimit.c:
2310         Add small comparision with the windowed sinc filters in the docs.
2311
2312 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2313
2314         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2315         (audiochebyshevfreqband_suite):
2316         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2317         (audiochebyshevfreqlimit_suite):
2318         Also test 32 bit float mode and the type 2 variants of the filters.
2319
2320 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2321
2322         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2323         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2324         (gst_rtspsrc_loop):
2325         Refactor the udp and interleaved loop function a bit.
2326
2327 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2328
2329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2330         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2331         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2332         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2333         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2334         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2335         * gst/rtsp/gstrtspsrc.h:
2336         Protect connection activity with a new lock, avoids deadlocks when going
2337         to PAUSED. Fixes #455808.
2338
2339 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2340
2341         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2342         Fix debug statement.
2343
2344 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2345
2346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2347         Fix stray %u in debug line as spotted by Saur on IRC.
2348
2349 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2350
2351         * gst/audiofx/audiochebyshevfreqband.c:
2352         (gst_audio_chebyshev_freq_band_class_init):
2353         * gst/audiofx/audiochebyshevfreqlimit.c:
2354         (gst_audio_chebyshev_freq_limit_class_init):
2355         Use generator macros for the process functions for the different
2356         sample types, add lower upper boundaries for the GObject properties
2357         so automatically generated UIs can use sliders and add a note about
2358         the number of poles as a too high number of poles combined with
2359         very low or very high frequencies will produce only noise.
2360         * docs/plugins/gst-plugins-good-plugins.args:
2361         Regenerated for the property changes.
2362
2363 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2364
2365         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2366         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2367         (gst_rtspsrc_stream_configure_udp_sink),
2368         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2369         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2370         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2371         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2372         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2373         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2374         * gst/rtsp/gstrtspsrc.h:
2375         Improve timeout handling.
2376         Use the same socket for sending and receiving RTCP packets so that some
2377         servers can track clients better.
2378         Improve connection closed handling. Try to reconnect.
2379         Don't overwrite our content base with NULL.
2380         Improve debugging.
2381         Improve range parsing and handling.
2382         Remove flushing hack now that core does the right thing.
2383
2384 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2385
2386         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2387         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2388         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2389         (gst_multiudpsink_close), (gst_multiudpsink_add):
2390         * gst/udp/gstmultiudpsink.h:
2391         Add support for getting and setting the socket to use.
2392
2393         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2394         (gst_udpsrc_create), (gst_udpsrc_get_property):
2395         Add support for getting the currently used socket.
2396
2397 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2398
2399         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2400
2401         * gst/audiofx/Makefile.am:
2402         * gst/audiofx/audiochebyshevfreqband.c:
2403         (gst_audio_chebyshev_freq_band_mode_get_type),
2404         (gst_audio_chebyshev_freq_band_base_init),
2405         (gst_audio_chebyshev_freq_band_dispose),
2406         (gst_audio_chebyshev_freq_band_class_init),
2407         (gst_audio_chebyshev_freq_band_init),
2408         (generate_biquad_coefficients), (calculate_gain),
2409         (generate_coefficients),
2410         (gst_audio_chebyshev_freq_band_set_property),
2411         (gst_audio_chebyshev_freq_band_get_property),
2412         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2413         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2414         (gst_audio_chebyshev_freq_band_start):
2415         * gst/audiofx/audiochebyshevfreqband.h:
2416         * gst/audiofx/audiochebyshevfreqlimit.c:
2417         (gst_audio_chebyshev_freq_limit_mode_get_type),
2418         (gst_audio_chebyshev_freq_limit_base_init),
2419         (gst_audio_chebyshev_freq_limit_dispose),
2420         (gst_audio_chebyshev_freq_limit_class_init),
2421         (gst_audio_chebyshev_freq_limit_init),
2422         (generate_biquad_coefficients), (calculate_gain),
2423         (generate_coefficients),
2424         (gst_audio_chebyshev_freq_limit_set_property),
2425         (gst_audio_chebyshev_freq_limit_get_property),
2426         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2427         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2428         (gst_audio_chebyshev_freq_limit_start):
2429         * gst/audiofx/audiochebyshevfreqlimit.h:
2430         * gst/audiofx/audiofx.c: (plugin_init):
2431         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2432         Fixes #464800.
2433
2434         * tests/check/Makefile.am:
2435         * tests/check/elements/.cvsignore:
2436         * tests/check/elements/audiochebyshevfreqband.c:
2437         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2438         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2439         * tests/check/elements/audiochebyshevfreqlimit.c:
2440         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2441         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2442         Add unit tests for the chebyshev filters.
2443
2444         * docs/plugins/Makefile.am:
2445         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2446         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2447         * docs/plugins/gst-plugins-good-plugins.args:
2448         * docs/plugins/inspect/plugin-1394.xml:
2449         * docs/plugins/inspect/plugin-audiofx.xml:
2450         * docs/plugins/inspect/plugin-dv.xml:
2451         * docs/plugins/inspect/plugin-flac.xml:
2452         * docs/plugins/inspect/plugin-jpeg.xml:
2453         * docs/plugins/inspect/plugin-png.xml:
2454         * docs/plugins/inspect/plugin-rtp.xml:
2455         * docs/plugins/inspect/plugin-shout2send.xml:
2456         * docs/plugins/inspect/plugin-wavpack.xml:
2457         And add docs for the chebyshev filters. While doing
2458         that also run make update in docs/plugins.
2459
2460 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2461
2462         * ext/annodex/gstcmmltag.c:
2463         * gst/rtp/gstrtpvorbispay.c:
2464           Make ro memory to share.
2465
2466 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2467
2468         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2469         Improve UDP performance by avoiding a select() when we have data
2470         available immediatly.
2471
2472 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2473
2474         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2475         (gst_rtp_dec_class_init):
2476         * gst/rtsp/gstrtpdec.h:
2477         Add (dummy) SSRC management signals.
2478
2479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2480         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2481         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2482         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2483         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2484         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2485         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2486         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2487         * gst/rtsp/gstrtspsrc.h:
2488         Add connection-speed property.
2489         Add find_stream helper functions.
2490         Handle stream EOS based on BYE messages or SSRC timeout.
2491         Returns SUCCESS from the state change function as we hide our async
2492         elements from the parent.
2493
2494 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2495
2496         * gst/debug/rndbuffersize.c:
2497           Fix da leak.
2498
2499 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2500
2501         * gst/debug/Makefile.am:
2502         * gst/debug/breakmydata.c:
2503         * gst/debug/gstdebug.c:
2504         * gst/debug/negotiation.c:
2505         * gst/debug/progressreport.c:
2506         * gst/debug/rndbuffersize.c:
2507         * gst/debug/testplugin.c:
2508           Add new test element and clean-up the others a little.
2509
2510 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2511
2512         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2513         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2514
2515 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2516
2517         * gst/rtp/gstrtpilbcdepay.c:
2518           Include stdlib.
2519
2520 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2521
2522         * gst/rtp/gstrtpmpvdepay.c:
2523         Set the mpegversion in the caps so that autoplugging does not get
2524         confused.
2525
2526 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2527
2528         * po/hu.po:
2529         * po/uk.po:
2530         * po/vi.po:
2531           Updated translations.
2532
2533 2007-08-08  Michael Smith <msmith@fluendo.com>
2534
2535         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2536           Render right border in the correct location.
2537
2538 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2539
2540         Patch by: Olivier Crete <tester at tester dot ca>
2541
2542         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2543         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2544         Make mode property a string. Fixes #464475.
2545
2546 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2547
2548         * ext/flac/gstflacenc.c:
2549           Widen caps to match decoder a bit and add more FIXMEs.
2550
2551 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2552
2553         patch by: Mark Nauwelaerts <manauw@skynet.be>
2554
2555         * gst/avi/gstavimux.c:
2556           Fix ODML index tag numbering. Fixes #463624.
2557
2558 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2559
2560         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2561         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2562         (gst_rtspsrc_stream_configure_tcp),
2563         (gst_rtspsrc_stream_configure_udp_sink):
2564         Fix default clock-rate for realmedia.
2565         Fix parsing of transport.
2566         Don't try to link NULL pads.
2567
2568 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2569
2570         * po/POTFILES.skip:
2571           Add POTFILES.skip with list of source files that aren't disted at the
2572           moment but contain translatable strings. Should hopefully pacify
2573           broken tools and make it clearer that these files are left out
2574           intentionally (#461600).
2575
2576 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2577
2578         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2579         If the buffer was entirely clipped ... don't try sending it :)
2580
2581 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2582
2583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2584         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2585         (gst_rtspsrc_create_transports_string),
2586         (gst_rtspsrc_prepare_transports):
2587         If we don't hav a session manager, set the caps on outgoing buffers
2588         ourselves.
2589         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2590         Append final bit of the transport string even when it does not contain a
2591         placeholder.
2592
2593 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2594
2595         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2596         (gst_rtsp_ext_list_connect):
2597         * gst/rtsp/gstrtspext.h:
2598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2599         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2600         Clean up the interface list.
2601         Allow connecting to interface signals for the extensions.
2602         Remove old extension code.
2603         Free list on cleanup.
2604         Allow extensions to send additional RTSP messages.
2605
2606 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2607
2608         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2609         Handle a NULL gconf key gracefully by rendering the default element.
2610
2611 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2612
2613         * gst/rtsp/gstrtspext.h:
2614         Fix include path for extension interface.
2615
2616 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2617
2618         * gst/audiofx/audioamplify.h:
2619         Also remove a now unecessary variable here.
2620
2621 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2622
2623         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2624         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2625         * gst/audiofx/audiodynamic.c:
2626         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2627         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2628         * gst/audiofx/audiodynamic.h:
2629         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2630         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2631         * gst/audiofx/audioinvert.h:
2632         Don't save format information ourselves, this is already saved in
2633         GstAudioFilter.
2634
2635 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2636
2637         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2638         (gst_rtsp_ext_list_stream_select):
2639         * gst/rtsp/gstrtspext.h:
2640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2641         Use rank to filter out extensions.
2642         Add url to stream_select interface call.
2643
2644 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2645
2646         * gst/rtsp/Makefile.am:
2647         * gst/rtsp/base64.c:
2648         * gst/rtsp/base64.h:
2649         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2650         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2651         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2652         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2653         (gst_rtsp_ext_list_setup_media),
2654         (gst_rtsp_ext_list_configure_stream),
2655         (gst_rtsp_ext_list_get_transports),
2656         (gst_rtsp_ext_list_stream_select):
2657         * gst/rtsp/gstrtspext.h:
2658         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2659         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2660         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2661         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2662         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2663         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2664         (gst_rtspsrc_stream_configure_tcp),
2665         (gst_rtspsrc_stream_configure_mcast),
2666         (gst_rtspsrc_stream_configure_udp),
2667         (gst_rtspsrc_stream_configure_udp_sink),
2668         (gst_rtspsrc_stream_configure_transport),
2669         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2670         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2671         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2672         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2673         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2674         (gst_rtspsrc_parse_methods),
2675         (gst_rtspsrc_create_transports_string),
2676         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2677         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2678         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2679         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2680         * gst/rtsp/gstrtspsrc.h:
2681         * gst/rtsp/rtsp.h:
2682         * gst/rtsp/rtspconnection.c:
2683         * gst/rtsp/rtspconnection.h:
2684         * gst/rtsp/rtspdefs.c:
2685         * gst/rtsp/rtspdefs.h:
2686         * gst/rtsp/rtspext.h:
2687         * gst/rtsp/rtspextwms.c:
2688         * gst/rtsp/rtspextwms.h:
2689         * gst/rtsp/rtspmessage.c:
2690         * gst/rtsp/rtspmessage.h:
2691         * gst/rtsp/rtsprange.c:
2692         * gst/rtsp/rtsprange.h:
2693         * gst/rtsp/rtsptransport.c:
2694         * gst/rtsp/rtsptransport.h:
2695         * gst/rtsp/rtspurl.c:
2696         * gst/rtsp/rtspurl.h:
2697         * gst/rtsp/sdp.h:
2698         * gst/rtsp/sdpmessage.c:
2699         * gst/rtsp/sdpmessage.h:
2700         * gst/rtsp/test.c:
2701         Use shiny new RTSP and SDP library.
2702         Implement RTSP extensions using the new interface.
2703         Remove a lot of old code.
2704
2705 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2706
2707         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2708         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2709
2710 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2711
2712         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2713         Don't unref the outgoing buffer twice when dropping it because it's
2714         outside of the segment.
2715
2716 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2717
2718         * configure.ac:
2719         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2720         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2721         Use the new buffer clipping function from gstaudio here and
2722         require gst-plugins-base CVS.
2723         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2724         For framed Wavpack buffers we require a valid timestamp.
2725
2726 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2727
2728         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2729         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2730         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2731         Clip raw audio and video when we can, keep track of current output
2732         segment.
2733         Don't leak buffers and events when there is no output pad.
2734         Improve debugging here and there.
2735
2736 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2737
2738         * configure.ac:
2739           Sync liboil check with plugins-base.
2740
2741 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2742
2743         * ext/annodex/Makefile.am:
2744           Fix CFLAGS/LIBS.
2745
2746         * ext/cdio/gstcdiocddasrc.c:
2747         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2748           Include stdlib
2749
2750         * ext/cairo/Makefile.am:
2751         * gst/videofilter/Makefile.am:
2752         * tests/examples/level/Makefile.am:
2753           Use $(LIBM) instead of -lm
2754
2755 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2756
2757         * sys/v4l2/gstv4l2src.c:
2758           Add another example pipeline.
2759
2760 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2761
2762         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2763
2764         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2765           Use define here.
2766
2767         * sys/v4l2/gstv4l2tuner.c:
2768         (gst_v4l2_tuner_set_frequency_and_notify):
2769           Don't touch the property - its still disabled.
2770
2771         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2772         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2773         * sys/v4l2/v4l2src_calls.h:
2774           Improve fallback format negotionation. Fixes #451388
2775
2776 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2777
2778         * tests/check/elements/videocrop.c: (GST_START_TEST):
2779           Fix the test.
2780
2781 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2782
2783         * docs/plugins/Makefile.am:
2784         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2785         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2786         * docs/plugins/inspect/plugin-jpeg.xml:
2787         * docs/plugins/inspect/plugin-png.xml:
2788         * ext/jpeg/gstjpegdec.c:
2789         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2790         (gst_pngdec_sink_setcaps):
2791           More docs. More logs in pngdec.
2792
2793 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2794
2795         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2796           Initialize num_buffers with minimum value.
2797
2798         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2799         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2800           Handle frame-size query failure gracefully.
2801
2802 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2803
2804         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2805         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2806         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2807         of qt/aac files.
2808
2809 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2810
2811         * ext/wavpack/gstwavpackdec.c:
2812         (gst_wavpack_dec_clip_outgoing_buffer):
2813         Fix buffer clipping to correctly clip to the segment stop.
2814
2815 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2816
2817         * configure.ac:
2818         * tests/Makefile.am:
2819         Remove bogus check for libcheck, since we check for
2820         gstreamer-check and it pulls in the required info from there,
2821         and we weren't actually _using_ the information for libcheck
2822         ourselves anyway.
2823
2824 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2825
2826         * configure.ac:
2827           Use pkg-config to locate check.
2828
2829 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2830
2831         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2832         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2833         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2834         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2835         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2836         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2837         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2838         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2839         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2840         * gst/effectv/gstrev.c: (gst_revtv_transform):
2841         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2842         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2843         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2844         * gst/matroska/matroska-demux.c:
2845         (gst_matroska_demux_add_wvpk_header),
2846         (gst_matroska_demux_check_subtitle_buffer),
2847         (gst_matroska_decode_buffer):
2848         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2849           Fix build against core CVS.
2850
2851 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2852
2853         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2854         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2855         don't have enough granularity to convert that boolean into a
2856         GstFlowReturn.
2857
2858 2007-07-06  Michael Smith <msmith@fluendo.com>
2859
2860         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2861         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2862         (gst_alawdec_change_state):
2863         * gst/law/alaw-decode.h:
2864         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2865         (gst_mulawdec_class_init), (gst_mulawdec_init),
2866         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2867         * gst/law/mulaw-decode.h:
2868           Fix capsnego bogosity in *law decoders. 
2869
2870 2007-07-06  Michael Smith <msmith@fluendo.com>
2871
2872         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2873         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2874         (gst_smokeenc_change_state):
2875         * ext/jpeg/gstsmokeenc.h:
2876           Remove stupidity in get/set caps functions.
2877           Fix some refcounting problems.
2878
2879 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2880
2881         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2882         Remove endianness-flipping hack that seems to have been required
2883         only because of a bug in ffmpegcolorspace.
2884         Partially Fixes: #451908
2885
2886 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2887
2888         * docs/plugins/Makefile.am:
2889           Simplify --extra-dir as gtkdoc scans recursively.
2890
2891 2007-07-03  Wim Taymans  <wim@fluendo.com>
2892
2893         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2894
2895         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2896         Set the encoding-name in the rtp caps to all uppercase, as required by
2897         the caps spec.
2898         Some small cleanups in the error paths. Fixes #453037.
2899
2900 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2901
2902         * ext/wavpack/gstwavpackparse.c:
2903         (gst_wavpack_parse_index_get_last_entry),
2904         (gst_wavpack_parse_index_get_entry_from_sample),
2905         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2906         (gst_wavpack_parse_scan_to_find_sample):
2907         * ext/wavpack/gstwavpackparse.h:
2908         Use a GSList for the GArray that is used like a list anyway.
2909
2910 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2911
2912         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2913         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2914         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2915           Add state change function where we set 0/1 as default framerate in
2916           case our setcaps function isn't called, like it might not in a
2917           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2918           gdkpixbufdec trying to create caps with a 0/0 framerate.
2919           Also post an error message on the bus if gst_pad_push() fails when
2920           called from our sink event handler (+1 for flow returns for event
2921           functions in 0.11) instead of failing silently.
2922
2923 2007-06-27  Wim Taymans  <wim@fluendo.com>
2924
2925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2926         Cast stack args to the proper types. Fixes #451249.
2927
2928 2007-06-27  Wim Taymans  <wim@fluendo.com>
2929
2930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2931         (new_session_pad), (gst_rtspsrc_setup_streams):
2932         * gst/rtsp/gstrtspsrc.h:
2933         For container formats we only need to activate one of the streams so
2934         that we correctly signal no-more-pads. Fixes #451015.
2935
2936 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2937
2938         * docs/plugins/gst-plugins-good-plugins.args:
2939         * docs/plugins/inspect/plugin-aasink.xml:
2940         * docs/plugins/inspect/plugin-alaw.xml:
2941         * docs/plugins/inspect/plugin-alpha.xml:
2942         * docs/plugins/inspect/plugin-alphacolor.xml:
2943         * docs/plugins/inspect/plugin-annodex.xml:
2944         * docs/plugins/inspect/plugin-apetag.xml:
2945         * docs/plugins/inspect/plugin-audiofx.xml:
2946         * docs/plugins/inspect/plugin-auparse.xml:
2947         * docs/plugins/inspect/plugin-autodetect.xml:
2948         * docs/plugins/inspect/plugin-avi.xml:
2949         * docs/plugins/inspect/plugin-cacasink.xml:
2950         * docs/plugins/inspect/plugin-cairo.xml:
2951         * docs/plugins/inspect/plugin-cdio.xml:
2952         * docs/plugins/inspect/plugin-cutter.xml:
2953         * docs/plugins/inspect/plugin-debug.xml:
2954         * docs/plugins/inspect/plugin-efence.xml:
2955         * docs/plugins/inspect/plugin-effectv.xml:
2956         * docs/plugins/inspect/plugin-esdsink.xml:
2957         * docs/plugins/inspect/plugin-flac.xml:
2958         * docs/plugins/inspect/plugin-flxdec.xml:
2959         * docs/plugins/inspect/plugin-gconfelements.xml:
2960         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2961         * docs/plugins/inspect/plugin-goom.xml:
2962         * docs/plugins/inspect/plugin-halelements.xml:
2963         * docs/plugins/inspect/plugin-icydemux.xml:
2964         * docs/plugins/inspect/plugin-id3demux.xml:
2965         * docs/plugins/inspect/plugin-jpeg.xml:
2966         * docs/plugins/inspect/plugin-ladspa.xml:
2967         * docs/plugins/inspect/plugin-level.xml:
2968         * docs/plugins/inspect/plugin-matroska.xml:
2969         * docs/plugins/inspect/plugin-mulaw.xml:
2970         * docs/plugins/inspect/plugin-multipart.xml:
2971         * docs/plugins/inspect/plugin-navigationtest.xml:
2972         * docs/plugins/inspect/plugin-ossaudio.xml:
2973         * docs/plugins/inspect/plugin-png.xml:
2974         * docs/plugins/inspect/plugin-quicktime.xml:
2975         * docs/plugins/inspect/plugin-rtp.xml:
2976         * docs/plugins/inspect/plugin-rtsp.xml:
2977         * docs/plugins/inspect/plugin-smpte.xml:
2978         * docs/plugins/inspect/plugin-speex.xml:
2979         * docs/plugins/inspect/plugin-taglib.xml:
2980         * docs/plugins/inspect/plugin-udp.xml:
2981         * docs/plugins/inspect/plugin-videobalance.xml:
2982         * docs/plugins/inspect/plugin-videobox.xml:
2983         * docs/plugins/inspect/plugin-videocrop.xml:
2984         * docs/plugins/inspect/plugin-videoflip.xml:
2985         * docs/plugins/inspect/plugin-videomixer.xml:
2986         * docs/plugins/inspect/plugin-wavenc.xml:
2987         * docs/plugins/inspect/plugin-wavparse.xml:
2988         * docs/plugins/inspect/plugin-ximagesrc.xml:
2989           Update docs with caps info.
2990
2991 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2992
2993         * po/POTFILES.in:
2994           Add more files with translatable strings (#450878).
2995
2996 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2997
2998         * MAINTAINERS:
2999         Updating all the maintainers files
3000
3001 2007-06-22  Edward Hervey  <edward@fluendo.com>
3002
3003         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3004         * gst/interleave/deinterleave.c: (deinterleave_init),
3005         (deinterleave_sink_link):
3006         * gst/interleave/interleave.c: (interleave_init):
3007         * gst/median/gstmedian.c: (gst_median_init):
3008         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3009         Fix memory leaks.
3010         * tests/check/elements/id3demux.c: (pad_added_cb):
3011         Remove unused variable.
3012
3013 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3014
3015         * ext/gconf/gconf.h:
3016         Make the prototype of gst_gconf_get_key_for_sink_profile
3017         match the implementation.
3018         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3019         Fixes: #449747
3020
3021 2007-06-20  Michael Smith <msmith@fluendo.com>
3022
3023         * gst/rtp/gstrtpdepay.c:
3024           Fix description - rtpdepay is not a payloader.
3025
3026 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3027
3028         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3029         (qtdemux_video_caps):
3030         * gst/qtdemux/qtdemux_fourcc.h:
3031           Add MJPG to the variants of motion jpeg.
3032
3033 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3034
3035         * tests/check/Makefile.am:
3036         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3037         * tests/check/elements/videocrop.c: (GST_START_TEST):
3038         * tests/check/elements/videofilter.c:
3039         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3040         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3041           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3042           error flags are included and it errors out on compiler warnings
3043           for CVS builds; remove unused variables in various unit tests.
3044
3045 2007-06-19  Wim Taymans  <wim@fluendo.com>
3046
3047         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3048         (rtsp_connection_close), (rtsp_connection_free):
3049         Use threadsafe inet_ntop to convert an ip number to a string. 
3050         Fixes #447961.
3051         Don't leak fd (and ip) when freeing a connection without first closing
3052         it.
3053
3054 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3055
3056         * configure.ac:
3057         Back to CVS
3058
3059         * gst-plugins-good.doap:
3060         Add 0.10.6 to the doap file.
3061
3062 === release 0.10.6 ===
3063
3064 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3065
3066         * configure.ac:
3067           releasing 0.10.6, "Wobble Board"
3068
3069 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3070
3071         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3072         (rtsp_connection_free):
3073           Revert previous commit again, since we are frozen (sorry).
3074
3075 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3076
3077         Patch by: Peter Kjellerstedt <pkj at axis com>
3078
3079         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3080         (rtsp_connection_free):
3081           inet_ntoa() uses a static buffer internally, so we need to copy the
3082           returned string if we want to store it for later (#447961).
3083
3084 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3085
3086         * win32/vs6/autogen.dsp:
3087         * win32/vs6/gst_plugins_good.dsw:
3088         * win32/vs6/libgstalaw.dsp:
3089         * win32/vs6/libgstalpha.dsp:
3090         * win32/vs6/libgstalphacolor.dsp:
3091         * win32/vs6/libgstapetag.dsp:
3092         * win32/vs6/libgstaudiofx.dsp:
3093         * win32/vs6/libgstauparse.dsp:
3094         * win32/vs6/libgstautodetect.dsp:
3095         * win32/vs6/libgstavi.dsp:
3096         * win32/vs6/libgstcutter.dsp:
3097         * win32/vs6/libgstdirectdraw.dsp:
3098         * win32/vs6/libgstdirectsound.dsp:
3099         * win32/vs6/libgsteffectv.dsp:
3100         * win32/vs6/libgstflx.dsp:
3101         * win32/vs6/libgstgoom.dsp:
3102         * win32/vs6/libgsticydemux.dsp:
3103         * win32/vs6/libgstid3demux.dsp:
3104         * win32/vs6/libgstinterleave.dsp:
3105         * win32/vs6/libgstjpeg.dsp:
3106         * win32/vs6/libgstlevel.dsp:
3107         * win32/vs6/libgstmatroska.dsp:
3108         * win32/vs6/libgstmedian.dsp:
3109         * win32/vs6/libgstmonoscope.dsp:
3110         * win32/vs6/libgstmulaw.dsp:
3111         * win32/vs6/libgstmultipart.dsp:
3112         * win32/vs6/libgstqtdemux.dsp:
3113         * win32/vs6/libgstrtp.dsp:
3114         * win32/vs6/libgstrtsp.dsp:
3115         * win32/vs6/libgstsmpte.dsp:
3116         * win32/vs6/libgstspeex.dsp:
3117         * win32/vs6/libgstudp.dsp:
3118         * win32/vs6/libgstvideobalance.dsp:
3119         * win32/vs6/libgstvideobox.dsp:
3120         * win32/vs6/libgstvideocrop.dsp:
3121         * win32/vs6/libgstvideoflip.dsp:
3122         * win32/vs6/libgstvideomixer.dsp:
3123         * win32/vs6/libgstwaveform.dsp:
3124         * win32/vs6/libgstwavenc.dsp:
3125         * win32/vs6/libgstwavparse.dsp:
3126         Mark *.dsp & *.dsw as binary files and convert to DOS line
3127         endings, as they don't load into VS6 correctly otherwise.
3128
3129 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3130
3131         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3132         (rtsp_connection_connect):
3133         Fix the MingW build. 
3134         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3135         Fixes: #446981
3136
3137 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3138
3139         * tests/check/elements/.cvsignore:
3140         * tests/icles/.cvsignore:
3141         Hush the buildbots up
3142
3143 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3144
3145         * configure.ac:
3146         * sys/Makefile.am:
3147         * sys/directdraw/Makefile.am:
3148         * sys/directsound/Makefile.am:
3149         * sys/waveform/Makefile.am:
3150         Make sure to dist everything needed for win32 builds.
3151
3152 2007-06-14  Edward Hervey  <edward@fluendo.com>
3153
3154         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3155         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3156         caps.
3157         Fixes #447458
3158
3159 2007-06-13  Wim Taymans  <wim@fluendo.com>
3160
3161         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3162         Make sure we allocate enough memory for the codec_data.
3163         Fixes #447210.
3164
3165 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3166
3167         * win32/MANIFEST:
3168         Add videocrop project file to the win32 manifest.
3169         * win32/vs6/gst_plugins_good.dsw:
3170         Add qtdemux,videocrop and waveform projects to the workspace.
3171         * win32/vs6/libgstqtdemux.dsp:
3172         Add zlib to the link list of qtdemux.
3173         * win32/vs6/libgstvideocrop.dsp:
3174         Add a project file for videocrop.
3175
3176 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3177
3178         * po/POTFILES.in:
3179         Add qtdemux for translation
3180
3181 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3182
3183         * configure.ac:
3184         * docs/plugins/Makefile.am:
3185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3187         * docs/plugins/inspect/plugin-videocrop.xml:
3188         * gst-plugins-good.spec.in:
3189         * sys/Makefile.am:
3190         * tests/check/Makefile.am:
3191         * tests/icles/Makefile.am:
3192         * tests/icles/videocrop-test.c:
3193         Move videocrop and osxvideo from -bad.
3194
3195 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3196
3197         * configure.ac:
3198         * docs/plugins/Makefile.am:
3199         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3200         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3201         * docs/plugins/gst-plugins-good-plugins.args:
3202         * docs/plugins/inspect/plugin-qtdemux.xml:
3203         * docs/plugins/inspect/plugin-quicktime.xml:
3204         * win32/MANIFEST:
3205         Move qtdemux from -bad.
3206
3207         * gst-plugins-good.spec.in:
3208         Update spec file to reflect moving of qtdemux and wavpack
3209
3210 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3211         
3212         * win32/MANIFEST:
3213         * docs/plugins/Makefile.am:
3214         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3215         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3216         * docs/plugins/inspect/plugin-directdraw.xml:
3217         * docs/plugins/inspect/plugin-directsound.xml:
3218         * docs/plugins/inspect/plugin-waveform.xml:
3219         Move the waveform plugin from -bad too. Update the inspect xml
3220         files to mention Plugins Good instead of Plugins Bad.
3221
3222 2007-06-12  Andy Wingo  <wingo@pobox.com>
3223
3224         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3225         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3226         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3227         finalization and resuscitation. No longer public.
3228         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3229         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3230         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3231         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3232         miniobject semantics, and be threadsafe.
3233         (gst_v4l2src_queue_frame): Remove this function, as we just call
3234         the ioctls directly in the two places where we queue buffers.
3235         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3236         directly.
3237         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3238         to allocate the pool, which also preallocates the GstBuffers.
3239         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3240         queueing the frames directly.
3241         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3242         mmap buffers have been dequeued.
3243
3244         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3245         real MiniObject instead of rolling our own refcounting and
3246         finalizing. Give it a lock.
3247         (struct _GstV4l2Buffer): Remove one intermediary object, having
3248         the buffers hold the struct v4l2_buffer directly.
3249
3250         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3251         capture_init so that it can set them on the buffers that it will
3252         create.
3253         (gst_v4l2src_get_read): For better or for worse, include the
3254         timestamping and offsetting code here; really we should be using
3255         bufferalloc though.
3256         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3257         preallocated, mmap'd buffers.
3258
3259 2007-06-11  Wim Taymans  <wim@fluendo.com>
3260
3261         Patch by: daniel fischer <dan at f3c dot com>
3262
3263         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3264         (gst_ximage_src_get_caps):
3265         Actually use the display_name property so that we can dump any
3266         available X display. Fixes #445905.
3267
3268 2007-06-11  Wim Taymans  <wim@fluendo.com>
3269
3270         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3271
3272         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3273         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3274         Add missing rate fields to caps. Fixes #441118.
3275
3276 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3277
3278         * win32/vs6/gst_plugins_good.dsw:
3279         * win32/vs8/gst-plugins-good.sln:
3280         Add DirectSound and DirectDraw sinks project files to
3281         workspace and solution files.
3282
3283 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3284
3285         Patch by: Josh Coalson <xflac at yahoo dot com>,
3286         updated by Alexis Ballier <aballier at gentoo dot org>:
3287
3288         * configure.ac:
3289         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3290         (gst_flac_dec_setup_seekable_decoder),
3291         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3292         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3293         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3294         * ext/flac/gstflacdec.h:
3295         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3296         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3297         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3298         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3299         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3300         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3301         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3302         * ext/flac/gstflacenc.h:
3303         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3304         
3305 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3306
3307         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3308         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3309         not necessary anymore as we need at least that core version. 
3310
3311 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3312
3313         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3314         (gst_wavpack_dec_chain):
3315         * ext/wavpack/gstwavpackdec.h:
3316         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3317         (gst_wavpack_parse_push_buffer):
3318         * ext/wavpack/gstwavpackparse.h:
3319         Improve discont handling by checking if the next Wavpack block has
3320         the expected, following block index.
3321
3322 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3323
3324         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3325           Fix element description.
3326
3327 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3328
3329         * configure.ac:
3330         * docs/plugins/Makefile.am:
3331         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3332         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3333         * docs/plugins/gst-plugins-good-plugins.args:
3334         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3335         * docs/plugins/gst-plugins-good-plugins.signals:
3336         * docs/plugins/inspect/plugin-autodetect.xml:
3337         * docs/plugins/inspect/plugin-gconfelements.xml:
3338         * docs/plugins/inspect/plugin-ladspa.xml:
3339         * docs/plugins/inspect/plugin-rtp.xml:
3340         * docs/plugins/inspect/plugin-wavpack.xml:
3341         * ext/Makefile.am:
3342         * tests/check/Makefile.am:
3343           move wavpack plugin.  See #352605.
3344
3345 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3346
3347         * configure.ac:
3348         * docs/plugins/Makefile.am:
3349         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3350         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3351         * docs/plugins/gst-plugins-good-plugins.args:
3352         * sys/Makefile.am:
3353         * win32/MANIFEST:
3354         Add DirectDraw & DirectSound plugins to the build and docs.
3355
3356 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3359         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3360           When operating in pull mode, error out correct on not-linked.
3361
3362 2007-06-06  Andy Wingo  <wingo@pobox.com>
3363
3364         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3365         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3366         format and size if the ioctls are defined; should fix compilation
3367         on Linux < 2.16.19.
3368
3369 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3370
3371         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3372           Printf fixes in debug statements; use LOG level for debug statements
3373           that are printed for each and every frame; convert c++ comments to
3374           C-style comments; not much point using g_try_malloc() if we then not
3375           even check the return value.
3376
3377 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3378
3379         * configure.ac:
3380           Bump requirements to released versions (core and base 0.10.13).
3381
3382         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3383           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3384           own implementation.
3385
3386 2007-06-05  Andy Wingo  <wingo@pobox.com>
3387
3388         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3389         some useless comments.
3390
3391         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3392         frames before calling STREAMON, that might leave them in a state
3393         where they can't be dequeued if we go back to NULL without calling
3394         STREAMON, according to the docs.
3395         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3396         before we call STREAMON.
3397         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3398         failures. (For me this code hung.) The pool refcounting is still
3399         crack; added a note to that effect.
3400
3401 2007-06-05  Wim Taymans  <wim@fluendo.com>
3402
3403         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3404         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3405         Add support for mapping gst structure names to the MIME type equivalent.
3406         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3407
3408 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3409
3410         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3411         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3412         (gst_wavenc_chain), (gst_wavenc_change_state):
3413         * gst/wavenc/gstwavenc.h:
3414         Properly write wav files with width!=depth by having the depth most
3415         significant bytes set and all others zero. Fixes #442535.
3416
3417 2007-06-01  Wim Taymans  <wim@fluendo.com>
3418
3419         * gst/rtsp/rtspconnection.c:
3420         Add include to make buildbot happy.
3421
3422 2007-06-01  Wim Taymans  <wim@fluendo.com>
3423
3424         Patch by: Peter Kjellerstedt  <pkj at axis com>
3425
3426         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3427         (rtsp_connection_connect), (add_date_header),
3428         (rtsp_connection_send), (parse_response_status),
3429         (parse_request_line), (parse_line), (rtsp_connection_receive):
3430         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3431         * gst/rtsp/rtspdefs.h:
3432         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3433         (rtsp_message_init_request), (rtsp_message_init_response),
3434         (rtsp_message_remove_header), (rtsp_message_append_headers),
3435         (rtsp_message_dump):
3436         * gst/rtsp/rtspmessage.h:
3437         Improves version checking, allowing an RTSP server to reply with "505
3438         RTSP Version not supported.
3439         Adds a Date header to all messages.
3440         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3441         want to be able to send a response even if something in the request was
3442         invalid. EINVAL is only used when passing wrong arguments to functions.
3443         Do not handle an invalid method in parse_request_line(). Defer this to
3444         the caller so it can respond with "405 Method Not Allowed".
3445         Improves parsing of the timeout parameter to the Session header,
3446         allowing whitespace after the semicolon. 
3447         Avoids a compiler warning due to variables shadowing a function argument.
3448
3449 2007-06-01  Wim Taymans  <wim@fluendo.com>
3450
3451         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3452
3453         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3454         (gst_rtp_amr_depay_process):
3455         * gst/rtp/gstrtpamrdepay.h:
3456         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3457         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3458         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3459         * gst/rtp/gstrtpamrpay.h:
3460         Add support for AMR-WB.
3461         Small cleanups such as using BOILERPLATE.
3462
3463 2007-05-31  Wim Taymans  <wim@fluendo.com>
3464
3465         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3466         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3467
3468 2007-05-30  Andy Wingo  <wingo@pobox.com>
3469
3470         * sys/v4l2/gstv4l2object.h: 
3471         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3472         unintended changes.
3473
3474         * sys/v4l2/v4l2src_calls.h: 
3475         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3476         the format list in the order that the driver gives it to us.
3477         (gst_v4l2src_probe_caps_for_format_and_size)
3478         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3479         based on the capabilities of the device.
3480         (gst_v4l2src_grab_frame): Update for object variable renaming.
3481         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3482         as in the set_caps below.
3483         (gst_v4l2src_capture_init): Update for object variable renaming,
3484         and reflow.
3485         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3486         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3487         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3488         (gst_v4l2src_get_fps): Remove; these functions don't have much
3489         meaning outside of an atomic set_caps method.
3490         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3491         known.
3492
3493         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3494         call to update_fps; not sure about this change.
3495         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3496         moment we don't have an update_fps_func.
3497
3498         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3499         structures in the object, just store what we need. Do store the
3500         probed caps of the device. Don't store the current frame rate.
3501
3502         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3503         update_fps_function, for now. Update for new object variable
3504         naming.
3505         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3506         new object variable naming.
3507         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3508         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3509         (gst_v4l2src_get_caps): Rework to probe the device for supported
3510         frame sizes and frame rates.
3511         (gst_v4l2src_set_caps): Rework to be strict in the given
3512         parameters: if someone asks us to have a certain size and rate,
3513         that is what we configure.
3514         (gst_v4l2src_get_read): Update for object variable naming. Don't
3515         leak buffers on short reads.
3516         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3517         comments.
3518         (gst_v4l2src_create): Update for object variable naming.
3519
3520 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3521
3522         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3523         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3524         * gst/avi/gstavidemux.h:
3525           Parse subtitle text streams instead of erroring out (#442034). Still
3526           needs a parser for the subtitles to actually show up.
3527
3528 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3529
3530         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3531         (gst_avi_demux_loop):
3532           Make _push_event() return TRUE if the event could be pushed on at
3533           least one pad and not only if it could be pushed on all pads,
3534           otherwise we'll end up posting an error message on EOS if one or
3535           more source pads are not connected.
3536
3537 2007-05-28  Wim Taymans  <wim@fluendo.com>
3538
3539         * gst/rtsp/rtsptransport.c:
3540         Use renamed RTP bin.
3541
3542 2007-05-28  Wim Taymans  <wim@fluendo.com>
3543
3544         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3545
3546         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3547         (gst_video_box_set_property), (gst_video_box_transform_caps),
3548         (video_box_recalc_transform), (gst_video_box_set_caps),
3549         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3550         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3551         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3552         (gst_video_box_i420_i420), (gst_video_box_transform),
3553         (plugin_init):
3554         Add AYUV->AYUV and AYUV->I420 formats. 
3555         Fix negotiation and I420->AYUV conversion.
3556         Fixes #429329.
3557
3558 2007-05-26  Wim Taymans  <wim@fluendo.com>
3559
3560         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3561         Use different variables for nested for loops so that the outer loop
3562         functions properly and speex files with multiple frames per buffer work
3563         properly.
3564         Fixes #441408.
3565
3566 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3567
3568         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3569           Don't leak newsegment events.
3570
3571 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3572
3573         * gst/wavparse/Makefile.am:
3574           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3575           drags it in.
3576
3577 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3578
3579         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3580         (notgst_value_array_append_buffer),
3581         (gst_flac_enc_process_stream_headers),
3582         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3583         (gst_flac_enc_change_state):
3584         * ext/flac/gstflacenc.h:
3585           Collect headers, add "streamheader" field to output caps and set
3586           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3587           produces output according to the official FLAC-to-Ogg mapping
3588           instead of completely broken files. Fixes #426044.
3589
3590 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3591
3592         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3593         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3594         (gst_id3demux_sink_event):
3595         * gst/id3demux/gstid3demux.h:
3596         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3597         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3598         (gst_tag_demux_send_new_segment):
3599         Handle and adjust new-segment events so that downstream really
3600         sees a stream with the tag pieces stripped off the front and back.
3601         Fixes strangeness in seeking when mp3 decoders use the new-segment
3602         byte position to estimate their current playback position timestamp
3603         and then the arriving buffers don't match up.
3604
3605 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3606
3607         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3608           Don't unnecessarily perform a READY->NULL->READY transition on the
3609           detected audio sink when starting up. Fixes: #440127
3610
3611 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3612
3613         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3614         (gst_flac_enc_chain):
3615           Don't crash in chain function if setcaps hasn't been called.
3616
3617 2007-05-24  Wim Taymans  <wim@fluendo.com>
3618
3619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3620         Init value to avoid infinte loops.
3621
3622 2007-05-24  Wim Taymans  <wim@fluendo.com>
3623
3624         Patch by: Peter Kjellerstedt  <pkj at axis com>
3625
3626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3627         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3628         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3629         (gst_rtspsrc_play):
3630         (rtsp_connection_send), (rtsp_connection_receive):
3631         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3632         Fix for new API.
3633
3634         * gst/rtsp/rtspconnection.c: (add_auth_header),
3635         Only add authorisation and session headers when sending messages.
3636
3637         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3638         (rtsp_message_init_request), (rtsp_message_init_response),
3639         (rtsp_message_unset), (rtsp_message_add_header),
3640         (rtsp_message_remove_header), (rtsp_message_get_header),
3641         (rtsp_message_append_headers), (dump_key_value),
3642         (rtsp_message_dump):
3643         * gst/rtsp/rtspmessage.h:
3644         Add support for multiple headers of the same type by storing the parsed
3645         headers in a GArray instaed of a hashtable.
3646
3647 2007-05-21  Wim Taymans  <wim@fluendo.com>
3648
3649         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3650         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3651         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3652         safer shutdown.
3653
3654 2007-05-21  Wim Taymans  <wim@fluendo.com>
3655
3656         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3657         * gst/rtsp/gstrtpdec.h:
3658         Added signal for backwards compat.
3659
3660 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3661         
3662         Patch by: René Stadler <mail at renestadler dot de>
3663
3664         * configure.ac:
3665         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3666         (gst_au_parse_parse_header), (gst_au_parse_chain):
3667         * gst/auparse/gstauparse.h:
3668         Use audioconvert for converting from non-native endianness floats
3669         in auparse instead of doing it ourself. Fixes #424527.
3670         This needs the audioconvert from plugins-base CVS.
3671         
3672 2007-05-21  Wim Taymans  <wim@fluendo.com>
3673
3674         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3675         (gst_rtp_h263p_pay_flush):
3676         Fix enum registration.
3677
3678 2007-05-21  Wim Taymans  <wim@fluendo.com>
3679
3680         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3681
3682         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3683         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3684         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3685         (gst_rtp_h263p_pay_flush):
3686         * gst/rtp/gstrtph263ppay.h:
3687         Add new fragmentation mode base on GOB headers. Fixes #438940.
3688
3689 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3692           Printf format fix.
3693
3694 2007-05-18  Wim Taymans  <wim@fluendo.com>
3695
3696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3697         Don't crash when an unsupported transport error was returned by the
3698         server, just try to configure the next stream. Fixes #439255.
3699
3700 2007-05-18  Wim Taymans  <wim@fluendo.com>
3701
3702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3703         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3704         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3705         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3706         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3707         * gst/rtsp/gstrtspsrc.h:
3708         Add TCP timeout property and use it for all TCP connection.
3709
3710         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3711         (rtsp_connection_write), (rtsp_connection_next_timeout),
3712         (rtsp_connection_reset_timeout):
3713         Make connect and writes cancelable and make them use the timeout.
3714
3715 2007-05-18  Wim Taymans  <wim@fluendo.com>
3716
3717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3718         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3719         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3720         (gst_rtspsrc_setup_streams):
3721         Refactor timeout handling.
3722         Also send keep-alive when dealing with TCP transport.
3723
3724         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3725         (rtsp_connection_free), (rtsp_connection_next_timeout),
3726         (rtsp_connection_reset_timeout):
3727         * gst/rtsp/rtspconnection.h:
3728         Use a timer to handle the session timeouts, add some methods to deal
3729         with timeouts.
3730
3731 2007-05-17  Wim Taymans  <wim@fluendo.com>
3732
3733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3734         (gst_rtspsrc_setup_streams):
3735         Ignore streams that fail the setup command, we will retry with a
3736         different transport later on.
3737
3738         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3739         (rtsp_ext_wms_configure_stream):
3740         Fix encoding name case.
3741
3742 2007-05-16  Edward Hervey  <edward@fluendo.com>
3743
3744         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3745         Fix build on macosx.
3746
3747 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3748
3749         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3750         Replace direct comparison of a string with the string literal "" with
3751         a comparison of the first character with '\0'. Fixes #438926.
3752
3753 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3754
3755         * gst/debug/breakmydata.c (gst_break_my_data_init):
3756           One more try. This should be the proper fix now.
3757
3758 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3759
3760         * gst/debug/breakmydata.c:
3761           Ooops, no // comments please.
3762
3763 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3764
3765         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3766         (gst_break_my_data_init):
3767           Fix gst_buffer_is_writable() assertion.
3768
3769 2007-05-14  David Schleef  <ds@schleef.org>
3770
3771         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3772           video/x-raw-bayer.  Fixes #314160.
3773
3774 2007-05-14  Wim Taymans  <wim@fluendo.com>
3775
3776         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3777         (gst_rtp_theora_depay_parse_configuration):
3778         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3779         (gst_rtp_theora_pay_finish_headers),
3780         (gst_rtp_theora_pay_handle_buffer):
3781         Update theora pay/depayloader in a similar to vorbis.
3782
3783         * gst/rtp/gstrtpvorbisdepay.c:
3784         (gst_rtp_vorbis_depay_parse_configuration):
3785         Update docs.
3786
3787 2007-05-14  Wim Taymans  <wim@fluendo.com>
3788
3789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3790         When we try to execute a method that is not supported by the server,
3791         don't error out but remove the method from the accepted methods so that
3792         we never try to perform this method again.
3793
3794 2007-05-14  Wim Taymans  <wim@fluendo.com>
3795
3796         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3797         Remove annoying _dump_mem.
3798
3799 2007-05-14  Wim Taymans  <wim@fluendo.com>
3800
3801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3802         Parse range correctly.
3803
3804         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3805         The baseurl now always has a '/' at the start.
3806
3807 2007-05-14  Wim Taymans  <wim@fluendo.com>
3808
3809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3810         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3811         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3812         Factor out caps configuration and configure more stuff such as the time
3813         ranges and speed/scale values.
3814
3815         * gst/rtsp/rtsptransport.c:
3816         Add Copyright after non-trival fixes.
3817
3818 2007-05-12  Wim Taymans  <wim@fluendo.com>
3819
3820         Patch by: Peter Kjellerstedt  <pkj at axis com>
3821
3822         * gst/rtsp/gstrtspsrc.h:
3823         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3824         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3825         (rtsp_message_get_header):
3826         * gst/rtsp/rtspmessage.h:
3827         Make channel guint8 where possible.
3828         Make rtsp_message_init_data() take the channel as a guint8.
3829
3830         * gst/rtsp/rtspdefs.c:
3831         Fixed a typo: Timout -> Timeout
3832
3833         * gst/rtsp/rtspdefs.h:
3834         Make RTSP_CHECK() behave as a statement.
3835
3836         * gst/rtsp/sdpmessage.c:
3837         Avoid a compiler warning in INIT_ARRAY().
3838         Fixes #437692.
3839
3840 2007-05-12  Wim Taymans  <wim@fluendo.com>
3841
3842         Patch by: Peter Kjellerstedt  <pkj at axis com>
3843
3844         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3845         (rtsp_url_get_request_uri):
3846         * gst/rtsp/rtspurl.h:
3847         Add support for query parameters to RTSP URLs.
3848
3849 2007-05-12  Wim Taymans  <wim@fluendo.com>
3850
3851         Patch by: Peter Kjellerstedt  <pkj at axis com>
3852
3853         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3854         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3855         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3856         (rtsp_transport_parse), (rtsp_transport_as_text):
3857         * gst/rtsp/rtsptransport.h:
3858         Add validation to rtsp_transport_parse().
3859         Add rtsp_transport_as_text() to generate an RTSP header from an
3860         RTSPTransport.
3861         Change ssrc to guint (was a string) since that is what it is, even
3862         though it is sent as a hex string.
3863         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3864         incorrect, which can be seen when looking at the examples in the RFC).
3865         Fixes #437670.
3866
3867 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3868
3869         Patch by: Eric Anholt
3870
3871         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3872           gst_ximage_src_ximage_get):
3873         Use union of all damage between frames to make it faster.
3874         Fixes bug #342463.
3875         Also fix crasher when cursor is at bottom right of window.
3876
3877 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3878
3879         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3880           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3881           streaming mode regression for file from #343837 with 'bext' chunk
3882           before the 'fmt' chunk.
3883
3884 2007-05-11  Wim Taymans  <wim@fluendo.com>
3885
3886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3887         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3888         (gst_rtspsrc_handle_src_event),
3889         (gst_rtspsrc_stream_configure_manager),
3890         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3891         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3892         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3893         * gst/rtsp/gstrtspsrc.h:
3894         * gst/rtsp/rtspdefs.h:
3895         Preliminary seek support.
3896         Activate internal pads so that we can receive events on them.
3897         Don't try to parse a range string when it's NULL.
3898
3899 2007-05-11  Wim Taymans  <wim@fluendo.com>
3900
3901         * gst/rtp/README:
3902         Update README with new RTP variables that will be used for
3903         synchronisation.
3904
3905         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3906         (gst_rtp_vorbis_depay_parse_configuration),
3907         (gst_rtp_vorbis_depay_process):
3908         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3909         (gst_rtp_vorbis_pay_finish_headers),
3910         (gst_rtp_vorbis_pay_handle_buffer):
3911         Update vorbis pay and depayloader to draft-04.
3912
3913 2007-05-11  Wim Taymans  <wim@fluendo.com>
3914
3915         * gst/rtsp/rtsptransport.c:
3916         UDP MCAST is actually the default for RTP/AVP.
3917 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3918
3919         * gst/level/gstlevel.c: (gst_level_transform_ip):
3920         Use guint8 * instead of gpointer then vs6 can build 
3921         in_data += (filter->width / 8).
3922
3923 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3924
3925         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3926           gst_ximage_src_ximage_get):
3927         * sys/ximage/gstximagesrc.h (last_ximage):
3928         When using Damage actually keep the last frame, and not assume
3929         that the buffer we get already has the last frame on it.
3930         Copy the cursor over if we specify a non-zero start x and
3931         start y.
3932
3933 2007-05-11  Wim Taymans  <wim@fluendo.com>
3934
3935         * gst/rtsp/rtsptransport.c:
3936         Make UDP the default transport when not specified.
3937
3938 2007-05-09  David Schleef  <ds@schleef.org>
3939
3940         * gst/level/gstlevel.c:
3941           Revert last change.
3942
3943 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3944
3945         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3946         (gst_level_transform_ip):
3947         Use guint8 * instead of gpointer then vs6 know the size of data
3948         pointed when moving the pointer.
3949         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3950         Move instructions after variables declaration.
3951         * win32/vs6/autogen.dsp:
3952         * win32/vs6/libgstrtp.dsp:
3953         * win32/vs6/libgstrtsp.dsp:
3954         Update vs6 project files.
3955
3956 2007-05-09  Wim Taymans  <wim@fluendo.com>
3957
3958         * gst/rtsp/Makefile.am:
3959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3960         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3961         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3962         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3963         (rtsp_range_free):
3964         * gst/rtsp/rtsprange.h:
3965         Add code to parse time ranges.
3966         Report DURATION on the stream when possible.
3967
3968 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3971         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3972         (gst_videomixer_collected):
3973           Fix strides calculation for AYUV (it's just width*4) (#436910).
3974
3975 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3976
3977         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3978         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3979         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3980         Sync the GObject properties before each processing step to properly
3981         work with the controller.
3982
3983 2007-05-04  Wim Taymans  <wim@fluendo.com>
3984
3985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3986         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3987         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3988         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3989         (gst_rtspsrc_change_state):
3990         Let more error state trickle down so that we can catch more error
3991         cases.
3992         Handle keep-alive a little smarter by selecting a method the server
3993         actually supports.
3994         Fix a race in UDP streaming shutdown.
3995
3996 2007-05-04  Wim Taymans  <wim@fluendo.com>
3997
3998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3999         Ignore errors when trying to use the keep-alive messages.
4000
4001 2007-05-04  Wim Taymans  <wim@fluendo.com>
4002
4003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4004         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4005         (gst_rtspsrc_stream_configure_manager),
4006         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4007         (gst_rtspsrc_stream_configure_mcast),
4008         (gst_rtspsrc_stream_configure_udp),
4009         (gst_rtspsrc_stream_configure_udp_sink),
4010         (gst_rtspsrc_stream_configure_transport):
4011         Send RTCP messages back to the server over the TCP connection.
4012
4013         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4014         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4015         (rtsp_connection_receive):
4016         * gst/rtsp/rtspconnection.h:
4017         Factor out and expose lowlevel _write and _read methods.
4018         Implement sending data messages to the server.
4019
4020 2007-05-03  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4023         (gst_multipart_mux_collected):
4024         Fix timestamps on outgoing buffers.
4025
4026 2007-05-03  Wim Taymans  <wim@fluendo.com>
4027
4028         * gst/multipart/multipartmux.c:
4029         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4030         (gst_multipart_mux_change_state):
4031         Emit NEWSEGMENT events before pushing the first buffer.
4032
4033 2007-05-03  Wim Taymans  <wim@fluendo.com>
4034
4035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4036         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4037         (gst_rtspsrc_handle_src_query),
4038         (gst_rtspsrc_stream_configure_manager),
4039         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4040         (gst_rtspsrc_stream_configure_mcast),
4041         (gst_rtspsrc_stream_configure_udp),
4042         (gst_rtspsrc_stream_configure_udp_sink),
4043         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4044         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4045         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4046         (gst_rtspsrc_pause):
4047         Refactor transport configuration code.
4048         Create internal pads for TCP transport so that we can implement events
4049         and queries.
4050         Handle events and queries.
4051         Parse range from the SDP.
4052         Fix race in pause handler where the connection could still be flushing.
4053
4054 2007-05-02  Wim Taymans  <wim@fluendo.com>
4055
4056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4057         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4058         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4059         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4060         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4061         (gst_rtspsrc_change_state):
4062         * gst/rtsp/gstrtspsrc.h:
4063         Fix race when multiple udp sources post timeouts, just act on the first
4064         received timeout.
4065         Protect stream list with a recursive lock to fix some races.
4066         Flush connection when we need to do a reconnect or stop.
4067         Make state lock recursive.
4068
4069         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4070         (rtsp_connection_close):
4071         Some small cleanups.
4072
4073 2007-05-02  Wim Taymans  <wim@fluendo.com>
4074
4075         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4076         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4077         Only set DISCONT when there actually is a discont or when we just
4078         started.
4079
4080 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4081
4082         * ext/flac/gstflac.c: (plugin_init):
4083         Call bindtextdomain() to get localized strings.
4084
4085 2007-05-02  Wim Taymans  <wim@fluendo.com>
4086
4087         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4088         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4089         (gst_wavparse_stream_data):
4090         * gst/wavparse/gstwavparse.h:
4091         Be a bit more clever when dealing with VBR files with FACT tags, we
4092         don't want to timestamp buffers in that case but the estimated BPS can
4093         be used for seeking.
4094         Only send close segment in the streaming thread.
4095
4096 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4097
4098         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4099         Correctly post an error on the bus if something went wrong in the loop
4100         function. This fixes a few cases where the task was paused and nothing
4101         happened anymore.
4102
4103 2007-05-02  Wim Taymans  <wim@fluendo.com>
4104
4105         * gst/rtsp/test.c: (main):
4106         Fix compilation of deprecated test just because I'm too lazy to delete
4107         it.
4108
4109 2007-05-02  Wim Taymans  <wim@fluendo.com>
4110
4111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4112         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4113         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4114         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4115         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4116         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4117         * gst/rtsp/gstrtspsrc.h:
4118         Fix sending RTCP to the right place.
4119         Fix bug in reffing the wrong UDP element.
4120         Use new pad names for the session manager.
4121         Implement handling server requests in interleaved and UDP modes.
4122         Handle session keep-alive in UDP modes.
4123         Remove GCond for handling UDP timeouts.
4124
4125         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4126         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4127         (rtsp_connection_receive), (rtsp_connection_close):
4128         * gst/rtsp/rtspconnection.h:
4129         Store connection IP address for later.
4130         Add timeout args to all operations that might block forever.
4131         Parse session timeout.
4132         Only close sockets when not already closed.
4133
4134         * gst/rtsp/rtspdefs.c:
4135         * gst/rtsp/rtspdefs.h:
4136         Add timeout return value and error string.
4137
4138         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4139         Add small comment.
4140
4141 2007-05-01  Wim Taymans  <wim@fluendo.com>
4142
4143         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4144
4145         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4146         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4147         * gst/rtp/gstrtpmp4vpay.h:
4148         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4149
4150 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4153           Remove v4l2src from docs, since it breaks the docs build, and the
4154           plugin is only built if --enable-experimental is used anyway.
4155
4156         * docs/plugins/Makefile.am:
4157           Spaces => tab.
4158
4159 2007-04-29  Wim Taymans  <wim@fluendo.com>
4160
4161         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4162         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4163         Add code to drop membership of a multicast group.
4164
4165         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4166         (gst_udpsink_set_uri):
4167         Implement URI handler.
4168
4169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4170         (gst_rtspsrc_parse_rtpinfo):
4171         Use URI handler to make udpsink instace.
4172         Improve code to configure port and destination.
4173
4174 2007-04-29  Wim Taymans  <wim@fluendo.com>
4175
4176         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4177         Fix multicast detection.
4178         Don't try to join a multicast group if the address is not multicast.
4179
4180         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4181         Small debug improvement.
4182
4183 2007-04-27  Wim Taymans  <wim@fluendo.com>
4184
4185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4186         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4187         (gst_rtspsrc_handle_message):
4188         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4189         parent.
4190
4191 2007-04-27  Wim Taymans  <wim@fluendo.com>
4192
4193         * gst/rtp/gstrtpilbcdepay.h:
4194         Fix mode property when specified as an arg.
4195
4196 2007-04-26  Edward Hervey  <edward@fluendo.com>
4197
4198         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4199         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4200         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4201         * docs/plugins/inspect/plugin-osxaudio.xml:
4202         Add documentation for osxaudio plugin.
4203
4204 2007-04-26  Wim Taymans  <wim@fluendo.com>
4205
4206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4207         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4208         (gst_rtspsrc_open), (gst_rtspsrc_close),
4209         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4210         (gst_rtspsrc_pause):
4211         * gst/rtsp/gstrtspsrc.h:
4212         Protect state changes with a lock.
4213
4214         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4215         (parse_line):
4216         * gst/rtsp/rtspconnection.h:
4217         Remove some unused stuff.
4218
4219 2007-04-26  Wim Taymans  <wim@fluendo.com>
4220
4221         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4222         Handle the case where there are exactly 0 bytes to read and the ioctl
4223         did not report an error. Fixes #433530.
4224
4225 2007-04-26  Wim Taymans  <wim@fluendo.com>
4226
4227         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4228         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4229         * gst/wavparse/gstwavparse.h:
4230         Apply DISCONT to buffers.
4231         Only apply timestamp to the first sample after a DISCONT, too many VBR
4232         files cause random jitter in the timestamps. Fixes #433119.
4233
4234 2007-04-25  Wim Taymans  <wim@fluendo.com>
4235
4236         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4237         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4238         (gst_rtp_dec_get_property):
4239         * gst/rtsp/gstrtpdec.h:
4240         Add dummy latency property to be backwards compat with rtpbin.
4241
4242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4243         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4244         (gst_rtspsrc_stream_configure_transport),
4245         (gst_rtspsrc_parse_rtpinfo):
4246         * gst/rtsp/gstrtspsrc.h:
4247         Add latency property and configure in the session manager.
4248         Don't set invalid clock-base and seqnum-base on caps, some servers
4249         sometimes don't send them.
4250
4251 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4252
4253         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4254         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4255           Double-check that RGB input caps are really RGBA caps (apparently
4256           the core doesn't always catch it if those caps aren't a subset of
4257           our template caps, also see #421543). Fixes #429319 in a way.
4258           Also, don't leak the pad template in the transform_caps function.
4259
4260         * tests/check/Makefile.am:
4261         * tests/check/elements/.cvsignore:
4262         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4263         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4264         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4265         (GST_START_TEST), (alphacolor_suite):
4266           Add some basic unit tests for alphacolor.
4267
4268 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4271           If we get a fatal flow return in the loop function, first post the
4272           error message and only then send the EOS event downstream, otherwise
4273           applications might get an eos message before the error message and
4274           think everything was ok (related to #429319).
4275
4276 2007-04-25  Wim Taymans  <wim@fluendo.com>
4277
4278         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4279         Read the channel byte as an unsigned byte.
4280
4281 2007-04-25  Wim Taymans  <wim@fluendo.com>
4282
4283         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4284         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4285         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4286         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4287         (gst_rtp_gsm_depay_setcaps):
4288         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4289         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4290         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4291         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4292         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4293         (gst_ilbc_depay_get_property):
4294         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4295         * gst/rtp/gstrtpmp4adepay.c:
4296         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4297         (gst_rtp_pcma_depay_setcaps):
4298         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4299         (gst_rtp_pcmu_depay_setcaps):
4300         Make sure we configure the clock_rate in the baseclass in the setcaps
4301         function. Fixes #431282.
4302
4303 2007-04-25  Wim Taymans  <wim@fluendo.com>
4304
4305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4306         (gst_rtspsrc_stream_free), (request_pt_map),
4307         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4308         * gst/rtsp/gstrtspsrc.h:
4309         Parse server address from SDP.
4310         Hook up a udpsink to send RTCP back to the server.
4311
4312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4313         * gst/rtsp/rtsptransport.h:
4314         Add some docs.
4315
4316 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4317
4318         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4319           Make header field check conditional. Fixes #433135
4320
4321 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * docs/plugins/Makefile.am:
4324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4325         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4326         * docs/plugins/inspect/plugin-alphacolor.xml:
4327         * gst/alpha/Makefile.am:
4328         * gst/alpha/gstalphacolor.c:
4329         * gst/alpha/gstalphacolor.h:
4330           Add minimal docs blurb to alphacolor; split out headers into
4331           separate header file for gtk-doc.
4332
4333 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4334
4335         * gst/debug/progressreport.c: (gst_progress_report_report):
4336           Don't try to post NULL message (in case we can't query upstream
4337           position or duration).
4338
4339 2007-04-18  Michael Smith  <msmith@fluendo.com>
4340
4341         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4342         (gst_cutter_get_caps):
4343         * gst/cutter/gstcutter.h:
4344           Fix some of the most obvious bugs in cutter. Now doesn't leak
4345           everything if input is silent.
4346
4347 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4348
4349         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4350         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4351         * gst/wavenc/gstwavenc.h:
4352         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4353         else results in a invalid block align and invalid files.
4354
4355 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4356
4357         Patch by: Snaik <snaik32 gmail com>
4358
4359         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4360           Add missing break statement for BOX_HORIZONTAL case.
4361
4362 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4363
4364         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4365
4366         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4367         Use correct format strings for integer types.
4368
4369 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4370
4371         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4372         (gst_wavparse_create_sourcepad):
4373         Use gst_riff_create_audio_template_caps () instead of the local caps.
4374         This makes updates of the local caps unecessary whenever libgstriff
4375         gets support for new formats.
4376
4377 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4378
4379         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4380
4381         * sys/sunaudio/gstsunaudio.c:
4382         * sys/sunaudio/gstsunaudiomixer.c:
4383         * sys/sunaudio/gstsunaudiomixer.h:
4384         * sys/sunaudio/gstsunaudiomixerctrl.c:
4385         * sys/sunaudio/gstsunaudiomixerctrl.h:
4386         * sys/sunaudio/gstsunaudiomixertrack.h:
4387         * sys/sunaudio/gstsunaudiosink.c:
4388         * sys/sunaudio/gstsunaudiosink.h:
4389         * sys/sunaudio/gstsunaudiosrc.c:
4390         * sys/sunaudio/gstsunaudiosrc.h:
4391           Fix and/or update copyright attributions (#430228).
4392
4393 2007-04-13  Wim Taymans  <wim@fluendo.com>
4394
4395         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4396         Fix docs.
4397
4398         * gst/rtsp/URLS:
4399         Add some more example urls.
4400
4401         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4402         (gst_rtp_dec_chain_rtp):
4403         Better debugging.
4404
4405         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4406         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4407         (gst_rtspsrc_parse_rtpinfo):
4408         Remove unused code.
4409
4410 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4411
4412         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4413         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4414         (gst_wavparse_stream_data):
4415           Relax the audio/mpeg caps again and add FIXME: comment.
4416
4417 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4418
4419         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4420         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4421         (gst_wavparse_stream_data):
4422         * gst/wavparse/gstwavparse.h:
4423           More sanity check for the header fields. Fix type for 'rate' header
4424           field.
4425
4426 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4427
4428         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4429         (gst_icydemux_unicodify):
4430           If the metadata strings we get in the stream are not UTF-8, try to
4431           interpret them according to the character encodings specified in the
4432           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4433           only fall back to locale/ISO-8859-1 if those aren't set or don't
4434           work. Should fix #428901.
4435
4436 2007-04-12  Wim Taymans  <wim@fluendo.com>
4437
4438         * gst/rtp/gstrtph264depay.c:
4439         Use the proper sync word for SPS and PPS.
4440
4441 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4442
4443         * gst/rtp/Makefile.am:
4444         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4445           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4446         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4447           Add a simple hashing implementation that we can use to generate
4448           a 24-bit ident value based on the codebooks for vorbis and theora.
4449         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4450           gst_rtp_theora_pay_handle_buffer):
4451         * gst/rtp/gstrtpvorbisdepay.c
4452           (gst_rtp_vorbis_depay_parse_configuration,
4453           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4454         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4455           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4456           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4457           Use the hashing function, ensuring that the same codebooks result
4458           in the same ident and thus the same SDP description.
4459           Various log fixes/changes.
4460
4461 2007-04-12  Wim Taymans  <wim@fluendo.com>
4462
4463         Patch by: jerry tan <jerry dot tan at sun dot com>
4464
4465         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4466         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4467         application's responsibility to make sure it open the device once.
4468         Remove a careless error if AUDIODEV is set. Fixes #392620.
4469
4470 2007-04-12  Wim Taymans  <wim@fluendo.com>
4471
4472         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4473         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4474         * gst/rtsp/gstrtpdec.h:
4475         Make backward compat with rtpbin by adding the request-pt-map signals.
4476
4477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4478         (new_session_pad), (request_pt_map),
4479         (gst_rtspsrc_stream_configure_transport),
4480         (gst_rtspsrc_stream_configure_caps),
4481         (gst_rtspsrc_activate_streams):
4482         * gst/rtsp/gstrtspsrc.h:
4483         Implement request-pt-map signals instead of setting caps on the buffers
4484         for the session manager.
4485
4486 2007-04-11  Wim Taymans  <wim@fluendo.com>
4487
4488         * gst/udp/gstudp.c: (plugin_init):
4489         Register GstNetBuffer in plugin_init so that the type can be used from
4490         multiple threads without races.
4491
4492 2007-04-10  Wim Taymans  <wim@fluendo.com>
4493
4494         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4495         (gst_rtp_amr_depay_process):
4496         Fix depayloader clock_rate and some cleanups.
4497
4498         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4499         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4500         * gst/rtp/gstrtph264depay.h:
4501         Don't push codec_data in the adapter because it might get flushed when
4502         we get a discont.
4503
4504         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4505         Handle multiple AU per packet.
4506
4507         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4508         (gst_rtp_sv3v_depay_plugin_init):
4509         Disable rank, this one does not work.
4510         Remove timestamping, base class does that.
4511
4512 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4513
4514         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4515           limit caps to the formats we announce in the template
4516
4517         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4518         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4519         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4520           fix some crashers/asserts when dealing with broken files
4521
4522 2007-04-10  Wim Taymans  <wim@fluendo.com>
4523
4524         Patch by: Peter Kjellerstedt  <pkj at axis com>
4525
4526         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4527         * gst/rtp/gstrtpL16depay.c:
4528         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4529         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4530         (gst_rtp_speex_depay_setcaps):
4531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4532         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4533         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4534         Fix some compiler warnings. Fixes #428182.
4535
4536 2007-04-06  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst/rtsp/Makefile.am:
4539         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4540         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4541         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4542         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4543         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4544         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4545         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4546         (create_rtcp), (gst_rtp_dec_request_new_pad),
4547         (gst_rtp_dec_release_pad):
4548         * gst/rtsp/gstrtpdec.h:
4549         * gst/rtsp/gstrtsp.c: (plugin_init):
4550         Morph RTPDec into something compatible with RTPBin as a fallback.
4551         Various other style fixes.
4552
4553         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4554         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4555         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4556         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4557         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4558         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4559         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4560         * gst/rtsp/gstrtspsrc.h:
4561         Implement RTPBin session manager handling.
4562         Don't try to add empty properties to caps.
4563         Implement fallback session manager, handling.
4564         Don't combine errors from RTCP streams, just ignore them.
4565
4566         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4567         * gst/rtsp/rtsptransport.h:
4568         Implement fallback session manager.
4569         Make RTPBin the default one when available.
4570
4571 2007-04-05  Wim Taymans  <wim@fluendo.com>
4572
4573         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4574         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4575         This element is ready to be autoplugged.
4576
4577 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4578
4579         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4580         Don't leave the offsets defined by upstream element on the
4581         compressed data buffer we are pushing downstream. Make them
4582         GST_BUFFER_OFFSET_NONE.
4583
4584 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4585
4586         * gst/avi/README:
4587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4588         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4589         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4590         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4591         (gst_avi_demux_calculate_durations_from_index),
4592         (gst_avi_demux_stream_header_push),
4593         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4594         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4595           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4596
4597 2007-04-03  Wim Taymans  <wim@fluendo.com>
4598
4599         * gst/smpte/barboxwipes.c:
4600         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4601
4602 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4603
4604         * gst/wavparse/gstwavparse.c:
4605         Support audio/x-raw-float in wav files. This only works with
4606         plugins-base CVS, using an older version doesn't have any
4607         disadvantages though.
4608
4609 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4610
4611         * configure.ac:
4612         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4613         (gst_au_parse_parse_header), (gst_au_parse_chain):
4614         * gst/auparse/gstauparse.h:
4615         Revert last change as we don't want plugins-good to depend on
4616         plugins-base CVS now.
4617
4618 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4619
4620         * configure.ac:
4621         Require gst-plugins-base CVS for audioconvert with non-native
4622         float support and width/depth fix in libgstriff.
4623
4624         Patch by: René Stadler <mail at renestadler dot de>
4625
4626         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4627         (gst_au_parse_parse_header), (gst_au_parse_chain):
4628         * gst/auparse/gstauparse.h:
4629         Don't swap the floats ourself if they're not in native endianness.
4630         Instead let audioconvert handle this. Fixes #339838.
4631
4632 2007-03-29  Wim Taymans  <wim@fluendo.com>
4633
4634         * gst/rtp/gstasteriskh263.h:
4635         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4636         (gst_rtp_h263p_depay_change_state):
4637         * gst/rtp/gstrtph263pdepay.h:
4638         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4639         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4640         (gst_rtp_h264_depay_change_state):
4641         * gst/rtp/gstrtph264depay.h:
4642         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4643         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4644         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4645         Flush adapter on disconts.
4646
4647 2007-03-29  Wim Taymans  <wim@fluendo.com>
4648
4649         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4650         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4651         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4652         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4653         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4654         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4655         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4656         (gst_rtp_mp4v_depay_process):
4657         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4658         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4659         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4660         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4661         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4662         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4663         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4664         Use more efficient adapter and rtpbuffer methods when possible.
4665
4666 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4667
4668         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4669         (gst_wavenc_sink_setcaps):
4670         Correctly handle width!=depth input.
4671         * gst/wavparse/gstwavparse.c:
4672         Already export in the caps that width==8 uses unsigned samples and
4673         everything else uses signed samples.
4674
4675 2007-03-29  Wim Taymans  <wim@fluendo.com>
4676
4677         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4678
4679         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4680         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4681         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4682         (gst_dynudpsink_close):
4683         * gst/udp/gstdynudpsink.h:
4684         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4685         (gst_udpsrc_create), (gst_udpsrc_set_property),
4686         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4687         * gst/udp/gstudpsrc.h:
4688         Rework the socket allocation a bit based on the sockfd argument so that
4689         it becomes usable.
4690         Add a closefd property to instruct the udp elements to close the custom
4691         file descriptors when going to READY. Fixes #423304.
4692         API:GstUDPSrc::closefd property
4693         API:GstDynUDPSink::closefd property
4694
4695 2007-03-29  Wim Taymans  <wim@fluendo.com>
4696
4697         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4698
4699         * gst/rtp/Makefile.am:
4700         * gst/rtp/gstrtp.c: (plugin_init):
4701         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4702         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4703         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4704         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4705         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4706         (gst_rtp_h264_pay_plugin_init):
4707         * gst/rtp/gstrtph264pay.h:
4708         Added H264 payloader. Fixes #423782.
4709
4710         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4711         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4712         Small fixes.
4713
4714 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4715
4716         * gst/wavparse/gstwavparse.c:
4717         Actually support depths from 1 to 32, not only 8 to 32.
4718
4719 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4720
4721         * gst/wavparse/gstwavparse.c:
4722         Add support for wav files containing audio/x-raw-int with random
4723         depths between 1 and 32 bits.
4724
4725 2007-03-28  Wim Taymans  <wim@fluendo.com>
4726
4727         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4728
4729         * gst/rtp/Makefile.am:
4730         * gst/rtp/gstrtp.c: (plugin_init):
4731         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4732         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4733         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4734         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4735         (gst_rtp_mp4a_depay_get_property),
4736         (gst_rtp_mp4a_depay_change_state),
4737         (gst_rtp_mp4a_depay_plugin_init):
4738         * gst/rtp/gstrtpmp4adepay.h:
4739         Added MP4A-LATM depayloader. Fixes #417792.
4740
4741         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4742         (gst_rtp_mp4v_depay_process):
4743         Fixup depayloader, setting codec_data, using more efficient adaptor and
4744         rtpbuffer handling.
4745
4746         * gst/rtsp/URLS:
4747         Add url to test above.
4748
4749 2007-03-25  Wim Taymans  <wim@fluendo.com>
4750
4751         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4752         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4753         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4754         (gst_rtspsrc_media_to_caps),
4755         (gst_rtspsrc_stream_configure_transport),
4756         (gst_rtspsrc_stream_configure_caps),
4757         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4758         * gst/rtsp/gstrtspsrc.h:
4759         Handle default clock-rates for static payload types, rearrange stuff so
4760         that the rtpmap field in the sdp can override the defaults.
4761         Parse RTP-Info field to get the seqnum and timebase fields that should
4762         go in the caps.
4763         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4764         the server. 
4765
4766 2007-03-22  Wim Taymans  <wim@fluendo.com>
4767
4768         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4769
4770         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4771         Accept complex pipeline descriptions as an audio profile instead of just
4772         a single element. Fixes #420658.
4773
4774 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4777           Rename registered type in preparation of GstTagDemux moving to
4778           -base at some point in the future.
4779
4780 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4783           Streaming mode fixes: don't unref buffer we don't own any longer;
4784           remove bogus adapter flush. Fixes #419338.
4785
4786 2007-03-17  David Schleef  <ds@schleef.org>
4787
4788         * REQUIREMENTS: Change the format to key/value, add a bunch of
4789           information, remove a bunch of requirements that are for
4790           other GStreamer packages.
4791
4792 2007-03-17  David Schleef  <ds@schleef.org>
4793
4794         * REQUIREMENTS: Fix a few things.  This file really needs a
4795         good once-over.
4796
4797 2007-03-15  Edward Hervey  <edward@fluendo.com>
4798
4799         * sys/Makefile.am:
4800         Don't forget to distribute the sys/osxaudio/ directory.
4801
4802 2007-03-15  Edward Hervey  <edward@fluendo.com>
4803
4804         * configure.ac:
4805         * sys/Makefile.am:
4806         * sys/osxaudio/Makefile.am:
4807         * sys/osxaudio/gstosxaudio.c:
4808         * sys/osxaudio/gstosxaudiosink.c:
4809         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4810         (gst_osx_audio_sink_getcaps),
4811         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4812         * sys/osxaudio/gstosxaudiosrc.c:
4813         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4814         (gst_osx_audio_src_create_ringbuffer):
4815         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4816         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4817         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4818         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4819         * sys/osxaudio/gstosxringbuffer.h:
4820         Activate osxaudio in gst-plugins-good with proper build setup.
4821         Add inlined documentation.
4822         Fix debug statements
4823         Fix ringbuffer when pausing.
4824         Fixes #323471
4825
4826 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4827         * gst/rtp/gstrtppcmapay.c:
4828         * gst/rtp/gstrtppcmapay.h:
4829         * gst/rtp/gstrtppcmupay.c:
4830         * gst/rtp/gstrtppcmupay.h:
4831         Ported mulaw and alaw payloaders to use new base class
4832
4833 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4834
4835         * po/af.po:
4836         * po/az.po:
4837         * po/cs.po:
4838         * po/en_GB.po:
4839         * po/it.po:
4840         * po/nl.po:
4841         * po/or.po:
4842         * po/sq.po:
4843         * po/sr.po:
4844         * po/sv.po:
4845         * po/uk.po:
4846         * po/vi.po:
4847           Update translations.
4848
4849 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4850
4851         * configure.ac:
4852           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4853
4854 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4857           Fix handling of -1 values for start and stop values when seeking,
4858           and SEEK_CUR+SEEK_END here as well.
4859
4860 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4861
4862         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4863           Fix handling of -1 values for start and stop values when seeking, 
4864           and SEEK_CUR+SEEK_END.
4865
4866 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4867
4868         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4869           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4870           the image format a variable-length NUL-terminated string; in
4871           versions before that the image format is a fixed-length string of
4872           3 characters (see #348644 for a sample tag).
4873           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4874
4875 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4876
4877         * win32/MANIFEST:
4878         Add new project files to MANIFEST.
4879         * win32/vs6/libgstaudiofx.dsp:
4880         * win32/vs6/libgstrtp.dsp:
4881         * win32/vs6/libgstrtsp.dsp:
4882         Update project files.
4883         
4884 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4885
4886         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4887         (gst_avi_demux_parse_index):
4888         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4889         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4890           Printf format fixes; also add some missing quotes in translated
4891           strings. Fixes #416728 and #416727.
4892
4893 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4894
4895         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4896           Tim and I can't think of any reason the child audio sink needs to 
4897           be set back to NULL after successfully determining that it can 
4898           reach READY - it gets immediately set back to READY by the caller
4899           anyway, causing an unnecessary close/open of any audio devices
4900           involved.
4901
4902 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4903
4904         * po/LINGUAS:
4905         * po/ja.po:
4906           Add ja.po file from #377306.
4907
4908 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4909
4910         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4911         * sys/sunaudio/gstsunaudiomixertrack.c:
4912         (gst_sunaudiomixer_track_new):
4913           Actually translate sunaudio mixer track labels instead of just
4914           marking the strings as translatable (#377306); clean up weird
4915           label string mapping code that serves no apparent purpose. Also
4916           set the 'untranslated-label' property when creating mixer tracks
4917           if the GstMixerTrack base class supports this.
4918
4919         * tests/check/Makefile.am:
4920         * tests/check/elements/.cvsignore:
4921         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4922         (sunaudio_suite):
4923           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4924           actually tested on a system where sunaudiomixer is available).
4925
4926 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4927
4928         * tests/check/Makefile.am:
4929         Re-enable the states test and see if it works on the buildbots.
4930
4931 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4932
4933         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4934         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4935         (gst_dvdec_change_state):
4936         * ext/dv/gstdvdec.h:
4937         Infer pixel-aspect-ratio from the video frame format if it isn't
4938         provided by the container, as happens when playing DV from AVI
4939         or Quicktime containers.
4940
4941         Patch by: Wim Taymans <wim@fluendo.com>
4942         Fixes #380944
4943
4944 2007-03-09  Wim Taymans  <wim@fluendo.com>
4945
4946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4947         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4948         will later be handled by the jitterbuffer.
4949
4950 2007-03-09  Wim Taymans  <wim@fluendo.com>
4951
4952         * ext/taglib/gstid3v2mux.cc:
4953         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4954         Fixes #414496.
4955         
4956         Patch by: Alex Lancaster <alexl at users sourceforge net>
4957
4958 2007-03-09  Wim Taymans  <wim@fluendo.com>
4959
4960         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4961         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4962         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4963         (gst_avi_demux_chain):
4964         Fix stream position reporting after a seek. Fixes #416445.
4965
4966 2007-03-08  Wim Taymans  <wim@fluendo.com>
4967
4968         Patch by: René Stadler <mail at renestadler dot de>
4969
4970         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4971         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4972         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4973         Make avidemux accept optional header chunks in any order.
4974         Fixes #415446.
4975
4976 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4977
4978         * tests/check/Makefile.am:
4979         Disable the states check until the remaining Valgrind errors
4980         are fixed or suppressed.
4981
4982 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4983
4984         * tests/check/elements/.cvsignore:
4985           Add audiodynamic check to .cvsignore
4986
4987 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4988
4989         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4990
4991         * gst/audiofx/Makefile.am:
4992         * gst/audiofx/audiodynamic.c:
4993         (gst_audio_dynamic_characteristics_get_type),
4994         (gst_audio_dynamic_mode_get_type),
4995         (gst_audio_dynamic_set_process_function),
4996         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4997         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4998         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4999         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5000         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5001         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5002         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5003         (gst_audio_dynamic_transform_hard_knee_expander_int),
5004         (gst_audio_dynamic_transform_hard_knee_expander_float),
5005         (gst_audio_dynamic_transform_soft_knee_expander_int),
5006         (gst_audio_dynamic_transform_soft_knee_expander_float),
5007         (gst_audio_dynamic_transform_ip):
5008         * gst/audiofx/audiodynamic.h:
5009         * gst/audiofx/audiofx.c: (plugin_init):
5010         Add new audiodynamic element which can act as a compressor or
5011         expander. Supported are hard-knee and soft-knee operation modes with
5012         user-specified ratio and threshold.
5013         Attack and release parameters are not yet implemented but will follow.
5014         * docs/plugins/Makefile.am:
5015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5017         * docs/plugins/gst-plugins-good-plugins.args:
5018         * docs/plugins/inspect/plugin-audiofx.xml:
5019         Integrate audiodynamic into the docs.
5020         * tests/check/Makefile.am:
5021         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5022         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5023         Add unit test for audiodynamic.
5024
5025 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5026
5027         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5028         Free handles that we allocated when exiting via the error paths.
5029
5030 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5031
5032         * gst/level/gstlevel.c: (gst_level_class_init),
5033         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5034         (gst_level_transform_ip):
5035         * gst/level/gstlevel.h:
5036           Resolve message timestamps against the playback segment.
5037
5038 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5041         (gst_id3demux_sink_activate):
5042           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5043           caps passed to it (previously one code path assumed it took ownership
5044           while another one assumed it didn't, while in fact it sometimes did and
5045           sometimes didn't ...).
5046
5047         * configure.ac:
5048         * tests/files/Makefile.am:
5049         * tests/files/id3-407349-1.tag:
5050         * tests/files/id3-407349-2.tag:
5051           Add directory where data for unit tests can be stored.
5052
5053         * tests/Makefile.am:
5054         * tests/check/Makefile.am:
5055         * tests/check/elements/.cvsignore:
5056         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5057         (read_tags_from_file), (run_check_for_file),
5058         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5059           Add unit test for id3demux, and in particular for bug #407349. Only
5060           testing pull-mode for now; push mode doesn't work yet because the test
5061           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5062
5063 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         * tests/check/Makefile.am:
5066           Add missing backslash at end of line.
5067
5068 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5069
5070         Trigger rebuild.
5071
5072 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5075         * gst/id3demux/id3tags.h:
5076         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5077         (parse_obsolete_tdat_frame):
5078           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5079           the four-digit number will be interpreted as a year, whereas it is
5080           month and day in DDMM format. Instead, parse TDAT frames and fix up
5081           the date in the GST_TAG_DATE tag later if we also extracted a year.
5082           Fixes #407349.
5083
5084 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5085
5086         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5087         (gst_switch_commit_new_kid):
5088         Fix up the dispose logic so it doesn't leak, and fix setting of 
5089         the child state so that we don't set a child to our current state 
5090         just as we are changing it to something else.
5091
5092 2007-03-06  Wim Taymans  <wim@fluendo.com>
5093
5094         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5095         (gst_goom_chain):
5096         * gst/goom/gstgoom.h:
5097         Document, fix and improve goom adapter behaviour.
5098         Fixes #407006.
5099
5100 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5101
5102         * ext/esd/esdsink.c: (gst_esdsink_open):
5103         Unref static pad template after using it.
5104
5105 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5106
5107         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5108         (gst_switch_commit_new_kid):
5109         Fix up the reference counting of the child elements.
5110
5111 2007-03-05  Wim Taymans  <wim@fluendo.com>
5112
5113         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5114         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5115         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5116         Fix encoding-name case.
5117
5118 2007-03-05  Wim Taymans  <wim@fluendo.com>
5119
5120         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5121         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5122         (gst_rtp_speex_depay_process):
5123         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5124         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5125         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5126         (gst_rtp_speex_pay_change_state):
5127         * gst/rtp/gstrtpspeexpay.h:
5128         Fix speex (de)payloader. Fixes #358040.
5129
5130 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5131
5132         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5133         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5134         Install fakesink in NULL by fixing some broken logic. This obviates
5135         the need to manually set _IS_SINK.
5136         Add some comments and remove a little cruft while I'm at it.
5137
5138 2007-03-05  Wim Taymans  <wim@fluendo.com>
5139
5140         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5141         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5142
5143 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5144
5145         * po/POTFILES.in:
5146           Update.
5147
5148 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5149
5150         * tests/check/Makefile.am:
5151         Gah! Also disable gconfvideosink from the tests, otherwise
5152         it will instantiate autovideosink, and dfbvideosink and
5153         leak on the buildbots.
5154
5155 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5156
5157         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5158         (gst_cdio_cdda_src_finalize):
5159         Make sure we always destroy our libcdio handle.
5160
5161 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5162
5163         * tests/check/Makefile.am:
5164         Disable autovideosink so the buildbots don't barf over memory
5165         leaked in the directfb sink.
5166
5167 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5168
5169         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5170         Chain up in dispose
5171
5172 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5173
5174         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5175         (gst_multipart_find_pad_by_mime):
5176         Use gst_pad_new_from_static_template instead of
5177         static_pad_template_get+pad_new.
5178
5179 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5180
5181         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5182         Catch the case where no clock has been set.
5183
5184 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5185
5186         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5187         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5188         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5189         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5190         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5191         (gst_gconf_audio_src_finalize), (do_toggle_element):
5192         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5193         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5194         (do_toggle_element):
5195         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5196         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5197         (gst_gconf_video_src_finalize), (do_toggle_element):
5198         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5199         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5200         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5201         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5202         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5203         (gst_shout2send_init), (gst_shout2send_finalize):
5204         * gst/debug/testplugin.c: (gst_test_class_init),
5205         (gst_test_finalize):
5206         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5207         (gst_flxdec_dispose):
5208         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5209         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5210         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5211         (gst_rtspsrc_finalize):
5212         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5213         * gst/rtsp/rtspextwms.h:
5214         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5215         (gst_smpte_finalize):
5216         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5217         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5218         (gst_udpsink_finalize):
5219         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5220         (gst_wavparse_sink_activate):
5221         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5222         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5223         (gst_oss_src_finalize):
5224         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5225         * sys/v4l2/gstv4l2object.h:
5226         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5227         (gst_v4l2src_finalize):
5228         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5229
5230         Fix a bunch of leaks shown by the newly-added states test.
5231
5232 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5233
5234         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5235         Use gst_pad_new_from_static_template instead of 
5236         static_pad_template_get+pad_new.
5237
5238 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5241
5242         * ext/libcaca/Makefile.am:
5243         * gst/debug/Makefile.am:
5244           Don't mix tabs and spaces (#414168).
5245
5246 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5247
5248         * tests/check/generic/.cvsignore:
5249           Ignore files to please buildbot.
5250
5251 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5252
5253         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5254         (gst_wavparse_stream_data):
5255           Unbreak my previous commit (swapped nominator & denominator). Tim,
5256           thanks for spotting.
5257
5258 2007-03-02  Wim Taymans  <wim@fluendo.com>
5259
5260         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5261         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5262         (gst_cdio_cdda_src_finalize):
5263         Small code cleanups.
5264         Don't use pad_alloc as the base class cannot deal with the error codes.
5265
5266 2007-03-02  Wim Taymans  <wim@fluendo.com>
5267
5268         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5269         (gst_udpsrc_create):
5270         Fix doc.
5271
5272 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5273
5274         Patch by: René Stadler <mail@renestadler.de>
5275
5276         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5277         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5278         (gst_wavparse_stream_data):
5279           Handle rounding better to not drop last sample frame. Fixes #356692
5280
5281 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5282
5283         * tests/check/Makefile.am:
5284         Disable cacasink from the states check too - it also calls exit(1)
5285         on us when it can't find a terminal to talk to.
5286
5287 2007-03-02  Wim Taymans  <wim@fluendo.com>
5288
5289         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5290
5291         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5292         (gst_udpsrc_create), (gst_udpsrc_set_property),
5293         (gst_udpsrc_get_property):
5294         * gst/udp/gstudpsrc.h:
5295         Add support to strip proprietary headers. Fixes #350296.
5296
5297 2007-03-02  Wim Taymans  <wim@fluendo.com>
5298
5299         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5300         Fix compilation.
5301
5302 2007-03-02  Wim Taymans  <wim@fluendo.com>
5303
5304         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5305
5306         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5307         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5308         (gst_rtp_mp2t_depay_set_property),
5309         (gst_rtp_mp2t_depay_get_property):
5310         * gst/rtp/gstrtpmp2tdepay.h:
5311         Add support to strip off proprietary headers. Fixes #350278.
5312
5313 2007-03-02  Wim Taymans  <wim@fluendo.com>
5314
5315         * ext/hal/hal.c:
5316         Fix compilation.
5317
5318 2007-03-02  Wim Taymans  <wim@fluendo.com>
5319
5320         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5321         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5322         (gst_sunaudiosrc_open):
5323         * sys/sunaudio/gstsunaudiosrc.h:
5324         Remove device-name from GstSunAudioSrc. Fixes #412597.
5325
5326 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5327
5328         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5329         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5330         Having NULL as UDI previously selected the default sink/src. Change
5331         this back but mention it in the debug output.
5332         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5333         (gst_hal_get_oss_element), (gst_hal_get_string),
5334         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5335         (gst_hal_get_audio_src):
5336         * ext/hal/hal.h:
5337         Refactor a bit, check all error conditions, greatly improve debugging
5338         and fix some possible memory leaks. Also implement OSS support
5339         and allow specifying an UDI that points to a real device. For this the
5340         child device which supports ALSA (preferred) or OSS is used.
5341         As a side effect this makes it impossible now to get a alsasink in
5342         halaudiosrc and a alsasrc in halaudiosink.
5343
5344 2007-03-01  Wim Taymans  <wim@fluendo.com>
5345
5346         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5347         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5348         Errors from the udp sources are not fatal unless all of them are in
5349         error.
5350
5351 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5352
5353         * tests/check/Makefile.am:
5354         Disable aasink in the states test. I suspect this is the element that
5355         is calling exit(1) when it can't proceed.
5356
5357 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5358
5359         * tests/check/Makefile.am:
5360         Draw plugins in from the build tree sys/ dir, rather than picking
5361         up the already installed versions.
5362
5363 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5364
5365         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5366         Error out correctly when getting xcontext fails.
5367
5368 2007-03-01  Wim Taymans  <wim@fluendo.com>
5369
5370         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5371         Make state change to PAUSED NO_PREROLL because that's what it will be in
5372         the future and rtspsrc relies on it.
5373
5374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5375         (gst_rtspsrc_change_state):
5376         Don't error out when we don't get an error from the state change
5377         function.
5378
5379 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5380
5381         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5382         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5383           Check if the device UDI is set before trying to query HAL
5384           about it and give a useful error message if it wasn't set.
5385         * ext/hal/hal.c: (gst_hal_get_string):
5386           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5387           gives an assertion failure in D-Bus when running with
5388           DBUS_FATAL_WARNINGS=1.
5389
5390 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5391
5392         * configure.ac:
5393           Convert to new AG_GST style.
5394
5395 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5396
5397         * tests/check/Makefile.am:
5398         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5399           add test for states
5400
5401 2007-02-28  Wim Taymans  <wim@fluendo.com>
5402
5403         * tests/check/elements/.cvsignore:
5404         Add new videofilter check to .cvsignore.
5405
5406 2007-02-28  Wim Taymans  <wim@fluendo.com>
5407
5408         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5409         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5410         (gst_avi_demux_loop), (gst_avi_demux_chain):
5411         Fix combined flow return. Fixes #412608.
5412
5413 2007-02-28  Wim Taymans  <wim@fluendo.com>
5414
5415         * gst/videofilter/Makefile.am:
5416         Dist header..
5417
5418 2007-02-28  Wim Taymans  <wim@fluendo.com>
5419
5420         * gst/videofilter/gstgamma.h:
5421         Add header too.
5422
5423 2007-02-28  Wim Taymans  <wim@fluendo.com>
5424
5425         Patch by: Mark Nauwelaerts <manauw at skynet be>
5426
5427         * gst/videofilter/Makefile.am:
5428         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5429         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5430         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5431         (oil_tablelookup_u8), (gst_gamma_set_caps),
5432         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5433         Port gamma filter to 0.10. Fixes #412704.
5434
5435         * tests/check/Makefile.am:
5436         * tests/check/elements/videofilter.c: (setup_filter),
5437         (cleanup_filter), (check_filter), (GST_START_TEST),
5438         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5439         Add unit tests for videofilters.
5440
5441 2007-02-28  Wim Taymans  <wim@fluendo.com>
5442
5443         * gst/rtsp/URLS:
5444         Add another interesting test url.
5445
5446         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5447         Don't allow getting header fields from data packets.
5448
5449 2007-02-28  Michael Smith  <msmith@fluendo.com>
5450
5451         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5452         (gst_shout2send_init), (gst_shout2send_start),
5453         (gst_shout2send_set_property), (gst_shout2send_get_property):
5454         * ext/shout2/gstshout2.h:
5455           Add a property for username.
5456
5457 2007-02-27  Christian Schallerr <christian@fluendo.com>
5458
5459         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5460
5461 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5462
5463         * gst/rtsp/Makefile.am:
5464         Fix make check too.
5465
5466 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5467
5468         * gst/rtsp/base64.c: (util_base64_encode):
5469         * gst/rtsp/base64.h:
5470         Commit missing files for base64 encoding.
5471
5472 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5475
5476         * configure.ac:
5477         * ext/annodex/Makefile.am:
5478         * ext/jpeg/Makefile.am:
5479         * ext/speex/Makefile.am:
5480         * gst/alpha/Makefile.am:
5481         * gst/cutter/Makefile.am:
5482         * gst/debug/Makefile.am:
5483         * gst/effectv/Makefile.am:
5484         * gst/goom/Makefile.am:
5485         * gst/level/Makefile.am:
5486         * gst/smpte/Makefile.am:
5487         * gst/videofilter/Makefile.am:
5488           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5489
5490 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5491
5492         * gst/rtsp/Makefile.am:
5493         * gst/rtsp/rtspconnection.c: (append_auth_header),
5494         (rtsp_connection_send), (rtsp_connection_set_auth):
5495         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5496         from icecast to replace it. Relicensed from GPL courtesy of Mike
5497         Smith.
5498
5499 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5500
5501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5502         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5503         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5504         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5505         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5506         (gst_rtspsrc_uri_set_uri):
5507         * gst/rtsp/gstrtspsrc.h:
5508         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5509         (append_auth_header), (rtsp_connection_send),
5510         (rtsp_connection_free), (rtsp_connection_set_auth):
5511         * gst/rtsp/rtspconnection.h:
5512         * gst/rtsp/rtspdefs.h:
5513         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5514         * gst/rtsp/rtspurl.h:
5515
5516         Implement simple Basic Authentication support so that urls like
5517         rtsp://user:pass@hostname/rtspstream work on hosts that require
5518         authentication.
5519
5520 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5521
5522         * sys/v4l2/gstv4l2object.c:
5523         * sys/v4l2/gstv4l2tuner.c:
5524         * sys/v4l2/v4l2_calls.c:
5525         Fix segfault when oppening a radio device.
5526         
5527 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5528
5529         * gst/level/gstlevel.c: (gst_level_set_caps),
5530         (gst_level_transform_ip):
5531         * sys/v4l2/README:
5532         * tests/check/elements/level.c: (GST_START_TEST):
5533           Fix level for multi-channel case.
5534
5535 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5536
5537         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5538         (gst_level_transform_ip):
5539         * gst/level/gstlevel.h:
5540           Use function pointer for process function and add process functions
5541           for float audio.
5542
5543 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5544
5545         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5546         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5547         (gst_v4l2src_capture_init):
5548           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5549           fixes #407369
5550
5551 2007-02-18  Wim Taymans  <wim@fluendo.com>
5552
5553         * gst/rtp/Makefile.am:
5554         * gst/rtp/gstrtp.c: (plugin_init):
5555         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5556         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5557         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5558         (gst_rtp_mp2t_pay_plugin_init):
5559         * gst/rtp/gstrtpmp2tpay.h:
5560         Added simple mpeg transport stream payloader.
5561
5562 2007-02-16  Wim Taymans  <wim@fluendo.com>
5563
5564         * gst/rtsp/URLS:
5565         Add example H264 rtsp url.
5566
5567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5568         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5569         Don't convert values to lowercase or we might mess up base64 encoded
5570         properties.
5571
5572 2007-02-16  Wim Taymans  <wim@fluendo.com>
5573
5574         * gst/rtp/README:
5575         Fix case of string params.
5576
5577         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5578         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5579         Fix depayloader, support more packet types.
5580         Add sync codes to make sure the packetizer can do its job.
5581
5582         * gst/rtp/gstrtpmp4gdepay.c:
5583         * gst/rtp/gstrtpmp4gpay.c:
5584         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5585         Fix caps case again.
5586
5587 2007-02-15  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5590         Set right caps on output buffers.
5591
5592 2007-02-14  Wim Taymans  <wim@fluendo.com>
5593
5594         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5595         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5596         Clear stack allocated SDPMedia struct before calling _init() on it.
5597         Clarify this in the docs as well.
5598
5599 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5600
5601         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5602         (do_change_child):
5603         Don't reset the profile when going switching states, as it makes
5604         the element non-reusable.
5605
5606 2007-02-14  Wim Taymans  <wim@fluendo.com>
5607
5608         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5609         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5610         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5611         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5612         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5613         (sdp_parse_line):
5614         * gst/rtsp/sdpmessage.h:
5615         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5616         Fix memory management of SDP messages. Fixes #407793.
5617
5618 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5619
5620         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5621
5622         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5623         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5624
5625 2007-02-14  Wim Taymans  <wim@fluendo.com>
5626
5627         Patch by: jp.liu <jp_liu at astrocom dot cn>
5628
5629         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5630         Fix parsing of password field in url. Fixes #407797.
5631
5632 2007-02-14  Wim Taymans  <wim@fluendo.com>
5633
5634         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5635         (gst_wavparse_reset), (gst_wavparse_init),
5636         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5637         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5638         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5639         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5640         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5641         (gst_wavparse_loop), (gst_wavparse_chain),
5642         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5643         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5644         (plugin_init):
5645         * gst/wavparse/gstwavparse.h:
5646         Update docs.
5647         Use boilerplate.
5648         Various code cleanups.
5649         When the bitrate is not known (bps == 0 or compressed formats) let
5650         downstream element guestimate the duration and position and don't
5651         generate timestamps or durations. Fixes #405213.
5652         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5653         error flowreturn upstream.
5654
5655 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5656
5657         * ext/gconf/Makefile.am:
5658         * ext/gconf/gconf.c: (gst_gconf_get_string),
5659         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5660         (gst_gconf_render_bin_with_default):
5661         * ext/gconf/gconf.h:
5662         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5663         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5664         (gst_gconf_audio_sink_dispose), (do_change_child),
5665         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5666         (cb_change_child), (gst_gconf_audio_sink_change_state):
5667         * ext/gconf/gstgconfaudiosink.h:
5668         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5669         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5670         (gst_switch_sink_init), (gst_switch_sink_dispose),
5671         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5672         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5673         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5674         * ext/gconf/gstswitchsink.h:
5675         * gst/autodetect/gstautoaudiosink.c:
5676         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5677         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5678         (gst_auto_audio_sink_detect):
5679         * gst/autodetect/gstautovideosink.c:
5680         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5681         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5682         (gst_auto_video_sink_detect):
5683         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5684         and a child that implements the GConf key monitoring. The end goal of
5685         this is an audio sink that can be changed on the fly, but at the 
5686         moment it still only changes on the next READY transition.
5687
5688 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5689
5690         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5691         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5692         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5693         (gst_avi_demux_calculate_durations_from_index),
5694         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5695         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5696         (gst_avi_demux_loop):
5697           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5698
5699 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5700
5701         * configure.ac:
5702         * docs/plugins/Makefile.am:
5703           Add crossreferences to glib/gobject/gstream docs.
5704
5705 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5706
5707         * gst/monoscope/Makefile.am:
5708         * gst/monoscope/gstmonoscope.c:
5709           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5710           (but no LIBS, since we only use defines from the headers).
5711
5712 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5715
5716         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5717         (gst_wavparse_stream_data):
5718           Fix massive memory leak when operating in streaming mode due to
5719           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5720           Fixes #407057.
5721
5722 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5723
5724         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5725         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5726         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5727         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5728         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5729         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5730         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5731         (gst_avi_demux_calculate_durations_from_index),
5732         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5733         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5734         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5735         * gst/avi/gstavidemux.h:
5736           Save some memory (8%) by repacking the index entry structure (more to
5737           come). Add more FIXMEs to questionable parts.
5738
5739 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5740
5741         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5742         (gst_v4l2src_get_caps):
5743         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5744         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5745         (gst_v4l2src_capture_init):
5746           More FIXME comments and messaging changes.
5747
5748 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5749
5750         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5751         (gst_goom_change_state):
5752         * gst/goom/gstgoom.h:
5753           Improved docs and use GST_DEBUG_FUNCPTR.
5754
5755         * gst/level/gstlevel.c: (gst_level_class_init):
5756           Use GST_DEBUG_FUNCPTR.
5757
5758         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5759         (gst_monoscope_chain), (gst_monoscope_change_state):
5760           Improved docs source cleanups.
5761
5762 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5763
5764         * gst/debug/Makefile.am:
5765         * gst/debug/gstdebug.c: (plugin_init):
5766         * gst/debug/gstpushfilesrc.c:
5767         * gst/debug/gstpushfilesrc.h:
5768           Add code for a pushfilesrc element that implements a pushfile:// URI
5769           handler, to make debugging push-mode operation of demuxer/decoders
5770           that support both easier in connection with seek/playbin/etc.
5771           The element isn't registered at the moment.
5772
5773 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5774
5775         * gst/avi/gstavimux.c:
5776           Comment a #if 0 in caps template definition as VS6 seems to 
5777         do not support it.
5778         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5779           Use gst_guint64_to_gdouble for conversion.
5780         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5781           Move variables declaration before the first instruction.
5782         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5783           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5784           And don't include netdb.h for G_OS_WIN32
5785         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5786           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5787           by VS6 then use an other way to initialize SDPMedia structure.
5788         * gst/udp/gstdynudpsink.h:
5789         * gst/udp/gstdynudpnetutils.h:
5790           Do not include <sys/time.h> for G_OS_WIN32
5791         * gst/udp/gstudpsrc.c:
5792           Define socklen_t as int for G_OS_WIN32
5793         * win/common/config.h.in:
5794           Undef HAVE_NETINET_IN_H
5795         * win32/vs6/gst_plugins_good.dsw:
5796         * win32/vs6/libgstrtp.dsp:
5797         * win32/vs6/libgstrtsp.dsp:
5798         * win32/vs6/libgstautogen.dsp:
5799         * win32/vs6/libgstaudiofx.dsp:
5800         * win32/vs6/libgstudp.dsp:
5801           Add and update project files.
5802         * win32/common/gstudp-enumtypes.c:
5803         * win32/common/gstudp-enumtypes.h:
5804           Add a copy of udp enumtypes to win32/common as in core 
5805           and base.
5806         
5807 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5808
5809         * configure.ac:
5810           Activate monoscope when building with --enable-experimental. Fix
5811           --enable-external configure switch description.
5812
5813         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5814         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5815           Help gst-indent.
5816
5817 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5818
5819         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5820           Explicitly cast result of pointer arithmetic to integer in order to
5821           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5822
5823 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * gst/debug/progressreport.c:
5826           Some more docs.
5827
5828 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * docs/plugins/inspect/plugin-rtp.xml:
5831           Update for new elements.
5832
5833         * gst/debug/progressreport.h:
5834           Commit newly-created header file as well.
5835
5836 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * docs/plugins/Makefile.am:
5839         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5840         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5841         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5842         * gst/debug/Makefile.am:
5843         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5844         (gst_progress_report_do_query), (gst_progress_report_report):
5845           Make progressreport element post messages with the current progress
5846           on the bus. Also add some basic docs for it.
5847
5848 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         * ext/hal/hal.c: (gst_hal_get_string):
5851         * ext/hal/hal.h:
5852           Some small cleanups; deal with errors when parsing the HAL ALSA
5853           capabilities a bit better.
5854
5855 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5856
5857         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5858           Let's try this again and use the right cast this time.
5859
5860 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5861
5862         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5863           Add cast to avoid compiler warnings with older GLib versions
5864           where the nick/name members in GEnumValue are not declared as
5865           constant strings.
5866
5867 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5868
5869         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5870         (gst_gconf_render_bin_from_key),
5871         (gst_gconf_get_default_audio_sink):
5872         * ext/gconf/gconf.h:
5873         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5874         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5875         (gst_gconf_audio_sink_get_property):
5876           In gconfaudiosink, get the right key as the old key in do_toggle
5877           (ie. one dependent on the profile selected). Log some more stuff so
5878           we can see what's actually going on.
5879
5880 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5881
5882         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5883         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5884         (gst_audio_amplify_set_process_function),
5885         (gst_audio_amplify_setup):
5886         * gst/audiofx/audioamplify.h:
5887         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5888         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5889         * gst/audiofx/audioinvert.h:
5890         Some small cleanups and port both elements to the new GstAudioFilter
5891         base class to save a few lines of common code.
5892         * gst/audiofx/Makefile.am:
5893         Link against libgstaudio for the above changes
5894
5895 2007-01-29  Wim Taymans  <wim@fluendo.com>
5896
5897         * tests/check/elements/.cvsignore:
5898         Some more ignores.
5899
5900 2007-01-26  Wim Taymans  <wim@fluendo.com>
5901
5902         Patch by: charles <charlesg3 at gmail dot com>
5903
5904         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5905         (set_shout_metadata), (gst_shout2send_event):
5906         * ext/shout2/gstshout2.h:
5907         Properly handle tags in shout2send. Fixes #399825.
5908
5909 2007-01-25  Wim Taymans  <wim@fluendo.com>
5910
5911         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5912         (gst_rtspsrc_activate_streams):
5913         Convert SDP fields to upper/lowercase following the rules in the SDP to
5914         caps document. 
5915
5916 2007-01-25  Wim Taymans  <wim@fluendo.com>
5917
5918         * gst/rtp/README:
5919         * gst/rtp/gstrtpilbcdepay.c:
5920         * gst/rtp/gstrtpilbcpay.c:
5921         * gst/rtp/gstrtpmp4gdepay.c:
5922         * gst/rtp/gstrtpmp4gpay.c:
5923         * gst/rtp/gstrtpspeexdepay.c:
5924         * gst/rtp/gstrtpspeexpay.c:
5925         * gst/rtp/gstrtpsv3vdepay.c:
5926         * gst/rtp/gstrtptheoradepay.c:
5927         * gst/rtp/gstrtptheorapay.c:
5928         * gst/rtp/gstrtpvorbisdepay.c:
5929         * gst/rtp/gstrtpvorbispay.c:
5930         Fix case of encoding-name and key/value pairs to match the document.
5931         This is to make interoperation with SDP case-insensitive as required by
5932         the relevant RFCs.
5933
5934 2007-01-25  Wim Taymans  <wim@fluendo.com>
5935
5936         * configure.ac:
5937         Bump required -core/-base to CVS
5938
5939 2007-01-25  Wim Taymans  <wim@fluendo.com>
5940
5941         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5942         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5943         * gst/rtp/gstrtpL16pay.h:
5944         Fill up to MTU using adapter.
5945         Timestamp rtp packets.
5946
5947 2007-01-25  Edward Hervey  <edward@fluendo.com>
5948
5949         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5950         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5951         Use G_GSIZE_FORMAT in print statements for portability.
5952         Fixes build on macosx.
5953
5954 2007-01-24  Wim Taymans  <wim@fluendo.com>
5955
5956         * gst/rtp/Makefile.am:
5957         * gst/rtp/gstrtp.c: (plugin_init):
5958         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5959         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5960         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5961         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5962         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5963         (gst_rtp_L16_depay_plugin_init):
5964         * gst/rtp/gstrtpL16depay.h:
5965         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5966         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5967         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5968         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5969         (gst_rtp_L16_pay_plugin_init):
5970         * gst/rtp/gstrtpL16pay.h:
5971         Port and enable raw audio payloader/depayloader. Needs a bit more work
5972         on the payloader side.
5973
5974 2007-01-24  Wim Taymans  <wim@fluendo.com>
5975
5976         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5977         (gst_rtspsrc_stream_configure_transport),
5978         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5979         * gst/rtsp/gstrtspsrc.h:
5980         Only unblock the udp pads when we linked and activated them all.
5981         Fixes #395688.
5982
5983 2007-01-24  Wim Taymans  <wim@fluendo.com>
5984
5985         * gst/rtp/Makefile.am:
5986         * gst/rtp/gstrtp.c: (plugin_init):
5987         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5988         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5989         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5990         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5991         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5992         * gst/rtp/gstrtpac3depay.h:
5993         Added simple AC3 depayloader (RFC 4184).
5994
5995         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5996         Fix a leak.
5997
5998 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5999
6000         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6001
6002         * gst/audiofx/Makefile.am:
6003         * gst/audiofx/audioamplify.c:
6004         (gst_audio_amplify_clipping_method_get_type),
6005         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6006         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6007         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6008         (gst_audio_amplify_set_caps),
6009         (gst_audio_amplify_transform_int_clip),
6010         (gst_audio_amplify_transform_int_wrap_negative),
6011         (gst_audio_amplify_transform_int_wrap_positive),
6012         (gst_audio_amplify_transform_float_clip),
6013         (gst_audio_amplify_transform_float_wrap_negative),
6014         (gst_audio_amplify_transform_float_wrap_positive),
6015         (gst_audio_amplify_transform_ip):
6016         * gst/audiofx/audioamplify.h:
6017         * gst/audiofx/audiofx.c: (plugin_init):
6018         Add new element "audioamplify". This allows scaling of raw audio
6019         samples, similar to the "volume" element, but provides different modes
6020         for clipping and allows unlimited amplification. It's mainly targeted
6021         for creative sound design and not as a replacement of the "volume"
6022         element. Fixes #397162
6023         * docs/plugins/Makefile.am:
6024         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6026         * docs/plugins/gst-plugins-good-plugins.args:
6027         * docs/plugins/inspect/plugin-audiofx.xml:
6028         Add docs for audioamplify and integrate them into the build system
6029         * tests/check/Makefile.am:
6030         * tests/check/elements/audioamplify.c: (setup_amplify),
6031         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6032         Add fairly extensive unit test suite for audioamplify
6033
6034 2007-01-24  Wim Taymans  <wim@fluendo.com>
6035
6036         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6037         Unblock pads after adding the pads to the element so that autopluggers
6038         get a change to link something. Possibly fixes #395688.
6039
6040 2007-01-24  Wim Taymans  <wim@fluendo.com>
6041
6042         * gst/rtp/gstrtpamrdepay.c:
6043         * gst/rtp/gstrtpgsmdepay.c:
6044         * gst/rtp/gstrtph263pdepay.c:
6045         * gst/rtp/gstrtph263ppay.c:
6046         * gst/rtp/gstrtph264depay.c:
6047         * gst/rtp/gstrtpilbcdepay.c:
6048         * gst/rtp/gstrtpmp2tdepay.c:
6049         * gst/rtp/gstrtpmp4gdepay.c:
6050         * gst/rtp/gstrtpmp4gpay.c:
6051         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6052         * gst/rtp/gstrtpmp4vpay.c:
6053         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6054         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6055         (gst_rtp_mpa_depay_process):
6056         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6057         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6058         * gst/rtp/gstrtppcmadepay.c:
6059         * gst/rtp/gstrtppcmudepay.c:
6060         * gst/rtp/gstrtpspeexdepay.c:
6061         * gst/rtp/gstrtpspeexpay.c:
6062         * gst/rtp/gstrtpsv3vdepay.c:
6063         * gst/rtp/gstrtptheoradepay.c:
6064         * gst/rtp/gstrtptheorapay.c:
6065         * gst/rtp/gstrtpvorbisdepay.c:
6066         * gst/rtp/gstrtpvorbispay.c:
6067         Fix caps with payload numbers.
6068         Add some fixed payload numbers to caps when possible.
6069
6070 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6071
6072         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6073
6074         * gst/audiofx/Makefile.am:
6075         * gst/audiofx/audiofx.c: (plugin_init):
6076         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6077         (gst_audio_invert_class_init), (gst_audio_invert_init),
6078         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6079         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6080         (gst_audio_invert_transform_float),
6081         (gst_audio_invert_transform_ip):
6082         * gst/audiofx/audioinvert.h:
6083         Add new audiofx element "audioinvert". This element swaps the upper
6084         and lower half of samples and can be used for example for a
6085         wide-stereo effect. Fixes #396057
6086         * docs/plugins/Makefile.am:
6087         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6088         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6089         * docs/plugins/gst-plugins-good-plugins.args:
6090         * docs/plugins/inspect/plugin-audiofx.xml:
6091         Add docs for the audioinvert element and add them to the build system.
6092         * tests/check/Makefile.am:
6093         * tests/check/elements/audioinvert.c: (setup_invert),
6094         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6095         Add unit test suite for the audioinvert element.
6096
6097 2007-01-23  Wim Taymans  <wim@fluendo.com>
6098
6099         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6100         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6101         Parse config params as string and int.
6102         Parse and use AU header length
6103
6104 2007-01-23  Wim Taymans  <wim@fluendo.com>
6105
6106         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6107         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6108         * gst/smpte/gstmask.c: (_gst_mask_register):
6109         * gst/smpte/gstmask.h:
6110         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6111         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6112         (gst_smpte_paint_triangle_clock):
6113         constify some static structs.
6114         Don't update the mask if nothing changed to the params.
6115         Make sure we never draw outside of the picture. Fixes #398325.
6116
6117 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6120           Error out properly when pull_range fails while we're reading the
6121           headers, instead of just pausing the task silently. Fixes #399338.
6122
6123 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6124
6125         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6126           Some more sanity checks to make sure the input formats match and the
6127           input pads are actually negotiated, in case someone tries to feed
6128           buffers from fakesrc or filesrc. Fixes #398299.
6129           Also const-ify an array, just because we can.
6130
6131 2007-01-19  Edward Hervey  <edward@fluendo.com>
6132
6133         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6134         Ignore previous commit, that was only valid for widths and heights
6135         that are multiples of 4.
6136         Copy over size/stride macros from jpegdec. This allows the element
6137         to work with any width,height...
6138         ... but puts in evidence that the actual transformations only work
6139         with width/height that are multiples of 4.
6140
6141 2007-01-19  Edward Hervey  <edward@fluendo.com>
6142
6143         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6144         Allocate buffers of the right size.
6145         The proper size of a I420 buffer in bytes is:
6146         
6147             width * height * 3
6148             ------------------
6149                     2
6150
6151 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6154           Proxy getcaps on sink pads too, so that we either end up with the
6155           same dimensions on all pads or error out if that's not possible
6156           (seems to work even!). Fixes #398086, I think.
6157
6158 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6159
6160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6161         * docs/plugins/gst-plugins-good-plugins.args:
6162         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6163           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6164           fix integer properties with -1 as minimum value.
6165
6166         * docs/plugins/inspect/plugin-1394.xml:
6167         * docs/plugins/inspect/plugin-aasink.xml:
6168         * docs/plugins/inspect/plugin-alaw.xml:
6169         * docs/plugins/inspect/plugin-alpha.xml:
6170         * docs/plugins/inspect/plugin-alphacolor.xml:
6171         * docs/plugins/inspect/plugin-annodex.xml:
6172         * docs/plugins/inspect/plugin-apetag.xml:
6173         * docs/plugins/inspect/plugin-audiofx.xml:
6174         * docs/plugins/inspect/plugin-auparse.xml:
6175         * docs/plugins/inspect/plugin-autodetect.xml:
6176         * docs/plugins/inspect/plugin-avi.xml:
6177         * docs/plugins/inspect/plugin-cacasink.xml:
6178         * docs/plugins/inspect/plugin-cairo.xml:
6179         * docs/plugins/inspect/plugin-cdio.xml:
6180         * docs/plugins/inspect/plugin-cutter.xml:
6181         * docs/plugins/inspect/plugin-debug.xml:
6182         * docs/plugins/inspect/plugin-dv.xml:
6183         * docs/plugins/inspect/plugin-efence.xml:
6184         * docs/plugins/inspect/plugin-effectv.xml:
6185         * docs/plugins/inspect/plugin-esdsink.xml:
6186         * docs/plugins/inspect/plugin-flac.xml:
6187         * docs/plugins/inspect/plugin-flxdec.xml:
6188         * docs/plugins/inspect/plugin-gconfelements.xml:
6189         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6190         * docs/plugins/inspect/plugin-goom.xml:
6191         * docs/plugins/inspect/plugin-halelements.xml:
6192         * docs/plugins/inspect/plugin-icydemux.xml:
6193         * docs/plugins/inspect/plugin-id3demux.xml:
6194         * docs/plugins/inspect/plugin-jpeg.xml:
6195         * docs/plugins/inspect/plugin-level.xml:
6196         * docs/plugins/inspect/plugin-matroska.xml:
6197         * docs/plugins/inspect/plugin-mulaw.xml:
6198         * docs/plugins/inspect/plugin-multipart.xml:
6199         * docs/plugins/inspect/plugin-navigationtest.xml:
6200         * docs/plugins/inspect/plugin-ossaudio.xml:
6201         * docs/plugins/inspect/plugin-png.xml:
6202         * docs/plugins/inspect/plugin-rtp.xml:
6203         * docs/plugins/inspect/plugin-rtsp.xml:
6204         * docs/plugins/inspect/plugin-shout2send.xml:
6205         * docs/plugins/inspect/plugin-smpte.xml:
6206         * docs/plugins/inspect/plugin-speex.xml:
6207         * docs/plugins/inspect/plugin-taglib.xml:
6208         * docs/plugins/inspect/plugin-udp.xml:
6209         * docs/plugins/inspect/plugin-videobalance.xml:
6210         * docs/plugins/inspect/plugin-videobox.xml:
6211         * docs/plugins/inspect/plugin-videoflip.xml:
6212         * docs/plugins/inspect/plugin-videomixer.xml:
6213         * docs/plugins/inspect/plugin-wavenc.xml:
6214         * docs/plugins/inspect/plugin-wavparse.xml:
6215         * docs/plugins/inspect/plugin-ximagesrc.xml:
6216           Update to CVS.
6217
6218 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6219
6220         Patch by: Sebastian Dröge <slomo circular-chaos org>
6221
6222         * gst/audiofx/audiopanorama.c:
6223           Fix doc section name (Fixes #397946)
6224
6225 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6226
6227         * sys/v4l2/gstv4l2object.c:
6228         (gst_v4l2_object_install_properties_helper),
6229         (gst_v4l2_object_set_property_helper),
6230         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6231         * sys/v4l2/gstv4l2object.h:
6232         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6233         (gst_v4l2src_init), (gst_v4l2src_set_property),
6234         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6235         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6236         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6237         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6238         (gst_v4l2src_capture_deinit):
6239           Fix EIO handing when capturing. Add new property to specify the number of
6240           buffers to enque (and remove the borked num-buffers usage).
6241
6242 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6243
6244         Patch by: Sebastian Dröge <slomo circular-chaos org>
6245
6246         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6247         (gst_audio_panorama_set_process_function):
6248           Use a function array for process methods, add more docs and define the
6249           startindex of enums.
6250
6251 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6252
6253         Patch by: Mark Nauwelaerts <manauw at skynet be>
6254
6255         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6256         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6257         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6258         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6259         (gst_avi_mux_riff_get_avi_header),
6260         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6261         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6262         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6263         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6264         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6265         (gst_avi_mux_change_state):
6266         * gst/avi/gstavimux.h:
6267         * tests/check/elements/avimux.c: (teardown_src_pad):
6268           Add support for more than one audio stream; write better AVIX
6269           header; refactor code a bit; don't announce vorbis caps on our audio
6270           sink pads since we don't support it anyway. Closes #379298.
6271
6272 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6273
6274         Patch by: Sebastian Dröge <slomo circular-chaos org>
6275
6276         * gst/audiofx/audiopanorama.c:
6277         (gst_audio_panorama_method_get_type),
6278         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6279         (gst_audio_panorama_set_process_function),
6280         (gst_audio_panorama_set_property),
6281         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6282         (gst_audio_panorama_transform_m2s_int_simple),
6283         (gst_audio_panorama_transform_s2s_int_simple),
6284         (gst_audio_panorama_transform_m2s_float_simple),
6285         (gst_audio_panorama_transform_s2s_float_simple):
6286         * gst/audiofx/audiopanorama.h:
6287           Add 'method' property and provide a simple (non-psychoacustic)
6288           processing method (#394859).
6289
6290         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6291         (panorama_suite):
6292           Tests for new method.
6293
6294 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6295
6296         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6297         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6298           Set correct caps on outgoing pulled buffers, or things blow up
6299           after recent core changes.
6300
6301 2007-01-11  Wim Taymans  <wim@fluendo.com>
6302
6303         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6304
6305         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6306         (gst_multipart_mux_request_new_pad),
6307         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6308         (gst_multipart_mux_change_state):
6309         Return FLOW errors ASAP. Fixes #394977.
6310         Misc cleanups.
6311
6312 2007-01-11  Wim Taymans  <wim@fluendo.com>
6313
6314         Patch by: Lutz Mueller <lutz at topfrose dot de>
6315
6316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6317         Check for stream pad before activating. 
6318
6319 2007-01-10  Wim Taymans  <wim@fluendo.com>
6320
6321         Patch by: Peter Kjellerstedt  <pkj at axis com>
6322
6323         * gst/rtsp/COPYING.MIT:
6324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6325         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6326         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6327         (gst_rtspsrc_stream_configure_transport),
6328         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6329         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6330         (gst_rtspsrc_parse_methods),
6331         (gst_rtspsrc_create_transports_string),
6332         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6333         (gst_rtspsrc_open), (gst_rtspsrc_close):
6334         * gst/rtsp/gstrtspsrc.h:
6335         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6336         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6337         (parse_request_line), (parse_line), (rtsp_connection_read),
6338         (rtsp_connection_close):
6339         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6340         (rtsp_method_as_text), (rtsp_header_as_text),
6341         (rtsp_status_as_text), (rtsp_find_header_field),
6342         (rtsp_find_method):
6343         * gst/rtsp/rtspdefs.h:
6344         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6345         (rtsp_ext_wms_configure_stream):
6346         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6347         (rtsp_message_new_request), (rtsp_message_init_request),
6348         (rtsp_message_new_response), (rtsp_message_init_response),
6349         (rtsp_message_init_data), (rtsp_message_unset),
6350         (rtsp_message_free), (rtsp_message_add_header),
6351         (rtsp_message_get_header), (rtsp_message_set_body),
6352         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6353         * gst/rtsp/rtspmessage.h:
6354         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6355         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6356         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6357         (sdp_message_dump):
6358         Allow url to be NULL to be able to use it for server connections.
6359         Can now send responses as well as requests.
6360         No longer hangs in an endless loop if EOF is received.
6361         Can now convert a status code to a text string.
6362         Return RTSP_HDR_INVALID for unknown headers.
6363         Return RTSP_INVALID for unknown methods.
6364         Copy CSeq and Session headers from the request.
6365         Only free memory corresponding to the currently set message type.
6366         Added const to function arguments as appropriate.
6367         Avoid a compiler warning when initializing nmedia.
6368         Use guint rather than gint to avoid compiler warnings.
6369         Fix crasher in wms extension.
6370         Factor out stream setup from open_connection.
6371         Delay activation of streams when actual data is received from the
6372         server, this prepares us to do proper protocol switching.
6373         Added new license.
6374         Fixes #380895.
6375
6376
6377 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6378
6379         Patch by: Sebastian Dröge <slomo ubuntu com>
6380
6381         * docs/plugins/Makefile.am:
6382         * gst/audiofx/audiopanorama.c:
6383           Some small docs fixes (#394851).
6384
6385 2007-01-09  Wim Taymans  <wim@fluendo.com>
6386
6387         * gst/avi/gstavidemux.c:
6388         Fix docs.
6389
6390 2007-01-09  Wim Taymans  <wim@fluendo.com>
6391
6392         * gst/rtp/Makefile.am:
6393         * gst/rtp/gstrtp.c: (plugin_init):
6394         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6395         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6396         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6397         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6398         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6399         * gst/rtp/gstrtpmpvdepay.h:
6400           Added RFC 2250 MPEG Video Depayloader.
6401
6402         * gst/rtp/gstrtpL16depay.h:
6403         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6404         (gst_rtp_h263p_depay_process):
6405         Fix Header file. Small cleanups.
6406
6407         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6408         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6409         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6410         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6411         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6412         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6413         (gst_rtp_mp4v_depay_change_state):
6414         Remove usused code. Remove Adapter from state Change. Added debug.
6415
6416         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6417         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6418         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6419         * gst/rtp/gstrtpmpadepay.h:
6420         Subclass base depayloader.
6421         Added debug.
6422         Support static payload type assignment as well.
6423
6424         * gst/rtp/gstrtpmpapay.c:
6425         Fix caps.
6426
6427 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6428
6429         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6430
6431         * ext/jpeg/gstjpegdec.c:
6432         * ext/jpeg/gstjpegenc.c:
6433         * ext/jpeg/smokecodec.c:
6434           These libjpeg callbacks should return a 'boolean' (unsigned char
6435           apparently) and not a 'gboolean' (which maps to gint). Fixes
6436           warnings when compiling with MingW (#393427).
6437
6438         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6439           Use ioctlsocket on win32.
6440
6441         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6442           Some printf format fixes for win32.
6443
6444 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6445
6446         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6447           Use gst_guint64_to_gdouble for conversion.
6448         * win32/vs6/libgstmatroska.dsp:
6449           Add zlib to the link.
6450         * win32/vs6/libgstvideobox.dsp:
6451           Update liboil library name (project is linked to 
6452           liboil-0.3-0.lib now).
6453           
6454 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6455
6456         * gst/matroska/Makefile.am:
6457           If zlib is available and used, we must link it explicitly for
6458           things to work on MingW (fixes #392855).
6459
6460 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6461
6462         * ext/esd/esdsink.c: (gst_esdsink_delay):
6463           Don't return bogus values when esd_get_delay() fails for some
6464           reason (#392189).
6465
6466 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6467
6468         * sys/ximage/gstximagesrc.c: (composite_pixel):
6469           Fix presumably copy'n'pasto for 16bpp depth.
6470
6471 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * gst/matroska/matroska-mux.c:
6474         (gst_matroska_mux_audio_pad_setcaps):
6475           The "signed" field in audio caps is of boolean type, trying to use
6476           gst_structure_get_int() to extract it will fail. Fixing this makes
6477           matroskamux accept raw audio input (#387121) (use at your own risk
6478           though, due to the matroska spec being not entirely useful in this
6479           respect).
6480           Also fix up raw audio structures in template caps so that they
6481           represent what our setcaps function will actually accept, so that
6482           converters know what to convert to.
6483           Finally, don't fail if there isn't an "endianness" field in 8-bit
6484           PCM caps.
6485
6486 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6487
6488         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6489         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6490         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6491         (teardown_cmmldec):
6492         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6493         (teardown_cmmlenc):
6494         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6495           reapply consistent pad (de)activation
6496
6497 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6498
6499         * configure.ac:
6500         Back to CVS
6501
6502         * gst-plugins-good.doap:
6503         Add 0.10.5 doap entry
6504
6505 === release 0.10.5 ===
6506
6507 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6508
6509         * configure.ac:
6510           releasing 0.10.5, "The Path of Thorns"
6511
6512 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6513
6514         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6515         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6516         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6517         (teardown_cmmldec):
6518         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6519         (teardown_cmmlenc):
6520         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6521           revert my freeze breakage
6522
6523 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6524
6525         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6526         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6527         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6528         (teardown_cmmldec):
6529         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6530         (teardown_cmmlenc):
6531         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6532           consistent pad (de)activation
6533
6534 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6535
6536         * configure.ac:
6537         * ext/Makefile.am:
6538         Disable LADPSA, as it has moved to the -bad module for the duration.
6539
6540 2006-12-18  Wim Taymans  <wim@fluendo.com>
6541
6542         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6543         (gst_signal_processor_event):
6544         Reset flow_state back to _OK after a flush stop so that we exit our
6545         error state after the flush. Fixes #374213
6546
6547 2006-12-16  David Schleef  <ds@schleef.org>
6548
6549         * sys/osxvideo/osxvideosink.h:
6550         * sys/osxvideo/osxvideosink.m:
6551           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6552
6553 2006-12-16  David Schleef  <ds@schleef.org>
6554
6555         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6556
6557         * sys/osxvideo/Makefile.am:
6558         * sys/osxvideo/osxvideosink.h:
6559         * sys/osxvideo/osxvideosink.m:
6560           Preliminary patch for porting osxvideosink
6561
6562 2006-12-16  Wim Taymans  <wim@fluendo.com>
6563
6564         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6565
6566         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6567         (gst_videomixer_set_master_geometry),
6568         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6569         (gst_videomixer_reset), (gst_videomixer_init),
6570         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6571         (gst_videomixer_release_pad), (gst_videomixer_collected),
6572         (gst_videomixer_change_state):
6573         Introduce some locking around the videomixer state so that it does not
6574         crash when adding/removing pads. Fixes #383043.
6575
6576 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6577
6578         * configure.ac:
6579           Make sure libcaca can actually be used instead of just checking for
6580           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6581           cross-compiling (fixes #384587).
6582
6583 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6584
6585         * Makefile.am:
6586         * gst-plugins-good.doap:
6587         * gst-plugins-good.spec.in:
6588           adding doap file
6589
6590 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * configure.ac:
6593           libflac-1.1.3 changed API again, but we can't build against it yet,
6594           so make sure our check doesn't use libflac-1.1.3 and add a comment
6595           to this effect.
6596
6597 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6598
6599         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6600         (gst_quarktv_planetable_clear):
6601           Add some NULL pointer checks (possibly related to #385623).
6602
6603 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6604
6605         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6606         (gst_tag_demux_chain):
6607         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6608           In streaming mode, if the first buffer we get doesn't have an
6609           offset, fix it up to be 0, otherwise trimming won't work later on
6610           and we'll be typefinding application/x-id3, which may result in
6611           decodebin plugging an endless number of id3demux elements as a
6612           consequence. Fixes #385031.
6613           
6614 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6615
6616         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6617           Ignore the buffer_time the sound device reports. Turns out it is 
6618           sometimes completely bogus and we're better off without it.
6619
6620 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6623         (gst_matroska_demux_video_caps):
6624         * gst/matroska/matroska-ids.c:
6625         (gst_matroska_track_init_video_context):
6626         * gst/matroska/matroska-ids.h:
6627           Try harder to extract the framerate for video tracks correctly and
6628           save it directly instead of converting it back and forth a few
6629           times. Mostly makes a difference for very small framerates (<1).
6630           Fixes #380199.
6631
6632 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6635         (gst_gconf_audio_src_dispose), (do_toggle_element):
6636         * ext/gconf/gstgconfaudiosrc.h:
6637           Remove gconf notify hook when the gconfaudiosrc element is
6638           destroyed, otherwise the callback may be called on an
6639           already-destroyed instance and bad things happen. Should fix
6640           #378184.
6641           Also ignore gconf key changes when the source is already running.
6642
6643 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         Patch by: Sebastian Dröge  <mail at slomosnail de>
6646
6647         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6648           We need to be able to read and parse any possible floating point string
6649           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6650           will parse the former only in certain locales though, so we really need
6651           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6652           make sure we can parse either version at all times.
6653           Fixes #382982 for real.
6654
6655 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6656
6657         * sys/sunaudio/gstsunaudiomixerctrl.c:
6658         * sys/sunaudio/gstsunaudiosrc.c:
6659
6660         Use the sunaudio debug category.
6661
6662         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6663         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6664         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6665         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6666         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6667         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6668         (gst_sunaudiosink_reset):
6669         * sys/sunaudio/gstsunaudiosink.h:
6670
6671         Uses the sunaudio debug category for all debug output
6672         Implements the _delay() callback to synchronise video playback better
6673         Change the segtotal and segsize values back to the parent class 
6674           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6675           respectively)
6676         Measure the samples written to the device vs. played.
6677         Keep track of segments in the device by writing empty eof frames, and
6678         sleep using a GCond when we get too far ahead and risk overrunning the
6679         sink's ringbuffer.
6680
6681         Fixes: #360673
6682
6683 2006-12-08  Wim Taymans  <wim@fluendo.com>
6684
6685         Patch by: Sebastian Dröge  <mail at slomosnail de >
6686
6687         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6688         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6689         * gst/audiofx/audiopanorama.h:
6690         Fix audiopanorame with float samples. Fixes #383726.
6691
6692 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6693
6694         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6695         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6696         (gst_sunaudiosrc_reset):
6697
6698         Implement reset functions to unblock the src/sink more quickly on 
6699         state change requests.
6700         Patch by: Brian Cameron <brian dot cameron at sun com>
6701
6702 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6703
6704         * sys/sunaudio/gstsunaudiomixer.c:
6705         (gst_sunaudiomixer_change_state):
6706         Construct the correct mixer device name when the AUDIODEV env var
6707         is set.
6708
6709         Patch by: Jerry Tan <jerry.tan at sun dot com>
6710         Fixes: #383596
6711
6712 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6713
6714         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6715         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6716         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6717         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6718         Patch by: Jerry Tan <jerry.tan at sun dot com>
6719         Fixes: #349015
6720
6721 2006-12-07  Wim Taymans  <wim@fluendo.com>
6722
6723         * gst/smpte/gstmask.h:
6724         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6725         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6726         (gst_smpte_collected), (gst_smpte_set_property),
6727         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6728         * gst/smpte/gstsmpte.h:
6729         Port to 0.10 some more. 
6730         Added duration property to specify the duration of the transition.
6731         Make framerate a fraction.
6732         Deprecate fps property, we only use negotiated fps.
6733         Added docs.
6734         Fix collectpad usage.
6735         Reset state in READY.
6736         Send NEWSEGMENT event.
6737         Fix racy updates of object properties.
6738         Added debug category.
6739         Fixes #383323.
6740
6741 2006-12-06  Wim Taymans  <wim@fluendo.com>
6742
6743         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6744
6745         * gst/videomixer/videomixer.c:
6746         (gst_videomixer_set_master_geometry),
6747         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6748         Don't reset xpos and ypos in the setcaps function because causes
6749         unexpected behaviour.
6750         Fixes #382179.
6751
6752 2006-12-06  Wim Taymans  <wim@fluendo.com>
6753
6754         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6755         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6756         Keep track of the buffer timestamp in the collectdata member instead
6757         of modifying the buffer without making the metadata writable first.
6758         Fixes #382277.
6759
6760 2006-12-06  Wim Taymans  <wim@fluendo.com>
6761
6762         Patch by: Rob Taylor <robtaylor at floopily dot org>
6763
6764         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6765         If using multicast in udpsrc, bind to the multicast address rather than
6766         IN_ADDR_ANY.
6767         This allows the simultanous use of multiple udpsrcs listening on
6768         different multicat addresses. Without this all udpsrcs will receive all
6769         packets from all subscribed multicast addresses.
6770         Fixes #383001.
6771
6772 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6773
6774         * ext/taglib/gstid3v2mux.cc:
6775         Don't attempt to write a NULL frame into the ID3 tag set when the 
6776         createFrame method returned NULL.
6777         Fixes: #381857
6778         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6779
6780 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6781
6782         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6783         Use g_strtod() instead of sscanf to parse doubles, so that it will
6784         try parsing in the C locale if the current locale fails.
6785         Fixes: #382982
6786         Patch by: Sebastian Dröge  <mail at slomosnail de >
6787
6788 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6789
6790         * win32/MANIFEST:
6791         Fix compilation on win32 under VS8
6792         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6793         Partially fixes #381175
6794
6795 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6796
6797         * gst/avi/gstavimux.c:
6798           accept all mpegversions,fixes #380825
6799           spotted by: Jerome Alet  
6800
6801 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6802
6803         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6804         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6805         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6806         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6807           cleanup the error message a bit more
6808
6809 2006-11-28  Wim Taymans  <wim@fluendo.com>
6810
6811         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6812         Fix width and height properties.
6813
6814         * ext/libcaca/gstcacasink.h:
6815         Fix compilation on newer libcaca that require us to include a new
6816         header. Fixes #379918.
6817
6818 2006-11-28  Wim Taymans  <wim@fluendo.com>
6819
6820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6821         * gst/rtsp/gstrtspsrc.h:
6822         * gst/rtsp/rtspext.h:
6823         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6824         (rtsp_ext_wms_get_context):
6825         Add method so that extensions can choose to disable the setup of
6826         a stream.
6827         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6828
6829 2006-11-27  Wim Taymans  <wim@fluendo.com>
6830
6831         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6832
6833         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6834         Push header in a separate buffer instead of memcpy:ing all data.
6835         Change LF => CRLF in headers.
6836         Move trailing LF to header. Fixes #379792.
6837
6838 2006-11-27  Wim Taymans  <wim@fluendo.com>
6839
6840         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6841         Small buffer overflow fix and improve debugging.
6842
6843 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6844
6845         * ext/esd/esdmon.h:
6846         * ext/esd/esdsink.h:
6847           remove obsolete _factory_init protos
6848
6849 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6850
6851         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6852         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6853         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6854         (gst_avi_demux_read_subindexes_push),
6855         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6856         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6857         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6858         (gst_avi_demux_massage_index),
6859         (gst_avi_demux_calculate_durations_from_index),
6860         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6861         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6862         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6863           remove dead code, tweak debugs statements, add comments, use
6864           _uint64_scale instead _uint64_scale_int when using guint64 values,
6865           small optimizations, reflow some error handling
6866
6867 2006-11-22  Edward Hervey  <edward@fluendo.com>
6868
6869         * po/.cvsignore:
6870         We never put .pot files in cvs. Let's ignore them all.
6871
6872 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6873
6874         * po/POTFILES.in:
6875           ... but better exclude files that aren't disted.
6876
6877 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6878
6879         * po/POTFILES.in:
6880           Add v4l2 source files to list of files with translations, so the
6881           strings are actually extracted (however bad they still may be).
6882
6883 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6886           Minor clean-ups: const-ify static array, remove trailing comma from
6887           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6888
6889 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6890
6891         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6892         Make sure that g_free always gets called on the same pointer that was 
6893         returned by g_malloc.  Fixes #376594.
6894         Do not leak memory if decompressed size is wrong.
6895         Remove unneeded check of return value of g_malloc.
6896         Patch by: René Stadler <mail@renestadler.de>
6897
6898 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6901           Add missing curly brackets.
6902
6903 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6904
6905         * sys/v4l2/v4l2src_calls.c:
6906         Fix capture_deinit.
6907
6908 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6909
6910         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6911         (gst_matroska_mux_request_new_pad):
6912           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6913
6914         * tests/check/elements/matroskamux.c: (setup_src_pad),
6915         (setup_sink_pad), (GST_START_TEST):
6916         Activate pads before using them.
6917
6918 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6921           Initialise variable to get rid of bogus compiler warning.
6922
6923 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6924
6925         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6926
6927         * gst/rtp/gstrtph263pay.c:
6928         * gst/rtp/gstrtph263pdepay.c:
6929         * gst/rtp/gstrtph263ppay.c:
6930           Specify H.263 variant and version in the caps (fixes #361637)
6931
6932 2006-11-15  Wim Taymans  <wim@fluendo.com>
6933
6934         * gst/rtsp/rtspconnection.c: (read_body):
6935         Don't set a data pointer to NULL and a size > 0 when we deal
6936         with empty packets.
6937
6938         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6939         (rtsp_message_init_response), (rtsp_message_init_data),
6940         (rtsp_message_unset), (rtsp_message_free),
6941         (rtsp_message_take_body):
6942         Check that we can't create invalid empty packets. 
6943
6944 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6947
6948         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6949         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6950         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6951         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6952         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6953         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6954         * gst/matroska/matroska-mux.h:
6955           Add basic tag writing support; implement releasing pads (#374658).
6956
6957 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6958
6959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6960         (gst_matroska_demux_audio_caps):
6961           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6962
6963 2006-11-14  David Schleef  <ds@schleef.org>
6964
6965         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6966
6967 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6968
6969         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6970
6971         * win32/vs8/gst-plugins-good.sln:
6972         * win32/vs8/libgst1394.vcproj:
6973         * win32/vs8/libgstaasink.vcproj:
6974         * win32/vs8/libgstalaw.vcproj:
6975         * win32/vs8/libgstalpha.vcproj:
6976         * win32/vs8/libgstalphacolor.vcproj:
6977         * win32/vs8/libgstannodex.vcproj:
6978         * win32/vs8/libgstapetag.vcproj:
6979         * win32/vs8/libgstaudiofx.vcproj:
6980         * win32/vs8/libgstauparse.vcproj:
6981         * win32/vs8/libgstautodetect.vcproj:
6982         * win32/vs8/libgstavi.vcproj:
6983         * win32/vs8/libgstcacasink.vcproj:
6984         * win32/vs8/libgstcdio.vcproj:
6985         * win32/vs8/libgstcutter.vcproj:
6986         * win32/vs8/libgstdv.vcproj:
6987         * win32/vs8/libgsteffectv.vcproj:
6988         * win32/vs8/libgstflac.vcproj:
6989         * win32/vs8/libgstflxdec.vcproj:
6990         * win32/vs8/libgstgoom.vcproj:
6991         * win32/vs8/libgsticydemux.vcproj:
6992         * win32/vs8/libgstid3demux.vcproj:
6993         * win32/vs8/libgstjpeg.vcproj:
6994         * win32/vs8/libgstladspa.vcproj:
6995         * win32/vs8/libgstlevel.vcproj:
6996         * win32/vs8/libgstmatroska.vcproj:
6997         * win32/vs8/libgstmikmod.vcproj:
6998         * win32/vs8/libgstmng.vcproj:
6999         * win32/vs8/libgstmonoscope.vcproj:
7000         * win32/vs8/libgstmulaw.vcproj:
7001         * win32/vs8/libgstmultipart.vcproj:
7002         * win32/vs8/libgstpng.vcproj:
7003         * win32/vs8/libgstrtp.vcproj:
7004         * win32/vs8/libgstrtsp.vcproj:
7005         * win32/vs8/libgstshout2.vcproj:
7006         * win32/vs8/libgstsmpte.vcproj:
7007         * win32/vs8/libgstspeex.vcproj:
7008         * win32/vs8/libgsttaglib.vcproj:
7009         * win32/vs8/libgstudp.vcproj:
7010         * win32/vs8/libgstvideobalance.vcproj:
7011         * win32/vs8/libgstvideobox.vcproj:
7012         * win32/vs8/libgstvideoflip.vcproj:
7013         * win32/vs8/libgstvideomixer.vcproj:
7014         * win32/vs8/libgstwavenc.vcproj:
7015         * win32/vs8/libgstwavparse.vcproj:
7016           Make end-of-line returns unixy, so that when the files are checked
7017           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7018           Hopefully fixes #366492.
7019
7020 2006-11-14  Wim Taymans  <wim@fluendo.com>
7021
7022         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7023         Disable init_frames delay timestamp adjustment, it does not
7024         seem to be needed at all. Fixes #369621.
7025
7026 2006-11-13  Wim Taymans  <wim@fluendo.com>
7027
7028         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7029
7030         * gst/videomixer/videomixer.c:
7031         (gst_videomixer_set_master_geometry),
7032         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7033         (gst_videomixer_collect_free), (gst_videomixer_reset),
7034         (gst_videomixer_init), (gst_videomixer_finalize),
7035         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7036         (gst_videomixer_collected), (gst_videomixer_change_state):
7037         Fix memleak by unref'ing collectpads instance (when finalizing)
7038         Implement releasing a request pad. Fixes #374479.
7039
7040 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7043
7044         * win32/vs8/gst-plugins-good.sln:
7045         * win32/vs8/libgst1394.vcproj:
7046         * win32/vs8/libgstaasink.vcproj:
7047         * win32/vs8/libgstalaw.vcproj:
7048         * win32/vs8/libgstalpha.vcproj:
7049         * win32/vs8/libgstalphacolor.vcproj:
7050         * win32/vs8/libgstannodex.vcproj:
7051         * win32/vs8/libgstapetag.vcproj:
7052         * win32/vs8/libgstaudiofx.vcproj:
7053         * win32/vs8/libgstauparse.vcproj:
7054         * win32/vs8/libgstautodetect.vcproj:
7055         * win32/vs8/libgstavi.vcproj:
7056         * win32/vs8/libgstcacasink.vcproj:
7057         * win32/vs8/libgstcdio.vcproj:
7058         * win32/vs8/libgstcutter.vcproj:
7059         * win32/vs8/libgstdv.vcproj:
7060         * win32/vs8/libgsteffectv.vcproj:
7061         * win32/vs8/libgstflac.vcproj:
7062         * win32/vs8/libgstflxdec.vcproj:
7063         * win32/vs8/libgstgoom.vcproj:
7064         * win32/vs8/libgsticydemux.vcproj:
7065         * win32/vs8/libgstid3demux.vcproj:
7066         * win32/vs8/libgstjpeg.vcproj:
7067         * win32/vs8/libgstladspa.vcproj:
7068         * win32/vs8/libgstlevel.vcproj:
7069         * win32/vs8/libgstmatroska.vcproj:
7070         * win32/vs8/libgstmikmod.vcproj:
7071         * win32/vs8/libgstmng.vcproj:
7072         * win32/vs8/libgstmonoscope.vcproj:
7073         * win32/vs8/libgstmulaw.vcproj:
7074         * win32/vs8/libgstmultipart.vcproj:
7075         * win32/vs8/libgstpng.vcproj:
7076         * win32/vs8/libgstrtp.vcproj:
7077         * win32/vs8/libgstrtsp.vcproj:
7078         * win32/vs8/libgstshout2.vcproj:
7079         * win32/vs8/libgstsmpte.vcproj:
7080         * win32/vs8/libgstspeex.vcproj:
7081         * win32/vs8/libgsttaglib.vcproj:
7082         * win32/vs8/libgstudp.vcproj:
7083         * win32/vs8/libgstvideobalance.vcproj:
7084         * win32/vs8/libgstvideobox.vcproj:
7085         * win32/vs8/libgstvideoflip.vcproj:
7086         * win32/vs8/libgstvideomixer.vcproj:
7087         * win32/vs8/libgstwavenc.vcproj:
7088         * win32/vs8/libgstwavparse.vcproj:
7089           Add VS8 project files (note that many of the plugins in ext are
7090           disabled by default). Fixes #366492.
7091
7092 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7093
7094         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7095           we do not translate debug messages
7096
7097 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7098
7099         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7100           fix categorisation, make short desc more explicit, remove unused code
7101           Fixes #372021
7102
7103 2006-11-08  Wim Taymans  <wim@fluendo.com>
7104
7105         * gst/rtp/gstrtpL16depay.c:
7106         * gst/rtp/gstrtpamrdepay.c:
7107         * gst/rtp/gstrtpamrpay.c:
7108         * gst/rtp/gstrtpgsmdepay.c:
7109         * gst/rtp/gstrtph263pay.c:
7110         * gst/rtp/gstrtph263pdepay.c:
7111         * gst/rtp/gstrtph263ppay.c:
7112         * gst/rtp/gstrtph264depay.c:
7113         * gst/rtp/gstrtpmp2tdepay.c:
7114         * gst/rtp/gstrtpmp4gdepay.c:
7115         * gst/rtp/gstrtpmp4gpay.c:
7116         * gst/rtp/gstrtpmp4vdepay.c:
7117         * gst/rtp/gstrtpmp4vpay.c:
7118         * gst/rtp/gstrtpmpadepay.c:
7119         * gst/rtp/gstrtpmpapay.c:
7120         * gst/rtp/gstrtppcmadepay.c:
7121         * gst/rtp/gstrtppcmapay.c:
7122         * gst/rtp/gstrtppcmudepay.c:
7123         * gst/rtp/gstrtppcmupay.c:
7124         * gst/rtp/gstrtpspeexdepay.c:
7125         * gst/rtp/gstrtpspeexpay.c:
7126         * gst/rtp/gstrtpsv3vdepay.c:
7127         Fix element descriptions.
7128
7129 2006-11-08  Wim Taymans  <wim@fluendo.com>
7130
7131         * gst/rtp/gstrtpvorbisdepay.c:
7132         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7133         Fix description.
7134         Small cleanup in the payloader.
7135
7136 2006-11-08  Wim Taymans  <wim@fluendo.com>
7137
7138         * gst/rtp/Makefile.am:
7139         * gst/rtp/gstrtp.c: (plugin_init):
7140         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7141         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7142         (gst_rtp_theora_depay_finalize),
7143         (gst_rtp_theora_depay_parse_configuration),
7144         (gst_rtp_theora_depay_setcaps),
7145         (gst_rtp_theora_depay_switch_codebook),
7146         (gst_rtp_theora_depay_process),
7147         (gst_rtp_theora_depay_set_property),
7148         (gst_rtp_theora_depay_get_property),
7149         (gst_rtp_theora_depay_change_state),
7150         (gst_rtp_theora_depay_plugin_init):
7151         * gst/rtp/gstrtptheoradepay.h:
7152         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7153         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7154         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7155         (gst_rtp_theora_pay_init_packet),
7156         (gst_rtp_theora_pay_flush_packet),
7157         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7158         (gst_rtp_theora_pay_handle_buffer),
7159         (gst_rtp_theora_pay_plugin_init):
7160         * gst/rtp/gstrtptheorapay.h:
7161         Add theora pay/depayloaders.
7162
7163 2006-11-06  Wim Taymans  <wim@fluendo.com>
7164
7165         * gst/rtp/Makefile.am:
7166         We depend on gsttag to generate the vorbis comments.
7167
7168         * gst/rtp/gstrtpvorbisdepay.c:
7169         (gst_rtp_vorbis_depay_parse_configuration),
7170         (gst_rtp_vorbis_depay_setcaps),
7171         (gst_rtp_vorbis_depay_switch_codebook),
7172         (gst_rtp_vorbis_depay_process):
7173         * gst/rtp/gstrtpvorbisdepay.h:
7174         Parse configuration string in the depayloader.
7175         Implement selecting and switching to a new codebook.
7176         Receiving vorbis over RTP now works.
7177
7178         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7179         (gst_rtp_vorbis_pay_init_packet),
7180         (gst_rtp_vorbis_pay_finish_headers),
7181         (gst_rtp_vorbis_pay_handle_buffer):
7182         * gst/rtp/gstrtpvorbispay.h:
7183         Set timestamps on outgoing buffers and RTP packets.
7184         Fix configuration string, prepend number of Packet headers.
7185         Fix encoding of ident string.
7186         Add delivery-method to caps.
7187         Streaming vorbis over RTP now works.
7188
7189 2006-11-06  Wim Taymans  <wim@fluendo.com>
7190
7191         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7192         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7193         (gst_rtp_vorbis_pay_handle_buffer):
7194         * gst/rtp/gstrtpvorbispay.h:
7195         Generate a valid configuration string in the caps based on the
7196         vorbis headers.
7197
7198 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7199
7200         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7201         * ext/cdio/gstcdio.h:
7202         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7203           Move CD-TEXT utility function into common file so it can also be
7204           used by a future cdioparanoiasrc.
7205
7206 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7207         
7208         * sys/v4l2/Makefile.am:
7209         * sys/v4l2/gstv4l2object.c:
7210         * sys/v4l2/gstv4l2src.c:
7211         * sys/v4l2/gstv4l2xoverlay.c:
7212         * sys/v4l2/v4l2_calls.c:
7213         * sys/v4l2/v4l2src_calls.c:
7214         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7215         xoverlay code that is still not implemented.
7216
7217 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7220           We require a -base more recent than 0.10.9, so it's safe to use
7221           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7222
7223         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7224         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7225           Use _newsegment_full() now that we depend on a recent enough core.
7226
7227         * gst/wavparse/gstwavparse.c:
7228           Remove cruft that we don't need any longer now that we depend on
7229           a recent enough -base.
7230
7231 2006-10-31  Wim Taymans  <wim@fluendo.com>
7232
7233         * gst/rtp/Makefile.am:
7234         * gst/rtp/gstrtp.c: (plugin_init):
7235         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7236         (gst_rtpilbcpay_setcaps):
7237         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7238
7239 2006-10-31  Wim Taymans  <wim@fluendo.com>
7240
7241         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7242         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7243         Some small cleanups, use _scale.
7244
7245 2006-10-31  Wim Taymans  <wim@fluendo.com>
7246
7247         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7248         Use higher precision scale function.
7249
7250 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         Patch by: Michal Benes  <michal dot benes at itonis tv>
7253
7254         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7255         (gst_matroska_demux_read_track_encodings),
7256         (gst_matroska_decode_buffer):
7257           Fix several issues with encoded/compressed/encrypted/signed tracks;
7258           also, remove superfluous newline characters from some debug
7259           statements. (#366155)
7260
7261 2006-10-30  Wim Taymans  <wim@fluendo.com>
7262
7263         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7264         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7265         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7266         (gst_smokedec_change_state):
7267         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7268         (gst_smokeenc_init), (gst_smokeenc_finalize),
7269         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7270         (gst_smokeenc_resync), (gst_smokeenc_chain),
7271         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7272         (gst_smokeenc_change_state):
7273         Various cleanups, capsnego and leak fixes.
7274
7275 2006-10-30  Wim Taymans  <wim@fluendo.com>
7276
7277         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7278
7279         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7280         Fix videomixer so that it can handle any combination of framerates.
7281         Fixes #367221.
7282
7283 2006-10-28  Wim Taymans  <wim@fluendo.com>
7284
7285         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7286         (gst_avi_demux_parse_file_header),
7287         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7288         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7289         (gst_avi_demux_chain):
7290         Fix position query for audio. also fixes timestamps in streaming
7291         mode and bug #364958.
7292         Small cleanups.
7293
7294 2006-10-27  Wim Taymans  <wim@fluendo.com>
7295
7296         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7297         * ext/libpng/gstpngenc.h:
7298         Fix strides. Fixes #364856.
7299         Cleanup capsnego.
7300         Set caps on outgoing buffers.
7301
7302 2006-10-18  Wim Taymans  <wim@fluendo.com>
7303
7304         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7305
7306         * gst/rtp/gstrtpgsmpay.c:
7307         * gst/rtp/gstrtph263pay.c:
7308         * gst/rtp/gstrtpmpapay.c:
7309         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7310         (gst_rtp_pcma_pay_handle_buffer):
7311         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7312         Add static payload numbers in addition to the dynamic ones.
7313         Fixes #361639.
7314
7315 2006-10-18  Wim Taymans  <wim@fluendo.com>
7316
7317         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7318         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7319         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7320         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7321         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7322         * gst/rtsp/rtspdefs.h:
7323         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7324         * gst/rtsp/rtspurl.h:
7325         Reuse already existing enum for lower transport.
7326         Add rtspt and rtspu protocols.
7327         Send redirect to rtspt when udp times out.
7328
7329 2006-10-18  Wim Taymans  <wim@fluendo.com>
7330
7331         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7332         (gst_wavparse_stream_data):
7333         Fix seeking some more, mostly for speed changes.
7334
7335 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7336
7337         Patch by: Fredrik Persson  <frepe at bredband net>
7338
7339         * sys/v4l2/gstv4l2tuner.c:
7340         * sys/v4l2/gstv4l2tuner.h:
7341           Fix _set_channel(): remove useless g_object_notify() for "channel"
7342           property that doesn't exist any longer and therefore now also
7343           useless redirect (#338818).
7344
7345 2006-10-17  Wim Taymans  <wim@fluendo.com>
7346
7347         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7348         Some drivers do not support unsetting the non-blocking flag once the
7349         device is opened. In those cases, close/open the device in
7350         non-blocking mode. Fixes #362673.
7351
7352 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7353
7354         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7355         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7356         (gst_v4l2src_get_fps):
7357           dear stefan, framespersecond is not frameperiod, reverting but adding
7358           comment
7359
7360 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7361
7362         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7363         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7364         (gst_v4l2src_get_fps):
7365           Numerator is numerator and denominator is denominator. Say that aloud
7366           5 times and retry after next beer.
7367
7368 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         Patch by: Josep Torra Valles  <josep at fluendo com>
7371
7372         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7373         * ext/esd/esdsink.c: (gst_esdsink_write):
7374         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7375         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7376         (gst_flac_dec_send_newsegment):
7377         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7378         (gst_flac_enc_tell_callback):
7379         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7380         (smokecodec_parse_header), (smokecodec_decode):
7381         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7382         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7383         * gst/goom/Makefile.am:
7384         * gst/goom/gstgoom.c:
7385         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7386         * gst/rtsp/gstrtspsrc.c:
7387         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7388         * gst/udp/gstudpsink.c:
7389         * gst/udp/gstudpsrc.c:
7390         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7391         * sys/sunaudio/gstsunaudiomixertrack.h:
7392           Fix a bunch of problems discovered by the Forte compiler, mostly type
7393           mixups and pointer arithmetics with void pointers. Fixes #362603.
7394
7395 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * ext/speex/gstspeex.c: (plugin_init):
7398         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7399         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7400         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7401         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7402         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7403         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7404         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7405         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7406         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7407         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7408         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7409         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7410         * ext/speex/gstspeexenc.h:
7411           Miscellaneous clean-ups, among other things: speexenc => enc to
7412           enhance code readability; change speexenc => speex_enc; in chain
7413           function unref input buffer in case of error; take reference in
7414           event function; use boilerplate macro; use gst_pad_query_peer_*
7415           convenience functions.
7416
7417 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7418
7419         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7420         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7421         (gst_speexenc_set_header_on_caps):
7422           Fix some mem leaks.
7423
7424 2006-10-11  Wim Taymans  <wim@fluendo.com>
7425
7426         * gst/rtsp/URLS:
7427         Added some other URL.
7428
7429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7430         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7431         (gst_rtspsrc_open), (gst_rtspsrc_play),
7432         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7433         * gst/rtsp/gstrtspsrc.h:
7434         Work on fallback to TCP connection when the UDP socket times out.
7435         Handler server requests, just reply with OK for now.
7436
7437         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7438         * gst/rtsp/rtspdefs.h:
7439         Added some more Real extension headers.
7440
7441         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7442         Fix parsing of urls with a ':' that is not part of the hostname:port
7443         part of the url.
7444
7445 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7448         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7449         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7450           Activate pad before adding it to the already-running element.
7451
7452         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7453           Activate newly-created pad too.
7454
7455 2006-10-11  Wim Taymans  <wim@fluendo.com>
7456
7457         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7458
7459         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7460         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7461         (gst_udpsrc_start):
7462         Fix some leaks in caps and uris. Fixes #361252.
7463
7464 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7465
7466         * gst/wavparse/Makefile.am:
7467           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7468
7469 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7470
7471         * sys/v4l2/gstv4l2xoverlay.c:
7472         * sys/v4l2/gstv4l2xoverlay.h:
7473         Fix build as per the patch in #338818 comment 36.
7474
7475 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7476
7477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7478           Activate pads before adding them to the source.
7479
7480 2006-10-06  Wim Taymans  <wim@fluendo.com>
7481
7482         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7483         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7484         Activate pads before adding.
7485
7486 2006-10-06  Wim Taymans  <wim@fluendo.com>
7487
7488         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7489         (gst_multipart_find_pad_by_mime):
7490         Activate pads before adding.
7491
7492         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7493         BOILERPLATE sets parent_class for us.
7494
7495 2006-10-06  Wim Taymans  <wim@fluendo.com>
7496
7497         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7498         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7499         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7500         (gst_rtspsrc_alloc_udp_ports),
7501         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7502         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7503         (gst_rtspsrc_create_transports_string),
7504         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7505         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7506         * gst/rtsp/gstrtspsrc.h:
7507         Rework how the transport string is constructed, try to share channels
7508         and udp ports.
7509         Make most of the stuff less dependant on RTP as we are also going to use
7510         it for RDT.
7511         Add support for transport specific session managers.
7512
7513         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7514         Implement _flush().
7515
7516         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7517         * gst/rtsp/rtspdefs.h:
7518         Add generic error return code.
7519
7520         * gst/rtsp/rtspext.h:
7521         Add support for pluggable tranport strings.
7522
7523         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7524         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7525         (rtsp_ext_wms_get_context):
7526         Detect WMServer and activate the extension.
7527
7528         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7529         (rtsp_transport_get_manager), (rtsp_transport_parse):
7530         * gst/rtsp/rtsptransport.h:
7531         Added methods to get mime/manager for certain transports.
7532
7533 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7534
7535         * ext/cairo/gsttimeoverlay.c:
7536         (gst_cairo_time_overlay_update_font_height):
7537         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7538         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7539         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7540         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7541         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7542         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7543         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7544         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7545         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7546         (gst_avi_demux_stream_data):
7547         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7548         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7549         (gst_fenced_buffer_copy):
7550         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7553         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7554         (gst_rtspsrc_handle_message):
7555         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7556         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7557           Printf format fixes.
7558
7559 2006-10-04  Wim Taymans  <wim@fluendo.com>
7560
7561         * gst/rtsp/Makefile.am:
7562         Dist new .h file too.
7563
7564 2006-10-04  Wim Taymans  <wim@fluendo.com>
7565
7566         * gst/rtsp/Makefile.am:
7567         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7568         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7570         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7571         (gst_rtspsrc_parse_rtpmap),
7572         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7573         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7574         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7575         * gst/rtsp/gstrtspsrc.h:
7576         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7577         * gst/rtsp/rtspdefs.h:
7578         * gst/rtsp/rtspext.h:
7579         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7580         (rtsp_ext_wms_get_context):
7581         * gst/rtsp/rtspextwms.h:
7582         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7583         (rtsp_transport_parse):
7584         * gst/rtsp/rtsptransport.h:
7585         Factor out extension in separate module.
7586         Fix getcaps to filter against the padtemplate.
7587         Use Content-Base if the server gives one.
7588         Rework the transport parsing a bit for future extensions.
7589         Added some Real Header field definitions.
7590
7591 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7592
7593         * docs/plugins/Makefile.am:
7594         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7595         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7596           added v4l2 stubs
7597         * gst-plugins-good.spec.in:
7598           add v4l2
7599
7600 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7603           Extract disc/album/medium number and count and try harder
7604           to extract track number/count.
7605
7606 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7607
7608         * configure.ac:
7609         * sys/Makefile.am:
7610           add build stuff for v4l2, needs --enable-experimental until
7611           the last bits are resolved
7612
7613 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7614
7615         * tests/check/Makefile.am:
7616           Disable autodetect test temporarily, so that the build bots
7617           update -bad and the ranks of unreliable video sinks in there.
7618
7619         * tests/check/elements/autodetect.c: (GST_START_TEST):
7620           Skip test if no usable videosink is found.
7621
7622 2006-09-29  Wim Taymans  <wim@fluendo.com>
7623
7624         * gst/rtsp/URLS:
7625         Add some more URLs.
7626
7627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7628         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7629         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7630         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7631         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7632         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7633         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7634         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7635         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7636         * gst/rtsp/gstrtspsrc.h:
7637         Add timeout property to control UDP timeouts.
7638         Fix error messages.
7639         Also start a loop function when operating in UDP mode so that we can
7640         do some more stuff async.
7641         Handle element messages from udpsrc to detect timeouts. If a timeout
7642         happens we currently generate an error.
7643         API: rtspsrc::timeout property.
7644
7645         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7646         (gst_udpsrc_create):
7647         Really implement the timeout in microseconds and not milliseconds.
7648
7649 2006-09-29  Wim Taymans  <wim@fluendo.com>
7650
7651         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7652         (gst_udpsrc_create), (gst_udpsrc_set_property),
7653         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7654         * gst/udp/gstudpsrc.h:
7655         Added property to post a message on timeout.
7656         Updated docs.
7657         When restarting the select, initialize the fdsets again.
7658         Init control sockets so we don't accidentally close a random socket.
7659         API: GstUDPSrc::timeout property
7660
7661 2006-09-29  Wim Taymans  <wim@fluendo.com>
7662
7663         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7664         Fix flag registration.
7665
7666         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7667         Reading 0 also means 'no more commands'
7668
7669 2006-09-29  Wim Taymans  <wim@fluendo.com>
7670
7671         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7672
7673         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7674         Fix possible infinite loop when shutting down, a read can also return
7675         0 to indicate no more messages are available. Fixes #358156.
7676
7677 2006-09-25  Wim Taymans  <wim@fluendo.com>
7678
7679         * gst/autodetect/gstautoaudiosink.c:
7680         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7681         (gst_auto_audio_sink_find_best):
7682         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7683         Small cleanups.
7684         don't try to set "sync" property when it is not available.
7685
7686 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         Patch by: Peter Kjellerstedt  <pkj at axis com>
7689
7690         * gst/alpha/gstalpha.c:
7691         * gst/rtp/gstrtpamrdepay.c:
7692         * gst/rtsp/gstrtspsrc.c:
7693         * gst/udp/gstudpsrc.c:
7694         * gst/videomixer/videomixer.c:
7695           Include stdlib.h in some more places, makes things compile
7696           with uClibc and -Werror (#357592).
7697
7698 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7699
7700         * ext/jpeg/gstjpegdec.c:
7701           Set minimum height to 8 (from 16), our code should handle
7702           that fine. Some of the buttons on the apple trailer site
7703           are apparently only 15 pixels high (see #357470).
7704
7705 2006-09-23  Wim Taymans  <wim@fluendo.com>
7706
7707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7708         (gst_rtspsrc_open):
7709         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7710         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7711         (rtsp_connection_receive):
7712         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7713         * gst/rtsp/rtspdefs.h:
7714         Improve error reporting.
7715
7716 2006-09-23  Wim Taymans  <wim@fluendo.com>
7717
7718         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7719         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7720         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7721         * gst/rtp/gstrtpdepay.c:
7722         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7723         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7724         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7725         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7726         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7727         (gst_rtp_mp2t_depay_plugin_init):
7728         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7729         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7730         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7731         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7732         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7733         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7734         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7735         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7736         Fix klass typos.
7737         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7738
7739 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7740
7741         * configure.ac:
7742           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7743
7744 2006-09-22  Wim Taymans  <wim@fluendo.com>
7745
7746         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7747         Don't check for a tag that is never there and check if we read the
7748         correct tag. Fixes seeking again.
7749         We must post an error when all pads are unlinked.
7750
7751 2006-09-22  Wim Taymans  <wim@fluendo.com>
7752
7753         * gst/rtp/Makefile.am:
7754         * gst/rtp/gstrtp.c: (plugin_init):
7755         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7756         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7757         (gst_rtp_vorbis_pay_reset_packet),
7758         (gst_rtp_vorbis_pay_init_packet),
7759         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7760         (gst_rtp_vorbis_pay_handle_buffer):
7761         More fixage, set endoder-params correctly in the payloader.
7762
7763 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7764
7765         * gst/autodetect/gstautoaudiosink.c:
7766         (gst_auto_audio_sink_base_init):
7767         * gst/autodetect/gstautovideosink.c:
7768         (gst_auto_video_sink_base_init):
7769           Make static pad templates static to appease valgrind's leak
7770           detector.
7771
7772         * tests/check/Makefile.am:
7773         * tests/check/elements/.cvsignore:
7774         * tests/check/elements/autodetect.c: (GST_START_TEST),
7775         (autodetect_suite):
7776           Add simple test for the ghostpad lockup on shutdown fixed in core
7777           CVS (audio bit disabled because it would need dozens of alsa
7778           suppressions and I'm too lazy to add those now).
7779
7780 2006-09-22  Wim Taymans  <wim@fluendo.com>
7781
7782         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7783         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7784         Small cleanups.
7785
7786         * gst/rtp/Makefile.am:
7787         * gst/rtp/gstrtp.c: (plugin_init):
7788         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7789         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7790         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7791         (gst_rtp_vorbis_depay_process),
7792         (gst_rtp_vorbis_depay_set_property),
7793         (gst_rtp_vorbis_depay_get_property),
7794         (gst_rtp_vorbis_depay_change_state),
7795         (gst_rtp_vorbis_depay_plugin_init):
7796         * gst/rtp/gstrtpvorbisdepay.h:
7797         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7798         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7799         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7800         (gst_rtp_vorbis_pay_flush_packet),
7801         (gst_rtp_vorbis_pay_append_buffer),
7802         (gst_rtp_vorbis_pay_handle_buffer),
7803         (gst_rtp_vorbis_pay_plugin_init):
7804         * gst/rtp/gstrtpvorbispay.h:
7805         Add experimental vorbis pay and depayloaders.
7806
7807 2006-09-21  Wim Taymans  <wim@fluendo.com>
7808
7809         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7810         Fix profile-level-id parsing and setup.
7811
7812 2006-09-21  Wim Taymans  <wim@fluendo.com>
7813
7814         * gst/udp/README:
7815         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7816         Update README, simple cleanup.
7817
7818 2006-09-21  Wim Taymans  <wim@fluendo.com>
7819
7820         * gst/rtp/README:
7821         Update README with some examples.
7822
7823         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7824         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7825         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7826         (gst_rtp_mp4g_pay_setcaps):
7827         * gst/rtp/gstrtpmp4gpay.h:
7828         Make optional RTP parameters of type STRING, as required by the
7829         application/x-rtp caps specification.
7830
7831 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7832
7833         * gst/rtp/gstrtph263pdepay.c:
7834         * gst/rtp/gstrtph263ppay.c:
7835         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7836         RTP header.
7837
7838 2006-09-20  Wim Taymans  <wim@fluendo.com>
7839
7840         * gst/rtp/Makefile.am:
7841         And makefile too.
7842
7843 2006-09-20  Wim Taymans  <wim@fluendo.com>
7844
7845         * gst/rtp/gstrtp.c: (plugin_init):
7846         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7847         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7848         (decode_base64), (gst_rtp_asf_depay_setcaps),
7849         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7850         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7851         (gst_rtp_asf_depay_plugin_init):
7852         * gst/rtp/gstrtpasfdepay.h:
7853         Added preliminary ASF depayloader.
7854
7855         * gst/rtp/gstrtph264depay.c: (decode_base64):
7856         Fix base64 decoding.
7857
7858 2006-09-20  Wim Taymans  <wim@fluendo.com>
7859
7860         * gst/rtsp/URLS:
7861         Added some test URLS.
7862
7863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7864         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7865         * gst/rtsp/gstrtspsrc.h:
7866         When creating streams, give access to the complete SDP.
7867         Fix some leaks.
7868         Collect and merge global stream properties in stream caps.
7869         Preliminary support for WMServer.
7870
7871         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7872         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7873         (rtsp_connection_receive):
7874         * gst/rtsp/rtspconnection.h:
7875         Make connection interruptable.
7876         Refactor to make it reconnectable.
7877         Don't fail on short reads when reading data packets.
7878
7879         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7880         (rtsp_url_get_port):
7881         * gst/rtsp/rtspurl.h:
7882         Add methods for getting/setting the port.
7883
7884         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7885         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7886         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7887         (sdp_media_get_format), (sdp_parse_line),
7888         (sdp_message_parse_buffer):
7889         Fix headers. 
7890         Add methods for getting multiple attributes with the same name.
7891         Increase buffer size when parsing.
7892         Fix parsing of a=foo fields.
7893
7894         * gst/rtsp/test.c: (main):
7895         Update to new connection API.
7896
7897         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7898         (rtsp_message_init_response), (rtsp_message_init_data),
7899         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7900         * gst/rtsp/rtspmessage.h:
7901         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7902         * gst/rtsp/rtsptransport.h:
7903         * gst/rtsp/sdp.h:
7904         * gst/rtsp/sdpmessage.h:
7905         * gst/rtsp/gstrtsp.c:
7906         * gst/rtsp/gstrtsp.h:
7907         * gst/rtsp/gstrtpdec.c:
7908         * gst/rtsp/gstrtpdec.h:
7909         * gst/rtsp/rtsp.h:
7910         * gst/rtsp/rtspdefs.c:
7911         * gst/rtsp/rtspdefs.h:
7912         Dual licensed under MIT and LGPL now.
7913
7914 2006-09-19  Wim Taymans  <wim@fluendo.com>
7915
7916         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7917         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7918         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7919         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7920         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7921         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7922         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7923         * gst/rtsp/gstrtspsrc.h:
7924         Reorganize stream parsing and creation.
7925         Detect container formats in interleaved mode.
7926         Keep more state about the streams.
7927         Assume a server also supports PLAY if it does not say.
7928         Add unicast and interleaved properties to TCP transport requests to make
7929         some servers happy (WMServer).
7930
7931         * gst/rtsp/sdpmessage.h:
7932         Add some defines for the standard Bandwidth types.
7933
7934 2006-09-19  Wim Taymans  <wim@fluendo.com>
7935
7936         * gst/rtsp/test.c: (main):
7937         Fix build.
7938
7939 2006-09-19  Wim Taymans  <wim@fluendo.com>
7940
7941         * gst/wavparse/gstwavparse.c:
7942         Add ms-gsm to the src template.
7943
7944 2006-09-18  Wim Taymans  <wim@fluendo.com>
7945
7946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7947         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7948         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7949         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7950         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7951         * gst/rtsp/gstrtspsrc.h:
7952         Small cleanups, added documentation.
7953         Try to clean up the requests and responses.
7954         Refactor parsing the supported methods.
7955
7956         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7957         (rtsp_connection_create), (rtsp_connection_send),
7958         (parse_response_status), (parse_request_line),
7959         (rtsp_connection_receive), (rtsp_connection_close),
7960         (rtsp_connection_free):
7961         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7962         (rtsp_transport_init), (rtsp_transport_parse),
7963         (rtsp_transport_free):
7964         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7965         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7966         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7967         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7968         Use g_return_val some more.
7969
7970         * gst/rtsp/rtspdefs.h:
7971         Add more enum values to track initial states.
7972
7973         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7974         (rtsp_message_init_request), (rtsp_message_new_response),
7975         (rtsp_message_init_response), (rtsp_message_init_data),
7976         (rtsp_message_unset), (rtsp_message_free),
7977         (rtsp_message_add_header), (rtsp_message_remove_header),
7978         (rtsp_message_get_header), (rtsp_message_set_body),
7979         (rtsp_message_take_body), (rtsp_message_get_body),
7980         (rtsp_message_steal_body), (rtsp_message_dump):
7981         * gst/rtsp/rtspmessage.h:
7982         Reorder arguments, object goes as the first one.
7983         Use g_return_val some more.
7984
7985 2006-09-18  Wim Taymans  <wim@fluendo.com>
7986
7987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7988         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7989         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7990         * gst/rtsp/gstrtspsrc.h:
7991         Export sometimes source pad with correct caps on the template, create
7992         the ghostpad from the template.
7993         Remove RTCP template as we never expose RTCP.
7994         Protect against invalid body size.
7995         Avoid memcpy when creating the output buffer.
7996         Properly post an error and send EOS when the loop function is shut down.
7997
7998 2006-09-18  Wim Taymans  <wim@fluendo.com>
7999
8000         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8001
8002         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8003         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8004         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8005         * gst/rtsp/gstrtspsrc.h:
8006         Make sure we can never set an invalid location.
8007
8008         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8009         * gst/rtsp/rtspmessage.h:
8010         Added _steal_body method for future use.
8011
8012         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8013         Make freeing of NULL url return immediatly.
8014
8015 2006-09-18  Wim Taymans  <wim@fluendo.com>
8016
8017         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8018
8019         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8020         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8021         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8022         (gst_rtspsrc_change_state):
8023         * gst/rtsp/gstrtspsrc.h:
8024         Use boilerplate.
8025         Make rtspsrc subclass GstBin to make state changes easier.
8026         Add Range header field on the PLAY request.
8027
8028 2006-09-18  Wim Taymans  <wim@fluendo.com>
8029
8030         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8031
8032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8033         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8034         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8035         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8036         * gst/rtsp/rtspconnection.c: (inet_aton):
8037         Small cleanups.
8038         when multicast is selected as the transport, create UDP sources and
8039         connect to the multicast group.
8040         Move parsing and setting of caps to a common place.
8041         Fixes #349894.
8042
8043 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8044
8045         * ext/flac/gstflactag.c:
8046         * gst/alpha/gstalpha.c:
8047         * gst/debug/breakmydata.c:
8048         * gst/debug/negotiation.c:
8049         * gst/debug/testplugin.c:
8050         * gst/effectv/gstaging.c:
8051         * gst/effectv/gstdice.c:
8052         * gst/effectv/gstedge.c:
8053         * gst/effectv/gstquark.c:
8054         * gst/effectv/gstrev.c:
8055         * gst/effectv/gstshagadelic.c:
8056         * gst/effectv/gstvertigo.c:
8057         * gst/effectv/gstwarp.c:
8058         * gst/multipart/multipartdemux.c:
8059         * gst/multipart/multipartmux.c:
8060         * gst/videobox/gstvideobox.c:
8061         * gst/videofilter/gstgamma.c:
8062         * gst/videofilter/gstvideotemplate.c:
8063         * gst/videomixer/videomixer.c:
8064         * sys/sunaudio/gstsunaudiosrc.h:
8065         More G_OBJECT macro fixing.
8066
8067 2006-09-16  Wim Taymans  <wim@fluendo.com>
8068
8069         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8070
8071         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8072         Correctly set the dwLength in strh.
8073         With this patch, the file duration is now displayed correctly in window
8074         media player and the AVI plays completely. Fixes #356147
8075
8076 2006-09-15  Wim Taymans  <wim@fluendo.com>
8077
8078         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8079
8080         * sys/sunaudio/gstsunaudiomixerctrl.c:
8081         (gst_sunaudiomixer_ctrl_build_list):
8082         Set the output track as the MASTER so that the gnome-settings-daemon
8083         keybindings for changing the volume using the keyboard works.
8084         Fixes #356142.
8085
8086 2006-09-15  Wim Taymans  <wim@fluendo.com>
8087
8088         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8089         Fix documentation, it is not possible to control the framerate of jpegdec
8090         using filtered caps yet. Fixes #355210.
8091         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8092         stop when there is an error.
8093
8094 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8095
8096         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8097         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8098           Don't interpret a first buffer with an offset of NONE as
8099           'from the middle of the stream', but only a first buffer
8100           that has a valid buffer offset that's non-zero (see #345449).
8101
8102 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8103
8104         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8105         (gst_icydemux_typefind_or_forward):
8106         * gst/icydemux/gsticydemux.h:
8107           When we merge/collect multiple incoming buffers for typefinding
8108           purposes, keep an initial 0 offset on the first outgoing buffer
8109           as well (otherwise id3demux won't work right). Fixes #345449.
8110           Also Make buffer metadata writable before setting buffer caps.
8111
8112         * tests/check/elements/icydemux.c: (typefind_succeed),
8113         (cleanup_icydemux), (push_data), (GST_START_TEST),
8114         (icydemux_suite):
8115           Small test case for the above.
8116
8117 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8118
8119         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8120         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8121         (gst_avi_demux_stream_header_push),
8122         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8123         (gst_avi_demux_loop):
8124           More code reuse and better logging in _peek_chunk(). Reintroduce check
8125           for chunk sizes before reading them (avoid oom). Better handling for 
8126           invalid chunksizes when streaming.
8127
8128 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8129
8130         * gst/level/gstlevel.c: (gst_level_set_property):
8131         * gst/level/gstlevel.h:
8132           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8133           René Stadler
8134
8135 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8136
8137         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8138         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8139         (gst_avi_demux_stream_data):
8140           Revert one change to fix streaming avi (adapter size != data size).
8141
8142 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8143
8144         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8145
8146         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8147         (gst_matroska_demux_reset),
8148         (gst_matroska_demux_read_track_encodings),
8149         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8150         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8151         (gst_matroska_demux_subtitle_caps):
8152         * gst/matroska/matroska-ids.h:
8153           Add support for VOBSUB subtitle tracks and zlib-compressed
8154           tracks. Make sure we start on a keyframe after a seek. (#343348)
8155
8156 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8157
8158         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8159         (gst_matroska_demux_push_flac_codec_priv_data),
8160         (gst_matroska_demux_push_xiph_codec_priv_data),
8161         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8162         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8163         * gst/matroska/matroska-ids.h:
8164           Add basic FLAC support (#311586), not perfect yet though, needs some
8165           tweaking in flacdec; also, seeking could be better.
8166           Do better bounds checking when deserialising vorbis stream headers
8167           to make sure we don't read beyond the end of the buffer on bad input.
8168
8169 2006-09-04  Wim Taymans  <wim@fluendo.com>
8170
8171         Patch by: Alessandro Decina <alessandro at nnva dot org>
8172
8173         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8174         Seeking back in a file containing a CMML stream errors out if the seek
8175         goes back up to the CMML headers. This is because after the seek the xml
8176         processing instruction <?xml ...?> is submitted to the xml parser again, 
8177         which results in an error. The attached patch fixes the problem. 
8178         Fixes #353908.
8179
8180         * ext/annodex/gstcmmlenc.h:
8181         Fix authors name.
8182
8183
8184 2006-08-28  Andy Wingo  <wingo@pobox.com>
8185
8186         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8187         New helper function to lessen the ifdefs.
8188         (GST_INFO_OBJECT): 
8189         (gst_dv1394src_iso_receive): Use it.
8190         (gst_dv1394src_create): Also use the control sockets in iec61883
8191         mode.
8192         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8193         handle for AVC operations; fixes #348233.
8194
8195 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8196
8197         * configure.ac:
8198         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8199         * docs/plugins/inspect/plugin-audiofx.xml:
8200         * docs/plugins/inspect/plugin-audiofxgood.xml:
8201         * gst/audiofx/Makefile.am:
8202         * gst/audiofx/audiofx.c:
8203         * gst/audiofxgood/.cvsignore:
8204         * gst/audiofxgood/Makefile.am:
8205         * gst/audiofxgood/audiofx.c:
8206         * gst/audiofxgood/audiopanorama.c:
8207         * gst/audiofxgood/audiopanorama.h:
8208           Rename again (audiofxgood -> audiofx).
8209
8210 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8211
8212         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8213         (gst_avi_demux_stream_scan):
8214           Initialze variables.
8215
8216 2006-08-25  Wim Taymans  <wim@fluendo.com>
8217
8218         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8219         (gst_avi_demux_init), (gst_avi_demux_finalize),
8220         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8221         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8222         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8223         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8224         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8225         (gst_avi_demux_massage_index),
8226         (gst_avi_demux_calculate_durations_from_index),
8227         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8228         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8229         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8230         (gst_avi_demux_change_state):
8231         * gst/avi/gstavidemux.h:
8232         More attempts to turn this into readable code.
8233         Don't leak adapters.
8234         Calculate duration according to index more efficiently.
8235         Don't try to act like we drive the pipeline in chain mode.
8236
8237 2006-08-25  Wim Taymans  <wim@fluendo.com>
8238
8239         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8240         Fix build.
8241
8242 2006-08-25  Wim Taymans  <wim@fluendo.com>
8243
8244         Patch by: Alessandro Decina <alessandro at nnva dot org>
8245
8246         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8247         Do some extra sanity checks.
8248         Fixes #350340.
8249
8250         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8251         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8252         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8253         Check if clip->start_time is valid before adding the clip to the
8254         track list.
8255         Reset enc->preamble going from PAUSED to READY.
8256         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8257         only used for EOS.
8258         Only post an error message if we were the one that created the fatal
8259         GstFlowReturn value.
8260
8261         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8262         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8263         Parse the seconds field of the npt-sec time format using %llu rather than
8264         %d and check that the value scaled by GST_SECOND doesn't overflow.
8265         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8266         Lookup a clip's track with clip->track rather than clip->id which
8267         makes no sense.
8268         Identify a clip by its track and start time and not its xml id.
8269         do some more input checking and make sure we don't do undefined shifts.
8270
8271         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8272         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8273         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8274         (push_clip), (push_empty_clip), (check_output_clip),
8275         (GST_START_TEST), (cmmldec_suite):
8276         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8277         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8278         (check_headers), (push_clip), (check_clip_times), (check_clip),
8279         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8280         Added some more checks.
8281
8282 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8283
8284         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8285         (gst_audio_panorama_set_property),
8286         (gst_audio_panorama_get_property),
8287         (gst_audio_panorama_transform_m2s_int),
8288         (gst_audio_panorama_transform_s2s_int),
8289         (gst_audio_panorama_transform_m2s_float),
8290         (gst_audio_panorama_transform_s2s_float):
8291         * gst/audiofxgood/audiopanorama.h:
8292         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8293           Make also the pan-property float (saves scaling and yields better
8294           resolution)
8295
8296 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8297
8298         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8299         (gst_audio_panorama_transform_m2s_float),
8300         (gst_audio_panorama_transform_s2s_float):
8301           ChangeLog surgery to add cymax's real name
8302
8303
8304 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8305
8306         Patch by: René Stadler <mail@renestadler.de>
8307
8308         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8309         (gst_audio_panorama_transform_m2s_int),
8310         (gst_audio_panorama_transform_s2s_int),
8311         (gst_audio_panorama_transform_m2s_float),
8312         (gst_audio_panorama_transform_s2s_float),
8313         (gst_audio_panorama_transform):
8314         * gst/audiofxgood/audiopanorama.h:
8315           Added float support
8316
8317 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8318
8319         * gst/audiofxgood/audiopanorama.c:
8320         (gst_audio_panorama_transform_m2s):
8321           Fix docs & debug category. Add Fixme for volume pan levels.
8322
8323 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8324
8325         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8326         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8327         (gst_avi_demux_stream_header_pull),
8328         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8329         (gst_avi_demux_chain):
8330           unbreak AVI index handling, some more debug, remove an obsolete
8331           adapter_flush that caused streaming to wander off in the wild
8332
8333 2006-08-24  Wim Taymans  <wim@fluendo.com>
8334
8335         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8336         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8337         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8338         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8339         (gst_avi_demux_calculate_durations_from_index),
8340         (gst_avi_demux_stream_header_push),
8341         (gst_avi_demux_stream_header_pull):
8342         * gst/avi/gstavidemux.h:
8343         Some more cleanups. 
8344         Fix totalFrames parsing in ODML.
8345         Disable use of index for length calculation in case of ODML as this is
8346         broken now.
8347
8348 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8349
8350         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8351           Use libgsttag helper function here too.
8352
8353 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8354
8355         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8356         (gst_avi_demux_init), (gst_avi_demux_dispose),
8357         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8358         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8359         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8360         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8361         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8362         (gst_avi_demux_parse_subindex),
8363         (gst_avi_demux_read_subindexes_push),
8364         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8365         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8366         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8367         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8368         (gst_avi_demux_stream_header_pull),
8369         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8370         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8371         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8372         (gst_avi_demux_change_state):
8373         * gst/avi/gstavidemux.h:
8374           Initial streaming support for avidemux (fixes #336465)
8375
8376 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8377
8378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8379           There is no taglibmux element ...
8380
8381         * gst/rtsp/gstrtspsrc.c:
8382           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8383           was complaining about unknown entity here.
8384
8385 2006-08-22  Wim Taymans  <wim@fluendo.com>
8386
8387         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8388         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8389         (gst_avi_demux_process_next_entry):
8390         * gst/avi/gstavidemux.h:
8391         Mark DISCONT.
8392         Remove old unused fields and reorder the struct a bit.
8393
8394 2006-08-22  Wim Taymans  <wim@fluendo.com>
8395
8396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8397         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8398         (gst_rtspsrc_pause):
8399         * gst/rtsp/gstrtspsrc.h:
8400         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8401         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8402         Small documentation updates.
8403
8404 2006-08-22  Wim Taymans  <wim@fluendo.com>
8405
8406         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8407         (gst_avi_demux_index_entry_for_time),
8408         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8409         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8410         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8411         (gst_avi_demux_next_data_buffer),
8412         (gst_avi_demux_calculate_durations_from_index),
8413         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8414         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8415         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8416         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8417         * gst/avi/gstavidemux.h:
8418         Precalc most of the duration query for each stream.
8419         Make seeking more correct.
8420         Use GstSegment to track position and duration.
8421         Code cleanups and leak fixes.
8422         Calculate correct total duration based on index length.
8423
8424 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8425
8426         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8427         (parse_insert_string_field):
8428           If strings in text fields are marked ISO8859-1, but contain
8429           valid UTF-8 already, then handle them as UTF-8 and ignore
8430           the encoding. (#351794)
8431
8432 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8433
8434         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8435         (gst_flac_dec_write), (gst_flac_dec_loop),
8436         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8437         (gst_flac_dec_src_query):
8438         * ext/flac/gstflacdec.h:
8439           Make flac-in-ogg work (#352100).
8440
8441 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8442
8443         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8444           Don't unref buffers of which we've already given away
8445           ownership to the adapter.
8446
8447 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8448
8449         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8450           Make metadata extraction actually work.
8451
8452         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8453         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8454         (gst_speexenc_chain):
8455           Fix metadata writing: replace old code which wrote completely
8456           broken tags with libgsttag-based code. Plus miscellaneous
8457           code cleanups (use static pad templates etc.) and a bunch
8458           of leak fixes.
8459
8460 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8461
8462         * gst/audiopanorama/.cvsignore:
8463         * gst/audiopanorama/Makefile.am:
8464         * gst/audiopanorama/audiofx.c:
8465         * gst/audiopanorama/audiopanorama.c:
8466         * gst/audiopanorama/audiopanorama.h:
8467           die! die! die! you should never have been there
8468
8469 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8470
8471         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8472         Fix invalid memory access in audiopanorama test suite.
8473
8474 2006-08-21  Edward Hervey  <edward@fluendo.com>
8475
8476         * tests/check/elements/.cvsignore:
8477         ignore built file
8478
8479 2006-08-21  Wim Taymans  <wim@fluendo.com>
8480
8481         * gst/rtp/Makefile.am:
8482         Fix the build again.
8483
8484 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8485
8486         * gst/audiofxgood/.cvsignore:
8487         * gst/audiofxgood/Makefile.am:
8488         * gst/audiofxgood/audiofx.c: (plugin_init):
8489         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8490         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8491         (gst_audio_panorama_set_property),
8492         (gst_audio_panorama_get_property),
8493         (gst_audio_panorama_get_unit_size),
8494         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8495         (gst_audio_panorama_transform_m2s),
8496         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8497         * gst/audiofxgood/audiopanorama.h:
8498           resubmit with the desired name *again*
8499
8500 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8501
8502         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8503         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8504           use g_assert in _get_unit_size
8505
8506 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8507
8508         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8509         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8510         * docs/plugins/inspect/plugin-audiofxgood.xml:
8511           cleanup -unused.txt to make it useful, add previously missing docs
8512
8513         * ext/Makefile.am:
8514           Quietly (accidentally) enable LADSPA for building by default, 
8515           despite the fact that it doesn't meet the plugin checklist.
8516             -- Added by Jan Schmidt 18 Dec 2006
8517
8518         * ext/esd/esdmon.c:
8519         * ext/esd/esdsink.c:
8520         * ext/esd/gstesd.c: (plugin_init):
8521           reflow to get rid of two external symbols
8522
8523         * gst/audiofxgood/audiofx.c: (plugin_init):
8524           re-add
8525
8526 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8527
8528         * configure.ac:
8529         * gst/audiofxgood/.cvsignore:
8530         * gst/audiofxgood/Makefile.am:
8531         * gst/audiofxgood/audiofx.c
8532         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8533         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8534         (gst_audio_panorama_set_property),
8535         (gst_audio_panorama_get_property),
8536         (gst_audio_panorama_get_unit_size),
8537         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8538         (gst_audio_panorama_transform_m2s),
8539         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8540         * gst/audiofxgood/audiopanorama.h:
8541         * tests/check/Makefile.am:
8542         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8543         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8544         (panorama_suite), (main):
8545         Add audiofxgood plugin with audiopanorama element
8546
8547 2006-08-18  Wim Taymans  <wim@fluendo.com>
8548
8549         * docs/plugins/Makefile.am:
8550         More Oss docs fixage. 
8551
8552 2006-08-18  Wim Taymans  <wim@fluendo.com>
8553
8554         * gst/rtp/Makefile.am:
8555         * gst/rtp/gstrtp.c: (plugin_init):
8556         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8557         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8558         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8559         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8560         (gst_rtp_sv3v_depay_get_property),
8561         (gst_rtp_sv3v_depay_change_state),
8562         (gst_rtp_sv3v_depay_plugin_init):
8563         * gst/rtp/gstrtpsv3vdepay.h:
8564         Added experimental SVQ3 depayloader.
8565
8566 2006-08-18  Edward Hervey  <edward@fluendo.com>
8567
8568         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8569         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8570         * ext/dv/gstdvdemux.h:
8571         When handling seek requests, don't send the newsegment event from the
8572         calling thread. Instead save it so it can be sent from the streaming
8573         thread.
8574
8575 2006-08-17  Wim Taymans  <wim@fluendo.com>
8576
8577         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8578
8579         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8580         Accept leading whitespace before the boundary
8581         This patch makes the demuxer allow some whitespace before the actual
8582         boundary. This makes the demuxer work with the ``old'' gstreamer
8583         multipartmuxer again (which placed an extra \n before the start
8584         of the stream) Fixes #349068.
8585
8586 2006-08-17  Wim Taymans  <wim@fluendo.com>
8587
8588         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8589         Error out on non-implemented stuff.
8590
8591 2006-08-16  Wim Taymans  <wim@fluendo.com>
8592
8593         Patch by: Andy Wingo <wingo at pobox dot com>
8594
8595         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8596         (gst_signal_processor_start), (gst_signal_processor_stop),
8597         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8598         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8599         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8600         (gst_signal_processor_change_state):
8601         Make ladspa elements reusable. Fixes #350006.
8602
8603 2006-08-16  Wim Taymans  <wim@fluendo.com>
8604
8605         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8606         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8607         names as possible. Fixes #349901.
8608
8609 2006-08-16  Wim Taymans  <wim@fluendo.com>
8610
8611         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8612         (gst_signal_processor_do_pushes):
8613         A push() gives away our refcount so we should not use the buffer on the
8614         pen anymore.
8615
8616 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8617
8618         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8619         (gst_oss_mixer_element_finalize):
8620           Don't leak device string.
8621
8622 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8623
8624         * configure.ac:
8625           Require CVS of GStreamer core and -base (for
8626           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8627
8628         * ext/taglib/gstid3v2mux.cc:
8629           Write extended comment tags properly (#348762).
8630
8631         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8632         (parse_comment_frame):
8633           Extract COMM frames into extended comments, which makes it
8634           easier to properly retain the description bit of the tag
8635           and maintain this information when re-tagging (#348762).
8636
8637 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8638
8639         * tests/check/Makefile.am:
8640           Don't try to run annodex unit tests if the annodex
8641           plugin has not been built (Fixes #351116).
8642
8643 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8644
8645         * gst/autodetect/gstautoaudiosink.c:
8646         (gst_auto_audio_sink_find_best):
8647           When we can't find a usable audiosink, don't error out,
8648           but use a fake sink instead and post a warning message
8649           on the bus (#341278).
8650
8651 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8652
8653         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8654         * sys/oss/gstosssink.c:
8655         * sys/oss/gstosssrc.c:
8656           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8657           ossmixer's new device property.
8658
8659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8661           Add docs for OSS elements.
8662
8663         * docs/plugins/inspect/plugin-aasink.xml:
8664         * docs/plugins/inspect/plugin-alaw.xml:
8665         * docs/plugins/inspect/plugin-alpha.xml:
8666         * docs/plugins/inspect/plugin-alphacolor.xml:
8667         * docs/plugins/inspect/plugin-annodex.xml:
8668         * docs/plugins/inspect/plugin-apetag.xml:
8669         * docs/plugins/inspect/plugin-auparse.xml:
8670         * docs/plugins/inspect/plugin-autodetect.xml:
8671         * docs/plugins/inspect/plugin-avi.xml:
8672         * docs/plugins/inspect/plugin-cacasink.xml:
8673         * docs/plugins/inspect/plugin-cairo.xml:
8674         * docs/plugins/inspect/plugin-cdio.xml:
8675         * docs/plugins/inspect/plugin-cutter.xml:
8676         * docs/plugins/inspect/plugin-debug.xml:
8677         * docs/plugins/inspect/plugin-dv.xml:
8678         * docs/plugins/inspect/plugin-efence.xml:
8679         * docs/plugins/inspect/plugin-effectv.xml:
8680         * docs/plugins/inspect/plugin-esdsink.xml:
8681         * docs/plugins/inspect/plugin-flac.xml:
8682         * docs/plugins/inspect/plugin-flxdec.xml:
8683         * docs/plugins/inspect/plugin-gconfelements.xml:
8684         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8685         * docs/plugins/inspect/plugin-goom.xml:
8686         * docs/plugins/inspect/plugin-halelements.xml:
8687         * docs/plugins/inspect/plugin-icydemux.xml:
8688         * docs/plugins/inspect/plugin-id3demux.xml:
8689         * docs/plugins/inspect/plugin-jpeg.xml:
8690         * docs/plugins/inspect/plugin-level.xml:
8691         * docs/plugins/inspect/plugin-matroska.xml:
8692         * docs/plugins/inspect/plugin-mulaw.xml:
8693         * docs/plugins/inspect/plugin-multipart.xml:
8694         * docs/plugins/inspect/plugin-navigationtest.xml:
8695         * docs/plugins/inspect/plugin-ossaudio.xml:
8696         * docs/plugins/inspect/plugin-png.xml:
8697         * docs/plugins/inspect/plugin-rtp.xml:
8698         * docs/plugins/inspect/plugin-rtsp.xml:
8699         * docs/plugins/inspect/plugin-shout2send.xml:
8700         * docs/plugins/inspect/plugin-smpte.xml:
8701         * docs/plugins/inspect/plugin-speex.xml:
8702         * docs/plugins/inspect/plugin-taglib.xml:
8703         * docs/plugins/inspect/plugin-udp.xml:
8704         * docs/plugins/inspect/plugin-videobalance.xml:
8705         * docs/plugins/inspect/plugin-videobox.xml:
8706         * docs/plugins/inspect/plugin-videoflip.xml:
8707         * docs/plugins/inspect/plugin-videomixer.xml:
8708         * docs/plugins/inspect/plugin-wavenc.xml:
8709         * docs/plugins/inspect/plugin-wavparse.xml:
8710         * docs/plugins/inspect/plugin-ximagesrc.xml:
8711           Update to CVS version.
8712           
8713 2006-08-16  Wim Taymans  <wim@fluendo.com>
8714
8715         * gst/rtp/gstrtpamrdepay.c:
8716         * gst/rtp/gstrtpmp4gdepay.c:
8717         Caps extra properties must be defined as strings for
8718         depayloaders because they are generated from an SDP.
8719
8720         * gst/rtp/Makefile.am:
8721         * gst/rtp/gstrtp.c: (plugin_init):
8722         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8723         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8724         (gst_rtp_h264_depay_finalize), (decode_base64),
8725         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8726         (gst_rtp_h264_depay_set_property),
8727         (gst_rtp_h264_depay_get_property),
8728         (gst_rtp_h264_depay_change_state),
8729         (gst_rtp_h264_depay_plugin_init):
8730         * gst/rtp/gstrtph264depay.h:
8731         Added basic, not completely functional RFC 3984 H264 depayloader.
8732
8733 2006-08-16  Wim Taymans  <wim@fluendo.com>
8734
8735         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8736         Add pads after setting them up.
8737
8738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8739         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8740         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8741         (gst_rtspsrc_stream_setup_rtp),
8742         (gst_rtspsrc_stream_configure_transport),
8743         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8744         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8745         (gst_rtspsrc_pause):
8746         * gst/rtsp/gstrtspsrc.h:
8747         Fix interleaved mode.
8748          - Protect streaming with lock.
8749          - Combine flows
8750          - set caps on outgoing buffers.
8751          - strip trailing \0 from data packets.
8752          - Configure RTP/RTCP in stream.
8753         Use DEBUG_OBJECT more.
8754
8755 2006-08-16  Wim Taymans  <wim@fluendo.com>
8756
8757         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8758         Turn a g_print into a DEBUG line.
8759
8760 2006-08-13  Wim Taymans  <wim@fluendo.com>
8761
8762         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8763         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8764         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8765         (gst_oss_mixer_element_get_property),
8766         (gst_oss_mixer_element_change_state):
8767         * sys/oss/gstossmixerelement.h:
8768         Small cleanups. Better error reporting.
8769         Add device property for the mixer instead of the hardcoded
8770         /dev/mixer. Fixes #350785.
8771         API: GstOssMixerElement::device property
8772
8773 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         Patch by: Jens Granseuer <jensgr at gmx net>
8776
8777         * gconf/Makefile.am:
8778           Make --disable-schemas work right (they still need
8779           to be copied to the installation directory, just not
8780           applied). Fixes #351347 (also #344100).
8781           
8782 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8783
8784         * configure.ac: back to HEAD
8785
8786 === release 0.10.4 ===
8787
8788 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8789
8790         * configure.ac:
8791           releasing 0.10.4, "Dear Leader"
8792
8793 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8794
8795         Patch by: Edward Hervey <edward@fluendo.com>
8796
8797         * configure.ac:
8798         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8799         (gst_wavparse_stream_data):
8800         Send the newsegment event in the streaming thread.
8801         Fixes #347529
8802
8803 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8804
8805         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8806         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8807         (gst_smokeenc_resync), (gst_smokeenc_chain):
8808           Refuse sink caps in the encoder if width or height is not a
8809           multiple of 16, the encoder does not support that yet (#349939);
8810           along the same lines, check the return value of the encoder
8811           setup function; also remove some debug log clutter.
8812
8813 2006-08-04  Andy Wingo  <wingo@pobox.com>
8814
8815         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8816         whether a processor can work in place or not, and for keeping
8817         track of its state. Change the FlowReturn instance variable from
8818         "state" to "flow_state", all callers changed.
8819
8820         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8821         (gst_signal_processor_start, gst_signal_processor_stop)
8822         (gst_signal_processor_cleanup): New functions to manage the
8823         processor's state.
8824         (gst_signal_processor_setcaps): start() as well as setup() here.
8825         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8826         (gst_signal_processor_change_state): Stop and cleanup the
8827         processor as we go to NULL.
8828
8829         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8830         INPLACE_BROKEN is not set.
8831
8832         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8833         Do the alloc_buffer in bytes, not frames.
8834         
8835 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8836
8837         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8838         Fix rgb masks when recording in < 24bpp.
8839
8840 2006-08-04  Andy Wingo  <wingo@pobox.com>
8841
8842         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8843         (gst_signal_processor_prepare)
8844         (gst_signal_processor_update_inputs)
8845         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8846         (gst_signal_processor_flush)
8847         (gst_signal_processor_sink_activate_push)
8848         (gst_signal_processor_src_activate_pull)
8849         (gst_signal_processor_change_state): Remove the last of the code
8850         that assumes that we process whole buffers at a time. Fix some
8851         debugging. Seems to work now in some cases.
8852         (gst_signal_processor_src_activate_pull): BPB
8853
8854 2006-08-01  Andy Wingo  <wingo@pobox.com>
8855
8856         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8857         Fix nframes-choosing.
8858         (gst_signal_processor_init): Init pending_in and pending_out.
8859
8860         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8861         more default sample rate, although we never check that the sample
8862         rate actually gets set. Something for the future.
8863         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8864         (gst_signal_processor_event): Refcount fixen.
8865         (gst_signal_processor_process): Pull the number of frames to
8866         process from the sizes of the buffers in the input pens.
8867         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8868         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8869         it instead of buffer_frames.
8870         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8871         to do_pulls.
8872         (gst_signal_processor_chain)
8873         (gst_signal_processor_sink_activate_push)
8874         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8875
8876         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8877
8878 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8879
8880         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8881         (gst_signal_processor_process):
8882           don't query buffer-frames from caps, add lots of debug-log,
8883           try fix for assert (#349189)
8884
8885 2006-07-31  Wim Taymans  <wim@fluendo.com>
8886
8887         * gst/udp/gstudpsrc.c:
8888         Fix docs.
8889
8890 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8891
8892         * ext/ladspa/gstsignalprocessor.c:
8893         (gst_signal_processor_add_pad_from_template),
8894         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8895         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8896         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8897         (gst_signal_processor_sink_activate_push),
8898         (gst_signal_processor_src_activate_pull),
8899         (gst_signal_processor_change_state):
8900          Add debugs logs here and there, add more error handling, add some
8901          FIXME comments, filed #349189
8902
8903 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8904
8905         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8906         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8907         Set caps on buffer correctly.  Fixes bug #349155.
8908
8909 2006-07-28  Wim Taymans  <wim@fluendo.com>
8910
8911         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8912
8913         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8914         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8915         (gst_multipart_demux_finalize), (get_line_end),
8916         (multipart_parse_header), (multipart_find_boundary),
8917         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8918         (gst_multipart_set_property), (gst_multipart_get_property):
8919         Uses GstAdapter instead of own buffering.
8920         Actually parses the mime-type correctly (In tests the mime-type was
8921         always "" with the old version).
8922         Uses the Content-length header if available to speed up things.
8923         Reliably autoscans the boundary name by default.
8924         Fixes #349068.
8925
8926         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8927         Don't start the stream with a \n.
8928
8929 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8930
8931         Patch by: Brian Cameron <brian dot cameron at sun com>
8932
8933         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8934           Open source with O_NONBLOCK (#349015).
8935
8936 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8937
8938         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8939         (gst_avi_demux_massage_index):
8940         * gst/avi/gstavidemux.h:
8941           Whitespace fixes and more debug
8942
8943 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8944
8945         * gst/autodetect/gstautoaudiosink.c:
8946         (gst_auto_audio_sink_create_element_with_pretty_name),
8947         (gst_auto_audio_sink_find_best),
8948         (gst_auto_audio_sink_change_state):
8949           Get rid of old and unused magic sound-server properties stuff.
8950           Add suffix to child sink's name that makes it easy to see from
8951           the name alone which type it actually is (alsa, oss, esd, etc.).
8952
8953 2006-07-27  Wim Taymans  <wim@fluendo.com>
8954
8955         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8956         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8957         (gst_udpsrc_start):
8958         * gst/udp/gstudpsrc.h:
8959         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8960         not some sort of feature we enable.
8961
8962 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8963
8964         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8965           Use CLOSE_SOCKET() here instead of close() to maintain
8966           win32 workiness.
8967
8968 2006-07-27  Wim Taymans  <wim@fluendo.com>
8969
8970         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8971
8972         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8973         (gst_udpsrc_create), (gst_udpsrc_set_property),
8974         (gst_udpsrc_get_property), (gst_udpsrc_start):
8975         * gst/udp/gstudpsrc.h:
8976         Added "buffer-size" property to control the kernel receive buffer size.
8977         Update documentation.
8978         Small cleanups. Fixes #348752.
8979         API: buffer-size property
8980
8981 2006-07-26  Wim Taymans  <wim@fluendo.com>
8982
8983         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8984
8985         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8986         (gst_rtp_pcma_pay_handle_buffer):
8987         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8988         (gst_rtp_pcmu_pay_handle_buffer):
8989         Fix timestamp calculation on outgoing RTP packets.
8990         Fixes #348675.
8991
8992 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * ext/taglib/gstid3v2mux.cc:
8995           Fix writing of comment frames (should be COMM not TCOM),
8996           is still sub-optimal though, since we don't retain or
8997           extract the comment descriptions properly (#334375,
8998           also see #334375).
8999
9000 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9001
9002         * gst/wavparse/gstwavparse.c:
9003           #define 'fact' RIFF chunk if we are not compiling against
9004           -base CVS (we don't want to depend on -base CVS for this
9005           one define only, and also not for release order reasons).
9006
9007 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9008
9009         * ext/taglib/gstid3v2mux.cc:
9010           Handle multiple tags of the same type properly. Re-inject
9011           unparsed ID3v2 frames that we get as binary blobs from
9012           id3demux into the tag again so we don't lose information
9013           when retagging (#334375).
9014
9015 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9018           Document newly-added properties properly, so that there is a
9019           'Since: 0.10.4' in the plugin docs. Convert some property
9020           names into canonical GObject style (GObject will do that
9021           internally anyway).
9022
9023 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9024
9025         * gst/id3demux/id3tags.c:
9026         (id3demux_add_id3v2_frame_blob_to_taglist):
9027           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9028           well, and add the version to the blob's buffer caps, since that
9029           information will be needed for deserialisation later on (#348644).
9030
9031 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9032
9033         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9034         (gst_avi_demux_parse_stream):
9035          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9036          indentation and spacing.
9037
9038 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9039
9040         * docs/plugins/Makefile.am:
9041         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9043         * docs/plugins/gst-plugins-good-plugins.args:
9044         * docs/plugins/inspect/plugin-1394.xml:
9045         * docs/plugins/inspect/plugin-aasink.xml:
9046         * docs/plugins/inspect/plugin-alaw.xml:
9047         * docs/plugins/inspect/plugin-alpha.xml:
9048         * docs/plugins/inspect/plugin-alphacolor.xml:
9049         * docs/plugins/inspect/plugin-annodex.xml:
9050         * docs/plugins/inspect/plugin-apetag.xml:
9051         * docs/plugins/inspect/plugin-auparse.xml:
9052         * docs/plugins/inspect/plugin-autodetect.xml:
9053         * docs/plugins/inspect/plugin-avi.xml:
9054         * docs/plugins/inspect/plugin-cacasink.xml:
9055         * docs/plugins/inspect/plugin-cairo.xml:
9056         * docs/plugins/inspect/plugin-cdio.xml:
9057         * docs/plugins/inspect/plugin-cutter.xml:
9058         * docs/plugins/inspect/plugin-debug.xml:
9059         * docs/plugins/inspect/plugin-dv.xml:
9060         * docs/plugins/inspect/plugin-efence.xml:
9061         * docs/plugins/inspect/plugin-effectv.xml:
9062         * docs/plugins/inspect/plugin-esdsink.xml:
9063         * docs/plugins/inspect/plugin-flac.xml:
9064         * docs/plugins/inspect/plugin-flxdec.xml:
9065         * docs/plugins/inspect/plugin-gconfelements.xml:
9066         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9067         * docs/plugins/inspect/plugin-goom.xml:
9068         * docs/plugins/inspect/plugin-halelements.xml:
9069         * docs/plugins/inspect/plugin-icydemux.xml:
9070         * docs/plugins/inspect/plugin-id3demux.xml:
9071         * docs/plugins/inspect/plugin-jpeg.xml:
9072         * docs/plugins/inspect/plugin-level.xml:
9073         * docs/plugins/inspect/plugin-matroska.xml:
9074         * docs/plugins/inspect/plugin-mulaw.xml:
9075         * docs/plugins/inspect/plugin-multipart.xml:
9076         * docs/plugins/inspect/plugin-navigationtest.xml:
9077         * docs/plugins/inspect/plugin-ossaudio.xml:
9078         * docs/plugins/inspect/plugin-png.xml:
9079         * docs/plugins/inspect/plugin-rtp.xml:
9080         * docs/plugins/inspect/plugin-rtsp.xml:
9081         * docs/plugins/inspect/plugin-shout2send.xml:
9082         * docs/plugins/inspect/plugin-smpte.xml:
9083         * docs/plugins/inspect/plugin-speex.xml:
9084         * docs/plugins/inspect/plugin-udp.xml:
9085         * docs/plugins/inspect/plugin-videobalance.xml:
9086         * docs/plugins/inspect/plugin-videobox.xml:
9087         * docs/plugins/inspect/plugin-videoflip.xml:
9088         * docs/plugins/inspect/plugin-videomixer.xml:
9089         * docs/plugins/inspect/plugin-wavenc.xml:
9090         * docs/plugins/inspect/plugin-wavparse.xml:
9091         * docs/plugins/inspect/plugin-ximagesrc.xml:
9092           Update files to CVS/Prerelease version, add esdsink docs.
9093
9094         * ext/esd/esdsink.c:
9095           Add gtk-doc blurb.
9096
9097         * gst/rtp/gstrtpmp4vpay.c:
9098           Fix typo in element description.
9099
9100 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9101
9102         * ext/esd/esdsink.c: (gst_esdsink_open),
9103         (gst_esdsink_factory_init):
9104           Prevent libesd from auto-spawning a sound daemon if it
9105           is not already running. Now that we don't do evil stuff
9106           like that any longer we can give esdsink a rank so that
9107           autoaudiosink will try it as well if all other audio
9108           sinks fail (#343051).
9109
9110 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9111
9112         * ext/esd/Makefile.am:
9113           Oops, need to remove README from EXTRA_DIST as well.
9114
9115 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9116
9117         * ext/esd/README:
9118           Remove, it contains nothing useful anyway.
9119
9120         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9121         (gst_esdsink_delay):
9122           Some small clean-ups; use GST_BOILERPLATE etc.
9123
9124 2006-07-24  Wim Taymans  <wim@fluendo.com>
9125
9126         * gst/law/alaw-decode.c: (alawdec_getcaps):
9127         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9128         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9129         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9130         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9131
9132 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9133
9134         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9135         (gst_wavparse_other), (gst_wavparse_perform_seek),
9136         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9137         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9138         (gst_wavparse_pad_query):
9139         * gst/wavparse/gstwavparse.h:
9140           Use information from 'fact' chunk for length calculation of compressed
9141           samples. Calculate bps if bogus value is found in wav header (embeded
9142           mp2/mp3).
9143           
9144
9145 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9148
9149         * configure.ac:
9150         * gst/udp/Makefile.am:
9151         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9152         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9153         * gst/udp/gstdynudpsink.h:
9154         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9155         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9156         * gst/udp/gstmultiudpsink.h:
9157         * gst/udp/gstudp.c: (plugin_init):
9158         * gst/udp/gstudpsink.h:
9159         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9160         (gst_udpsrc_start), (gst_udpsrc_stop):
9161         * gst/udp/gstudpsrc.h:
9162         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9163         (gst_udp_net_utils_win32_wsa_startup):
9164         * gst/udp/gstudpnetutils.h:
9165           Port udp plugin to win32 (#345288).
9166
9167 2006-07-24  Wim Taymans  <wim@fluendo.com>
9168
9169         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9170         Remove unwanted DEBUG line.
9171
9172 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9173
9174         * gst/id3demux/gstid3demux.c: (plugin_init):
9175         * gst/id3demux/id3tags.c:
9176         (id3demux_add_id3v2_frame_blob_to_taglist):
9177         * gst/id3demux/id3tags.h:
9178           On second thought, it might be wiser and more efficient
9179           not to do tag registration from a streaming thread.
9180
9181 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst/id3demux/id3tags.c:
9184         (id3demux_add_id3v2_frame_blob_to_taglist),
9185         (id3demux_id3v2_frames_to_tag_list):
9186           Put ID3v2 frames we can't parse as binary blobs into private
9187           tags, so that they are not lost when retagging, at least once
9188           id3v2mux has been taught to re-inject those frames again.
9189           See bug #334375.
9190
9191 2006-07-21  Wim Taymans  <wim@fluendo.com>
9192
9193         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9194         (gst_avi_demux_process_next_entry):
9195         Fix some leaks.
9196
9197         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9198         Don't use \n in debug lines.
9199
9200 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9201
9202         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9203         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9204           Add annodex and icydemux, cleanup the sections a bit
9205
9206 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9207
9208         Patch by: Alex Lancaster <alexl at users sourceforge net>
9209
9210         * ext/taglib/gstid3v2mux.cc:
9211           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9212           ID3v2 TSSE frames (#347898).
9213
9214 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9215
9216         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9217           Respect mpegversion for "video/mpeg" and give message in case of
9218           unhandled versions.
9219
9220 2006-07-17  Wim Taymans  <wim@fluendo.com>
9221
9222         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9223         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9224         (gst_pngdec_chain), (gst_pngdec_sink_event),
9225         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9226         (gst_pngdec_sink_activate_push):
9227         * ext/libpng/gstpngdec.h:
9228         Use statically allocated segment instead of leaking.
9229         Various cleanups.
9230         Fix flush and seek handling.
9231
9232 2006-07-16  Wim Taymans  <wim@fluendo.com>
9233
9234         * gst/rtp/Makefile.am:
9235         * gst/rtp/gstrtp.c: (plugin_init):
9236         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9237         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9238         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9239         (gst_rtp_mp4g_depay_set_property),
9240         (gst_rtp_mp4g_depay_get_property),
9241         (gst_rtp_mp4g_depay_change_state),
9242         (gst_rtp_mp4g_depay_plugin_init):
9243         * gst/rtp/gstrtpmp4gdepay.h:
9244         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9245         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9246         (gst_rtp_mp4g_pay_flush):
9247         Added simple generic mpeg4 depayloader.
9248         Fix generic mpeg4 payloader.
9249
9250 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9253           Don't try doing state changes on a NULL pointer.
9254
9255 2006-07-14  Wim Taymans  <wim@fluendo.com>
9256
9257         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9258
9259         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9260         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9261         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9262         * gst/rtp/gstrtpamrdepay.h:
9263         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9264         Fixes #321191
9265
9266 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9267
9268         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9269         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9270         Fix segfault when moving mouse pointer to the bottom right corner.
9271
9272 2006-07-12  Wim Taymans  <wim@fluendo.com>
9273
9274         * gst/rtp/Makefile.am:
9275         * gst/rtp/gstrtp.c: (plugin_init):
9276         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9277         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9278         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9279         (gst_rtp_mp2t_depay_set_property),
9280         (gst_rtp_mp2t_depay_get_property),
9281         (gst_rtp_mp2t_depay_change_state),
9282         (gst_rtp_mp2t_depay_plugin_init):
9283         * gst/rtp/gstrtpmp2tdepay.h:
9284         Added mpeg2 TS depayloader. Closing #347234.
9285
9286 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9287
9288         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9289           Remove g_assert that shouldn't be there and was triggered
9290           after trying to open a device that doesn't exist or can't
9291           be opened for some other reason (#347972).
9292
9293 2006-07-10  Edward Hervey  <edward@fluendo.com>
9294
9295         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9296         (gst_avi_demux_stream_header), (push_tag_lists):
9297         * gst/avi/gstavidemux.h:
9298         Don't push tag events found by gst_riff_parse_info() before outputting
9299         GST_EVENT_NEWSEGMENT.
9300
9301 2006-07-10  Wim Taymans  <wim@fluendo.com>
9302
9303         * gst/rtsp/Makefile.am:
9304         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9305         (rtsp_connection_close):
9306         * gst/rtsp/rtspdefs.h:
9307         replaced closesocket and close in code with one CLOSE_SOCKET. 
9308         Some more cleanups. Fixes #345301.
9309
9310 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9311
9312         * gst/autodetect/gstautoaudiosink.c:
9313           Fix example pipeline in docs.
9314
9315 2006-07-10  Wim Taymans  <wim@fluendo.com>
9316
9317         Patch by: Rob Taylor <robtaylor at floopily dot org>
9318
9319         * gst/udp/gstmultiudpsink.c: (join_multicast),
9320         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9321         If a destination is added before the stream is set to PAUSED, the
9322         multicast group is not joined as the socket is not created yet. 
9323         Also TTL and LOOP should also be set. Fixes #346921.
9324
9325 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9326
9327         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9328         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9329         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9330         (gst_ximage_src_init):
9331         * sys/ximage/gstximagesrc.h:
9332         Fix use-damage property to actually work :)
9333         Add startx, starty, endx, endy properties so screencasts other than full
9334         screen ones can work.
9335
9336 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9337
9338         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9339         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9340         (gst_ximage_src_class_init), (gst_ximage_src_init):
9341         * sys/ximage/gstximagesrc.h:
9342         Add use_damage property to offer ability to choose whether to use
9343         XDamage or not.
9344
9345 2006-07-07  Wim Taymans  <wim@fluendo.com>
9346
9347         * gst/goom/filters.c: (zoomFilterSetResolution):
9348         Avoid goom coredumping by clearing memory. 
9349         Fixes 345679.
9350
9351 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9352
9353         * win32/vs6/libgstid3demux.dsp:
9354         Add a link to libgsttag-0.10.lib.
9355
9356 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9359         (gst_tag_demux_read_range):
9360         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9361         (gst_id3demux_read_range):
9362           Don't return FLOW_UNEXPECTED when a buffer is before
9363           the start of the stream (which might happen with
9364           large ID3v2 tags if the tag reading was done pullrange
9365           based and we then switched to push mode later on).
9366           Fixes regression introduced by commit from June 29th.
9367
9368 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         * ext/taglib/gstid3v2mux.cc:
9371           Make UTF-8 the default encoding when writing string
9372           tags (before, our UTF-8 strings would automatically
9373           be converted to ISO-8859-1 by taglib and written as
9374           ISO-8859-1 fields if that was possible).
9375
9376         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9377         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9378         (test_taglib_id3mux_with_tags):
9379           Add test case that makes sure our UTF-8 strings have
9380           actually been written into the tag as UTF-8.
9381
9382 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * configure.ac:
9385           Let's try that again.
9386
9387 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9388
9389         * configure.ac:
9390           Disable monoscope plugin for now until it fulfills
9391           all the requirements.
9392
9393 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9394
9395         * configure.ac:
9396         * gst/monoscope/Makefile.am:
9397         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9398         (gst_monoscope_class_init), (gst_monoscope_init),
9399         (gst_monoscope_finalize), (gst_monoscope_reset),
9400         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9401         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9402         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9403         (gst_monoscope_change_state), (plugin_init):
9404         * gst/monoscope/gstmonoscope.h:
9405           Port monoscope visualisation to 0.10.
9406
9407 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9408
9409         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9410         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9411           Return FLOW_UNEXPECTED when at the end of the file, not
9412           FLOW_ERROR. Fixes 'internal stream error' errors that
9413           would sometimes occur in totem when scrubbing to the
9414           end of an ID3v1 tagged mp3 file.
9415
9416 2006-07-03  Edward Hervey  <edward@fluendo.com>
9417
9418         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9419         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9420         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9421         * ext/libpng/gstpngdec.h:
9422         Implement buffer clipping/dropping using GstSegment.
9423         This provides accurate seeking.
9424
9425 2006-07-03  Edward Hervey  <edward@fluendo.com>
9426
9427         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9428         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9429         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9430         (gst_avi_demux_process_next_entry), (push_tag_lists),
9431         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9432         * gst/avi/gstavidemux.h:
9433         Proper aggregation of each stream's GstFlowReturn in order to figure out
9434         whether the task should stop or not.
9435         Don't send inline events before pushing out a NEW_SEGMENT, more
9436         specifically for GST_TAG_EVENT.
9437         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9438         sub-indexes.
9439
9440 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9443
9444         * sys/sunaudio/gstsunaudiomixerctrl.c:
9445         (gst_sunaudiomixer_ctrl_build_list):
9446           Move "Monitor" slider to input tab so it works more like
9447           sdtaudiocontrol, which is what people on Solaris are used
9448           to using for their mixer program (#346259).
9449
9450 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9451
9452         * tests/check/elements/level.c: (GST_START_TEST):
9453           fix a leak, clean up at the end
9454
9455 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9456
9457         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9458         (gst_matroska_demux_send_event),
9459         (gst_matroska_demux_loop_stream_parse_id):
9460         * gst/matroska/matroska-ids.h:
9461           Send tag event after newsegment event.
9462
9463 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9466         (gst_id3demux_read_range):
9467           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9468           certain cases where a read beyond the end of the file is
9469           requested. Fixes #345930.
9470
9471         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9472         (gst_tag_demux_read_range):
9473           Fix same issue here as well.
9474
9475 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9476
9477         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9478         
9479         Fix hypothetical crash.
9480
9481 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9482
9483         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9484
9485         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9486           Do not modify the ports value. If the user has turned off the
9487           built-in speakers, then we should not reset it in the prepare
9488           function, since this causes the built-in speakers to turn
9489           back on anytime the user changes a track in totem, rhythmbox,
9490           etc. (#346066).
9491
9492 2006-06-23  Wim Taymans  <wim@fluendo.com>
9493
9494         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9495         Fix double caps unref when negotiation fails.
9496
9497 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         * ext/annodex/gstcmmldec.c:
9500         * ext/annodex/gstcmmlenc.c:
9501         * ext/annodex/gstcmmlparser.c:
9502         * ext/dv/gstdvdec.c:
9503         * ext/dv/gstdvdemux.c:
9504         * ext/gdk_pixbuf/pixbufscale.c:
9505         * ext/jpeg/gstjpegenc.c:
9506         * ext/jpeg/gstsmokedec.c:
9507         * ext/jpeg/gstsmokeenc.c:
9508         * ext/libpng/gstpngdec.c:
9509         * ext/libpng/gstpngenc.c:
9510         * ext/speex/gstspeexenc.c:
9511         * gst/alpha/gstalphacolor.c:
9512         * gst/cutter/gstcutter.c:
9513         * gst/debug/gstnavigationtest.c:
9514         * gst/icydemux/gsticydemux.c:
9515         * gst/level/gstlevel.c:
9516         * gst/multipart/multipart.c:
9517         * gst/rtp/gstrtpamrpay.c:
9518         * gst/rtp/gstrtpdepay.c:
9519         * gst/rtp/gstrtpilbcpay.c:
9520         * gst/rtp/gstrtpmp4gpay.c:
9521         * gst/rtp/gstrtpmp4vpay.c:
9522         * gst/rtsp/gstrtpdec.c:
9523         * gst/rtsp/gstrtspsrc.c:
9524         * gst/udp/gstdynudpsink.c:
9525         * gst/udp/gstmultiudpsink.c:
9526         * gst/udp/gstudpsrc.c:
9527         * gst/videobox/gstvideobox.c:
9528         * gst/videofilter/gstvideoflip.c:
9529           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9530           plus two minor macro fixes.
9531
9532 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         * gst/matroska/matroska-demux.c:
9535         (gst_matroska_demux_check_subtitle_buffer),
9536         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9537         (gst_matroska_demux_subtitle_caps):
9538         * gst/matroska/matroska-ids.c:
9539         (gst_matroska_track_init_subtitle_context):
9540         * gst/matroska/matroska-ids.h:
9541           Try to fix up broken matroska files containing subtitle
9542           streams with non-UTF8 character encodings (courtesy of
9543           mkvmerge) using either the encoding specified in the
9544           GST_SUBTITLE_ENCODING environment variable or the
9545           current locale's character set if it is non-UTF8.
9546           Fixes #337076.
9547
9548 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9551           Set image type from APIC frame as "image-type" field
9552           of GST_TAG_IMAGE buffer caps (#344605).
9553
9554 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         * ext/flac/Makefile.am:
9557         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9558         (gst_flac_dec_reset_decoders),
9559         (gst_flac_dec_setup_seekable_decoder),
9560         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9561         (gst_flac_dec_metadata_callback),
9562         (gst_flac_dec_metadata_callback_seekable),
9563         (gst_flac_dec_metadata_callback_stream),
9564         (gst_flac_dec_error_callback),
9565         (gst_flac_dec_error_callback_seekable),
9566         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9567         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9568         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9569         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9570         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9571         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9572         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9573         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9574         (gst_flac_dec_sink_activate_push),
9575         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9576         * ext/flac/gstflacdec.h:
9577           Support chain-based operation, should make flac-over-DAAP
9578           work (#340492).
9579
9580 2006-06-20  Wim Taymans  <wim@fluendo.com>
9581
9582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9583         Doc updates, merge some unused symbols.
9584
9585 2006-06-20  Wim Taymans  <wim@fluendo.com>
9586
9587         * docs/plugins/Makefile.am:
9588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9590         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9591         * gst/rtsp/gstrtspsrc.c:
9592         * gst/rtsp/gstrtspsrc.h:
9593         Added documentation for the rtsp plugin. Fixes #345393.
9594
9595 2006-06-20  Wim Taymans  <wim@fluendo.com>
9596
9597         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9598         (rtsp_connection_close), (rtsp_connection_free):
9599         Use better G_OS_* macros. Fixes #345301 some more.
9600
9601 2006-06-20  Wim Taymans  <wim@fluendo.com>
9602
9603         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9604
9605         * sys/sunaudio/Makefile.am:
9606         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9607         * sys/sunaudio/gstsunaudiomixerctrl.c:
9608         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9609         (gst_sunaudiomixer_ctrl_list_tracks),
9610         (gst_sunaudiomixer_ctrl_get_volume),
9611         (gst_sunaudiomixer_ctrl_set_volume),
9612         (gst_sunaudiomixer_ctrl_set_mute),
9613         (gst_sunaudiomixer_ctrl_set_record):
9614         * sys/sunaudio/gstsunaudiomixerctrl.h:
9615         * sys/sunaudio/gstsunaudiomixertrack.c:
9616         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9617         * sys/sunaudio/gstsunaudiomixertrack.h:
9618         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9619         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9620         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9621         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9622         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9623         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9624         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9625         (gst_sunaudiosrc_reset):
9626         * sys/sunaudio/gstsunaudiosrc.h:
9627         Add a SunAudio source plugin.
9628         Support stereo and right/left channel gain in the mixer plugin.
9629         Support the RECORD flag so that you can switch between line-input and
9630         microphone in gnome-volume-control.
9631         Code cleanups like using an enumerator for track number instead of an 
9632         integer. Fixes #344923.
9633
9634 2006-06-20  Wim Taymans  <wim@fluendo.com>
9635
9636         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9637
9638         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9639         (rtsp_connection_close):
9640         Make RTSP plugin compile on windows. Fixes #345301.
9641         Some changes to original patch to catch errors better.
9642         use ifdef WIN32 instead of ifndef.
9643
9644 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9645
9646         * configure.ac:
9647         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9648
9649 2006-06-18  Edward Hervey  <edward@fluendo.com>
9650
9651         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9652         After a failed buffer alloc, we need to abort the jpeg decoding (it
9653         started when parsing headers to figure out how many bytes we need
9654         to request downstream).
9655
9656 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9657
9658         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9659
9660         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9661           Make sure we don't read beyond the end of the file (#345232).
9662
9663 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9664
9665         * configure.ac:
9666           Fix --disable-external (can't set conditionals conditionally,
9667           #343602).
9668
9669 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         * autogen.sh:
9672         * configure.ac:
9673         * docs/Makefile.am:
9674           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9675
9676         * docs/plugins/Makefile.am:
9677         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9678         * docs/plugins/inspect/plugin-taglib.xml:
9679           Add/fix apev2mux docs.
9680
9681 2006-06-14  Wim Taymans  <wim@fluendo.com>
9682
9683         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9684         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9685         (gst_dvdec_change_state):
9686         Reset segment info on flush.
9687         Alloc segment in _init, free in _finalize.
9688
9689         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9690         Don't send segments twice.
9691
9692 2006-06-14  Wim Taymans  <wim@fluendo.com>
9693
9694         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9695         Respect segment.stop. Fixes #342592.
9696
9697 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9698
9699         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9700           No language specified means the implied language is English
9701           according to the matroska spec (partially fixes #344708);
9702           add some more debug output.
9703
9704 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9707         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9708         (gst_wavparse_chain):
9709           When operating chain-based, don't make any assumptions about the
9710           chunking of the incoming data and make streaming work on days other
9711           than the second Thursday after a full moon. Also fix up debug
9712           messages here and there and make use of the most excellent new
9713           gst_pad_query_peer_duration() utility function.
9714           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9715
9716         * gst/wavparse/gstwavparse.h:
9717           Remove trailing comma after last enum value, some compilers don't
9718           like that.
9719
9720 2006-06-13  Wim Taymans  <wim@fluendo.com>
9721
9722         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9723         Handle premature EOS gracefully.
9724
9725 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9726
9727         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9728           Prevent out of bounds array access when scrubbing towards
9729           the end of the file between the last index entry and the
9730           end. Fixes occasional 'start <= stop' newsegment event
9731           assertions when scrubbing in MJPEG files.
9732
9733 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * tests/check/elements/.cvsignore:
9736           And another one.
9737
9738 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9741         (scan_encoded_string), (parse_picture_frame):
9742           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9743
9744         * configure.ac:
9745           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9746           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9747
9748 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9749
9750         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9751           gratuitous comment changes
9752         * tests/check/elements/level.c: (GST_START_TEST):
9753           fix level test leaks
9754
9755 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9756
9757         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9758         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9759           Use gst_pad_query_peer_duration() utility function here.
9760
9761 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9762
9763         * autogen.sh:
9764           require am17
9765         * configure.ac:
9766         * ext/annodex/Makefile.am:
9767         * ext/cdio/Makefile.am:
9768         * ext/dv/Makefile.am:
9769         * ext/esd/Makefile.am:
9770         * ext/flac/Makefile.am:
9771         * ext/gdk_pixbuf/Makefile.am:
9772         * ext/ladspa/Makefile.am:
9773         * ext/libcaca/Makefile.am:
9774         * ext/speex/Makefile.am:
9775         * ext/taglib/Makefile.am:
9776         * sys/oss/Makefile.am:
9777         * sys/sunaudio/Makefile.am:
9778         * sys/ximage/Makefile.am:
9779           clean up build further
9780
9781 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9782
9783         * gconf/Makefile.am:
9784           Honour --disable-schemas-install configure option. Fixes #344100.
9785
9786 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9787
9788         * tests/examples/level/Makefile.am:
9789           Add -lm to LIBS for pow() function, don't assume one of our
9790           dependencies (such as libxml-2.0) drags it in automatically
9791           (#343603).
9792
9793 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9794
9795         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9796
9797         * configure.ac:
9798           We should use $SED and not $(SED) in configure.ac (#343678).
9799
9800 2006-06-09  Wim Taymans  <wim@fluendo.com>
9801
9802         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9803
9804         * sys/sunaudio/gstsunaudiomixerctrl.c:
9805         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9806         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9807         (gst_sunaudiomixer_ctrl_set_mute):
9808         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9809         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9810         (gst_sunaudiosink_write):
9811         Attached find a patch that fixes a number of bugs with the SunAudio
9812         mixer plugin and fixes #344101:
9813         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9814            tracks onto the tracklist causing gnome-volume-control's preferences
9815            dialog to be messed up and would core dump if you checked/unchecked
9816            any item.
9817         2. We weren't previously setting the MUTE flag properly.  Fixing this
9818            makes gnome-volume-control work better.
9819         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9820            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9821            gnome-volume-control look better.
9822         Also some minor cleanup in gstsunaudiosink.c.
9823
9824 2006-06-09  Wim Taymans  <wim@fluendo.com>
9825
9826         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9827         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9828         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9829         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9830         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9831         * ext/jpeg/gstjpegdec.h:
9832         API: Added IDCT method property
9833         Small cleanups.
9834         Avoid dynamic allocation of trivial fixed structure.
9835         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9836
9837 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9838
9839         * configure.ac:
9840         We now require libraw1394 >= 1.1.0 and that version onwards all
9841         have .pc files.
9842
9843 2006-06-02  Edward Hervey  <edward@fluendo.com>
9844
9845         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9846         Trying to get items from an ANY or EMPTY caps is ... stupid.
9847
9848 2006-06-02  Edward Hervey  <edward@fluendo.com>
9849
9850         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9851         (gst_dvdec_chain), (gst_dvdec_change_state):
9852         * ext/dv/gstdvdec.h:
9853         Added GstSegment handling, now implements dropping/clipping.
9854
9855 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9856
9857         * ext/aalib/gstaasink.h:
9858         * ext/annodex/gstcmmldec.h:
9859         * ext/cairo/gsttimeoverlay.h:
9860         * ext/dv/gstdvdec.h:
9861         * ext/dv/gstdvdemux.h:
9862         * ext/esd/esdmon.h:
9863         * ext/esd/esdsink.h:
9864         * ext/flac/gstflacenc.h:
9865         * ext/gconf/gstgconfaudiosink.h:
9866         * ext/gconf/gstgconfaudiosrc.h:
9867         * ext/gconf/gstgconfvideosink.h:
9868         * ext/gconf/gstgconfvideosrc.h:
9869         * ext/gdk_pixbuf/gstgdkanimation.h:
9870         * ext/gdk_pixbuf/pixbufscale.h:
9871         * ext/hal/gsthalaudiosink.h:
9872         * ext/hal/gsthalaudiosrc.h:
9873         * ext/jpeg/gstjpegenc.h:
9874         * ext/jpeg/gstsmokedec.h:
9875         * ext/jpeg/gstsmokeenc.h:
9876         * ext/libcaca/gstcacasink.h:
9877         * ext/libmng/gstmngdec.h:
9878         * ext/libmng/gstmngenc.h:
9879         * ext/libpng/gstpngdec.h:
9880         * ext/libpng/gstpngenc.h:
9881         * ext/raw1394/gstdv1394src.h:
9882         * ext/speex/gstspeexenc.h:
9883         * gst/autodetect/gstautoaudiosink.h:
9884         * gst/autodetect/gstautovideosink.h:
9885         * gst/avi/gstavidemux.h:
9886         * gst/cutter/gstcutter.h:
9887         * gst/debug/efence.h:
9888         * gst/debug/gstnavigationtest.h:
9889         * gst/debug/gstnavseek.h:
9890         * gst/flx/gstflxdec.h:
9891         * gst/goom/gstgoom.h:
9892         * gst/icydemux/gsticydemux.h:
9893         * gst/id3demux/gstid3demux.h:
9894         * gst/law/alaw-decode.h:
9895         * gst/law/alaw-encode.h:
9896         * gst/law/mulaw-decode.h:
9897         * gst/law/mulaw-encode.h:
9898         * gst/matroska/matroska-mux.h:
9899         * gst/median/gstmedian.h:
9900         * gst/oldcore/gstaggregator.h:
9901         * gst/oldcore/gstfdsink.h:
9902         * gst/oldcore/gstmd5sink.h:
9903         * gst/oldcore/gstmultifilesrc.h:
9904         * gst/oldcore/gstpipefilter.h:
9905         * gst/oldcore/gstshaper.h:
9906         * gst/oldcore/gststatistics.h:
9907         * gst/rtp/gstasteriskh263.h:
9908         * gst/rtp/gstrtpL16depay.h:
9909         * gst/rtp/gstrtpL16pay.h:
9910         * gst/rtp/gstrtpamrdepay.h:
9911         * gst/rtp/gstrtpamrpay.h:
9912         * gst/rtp/gstrtpdepay.h:
9913         * gst/rtp/gstrtpgsmdepay.h:
9914         * gst/rtp/gstrtpgsmpay.h:
9915         * gst/rtp/gstrtph263pay.h:
9916         * gst/rtp/gstrtph263pdepay.h:
9917         * gst/rtp/gstrtph263ppay.h:
9918         * gst/rtp/gstrtpmp4gpay.h:
9919         * gst/rtp/gstrtpmp4vdepay.h:
9920         * gst/rtp/gstrtpmp4vpay.h:
9921         * gst/rtp/gstrtpmpadepay.h:
9922         * gst/rtp/gstrtpmpapay.h:
9923         * gst/rtp/gstrtppcmadepay.h:
9924         * gst/rtp/gstrtppcmapay.h:
9925         * gst/rtp/gstrtppcmudepay.h:
9926         * gst/rtp/gstrtppcmupay.h:
9927         * gst/rtp/gstrtpspeexdepay.h:
9928         * gst/rtp/gstrtpspeexpay.h:
9929         * gst/rtsp/gstrtpdec.h:
9930         * gst/rtsp/gstrtspsrc.h:
9931         * gst/smpte/gstsmpte.h:
9932         * gst/udp/gstdynudpsink.h:
9933         * gst/udp/gstmultiudpsink.h:
9934         * gst/udp/gstudpsink.h:
9935         * gst/udp/gstudpsrc.h:
9936         * gst/videofilter/gstvideobalance.h:
9937         * gst/videofilter/gstvideoflip.h:
9938         * sys/oss/gstossdmabuffer.h:
9939         * sys/oss/gstossmixerelement.h:
9940         * sys/oss/gstosssink.h:
9941         * sys/oss/gstosssrc.h:
9942         * sys/osxvideo/osxvideosink.h:
9943         * sys/sunaudio/gstsunaudiomixer.h:
9944         * sys/sunaudio/gstsunaudiosink.h:
9945         * sys/ximage/gstximagesrc.h:
9946         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9947
9948 2006-05-31  Wim Taymans  <wim@fluendo.com>
9949
9950         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9951         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9952         (gst_goom_src_setcaps), (gst_goom_src_event),
9953         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9954         (gst_goom_change_state):
9955         * gst/goom/gstgoom.h:
9956         Handle QoS.
9957         Handle flushing, discont and events.
9958         Fix timestamps and various other cleanups.
9959
9960 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9961
9962         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9963         Fix bus reset when using libiec61883
9964
9965 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9966
9967         * configure.ac:
9968         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9969         * ext/raw1394/Makefile.am:
9970         Add CFLAGS.
9971         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9972         New method, to receive using libiec61883.
9973         (gst_dv1394src_iso_receive),
9974         #ifdef'd out if libiec61883 is present.
9975         (gst_dv1394src_bus_reset),
9976         Get userdata correctly if using libiec61883. 
9977         (gst_dv1394src_create),
9978         When using libiec61883, only poll one fd and no need to read.
9979         (gst_dv1394src_discover_avc_node),
9980         Replace g_warnings.
9981         (gst_dv1394src_start),
9982         Create new handle when we know which dv port.  More reliable
9983         than setting port on an existing handle.  Initialise libiec61883.
9984         (gst_dv1394src_stop):
9985         If using libiec61883, then cleanup its handle properly.
9986         * ext/raw1394/gstdv1394src.h:
9987         Add libiec61883 handle.
9988
9989 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9990
9991         * gst/avi/gstavidemux.c:
9992           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9993         * win32/MANIFEST:
9994           sort file listing
9995         * win32/vs6/libgstavi.dsp:
9996           add gstavimux.c to the project
9997         * win32/vs6/libgstid3demux.dsp:
9998           add link to zlib library
9999         * win32/vs6/libgstmatroska.dsp:
10000           add matroska-ids.c to the project
10001
10002 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         Patch by: Sebastian Dröge  <mail at slomosnail de >
10005
10006         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10007         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10008         * ext/taglib/Makefile.am:
10009         * ext/taglib/gstapev2mux.cc:
10010         * ext/taglib/gstapev2mux.h:
10011         * ext/taglib/gstid3v2mux.cc:
10012         * ext/taglib/gsttaglibmux.c: (plugin_init):
10013         * ext/taglib/gsttaglibmux.h:
10014           Add apev2mux element (#343122).
10015         
10016         * tests/check/Makefile.am:
10017         * tests/check/elements/apev2mux.c:
10018         (test_taglib_apev2mux_create_tags),
10019         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10020         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10021         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10022         (apev2mux_suite), (main):
10023           Add unit test for apev2mux element.
10024
10025 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10028         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10029         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10030           GST_PTR_FORMAT should be used to print caps in debug statements.
10031
10032 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10033
10034         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10035
10036         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10037         (ape_demux_parse_tags):
10038           Some clean-ups and additions: map APE 'file' tag to
10039           GST_TAG_LOCATION (#343123); add support for extracting
10040           the track count and clean up parsing a bit (#343127).
10041
10042 2006-05-28  Edward Hervey  <edward@fluendo.com>
10043
10044         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10045         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10046
10047 2006-05-28  Edward Hervey  <edward@fluendo.com>
10048
10049         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10050         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10051         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10052         * ext/jpeg/gstjpegdec.h:
10053         Clip outgoing buffers according to currently configured segment.
10054
10055 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         * ext/taglib/gstid3v2mux.cc:
10058           Handle  writing of track-count or album-volume-count without
10059           track-number or albume-volume-number (in this case the number
10060           will just be set to 0).
10061
10062         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10063           It would be nice if we actually checked the values received for
10064           track/album-volume number/count in  _check_tags(), rather than
10065           setting them again ...
10066
10067 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10070           A track/volume number or count of 0 does not make sense,
10071           just ignore it along with negative numbers (a tag might
10072           only contain a track count without a track number).
10073
10074 2006-05-27  Edward Hervey  <edward@fluendo.com>
10075
10076         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10077         (gst_jpeg_dec_sink_event):
10078         Abort decompression when receiving FLUSH_STOP. This should avoid
10079         issues when interrupting decoding with flushes.
10080
10081 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * ext/flac/gstflac.c:
10084           Don't #include file we don't dist any longer.
10085
10086 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * README:
10089           Replace current README (containing the release notes from
10090           some 0.9.x version) with a proper README taken from the core.
10091
10092 2006-05-24  Wim Taymans  <wim@fluendo.com>
10093
10094         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10095         Implement EOS correctly by either posting
10096         SEGMENT_DONE or pushing an EOS message depending
10097         on the seek type. Fixes #342592
10098
10099 2006-05-24  Wim Taymans  <wim@fluendo.com>
10100
10101         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10102         * gst/law/alaw-decode.h:
10103         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10104         * gst/law/alaw-encode.h:
10105         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10106         * gst/law/mulaw-decode.h:
10107         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10108         * gst/law/mulaw-encode.h:
10109         Some cleanups in the chain functions.
10110         Remove some GStreamer 0.0.2 bits.
10111
10112 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10113
10114         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10115
10116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10117           gst_collect_pads_stop() needs to be called before chaining up
10118           to the parent class (#342734).
10119
10120 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * ext/flac/Makefile.am:
10123         * ext/flac/flac_compat.h:
10124         * ext/flac/gstflac.c:
10125         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10126         * ext/flac/gstflacenc.c:
10127           Remove backwards compatibility cruft for dealing with FLAC API
10128           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10129
10130 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10133         (gst_matroska_demux_push_xiph_codec_priv_data),
10134         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10135         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10136         * gst/matroska/matroska-ids.h:
10137         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10138         (gst_matroska_mux_video_pad_setcaps),
10139         (xiph3_streamheader_to_codecdata),
10140         (vorbis_streamheader_to_codecdata),
10141         (theora_streamheader_to_codecdata),
10142         (gst_matroska_mux_audio_pad_setcaps),
10143         (gst_matroska_mux_write_data):
10144           Add support for muxing/demuxing theora video (#342448; too bad
10145           none of the usual linux players can actually play this). Playback
10146           in GStreamer will require additional changes to theoradec in -base.
10147           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10148           cleanups.
10149
10150 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10151
10152         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10153         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10154           Fix crashes when the horizontal subsampling is 1.
10155           Fixes #342097.
10156
10157 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10158
10159         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10160
10161         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10162         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10163         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10164         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10165         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10166         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10167         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10168         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10169         (gst_avi_mux_change_state):
10170         * gst/avi/gstavimux.h:
10171           Some enhancements for avimux (#342526):
10172            - add odml (large file) index support
10173            - store codec init data (e.g. huffyuv)
10174            - miscellaneous other fixes/cleanups
10175
10176 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10177
10178         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10179         Don't output any tag when we encounter a negative track number - the
10180         tag type is uint, so we end up outputting huge positive numbers
10181         instead. (Fixes: #342029)
10182
10183 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10184
10185         * configure.ac:
10186           update for new GSTPB_PLUGINS_DIR
10187
10188 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10189
10190         * rtp/gst/gstrtph263pay.c:
10191         Properly set static caps for H263 at 34.
10192
10193 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10196
10197         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10198           Merge event tags and tag setter tags correctly (#339918). Also,
10199           don't leak taglist in case of an error.
10200           
10201 2006-05-17  Edward Hervey  <edward@fluendo.com>
10202
10203         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10204         We can only do caps intersection if the othercaps are non-empty and not
10205         ANY. Else we return the pad template (base_caps).
10206
10207 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10210           Fix crash when outputting debugging information for certain
10211           pictures (always good to use the right struct member for
10212           the number of records in an array).
10213
10214 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10215
10216         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10217
10218         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10219         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10220         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10221         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10222         (gst_ebml_read_float), (gst_ebml_read_ascii),
10223         (gst_ebml_read_binary):
10224           Don't create unnecessary sub-buffers all the time. Dramatically
10225           improves performance with multiple concurrently running
10226           matroskademux instances (#341818) (and avoids doing
10227           unnecessarily inefficient things in the general case).
10228
10229 2006-05-16  Edward Hervey  <edward@fluendo.com>
10230
10231         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10232         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10233         return value of gst_pad_push_event().
10234
10235 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10236
10237         * gst/autodetect/gstautoaudiosink.c:
10238         (gst_auto_audio_sink_find_best):
10239         * gst/autodetect/gstautovideosink.c:
10240         (gst_auto_video_sink_find_best):
10241         Make the name of the child element be based on the name of the
10242         parent, so that debug output is more useful.
10243         
10244         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10245         (parse_insert_string_field), (parse_split_strings):
10246         Rework string parsing to always walk over BOM markers in UTF16
10247         strings, using the endianness indicated by the innermost one,
10248         then trying the opposite endianness if that fails to convert
10249         to valid UTF-8. Fixes #341774
10250
10251 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10252
10253         Patch from: Matthieu <matthieu at fluendo dot com>
10254
10255         * ext/libpng/Makefile.am:
10256         Add LIBPNG_CFLAGS.
10257
10258 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10259
10260         * ext/taglib/gstid3v2mux.cc:
10261           Add support for writing images (APIC frames) into ID3v2
10262           tags (picture type always set to 'other' for now though).
10263
10264 2006-05-14  Michael Smith  <msmith@fluendo.com>
10265
10266         * gst/wavparse/gstwavparse.c:
10267           Update docs; wavparse implements push and pull modes.
10268
10269 2006-05-12  Wim Taymans  <wim@fluendo.com>
10270
10271         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10272         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10273         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10274         Ooops, bitten by the copy-and-paste design paradigm, fixes
10275         seek again.
10276
10277 2006-05-12  Wim Taymans  <wim@fluendo.com>
10278
10279         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10280         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10281         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10282         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10283         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10284         (gst_avi_demux_massage_index),
10285         (gst_avi_demux_calculate_durations_from_index),
10286         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10287         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10288         (gst_avi_demux_loop):
10289         * gst/avi/gstavidemux.h:
10290         Some cleanups, prepare to use GstSegment.
10291         Fix error in entry walking code.
10292         Fix VBR detection.
10293         Smarter timestamp calculation code.
10294         Uniform error/eos handling.
10295
10296 2006-05-12  Michael Smith  <msmith@fluendo.com>
10297
10298         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10299         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10300           Fix use of uninitialised values if we're NOT seeking in ready.
10301           Fix typos.
10302
10303 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10304
10305         * gst/wavparse/Makefile.am:
10306           Add CFLAGS and LIBS for libgstbase, fixes build on
10307           Cygwin (#341489).
10308
10309 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10312           Some more debug info. No need to check whether the string
10313           returned by g_convert() is really UTF-8 - either it is or
10314           we get NULL returned.
10315
10316 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10317
10318         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10319           Fix parsing of numeric genre strings some more, by ensuring that
10320           we only try and parse strings that a) Start with '(' and b) Consist
10321           only of digits.
10322           Also, when finding an escaping '((' sequence, bust it back to '(' by
10323           swallowing the first parenthesis
10324
10325 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10328         (gst_esdsink_open), (gst_esdsink_close):
10329         * ext/esd/esdsink.h:
10330           Move the esd_get_server_info() into gst_esdsink_open() and fail
10331           with a decent error message on errors.
10332
10333 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10334
10335         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10336         (gst_esdmon_channels_get_type):
10337         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10338         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10339         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10340         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10341         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10342         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10343         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10344         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10345         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10346         * gst/videomixer/videomixer.c:
10347         (gst_video_mixer_background_get_type):
10348           Const-ify GEnumValue arrays.
10349
10350 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10351
10352         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10353
10354         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10355         (gst_avi_mux_do_video_buffer):
10356           Work around gst_buffer_make_metadata_writable() bug that
10357           results in avimux marking all frames in the index as
10358           keyframes (#340859).
10359           
10360 2006-05-08  Wim Taymans  <wim@fluendo.com>
10361
10362         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10363         Make parsing of urls suck slightly less.
10364
10365 2006-05-08  Edward Hervey  <edward@fluendo.com>
10366
10367         * autogen.sh: (CONFIGURE_DEF_OPT): 
10368         libtoolize on Darwin/MacOSX is called glibtoolize.
10369
10370 2006-05-08  Wim Taymans  <wim@fluendo.com>
10371
10372         Patch by: Jens Granseuer <jensgr at gmx dot net>
10373
10374         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10375         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10376         C89 compliance fixes. Fixes #340980
10377
10378 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10379
10380         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10381         * ext/flac/gstflacdec.h:
10382           Handle segment seeks that include the end of the file as stop point
10383           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10384           message instead of an EOS event in case we're in segment seek
10385           mode (fixes #340699).
10386           
10387 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10388
10389         * ext/cairo/gsttextoverlay.c:
10390         * ext/flac/gstflacdec.c:
10391         * ext/gdk_pixbuf/pixbufscale.c:
10392         * gst/apetag/gstapedemux.c:
10393         * gst/debug/breakmydata.c:
10394         * gst/debug/testplugin.c:
10395         * gst/matroska/ebml-write.c:
10396         * gst/multipart/multipartdemux.c:
10397         * sys/osxaudio/gstosxaudiosink.c:
10398         * sys/osxaudio/gstosxaudiosrc.c:
10399         Add semicolons after GST_BOILERPLATE[_FULL] so that
10400         indent doesn't mess up following lines.
10401
10402 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10403
10404         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10405
10406         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10407           Don't leak caps when freeing the stream context (#340623).
10408
10409 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10410
10411         * configure.ac:
10412           Back to CVS
10413
10414 === release 0.10.3 ===
10415
10416 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10417
10418         * configure.ac:
10419           releasing 0.10.3, "Desplazado"
10420
10421 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         * gst/matroska/matroska-mux.c:
10424         (gst_matroska_mux_stream_is_vorbis_header),
10425         (gst_matroska_mux_write_data):
10426           Don't strcmp() NULL strings.
10427           Only start new clusters on video keyframes, not on any
10428           random audio buffer that doesn't have the DELTA_UNIT
10429           flag set (fixes 'make check' again).
10430
10431 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10432
10433         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10434
10435         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10436         (gst_matroska_mux_stream_is_vorbis_header),
10437         (gst_matroska_mux_write_data):
10438           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10439           value and then dead-lock when muxing vorbis audio streams
10440           (the three vorbis header buffers carry no timestamp, and it
10441           would try to mux these after all video buffers). Fixes #340346.
10442
10443           Improve clustering: start a new cluster also whenever we get
10444           a keyframe.     
10445
10446 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10447
10448         * win32/common/config.h:
10449         * win32/MANIFEST
10450           add the generated file as well
10451
10452 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10453
10454         * Makefile.am:
10455         * configure.ac:
10456         * win32/common/config.h.in:
10457           add win32 stuff
10458
10459 2006-05-03  Michael Smith  <msmith@fluendo.com>
10460
10461         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10462           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10463           SUCKS.
10464
10465 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10466
10467         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10468         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10469         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10470           don't leak caps-string
10471
10472 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10475         (gst_id3demux_sink_activate):
10476           Let core insert default error message for TYPE_NOT_FOUND
10477           errors, it's just as good as our own and has the added
10478           bonus of being translated.
10479
10480 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10483         (gst_tag_demux_sink_event):
10484         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10485         (gst_id3demux_sink_event):
10486           Post an error message when we get an EOS event and were not
10487           able to find out the type of stream.
10488
10489         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10490         (test_taglib_id3mux_with_tags):
10491           Decrease num-buffers to 16 per iteration again, otherwise the
10492           many memcpy()s and reallocations in the test will hammer slow
10493           CPUs completely and make the test timeout.
10494
10495 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10496
10497         * configure.ac:
10498           figure out where plugins-base plugins are
10499         * tests/check/Makefile.am:
10500           use plugins-base plugins, so we have typefind functions
10501         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10502           increase num-buffers, this makes sure the test errors out instead
10503           of timing out when no typefind functions are present
10504
10505 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10506
10507         * docs/plugins/Makefile.am:
10508           also check .cc files for gtk-doc markup
10509         * configure.ac:
10510         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10512         * tests/check/Makefile.am:
10513         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10514         * ext/Makefile.am:
10515         * ext/taglib/Makefile.am:
10516         * ext/taglib/gstid3v2mux.h:
10517         * ext/taglib/gsttaglibmux.c:
10518         * ext/taglib/gsttaglibmux.h:
10519           move taglib-based id3v2muxer to -good.  Fixes #336110.
10520
10521 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10524           ... and fix multichannel/WAVFORMATEX support again.
10525
10526 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10527
10528         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10529         (gst_wavparse_class_init), (gst_wavparse_dispose),
10530         (gst_wavparse_reset), (gst_wavparse_init),
10531         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10532         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10533         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10534         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10535         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10536         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10537         (gst_wavparse_stream_data), (gst_wavparse_loop),
10538         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10539         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10540         (gst_wavparse_change_state), (plugin_init):
10541         * gst/wavparse/gstwavparse.h:
10542           Add push (streaming) mode to wavparse (fixes #337625)
10543
10544 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10545
10546         * configure.ac:
10547         * tests/Makefile.am:
10548           add ximagesrc icles test
10549
10550 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10551
10552         * configure.ac:
10553         * docs/plugins/Makefile.am:
10554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10555         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10556         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10557         (gst_cmml_enc_push_clip):
10558         * sys/Makefile.am:
10559         * sys/ximage/Makefile.am:
10560         * sys/ximage/gstximagesrc.c:
10561           Move ximagesrc plug-in to good after review.  Fixes #336756.
10562
10563 2006-04-28  Michael Smith  <msmith@fluendo.com>
10564
10565         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10566         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10567         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10568         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10569         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10570         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10571         * gst/icydemux/gsticydemux.h:
10572           Fix event handling: cache events when typefinding and forward later.
10573
10574 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10575
10576         * sys/osxaudio/gstosxaudiosink.c:
10577         (plugin_init):
10578          Register osxaudiosrc to the plugin.
10579         * sys/osxaudio/gstosxaudiosrc.c:
10580         (gst_osx_audio_src_osxelement_do_init),
10581         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10582         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10583         (gst_osx_audio_src_get_property),
10584         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10585         (gst_osx_audio_src_osxelement_init):
10586         * sys/osxaudio/gstosxaudiosrc.h:
10587           Port of osxaudiosrc to 0.10.
10588         * sys/osxaudio/Makefile.am:
10589           Add osxaudiosrc
10590
10591 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10592
10593         * sys/osxaudio/gstosxringbuffer.c:
10594         * sys/osxaudio/gstosxringbuffer.h:
10595           Forgot to commit earlier, part of the OSX audio plugin port
10596
10597 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10598
10599         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10600         (parse_split_strings):
10601           Recognise and skip any byte order marker (BOM) in
10602           UTF-16 strings.
10603
10604 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10605
10606         * docs/plugins/Makefile.am:
10607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10609         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10610         * docs/plugins/inspect/plugin-avi.xml:
10611         * gst/avi/gstavidemux.c:
10612         * gst/avi/gstavimux.c:
10613           Add docs for both avidemux and avimux.
10614
10615 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10616
10617         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10618
10619         * gst/avi/Makefile.am:
10620         * gst/avi/gstavi.c: (plugin_init):
10621         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10622         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10623         (gst_avi_mux_class_init), (gst_avi_mux_init),
10624         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10625         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10626         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10627         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10628         (gst_avi_mux_riff_get_avix_header),
10629         (gst_avi_mux_riff_get_video_header),
10630         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10631         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10632         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10633         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10634         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10635         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10636         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10637         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10638         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10639         (gst_avi_mux_change_state):
10640         * gst/avi/gstavimux.h:
10641           Port AVI muxer to GStreamer-0.10 (#332031).
10642
10643         * tests/check/Makefile.am:
10644         * tests/check/elements/avimux.c:
10645         * tests/check/elements/.cvsignore:
10646           Add unit test for AVI muxer.
10647
10648 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10649
10650         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10651         (gst_wavparse_class_init), (gst_wavparse_reset),
10652         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10653         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10654         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10655         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10656         (gst_wavparse_stream_data), (gst_wavparse_loop),
10657         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10658         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10659         (plugin_init):
10660         * gst/wavparse/gstwavparse.h:
10661           reverted patch #337625 for the price of 1 hour sleep
10662
10663 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10664
10665         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10666         (gst_wavparse_class_init), (gst_wavparse_reset),
10667         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10668         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10669         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10670         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10671         (gst_wavparse_stream_data), (gst_wavparse_loop),
10672         (gst_wavparse_chain), (plugin_init):
10673         * gst/wavparse/gstwavparse.h:
10674           correct partial implementation of push mode
10675           (from my last commit)
10676
10677 2006-04-26  Wim Taymans  <wim@fluendo.com>
10678
10679         * ext/esd/esdsink.c:
10680         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10681         it is not in esd.h
10682
10683 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10686         (gst_au_parse_class_init), (gst_au_parse_init),
10687         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10688         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10689         (gst_au_parse_chain), (gst_au_parse_src_convert),
10690         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10691         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10692         (gst_au_parse_change_state):
10693         * gst/auparse/gstauparse.h:
10694           Rewrite auparse to suck a little bit less: make source pad
10695           dynamic, so decodebin/playbin work with non-raw formats
10696           like alaw/mulaw; add query function for duration/position
10697           queries; check whether we have enough data before attempting
10698           to parse the header (instead of crashing when that is not the
10699           case); work around audioconvert sucking by swapping endianness
10700           to the native endianness ourselves for float formats; send
10701           initial newsegment event. Fixes #161712.
10702
10703 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10704
10705         * sys/osxaudio/Makefile.am:
10706         * sys/osxaudio/gstosxaudioelement.c:
10707         (gst_osx_audio_element_get_type),
10708         (gst_osx_audio_element_class_init):
10709         * sys/osxaudio/gstosxaudioelement.h:
10710         * sys/osxaudio/gstosxaudiosink.c:
10711         (gst_osx_audio_sink_osxelement_do_init),
10712         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10713         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10714         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10715         (gst_osx_audio_sink_create_ringbuffer),
10716         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10717         (plugin_init):
10718         * sys/osxaudio/gstosxaudiosink.h:
10719         Port of osxaudiosink to 0.10
10720
10721 2006-04-26  Wim Taymans  <wim@fluendo.com>
10722
10723         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10724         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10725         the size of the ringbuffer. This should fix hangs with older 
10726         esd sound servers.
10727
10728 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10729
10730         * ext/aalib/gstaasink.c:
10731         * ext/annodex/gstcmmldec.c:
10732         * ext/annodex/gstcmmlenc.c:
10733         * ext/cairo/gsttextoverlay.c:
10734         * ext/cairo/gsttimeoverlay.c:
10735         * ext/cdio/gstcdiocddasrc.c:
10736         * ext/dv/gstdvdec.c:
10737         * ext/dv/gstdvdemux.c:
10738         * ext/esd/esdmon.c:
10739         * ext/esd/esdsink.c:
10740         * ext/flac/gstflacenc.c:
10741         * ext/flac/gstflactag.c:
10742         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10743         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10744         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10745         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10746         * ext/gdk_pixbuf/pixbufscale.c:
10747         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10748         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10749         * ext/jpeg/gstjpegdec.c:
10750         * ext/jpeg/gstjpegenc.c:
10751         * ext/jpeg/gstsmokedec.c:
10752         * ext/jpeg/gstsmokeenc.c:
10753         * ext/libcaca/gstcacasink.c:
10754         * ext/libmng/gstmngdec.c:
10755         * ext/libmng/gstmngenc.c:
10756         * ext/libpng/gstpngdec.c:
10757         * ext/libpng/gstpngenc.c:
10758         * ext/mikmod/gstmikmod.c:
10759         * ext/raw1394/gstdv1394src.c:
10760         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10761         * ext/shout2/gstshout2.h:
10762         * ext/speex/gstspeexdec.c:
10763         * ext/speex/gstspeexenc.c:
10764         * gst/alpha/gstalpha.c:
10765         * gst/alpha/gstalphacolor.c:
10766         * gst/apetag/gstapedemux.c:
10767         * gst/auparse/gstauparse.c:
10768         * gst/autodetect/gstautoaudiosink.c:
10769         (gst_auto_audio_sink_base_init):
10770         * gst/autodetect/gstautovideosink.c:
10771         (gst_auto_video_sink_base_init):
10772         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10773         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10774         * gst/cutter/gstcutter.c:
10775         * gst/debug/breakmydata.c:
10776         * gst/debug/efence.c:
10777         * gst/debug/gstnavigationtest.c:
10778         * gst/debug/gstnavseek.c:
10779         * gst/debug/negotiation.c:
10780         * gst/debug/progressreport.c:
10781         * gst/debug/testplugin.c:
10782         * gst/effectv/gstaging.c:
10783         * gst/effectv/gstdice.c:
10784         * gst/effectv/gstedge.c:
10785         * gst/effectv/gstquark.c:
10786         * gst/effectv/gstrev.c:
10787         * gst/effectv/gstshagadelic.c:
10788         * gst/effectv/gstvertigo.c:
10789         * gst/effectv/gstwarp.c:
10790         * gst/flx/gstflxdec.c:
10791         * gst/goom/gstgoom.c:
10792         * gst/icydemux/gsticydemux.c:
10793         * gst/id3demux/gstid3demux.c:
10794         * gst/interleave/deinterleave.c:
10795         * gst/interleave/interleave.c:
10796         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10797         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10798         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10799         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10800         * gst/level/gstlevel.c:
10801         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10802         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10803         * gst/median/gstmedian.c:
10804         * gst/monoscope/gstmonoscope.c:
10805         * gst/multipart/multipartdemux.c:
10806         * gst/multipart/multipartmux.c:
10807         * gst/oldcore/gstaggregator.c:
10808         * gst/oldcore/gstfdsink.c:
10809         * gst/oldcore/gstmd5sink.c:
10810         * gst/oldcore/gstmultifilesrc.c:
10811         * gst/oldcore/gstpipefilter.c:
10812         * gst/oldcore/gstshaper.c:
10813         * gst/oldcore/gststatistics.c:
10814         * gst/rtp/gstasteriskh263.c:
10815         * gst/rtp/gstrtpL16depay.c:
10816         * gst/rtp/gstrtpL16pay.c:
10817         * gst/rtp/gstrtpamrdepay.c:
10818         * gst/rtp/gstrtpamrpay.c:
10819         * gst/rtp/gstrtpdepay.c:
10820         * gst/rtp/gstrtpgsmpay.c:
10821         * gst/rtp/gstrtph263pay.c:
10822         * gst/rtp/gstrtph263pdepay.c:
10823         * gst/rtp/gstrtph263ppay.c:
10824         * gst/rtp/gstrtpilbcdepay.c:
10825         * gst/rtp/gstrtpmp4gpay.c:
10826         * gst/rtp/gstrtpmp4vdepay.c:
10827         * gst/rtp/gstrtpmp4vpay.c:
10828         * gst/rtp/gstrtpmpadepay.c:
10829         * gst/rtp/gstrtpmpapay.c:
10830         * gst/rtp/gstrtppcmadepay.c:
10831         * gst/rtp/gstrtppcmapay.c:
10832         * gst/rtp/gstrtppcmudepay.c:
10833         * gst/rtp/gstrtppcmupay.c:
10834         * gst/rtp/gstrtpspeexdepay.c:
10835         * gst/rtp/gstrtpspeexpay.c:
10836         * gst/rtsp/gstrtpdec.c:
10837         * gst/rtsp/gstrtspsrc.c:
10838         * gst/smpte/gstsmpte.c:
10839         * gst/udp/gstdynudpsink.c:
10840         * gst/udp/gstmultiudpsink.c:
10841         * gst/udp/gstudpsink.c:
10842         * gst/udp/gstudpsrc.c:
10843         * gst/videobox/gstvideobox.c:
10844         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10845         * gst/videofilter/gstvideobalance.c:
10846         * gst/videofilter/gstvideoflip.c:
10847         * gst/videofilter/gstvideotemplate.c:
10848         (gst_videotemplate_base_init):
10849         * gst/videomixer/videomixer.c:
10850         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10851         (gst_wavparse_class_init), (gst_wavparse_dispose),
10852         (gst_wavparse_reset), (gst_wavparse_init),
10853         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10854         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10855         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10856         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10857         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10858         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10859         (gst_wavparse_change_state):
10860         * gst/wavparse/gstwavparse.h:
10861         * sys/oss/gstossmixerelement.c:
10862         * sys/oss/gstosssink.c:
10863         * sys/oss/gstosssrc.c:
10864         * sys/osxaudio/gstosxaudioelement.c:
10865         * sys/osxaudio/gstosxaudiosink.c:
10866         * sys/osxaudio/gstosxaudiosrc.c:
10867         * sys/sunaudio/gstsunaudiomixer.c:
10868         * sys/sunaudio/gstsunaudiosink.c:
10869           Define GstElementDetails as const and also static (when defined as
10870           global)
10871
10872 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10873
10874         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10875           Source pad has fixed caps. If we don't set this, bad
10876           things happen when the window is resized.
10877
10878 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         * gst/matroska/Makefile.am:
10881         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10882         (gst_matroska_demux_handle_src_event):
10883         * gst/matroska/matroska-ids.c:
10884         (gst_matroska_track_init_video_context),
10885         (gst_matroska_track_init_audio_context),
10886         (gst_matroska_track_init_subtitle_context),
10887         (gst_matroska_track_init_complex_context):
10888         * gst/matroska/matroska-ids.h:
10889           Handle case where the TrackType ebml chunk does not come before the
10890           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10891           events.
10892
10893 2006-04-25  Wim Taymans  <wim@fluendo.com>
10894
10895         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10896         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10897         It's codec_data, not codec_info.
10898
10899 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10900
10901         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10902
10903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10904           Handle codec_data for VfW compatibility codec IDs (#339451)
10905
10906         * gst/matroska/matroska-mux.c:
10907         (gst_matroska_mux_video_pad_setcaps):
10908           Same here, handle codec_data and add additional caps we can handle
10909           now to the pad template (huffyuv, dv and h263 video) (#339451)
10910
10911 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10912
10913         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10914
10915         * gst/matroska/matroska-mux.c:
10916         (gst_matroska_mux_create_buffer_header),
10917         (gst_matroska_mux_write_data):
10918           Fix timestamping of B-frames, use signed integers, do
10919           some rounding (#339678).
10920
10921 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10922
10923         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10924         just make it compile with --disable-gst-debug.
10925
10926 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10927
10928         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10929         Fix a bad conversion using gst_guint64_to_gdouble.
10930         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10931         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10932         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10933     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10934         mistake.
10935
10936 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10937
10938         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10939         Use gst_guint64_to_gdouble for conversions
10940         * win32/vs6/gst_plugins_good.dsw:
10941         * win32/vs6/libgsticydemux.dsp:
10942         Add a project file for icydemux
10943
10944 2006-04-21  Wim Taymans  <wim@fluendo.com>
10945
10946         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10947
10948         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10949         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10950         When splitting audio chunks, the block alignment is not taken in
10951         consideration, so the smaller chunks could be of size which is 
10952         not a multiple of the block alignment. Fixes #336904
10953
10954 2006-04-21  Wim Taymans  <wim@fluendo.com>
10955
10956         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10957         Use scale functions
10958
10959 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         * ext/dv/gstdv.c: (plugin_init):
10962           Fix build.
10963
10964 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10967         (gst_progress_report_class_init), (gst_progress_report_init),
10968         (gst_progress_report_do_query), (gst_progress_report_report),
10969         (gst_progress_report_set_property),
10970         (gst_progress_report_get_property):
10971           Add 'format' property to force querying to a particular format.
10972
10973 2006-04-21  Andy Wingo  <wingo@pobox.com>
10974
10975         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10976         best, on big endian systems. Drop its rank in that case. OTOH on
10977         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10978
10979 2006-04-21  Michael Smith  <msmith@fluendo.com>
10980
10981         * configure.ac:
10982         * gst/icydemux/Makefile.am:
10983         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10984         (gst_icydemux_base_init), (gst_icydemux_class_init),
10985         (gst_icydemux_reset), (gst_icydemux_init),
10986         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10987         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10988         (unicodify), (gst_icydemux_unicodify),
10989         (gst_icydemux_parse_and_send_tags),
10990         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10991         (gst_icydemux_chain), (gst_icydemux_change_state),
10992         (gst_icydemux_send_tag_event), (plugin_init):
10993         * gst/icydemux/gsticydemux.h:
10994         * tests/check/Makefile.am:
10995         * tests/check/elements/icydemux.c: (typefind_succeed),
10996         (plugin_init), (icydemux_found_pad), (create_icydemux),
10997         (cleanup_icydemux), (push_data), (GST_START_TEST),
10998         (icydemux_suite), (main):
10999           Add icydemux, and tests.
11000
11001 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11004           Post SEGMENT_DONE message in TIME format.
11005
11006 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11007
11008         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11009
11010         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11011         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11012           Fix index creation when we have to scan the file to create
11013           an index. There may be other types of RIFF 'LIST' chunks than
11014           'movi' and we need to skip them properly as well or we'll end up
11015           reading garbage (#336889). Some other cosmetic changes.
11016           
11017 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11020         (gst_flac_dec_handle_seek_event):
11021           Add support for segment seeks (fixes #338290). Also demote
11022           some recurring debug message from DEBUG to LOG level.
11023
11024 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11027         (gst_matroskademux_do_index_seek),
11028         (gst_matroska_demux_handle_seek_event),
11029         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11030         * gst/matroska/matroska-ids.h:
11031           Set DISCONT flag on first buffer after a discontinuity.
11032           Fix newsegment events sent when seeking and honour KEY_UNIT
11033           seek flag. Create pad with bogus caps if we don't recognise
11034           the stream codec id.
11035
11036         * gst/matroska/matroska-demux.h:
11037           Fix GObject macros.
11038
11039 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11040
11041         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11042
11043         * gst/matroska/matroska-demux.c:
11044         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11045           Handle end of segment properly when set; don't dead-lock when
11046           posting start of segment message when doing a segment seek.
11047           Fixes #338810.
11048
11049 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11052         (gst_matroska_demux_plugin_init):
11053           Make mpeg2 aac audio work: create artificial private codec data
11054           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11055           Also call gst_riff_init(). Partially fixes #338767.
11056
11057 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11058
11059         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11060         (gst_wavenc_class_init), (gst_wavenc_init),
11061         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11062         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11063         (gst_wavenc_chain), (gst_wavenc_change_state):
11064         * gst/wavenc/gstwavenc.h:
11065           Set caps on first outgoing buffer, so that it doesn't error out
11066           immediately with a non-negotiated error (#338716). Rewrite and
11067           clean up a bit; fix setcaps function to parse things properly;
11068           fix sink caps (8bit audio is unsigned and doesn't have depth);
11069           use boilerplate macros; remove unused properties stuff.
11070
11071 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11072
11073         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11074           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11075           handle MJPEG streams and might be autoplugged for those if the
11076           user doesn't have jpegdec installed (resulting in a cryptic error
11077           message about huffman tables). Better to disable JPEG decoding here
11078           and let the user figure out that she needs to install jpegdec.
11079
11080 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11083         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11084         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11085         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11086           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11087           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11088           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11089           debug messages. Fix boilerplate macros.
11090
11091 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11092
11093         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11094         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11095           No need to special-case for Gdk-2.0 any longer, we require
11096           Gdk 2.2 or newer; minor clean-ups.
11097
11098 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11101         (gst_shout2send_class_init), (gst_shout2send_init),
11102         (set_shout_metadata), (gst_shout2send_set_metadata),
11103         (gst_shout2send_event), (gst_shout2send_start),
11104         (gst_shout2send_connect), (gst_shout2send_stop),
11105         (gst_shout2send_render), (gst_shout2send_set_property),
11106         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11107         (plugin_init):
11108         * ext/shout2/gstshout2.h:
11109         * po/POTFILES.in:
11110           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11111           change function; use GST_ELEMENT_ERROR for error reporting, not
11112           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11113           will cause crashes or assertion failures; remove (unused) "sync"
11114           property, basesink already has such a property; misc. other
11115           minor fixes and cleanups.
11116
11117 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11118
11119         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11120         * ext/esd/gstesd.c: (plugin_init):
11121         * po/POTFILES.in:
11122           Add translatable error message for when we cannot
11123           connect to the sound server, as "Cannot open resource
11124           for writing" isn't really an acceptable message to show
11125           to the user in this case.
11126
11127 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11128
11129         * sys/oss/gst-i18n-plugin.h:
11130           Remove bogus file that doesn't belong here.
11131
11132 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11133
11134         Patch by: Philippe Valembois
11135
11136         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11137         (gst_shout2send_set_metadata), (gst_shout2send_event),
11138         (gst_shout2send_render), (gst_shout2send_change_state):
11139         * ext/shout2/gstshout2.h:
11140           Handle tags being received before the connection to
11141           the server is established properly (see #338636).
11142
11143 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11144
11145         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11146           Don't crash in case the connection to the server fails:
11147           don't set pointer to NULL by assigning FALSE; error out
11148           properly by using GST_ELEMENT_ERROR and returning
11149           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11150           before resetting the pointer.
11151
11152 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11153
11154         * gst/id3demux/id3tags.c:
11155         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11156         (Fixes #338713)
11157
11158 2006-04-12  Wim Taymans  <wim@fluendo.com>
11159
11160         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11161         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11162         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11163         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11164         (gst_gdk_pixbuf_chain):
11165         Some cleanups.
11166         Added RGBA as a possible output format.
11167         Correctly free the supported mimetypes.
11168         deprecate silent arg, it's not used.
11169         Return result from _alloc_buffer to peer.
11170
11171 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11172
11173         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11174           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11175           overwriting GST_BUFFER_MALLOCDATA.
11176
11177 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11178
11179         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11180         (user_endrow_callback), (user_end_callback),
11181         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11182         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11183         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11184         * ext/libpng/gstpngdec.h:
11185           Handle more than one frame if the content is framed,
11186           like with png-in-quicktime (#331917).
11187
11188 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11189
11190         * sys/oss/Makefile.am:
11191         * sys/oss/common.h:
11192         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11193         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11194         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11195         (gst_oss_src_unprepare):
11196           - the user-visible error strings were in the wrong category
11197           - and the messages were not marked for translation
11198           - which is actually a good thing, because they were exactly
11199             the kind of message you would never want anyone to see
11200           - the macros were using variables that didn't exist in the macro
11201             arguments
11202           - and they were obviously copied from each other and then modified
11203           - so a common header makes sense
11204
11205 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11206
11207         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11208           Don't try to modify read-only data.
11209
11210         * gst/matroska/matroska-demux.c:
11211         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11212           Fix comment (won't crash any longer now).
11213
11214 2006-04-10  Michael Smith  <msmith@fluendo.com>
11215
11216         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11217           Use copies of header buffers for caps to avoid circular refcounting
11218           problems (as in theoradec, vorbisdec).
11219
11220         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11221           Fix a typo in test that meant it was testing the wrong thing.
11222
11223         * tests/check/elements/cmmlenc.c: (check_headers):
11224           Fix refcount checks now that we use buffer-copies for caps.
11225
11226 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11229         (gst_matroska_demux_handle_seek_event),
11230         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11231         (gst_matroska_demux_subtitle_caps),
11232         (gst_matroska_demux_plugin_init):
11233           Use static pad templates with ANY caps for audio and video
11234           source pads and get rid of a lot of unnecessary (and partially
11235           broken) code for the template caps. Clean up caps finding
11236           functions. Fixes playback of audio files/streams that do not
11237           contain the sample rate and/or number of channels in the audio
11238           context (happens a lot with vorbis/mp3 .mka files it seems).
11239           Fixes #337183.
11240           Also add myself to copyright holders.
11241
11242 2006-04-10  Michael Smith  <msmith@fluendo.com>
11243
11244         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11245           Use g_list_delete_link () instead of g_list_remove_link () so that
11246           we free the link as well as the contained data.
11247
11248 2006-04-10  Wim Taymans  <wim@fluendo.com>
11249
11250         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11251
11252         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11253         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11254         (gst_avi_demux_stream_header):
11255         Fix some crashers with empty chunks. (Fixes #337749)
11256
11257 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11258
11259         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11260           use G_GINT64_CONSTANT for INT64 constants
11261         * gst/videofilter/gstvideobalance.c:
11262           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11263         * win32/vs6/libgstavi.dsp:
11264          add missing libraries for the link and remove avimux.c from
11265          the project as it isn't ported to 0.10 yet
11266         
11267 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11268
11269         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11270           Even better would be if we actually did the right thing
11271           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11272
11273 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11276           Can't just replace 1LL with 1L here just because MSVC doesn't
11277           support it, as it might lead to incorrect results when doing the
11278           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11279           force a 64-bit constant in a way that all compilers are happy with.
11280
11281 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11282
11283         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11284         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11285         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11286         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11287         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11288         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11289         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11290         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11291         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11292         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11293         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11294         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11295         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11296         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11297         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11298         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11299         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11300         * gst/debug/efence.c: (gst_efence_class_init):
11301         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11302         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11303         * gst/goom/gstgoom.c: (gst_goom_class_init):
11304         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11305         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11306         * gst/interleave/interleave.c: (interleave_class_init):
11307         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11308         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11309         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11310         * gst/median/gstmedian.c: (gst_median_class_init):
11311         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11312         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11313         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11314         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11315         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11316         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11317         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11318         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11319         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11320         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11321         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11322         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11323         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11324         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11325         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11326         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11327         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11328         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11329         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11330         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11331         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11332         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11333         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11334         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11335         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11337         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11338         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11339         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11340         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11341         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11342         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11343         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11344         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11345         * sys/osxaudio/gstosxaudioelement.c:
11346         (gst_osxaudioelement_class_init):
11347         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11348         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11349         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11350         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11351
11352 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11353
11354         * ext/mikmod/gstmikmod.h:
11355         * gst/level/gstlevel.h:
11356         Fix more broken GObject macros
11357
11358 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11359
11360         * ext/annodex/gstcmmldec.h:
11361         * ext/annodex/gstcmmlenc.h:
11362         * ext/annodex/gstcmmltag.h:
11363         * ext/cairo/gsttextoverlay.h:
11364         * ext/ladspa/gstsignalprocessor.h:
11365         * gst/matroska/ebml-read.h:
11366         * gst/matroska/ebml-write.h:
11367         * sys/osxaudio/gstosxaudioelement.h:
11368         Fix broken GObject macros
11369
11370 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11371
11372         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11373           Don't try to seek beyond the end of the file (would
11374           occasionally display error dialogs in totem when seeking
11375           to the end) (#335869). Will still throw an error though
11376           if the file is truncated and the total_samples value in
11377           the stream header is wrong.
11378
11379 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11380
11381         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11382         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11383         (gst_flac_dec_metadata_callback):
11384         * ext/flac/gstflacdec.h:
11385           If the stream header doesn't contain the total number of samples,
11386           search for the last flac frame at the end of the file and calculate
11387           the total duration from that frame's offset (fixes #337609).
11388
11389 2006-04-07  Edward Hervey  <edward@fluendo.com>
11390
11391         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11392         Don't unref the GstPadTemplate returned by
11393         gst_element_class_get_pad_template().
11394
11395 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11396
11397         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11398
11399         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11400         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11401         * sys/sunaudio/gstsunaudiosink.h:
11402           Use spec->segsize and spec->segtotal in the prepare function
11403           to initialise the ring buffer instead of using the buffer-time
11404           property (#337421).
11405
11406 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11407
11408         * configure.ac:
11409           Bump core requirements to CVS for gst_pad_query_peer_duration()
11410           which is used by speexdec.
11411
11412 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * ext/speex/gstspeex.c: (plugin_init):
11415         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11416         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11417         (speex_get_sink_query_types), (speex_dec_sink_query),
11418         (speex_get_src_query_types), (speex_dec_src_query),
11419         (speex_dec_src_event), (speex_dec_sink_event),
11420         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11421         (speex_dec_chain_parse_data), (speex_dec_chain),
11422         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11423         (speex_dec_change_state):
11424         * ext/speex/gstspeexdec.h:
11425           Fix seeking and duration queries (#337033); clean up and
11426           refactor a bit.
11427
11428 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11429
11430         * ext/raw1394/gstdv1394src.c:
11431           distinguish between device not found and could not open for
11432           reading
11433
11434 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11435
11436         * Makefile.am:
11437         * configure.ac:
11438         * pkgconfig/.cvsignore:
11439         * pkgconfig/Makefile.am:
11440         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11441           add a .pc file so other modules can use good plugins in tests
11442
11443 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11444
11445         * configure.ac:
11446           clean up, use AS_VERSION and AS_NANO
11447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11448           use PACKAGE_VERSION define
11449         * po/af.po:
11450         * po/az.po:
11451         * po/cs.po:
11452         * po/en_GB.po:
11453         * po/hu.po:
11454         * po/it.po:
11455         * po/nb.po:
11456         * po/nl.po:
11457         * po/or.po:
11458         * po/sq.po:
11459         * po/sr.po:
11460         * po/sv.po:
11461         * po/uk.po:
11462         * po/vi.po:
11463           updated
11464
11465 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11466
11467         * ext\jpeg\smokecodec.c:
11468           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11469         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11470           move first instruction after all variables declarations
11471         * gst\alpha\gstalpha.c:
11472         * gst\effectv\gstshagadelic.c:
11473         * gst\smpte\paint.c:
11474         * gst\videofilter\gstvideobalance.c:
11475           define M_PI if it's not defined (it's not defined on WIN32)
11476         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11477         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11478         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11479         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11480         (gst_matroska_demux_video_caps):
11481         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11482         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11483           use gst_guint64_to_gdouble for conversions
11484         * gst\goom\filters.c: (setPixelRGB_):
11485           fix a debug which was using undefined variable
11486         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11487         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11488           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11489         * win32/vs6:
11490           add vs6 projects files for most of plugins-good
11491         
11492 2006-03-30  j^  <j@bootlab.org>
11493
11494         * ext/aalib/gstaasink.c:
11495         * ext/annodex/gstcmmldec.c:
11496         * ext/annodex/gstcmmlenc.c:
11497         * ext/cairo/gsttextoverlay.c:
11498         * ext/cairo/gsttimeoverlay.c:
11499         * ext/cdio/gstcdiocddasrc.c:
11500         * ext/dv/gstdvdec.c:
11501         * ext/esd/esdmon.c:
11502         * ext/esd/esdsink.c:
11503         * ext/flac/gstflacdec.c:
11504         * ext/flac/gstflacenc.c:
11505         * ext/flac/gstflactag.c:
11506         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11507         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11508         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11509         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11510         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11511         * ext/gdk_pixbuf/pixbufscale.c:
11512         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11513         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11514         * ext/jpeg/gstjpegdec.c:
11515         * ext/jpeg/gstjpegenc.c:
11516         * ext/jpeg/gstsmokedec.c:
11517         * ext/jpeg/gstsmokeenc.c:
11518         * ext/libcaca/gstcacasink.c:
11519         * ext/libmng/gstmngdec.c:
11520         * ext/libmng/gstmngenc.c:
11521         * ext/libpng/gstpngdec.c:
11522         * ext/libpng/gstpngenc.c:
11523         * ext/mikmod/gstmikmod.c:
11524         * ext/raw1394/gstdv1394src.c:
11525         * ext/shout2/gstshout2.c:
11526         * ext/speex/gstspeexdec.c:
11527         * ext/speex/gstspeexenc.c:
11528         * gst/alpha/gstalpha.c:
11529         * gst/alpha/gstalphacolor.c:
11530         * gst/auparse/gstauparse.c:
11531         * gst/autodetect/gstautoaudiosink.c:
11532         (gst_auto_audio_sink_base_init):
11533         * gst/autodetect/gstautovideosink.c:
11534         (gst_auto_video_sink_base_init):
11535         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11536         * gst/cutter/gstcutter.c:
11537         * gst/debug/breakmydata.c:
11538         * gst/debug/efence.c:
11539         * gst/debug/gstnavigationtest.c:
11540         * gst/debug/negotiation.c:
11541         * gst/debug/progressreport.c:
11542         * gst/debug/testplugin.c:
11543         * gst/effectv/gstaging.c:
11544         * gst/effectv/gstdice.c:
11545         * gst/effectv/gstedge.c:
11546         * gst/effectv/gstquark.c:
11547         * gst/effectv/gstrev.c:
11548         * gst/effectv/gstvertigo.c:
11549         * gst/effectv/gstwarp.c:
11550         * gst/flx/gstflxdec.c:
11551         * gst/goom/gstgoom.c:
11552         * gst/interleave/deinterleave.c:
11553         * gst/interleave/interleave.c:
11554         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11555         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11556         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11557         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11558         * gst/level/gstlevel.c:
11559         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11560         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11561         * gst/median/gstmedian.c:
11562         * gst/monoscope/gstmonoscope.c:
11563         * gst/multipart/multipartdemux.c:
11564         * gst/multipart/multipartmux.c:
11565         * gst/oldcore/gstmd5sink.c:
11566         * gst/oldcore/gstmultifilesrc.c:
11567         * gst/oldcore/gstpipefilter.c:
11568         * gst/oldcore/gstshaper.c:
11569         * gst/oldcore/gststatistics.c:
11570         * gst/rtp/gstasteriskh263.c:
11571         * gst/rtp/gstrtpL16depay.c:
11572         * gst/rtp/gstrtpL16pay.c:
11573         * gst/rtp/gstrtpamrdepay.c:
11574         * gst/rtp/gstrtpamrpay.c:
11575         * gst/rtp/gstrtpdepay.c:
11576         * gst/rtp/gstrtpgsmpay.c:
11577         * gst/rtp/gstrtph263pay.c:
11578         * gst/rtp/gstrtph263pdepay.c:
11579         * gst/rtp/gstrtph263ppay.c:
11580         * gst/rtp/gstrtpmp4gpay.c:
11581         * gst/rtp/gstrtpmp4vdepay.c:
11582         * gst/rtp/gstrtpmp4vpay.c:
11583         * gst/rtp/gstrtpmpadepay.c:
11584         * gst/rtp/gstrtpmpapay.c:
11585         * gst/rtp/gstrtppcmadepay.c:
11586         * gst/rtp/gstrtppcmapay.c:
11587         * gst/rtp/gstrtppcmudepay.c:
11588         * gst/rtp/gstrtppcmupay.c:
11589         * gst/rtp/gstrtpspeexdepay.c:
11590         * gst/rtp/gstrtpspeexpay.c:
11591         * gst/rtsp/gstrtpdec.c:
11592         * gst/smpte/gstsmpte.c:
11593         * gst/videobox/gstvideobox.c:
11594         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11595         * gst/videofilter/gstvideobalance.c:
11596         * gst/videofilter/gstvideoflip.c:
11597         * gst/videofilter/gstvideotemplate.c:
11598         (gst_videotemplate_base_init):
11599         * gst/videomixer/videomixer.c:
11600         * gst/wavenc/gstwavenc.c:
11601         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11602          better/unified long descriptions
11603          Fixed #336602
11604          Some cleanups to auparse, don't send multiple newsegments.
11605
11606 2006-03-29  Wim Taymans  <wim@fluendo.com>
11607
11608         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11609
11610         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11611         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11612         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11613         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11614         * ext/dv/gstdvdemux.h:
11615         Seek in READY patch. Only works for pull based mode.
11616         Fixes #323880
11617
11618 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11619
11620         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11621         (gst_gdk_pixbuf_event):
11622           Fix two crashers: don't unref the same caps twice, and
11623           set pixbuf loader to NULL after freeing it.
11624
11625 2006-03-27  Wim Taymans  <wim@fluendo.com>
11626
11627         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11628         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11629         (gst_speexenc_chain):
11630         * ext/speex/gstspeexenc.h:
11631         Don't leak adapter.
11632         A push *always* takes ownership of the buffer, even on
11633         errors.
11634         Small cleanups.
11635
11636 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11639           Create source pad without leaking.
11640
11641 2006-03-24  Wim Taymans  <wim@fluendo.com>
11642
11643         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11644         * ext/flac/gstflacdec.h:
11645         * ext/flac/gstflacenc.h:
11646         Spifify a bit.
11647         Fix deadly lock order error in seeking code, STREAM_LOCK
11648         cannot be taken within LOCK and the streaming variables are
11649         protected with the STREAM_LOCK anyway.
11650
11651 2006-03-24  Wim Taymans  <wim@fluendo.com>
11652
11653         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11654         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11655         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11656         this patch combines the global init_frames with the stream
11657         init_frames. Rationale being that the global delay should 
11658         be subtracted from any stream delay.
11659         Fixes #335858.
11660
11661 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11662
11663         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11664         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11665         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11666         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11667         use DEBUG_FUNCPTR for collectpads
11668
11669 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11672           Don't crash when encoding images where the number of rows isn't
11673           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11674
11675 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11678         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11679         * gst/interleave/interleave.c: (interleave_change_state):
11680         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11681           More state change function fixes.
11682
11683 2006-03-23  Wim Taymans  <wim@fluendo.com>
11684
11685         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11686         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11687         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11688         (gst_esdsink_delay), (gst_esdsink_reset):
11689         * ext/esd/esdsink.h:
11690         Fix esd choppy playback by configuring audiosink
11691         correctly. Fixes #325191
11692
11693 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11694
11695         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11696           Make state change function thread-safe.
11697
11698 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11699
11700         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11701         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11702           Don't try to read beyond the end of the file just because
11703           the header claims a bigger size (like with truncated files).
11704
11705 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11706
11707         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11708         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11709         (gst_wavparse_stream_data), (gst_wavparse_loop):
11710         * gst/wavparse/gstwavparse.h:
11711           Delay source pad creation until we have the first chunk of
11712           media data, so the we can examine the data and adjust the
11713           caps accordingly if required. This makes playback of .wav
11714           files with DTS-declared-as-PCM content work (#313266).
11715
11716 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11717
11718         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11719         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11720         Don't attempt typefinding on too-short buffers that have been
11721         completely trimmed away. (Fixes #330239)
11722
11723         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11724         Improve the debug output
11725
11726 2006-03-21  Wim Taymans  <wim@fluendo.com>
11727
11728         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11729         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11730         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11731         (gst_esdsink_set_property), (gst_esdsink_get_property):
11732         Some cleanups.
11733         Reset fd to -1 when we close them.
11734
11735 2006-03-21  Wim Taymans  <wim@fluendo.com>
11736
11737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11738         the OPTIONS request result is optional so don't
11739         fail on it.
11740
11741 2006-03-21  Edward Hervey  <edward@fluendo.com>
11742
11743         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11744         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11745         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11746         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11747         (gst_wavparse_change_state):
11748         gcc 4.1 unreferenced pointer fixes.
11749
11750 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11751
11752         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11753
11754         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11755           Fix block alignment calculation. Alignment should be done before
11756           adding the byte offset where the data starts (#335231).
11757
11758 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11759
11760         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11761           Ensure that we set correct caps on buffers that are transferred
11762           direct from the input.
11763
11764 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11765
11766         * gst/goom/filters.c: (zoomFilterDestroy):
11767         * gst/goom/goom_core.c: (goom_close):
11768           Free filter data when cleaning up. (Fixes: #334995)
11769
11770 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         * configure.ac:
11773           Don't compile udp and rtsp plugins on win32 (mingw) or other
11774           systems that don't have <sys/socket.h> for some reason (#316203).
11775
11776 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11777
11778         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11779         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11780         * ext/raw1394/gstdv1394src.h:
11781           Change bus reset handler so it reports useful information such as
11782           whether the device being used connected or disconnected
11783
11784 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * gst/id3demux/id3v2frames.c:
11787         (parse_relative_volume_adjustment_two):
11788           We only care about gain and peak data for the master volume.
11789
11790 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11791
11792         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11793         (parse_id_string), (parse_unique_file_identifier),
11794         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11795           Read replay gain tags (#323721).
11796
11797 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11798
11799         * configure.ac:
11800           Bump requirements to gst-plugins-base CVS because
11801           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11802
11803 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11804
11805         * rtp/gst/gstrtppcmadepay.c:
11806         Fixed one of the caps in the code from mulaw to alaw.
11807
11808 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11809
11810         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11811           Ensure that we set caps on the buffers we pass.
11812
11813         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11814         (gst_id3demux_sink_activate):
11815           Ensure that we set caps on the buffers we pass.
11816
11817           Use STREAM, TYPE_NOT_FOUND as the error class when
11818           typefinding fails.
11819
11820 2006-03-15  Edward Hervey  <edward@fluendo.com>
11821
11822         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11823         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11824         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11825         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11826         (gst_jpeg_dec_setcaps):
11827         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11828         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11829         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11830         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11831         (gst_mngdec_src_getcaps):
11832         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11833         (gst_pngdec_caps_create_and_set):
11834         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11835         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11836         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11837         * gst/alpha/gstalpha.c: (gst_alpha_init):
11838         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11839         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11840         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11841         * gst/cutter/gstcutter.c: (gst_cutter_init):
11842         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11843         (gst_efence_checkgetrange):
11844         * gst/debug/negotiation.c: (gst_negotiation_init):
11845         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11846         * gst/goom/gstgoom.c: (gst_goom_init):
11847         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11848         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11849         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11850         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11851         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11852         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11853         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11854         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11855         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11856         (gst_wavparse_create_sourcepad):
11857         Fix memleak with gst_static_pad_template_get().
11858         This uses gst_pad_new_from_static_template() instead.
11859         Fixes #333512
11860
11861 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * configure.ac:
11864           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11865           used by id3demux.
11866
11867         * gst/id3demux/gstid3demux.c: (plugin_init):
11868         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11869         (parse_user_text_identification_frame),
11870         (parse_unique_file_identifier):
11871           Add support for UFID and TXXX frames and extract musicbrainz tags.
11872
11873 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11876           Catch short reads, like they might happen with truncated
11877           files (see #305279); remove unnecessary indentation.
11878
11879 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11882           Fix DIB image inversion for pictures with a
11883           depth != 8 (#305279).
11884
11885 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11886
11887         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11888         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11889         * ext/jpeg/gstjpegdec.h:
11890           Fix durations on outgoing buffers after seeking
11891           in MJPEG files (#334083); some minor clean-ups.
11892
11893 2006-03-13  Wim Taymans  <wim@fluendo.com>
11894
11895         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11896         (gst_wavparse_change_state):
11897         Implement seek in READY (re-fixes #327658)
11898
11899 2006-03-13  Wim Taymans  <wim@fluendo.com>
11900
11901         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11902         * ext/esd/esdmon.c: (gst_esdmon_get):
11903         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11904         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11905         (gst_gdk_pixbuf_sink_getcaps):
11906         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11907         (gst_jpegenc_setcaps):
11908         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11909         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11910         (gst_smokeenc_setcaps):
11911         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11912         (gst_mngdec_src_getcaps):
11913         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11914         (gst_mngenc_chain):
11915         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11916         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11917         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11918         (speex_dec_src_event), (speex_dec_chain):
11919         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11920         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11921         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11922         (gst_negotiation_pad_link), (gst_negotiation_chain):
11923         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11924         (gst_flxdec_chain):
11925         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11926         (deinterleave_chain):
11927         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11928         * gst/median/gstmedian.c: (gst_median_link):
11929         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11930         (gst_monoscope_chain):
11931         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11932         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11933         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11934         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11935         close #333784 unref the result of gst_pad_get_parent()
11936         by: Christophe Fergeau.
11937
11938 2006-03-09  Wim Taymans  <wim@fluendo.com>
11939
11940         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11941         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11942         Handle events in push mode better, can now do non-flushing
11943         seeks in push mode as well.
11944
11945 2006-03-07  Wim Taymans  <wim@fluendo.com>
11946
11947         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11948         Applied patch from Kai Vehmanen, fixes #333624.
11949
11950 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11951
11952         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11953         Implement paletted and grayscale png files handling.
11954         (#150363).
11955
11956 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11957
11958         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11959         (gst_speexenc_chain):
11960           fix a tag list assert
11961           follow gst-plugins-base/ext/ogg/README; set OFFSET
11962           and OFFSET_END.  Muxes correctly with gst-plugins-base
11963           > 0.9.3
11964
11965 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11966
11967         * gst/id3demux/Makefile.am:
11968         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11969         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11970           Use new typefind helper functions here as well, and
11971           do typefinding in pull-mode if upstream supports that.
11972
11973 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11974
11975         * sys/sunaudio/gstsunaudiomixerctrl.c:
11976         (gst_sunaudiomixer_ctrl_get_volume),
11977         (gst_sunaudiomixer_ctrl_set_volume):
11978         * sys/sunaudio/gstsunaudiomixertrack.c:
11979         (gst_sunaudiomixer_track_new):
11980           Remove unused variables, breaks build from CVS
11981           with -Werror (#333392, patch by: Benjamin Pineau)
11982
11983 2006-03-03  Wim Taymans  <wim@fluendo.com>
11984
11985         * docs/plugins/Makefile.am:
11986         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11987         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11988         Added wavparse docs.
11989
11990         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11991         (gst_wavparse_reset), (gst_wavparse_init),
11992         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11993         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11994         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11995         (gst_wavparse_stream_data), (gst_wavparse_loop),
11996         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11997         (gst_wavparse_change_state):
11998         * gst/wavparse/gstwavparse.h:
11999         Implement seek in READY (fixes #327658)
12000         Added docs and did some cleanups.
12001
12002 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12005         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12006         (gst_avi_demux_calculate_durations_from_index),
12007         (gst_avi_demux_stream_header):
12008         * gst/avi/gstavidemux.h:
12009           If we have an index, use a duration based on the index instead
12010           of blindly trusting the information in the stream headers
12011           (fixes #331817).
12012
12013 2006-03-03  Wim Taymans  <wim@fluendo.com>
12014
12015         * docs/plugins/Makefile.am:
12016         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12017         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12018         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12019         Added smoke and jpeg to the docs.
12020
12021         * ext/jpeg/Makefile.am:
12022         * ext/jpeg/gstjpeg.c: (plugin_init):
12023         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12024         * ext/jpeg/gstjpegenc.h:
12025         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12026         (gst_smokedec_chain):
12027         * ext/jpeg/gstsmokedec.h:
12028         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12029         * ext/jpeg/gstsmokeenc.h:
12030         * ext/jpeg/smokecodec.h:
12031         Port smokedec (fixes #331905).
12032         Added some docs.
12033         Some cleanups.
12034
12035 2006-03-03  Wim Taymans  <wim@fluendo.com>
12036
12037         * docs/plugins/Makefile.am:
12038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12040         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12041         Added videobalance and videoflip to the docs.
12042
12043         * gst/videofilter/Makefile.am:
12044         * gst/videofilter/gstvideobalance.c:
12045         (gst_video_balance_update_tables_planar411),
12046         (gst_video_balance_is_passthrough),
12047         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12048         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12049         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12050         (gst_video_balance_finalize), (gst_video_balance_class_init),
12051         (gst_video_balance_init), (gst_video_balance_interface_supported),
12052         (gst_video_balance_interface_init),
12053         (gst_video_balance_colorbalance_list_channels),
12054         (gst_video_balance_colorbalance_set_value),
12055         (gst_video_balance_colorbalance_get_value),
12056         (gst_video_balance_colorbalance_init),
12057         (gst_video_balance_set_property), (gst_video_balance_get_property),
12058         (gst_video_balance_get_type), (plugin_init):
12059         * gst/videofilter/gstvideobalance.h:
12060         Ported to 0.10. (Fixes #326160)
12061         Added docs.
12062
12063         * gst/videofilter/gstvideoflip.c:
12064         * gst/videofilter/gstvideoflip.h:
12065         Added docs.
12066
12067 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12068
12069         * configure.ac:
12070           Bump requirements to current core and -base CVS
12071           (core for new typefind helper API, and -base for the
12072           WAVFORMATEX support that was added to libgstriff and
12073           is needed by wavparse).
12074         
12075         * gst/apetag/Makefile.am:
12076         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12077         (gst_tag_demux_sink_activate):
12078           Use new typefind helpers for typefinding instead of our
12079           home-grown stuff; also, do typefinding in pull-mode if
12080           upstream supports that.
12081
12082 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12083
12084         Reviewed by: Christian Schaller <christian@fluendo.com>
12085
12086         This patch fixes bug: 329107
12087
12088         This Changelog entry is for a commit done on February 17
12089
12090         * ext/gconf/gconf.c
12091         * ext/gconf/gconf.h
12092         * ext/gconf/gstgconfaudiosink.c
12093         * ext/gconf/gstgconfaudiosink.h
12094         * gconf/gstreamer.schemas.in
12095
12096 2006-02-28  Wim Taymans  <wim@fluendo.com>
12097
12098         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12099         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12100         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12101         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12102         Use DEBUG_OBJECT more.
12103
12104 2006-02-28  Wim Taymans  <wim@fluendo.com>
12105
12106         * docs/plugins/Makefile.am:
12107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12108         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12109         Added dvdec and dvdemux to docs.
12110
12111         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12112         Added docs.
12113         Check frame sizes so we don't crash when don't have enough
12114         data.
12115         Send nice error messages on error.
12116
12117         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12118         (gst_dvdemux_class_init), (gst_dvdemux_init),
12119         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12120         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12121         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12122         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12123         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12124         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12125         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12126         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12127         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12128         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12129         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12130         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12131         * ext/dv/gstdvdemux.h:
12132         Added docs.
12133         Implement pull mode.
12134         Fix memleaks.
12135         Reduce memcpy for the video demuxing.
12136
12137 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12138
12139         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12140         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12141         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12142         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12143           Add a little extra debug. Make the decoder not return NOT_LINKED,
12144           as we want to continue decoding all CMML and emitting tags.
12145
12146 2006-02-27  Michael Smith  <msmith@fluendo.com>
12147
12148         * ext/annodex/gstskeltag.c:
12149         * ext/annodex/gstskeltag.h:
12150           Deleted; these files aren't used any more either.
12151
12152 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12153
12154         * ext/Makefile.am: Fix dist-check.
12155
12156 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12157
12158         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12159         memleak.
12160
12161 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12162
12163         * ext/annodex/Makefile.am:
12164         * ext/annodex/gstannodex.c:
12165         * ext/annodex/gstcmmldec.c:
12166         * ext/annodex/gstcmmlenc.c:
12167         * ext/annodex/gstcmmlparser.c:
12168         * ext/annodex/gstcmmlparser.h:
12169         * ext/annodex/gstcmmlutils.c:
12170         * tests/check/elements/cmmldec.c:
12171         * tests/check/elements/cmmlenc.c:
12172           Fix a memleak in gst_cmml_track_list_add_clip.
12173           Handle overflows in clip's start and end times.
12174           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12175           Do not parse junk at the end of a CMML preamble buffer.
12176           Register a libxml error handler to not print stuff on stderr.
12177           Check for bad clip start and end times in the testsuites.
12178
12179 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12180
12181         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12182         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12183         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12184         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12185         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12186         possible memleaks.
12187
12188 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12189
12190         * tests/check/Makefile.am:
12191         * tests/check/elements/cmmldec.c:
12192         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12193         the plugins-base tags.
12194
12195 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12196
12197         * ext/Makefile.am: Re-enable module.
12198
12199 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12200
12201         * tests/check/Makefile.am: Forgot to remove that test.
12202
12203 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12204
12205         * ext/annodex/Makefile.am:
12206         * ext/annodex/gstannodex.c: (plugin_init):
12207         * ext/annodex/gstcmmldec.c:
12208         * ext/annodex/gstskeldec.c:
12209         * ext/annodex/gstskeldec.h:
12210         * tests/check/Makefile.am:
12211         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12212
12213 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12214
12215         * tests/check/Makefile.am: Disable those checks as well.
12216
12217 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12218
12219         * ext/Makefile.am: Disable annodex for now until we figure out
12220         how to make it build.
12221         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12222         Add a rule to your checklist : "please try to at least build 
12223         what you are going to commit into -good, or if you are too lazy
12224         to do that, please check that the buildbots are not crying because
12225         of your commit."
12226
12227 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12228
12229         * configure.ac:
12230         * ext/Makefile.am:
12231         * ext/gdk_pixbuf/Makefile.am:
12232         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12233         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12234         * ext/gdk_pixbuf/pixbufscale.c:
12235         * ext/gdk_pixbuf/pixbufscale.h:
12236           Gdkpixbuf ported from 0.8 to 0.10 by
12237           Renato Filho <renato.filho@indt.org.br>.
12238           gst_loader and gdkpixbufanimation still need port.
12239
12240 2006-02-24  Michael Smith  <msmith@fluendo.com>
12241
12242         * configure.ac:
12243         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12244         * ext/Makefile.am:
12245         * ext/annodex/Makefile.am:
12246         * ext/annodex/gstannodex.c:
12247         * ext/annodex/gstannodex.h:
12248         * ext/annodex/gstcmmldec.c:
12249         * ext/annodex/gstcmmldec.h:
12250         * ext/annodex/gstcmmlenc.c:
12251         * ext/annodex/gstcmmlenc.h:
12252         * ext/annodex/gstcmmlparser.c:
12253         * ext/annodex/gstcmmlparser.h:
12254         * ext/annodex/gstcmmltag.c:
12255         * ext/annodex/gstcmmltag.h:
12256         * ext/annodex/gstcmmlutils.c:
12257         * ext/annodex/gstcmmlutils.h:
12258         * ext/annodex/gstskeldec.c:
12259         * ext/annodex/gstskeldec.h:
12260         * ext/annodex/gstskeltag.c:
12261         * ext/annodex/gstskeltag.h:
12262         * tests/check/Makefile.am:
12263         * tests/check/elements/cmmldec.c:
12264         * tests/check/elements/cmmlenc.c:
12265         * tests/check/elements/skeldec.c:
12266           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12267           Includes tests & docs, oh my! Passes Thomas's -good checklist
12268           entirely. Wow.
12269
12270 2006-02-24  Michael Smith  <msmith@fluendo.com>
12271
12272         * autogen.sh:
12273           Check for automake 1.9 as well.
12274
12275 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         * ext/flac/gstflacenc.c:
12278           Change min. sample rate to 8kHz to match flacdec's.
12279           
12280 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12281
12282         * ext/cdio/Makefile.am:
12283           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12284           required for Cygwin, see #317048)
12285
12286         * gst/rtp/gstasteriskh263.c:
12287           Cygwin has includes for both the unix network socket API
12288           and the windows API, but only one can be included, so fix
12289           includes to only use one or the other, prefering the unxi
12290           one (#317048).
12291
12292 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12293
12294         * rtp/gst/gstrtppcmadepay.c:
12295         * rtp/gst/gstrtppcmadepay.h:
12296         * rtp/gst/gstgstrtppcmapay.c:
12297         * rtp/gst/gstgstrtppcmapay.h:
12298         * rtp/gst/gstrtppcmudepay.c:
12299         * rtp/gst/gstrtppcmudepay.h:
12300         * rtp/gst/gstrtppcmupay.c:
12301         * rtp/gst/gstrtppcmupay.h:
12302         * rtp/gst/Makefile.am:
12303         * rtp/gst/gstrtp.c:
12304         * rtp/gst/README:
12305         Separated the G711 payloaders/depayloaders into separate elements for
12306         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12307
12308 2006-02-22  Wim Taymans  <wim@fluendo.com>
12309
12310         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12311         (gst_dvdec_change_state):
12312         * ext/dv/gstdvdec.h:
12313         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12314         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12315         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12316         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12317         (gst_dvdemux_flush), (gst_dvdemux_chain),
12318         (gst_dvdemux_change_state):
12319         * ext/dv/gstdvdemux.h:
12320         Ueber spiffify some more, added debug category.
12321         Use _scale.
12322         Use segments, respect playback rate from newsegment.
12323         Fix refcount issue.
12324
12325 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12326
12327         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12328         (gst_signal_processor_process):
12329         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12330         enabled for the build, but it helps me win the feature-count
12331         competitions ooh yeah.
12332
12333 2006-02-19  Wim Taymans  <wim@fluendo.com>
12334
12335         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12336         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12337         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12338         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12339         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12340         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12341         Use scaling code for added precission and more correct stop
12342         position in case scale==0.
12343
12344 2006-02-19  Wim Taymans  <wim@fluendo.com>
12345
12346         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12347         (gst_flxdec_chain):
12348         * gst/flx/gstflxdec.h:
12349         Implement DURATION query.
12350
12351 2006-02-19  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst/flx/flx_color.h:
12354         * gst/flx/flx_fmt.h:
12355         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12356         (gst_flxdec_src_query_handler), (flx_decode_color),
12357         (gst_flxdec_chain):
12358         * gst/flx/gstflxdec.h:
12359         Set MALLOCDATA for the temp buffers so we don't leak.
12360         Some debug cleanups.
12361         Consume all data in the adapter before leaving the chain
12362         function. Fixes #330678.
12363
12364 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12365
12366         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12367         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12368          Handle 0 data size in otherwise valid frames.
12369          Handle numeric strings in 2.4.0 even when not in parentheses 
12370
12371 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12372
12373         * gst/matroska/matroska-demux.c:
12374         (gst_matroska_demux_subtitle_caps),
12375         (gst_matroska_demux_plugin_init):
12376         * gst/matroska/matroska-ids.h:
12377           Recognise SSA/ASS and USF subtitle formats and
12378           set proper caps when they are found.
12379
12380 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12383         (gst_jpeg_dec_chain):
12384           Fix invalid memory access for some odd-sized images
12385           (see image contained in quicktime stream in #327083);
12386           use g_malloc() instead of g_alloca().
12387
12388 2006-02-17  Wim Taymans  <wim@fluendo.com>
12389
12390         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12391         Patch from Sebastien Cote, fixes #319884
12392
12393 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12394
12395         * ext/cdio/gstcdio.c: (plugin_init):
12396           Init debug category (#331253).
12397
12398 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12399
12400         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12401           Pass extra_data to gst_riff_create_audio_caps(), so that
12402           WAVEFORMATEX stuff works. Post audio codec name and post
12403           it as taglist on the bus. Allow up to 8 channesl for raw
12404           PCM in the source pad template caps.
12405
12406 2006-02-16  Wim Taymans  <wim@fluendo.com>
12407
12408         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12409         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12410         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12411         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12412         (gst_multipart_set_property), (gst_multipart_get_property):
12413         Applied #318663. Gives quite a few false positives in
12414         autoscan mode, but it's better than nothing. Not closing yet.
12415
12416 2006-02-16  Wim Taymans  <wim@fluendo.com>
12417
12418         * docs/plugins/Makefile.am:
12419         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12421         * docs/plugins/gst-plugins-good-plugins.args:
12422         * docs/plugins/inspect/plugin-udp.xml:
12423         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12424         (gst_udpsrc_start):
12425         Update documentation.
12426         Fix args.
12427
12428 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12429
12430         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12431         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12432         frame size. (Fixes #331368)
12433
12434 2006-02-16  Wim Taymans  <wim@fluendo.com>
12435
12436         * gst/rtsp/README:
12437         Updated README.
12438
12439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12440         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12441         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12442         * gst/rtsp/gstrtspsrc.h:
12443         Make sure the RTP port is an even port an try to allocate 
12444         another if not.
12445         Added retry property to control max retries for port allocation.
12446         Make sure RTCP port is RTP port+1.
12447         Cleanup when port allocation fails.
12448         Fixes #319183.
12449         
12450 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12451
12452         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12453           Don't ignore return value of the parent class's state
12454           change function (#331385, patch by: Wouter Paesen).
12455
12456 2006-02-15  Wim Taymans  <wim@fluendo.com>
12457
12458         * configure.ac:
12459         * docs/plugins/Makefile.am:
12460         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12461         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12462         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12463         * ext/Makefile.am:
12464         * ext/hal/Makefile.am:
12465         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12466         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12467         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12468         (do_toggle_element), (gst_hal_audio_sink_set_property),
12469         (gst_hal_audio_sink_get_property),
12470         (gst_hal_audio_sink_change_state):
12471         * ext/hal/gsthalaudiosink.h:
12472         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12473         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12474         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12475         (do_toggle_element), (gst_hal_audio_src_set_property),
12476         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12477         * ext/hal/gsthalaudiosrc.h:
12478         * ext/hal/gsthalelements.c: (plugin_init):
12479         * ext/hal/gsthalelements.h:
12480         * ext/hal/hal.c: (gst_hal_get_string),
12481         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12482         (gst_hal_get_audio_src):
12483         * ext/hal/hal.h:
12484         Add HAL sound device wrapper plugins. Closes #329106
12485
12486 2006-02-15  Wim Taymans  <wim@fluendo.com>
12487
12488         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12489         Add comment in a fultile attempt to stop the copy-and-paste 
12490         paradigm leading to duplication of bad code.
12491
12492         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12493         Mime parameters have to be checked case insensitive
12494
12495 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12496
12497         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12498           Advance stream time for lagging subtitle streams by sending
12499           newsegment events with the update flag set.
12500
12501 2006-02-14  Edward Hervey  <edward@fluendo.com>
12502
12503         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12504         There can be bogus data before the hdrl LIST tag in the RIFF header.
12505         It's hard to say if it's not respecting the AVI specifications or not,
12506         but since Google Video is producing AVIs like that and the other player
12507         don't seem to complain, I guess we should do the same.
12508
12509 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12510
12511         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12512         (parse_split_strings):
12513         Add more validation to ensure that a char encoding conversion
12514         produced a valid UTF-8 string.
12515
12516 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12517
12518         Reviewed by: Edward Hervey  <edward@fluendo.com>
12519
12520         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12521         Properly handle end of segment. Closes #330885.
12522
12523 2006-02-13  Wim Taymans  <wim@fluendo.com>
12524
12525         * gst/rtp/gstrtpmp4gpay.h:
12526         For got to commit this one.
12527
12528 2006-02-12  Wim Taymans  <wim@fluendo.com>
12529
12530         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12531         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12532         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12533         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12534         * gst/rtp/gstrtpmp4gpay.h:
12535         Make more things work.
12536         Handle ACC config strings.
12537
12538 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12539
12540         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12541           set timestamps if no incoming timestamps set
12542
12543 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12544
12545         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12546         (gst_tag_demux_do_typefind):
12547           ... and fix the very same leaks in GstTagDemux.
12548
12549 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12550
12551         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12552         (gst_id3demux_do_typefind):
12553         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12554         <jonathan at kaolin dot wh9 dot net>)
12555
12556 2006-02-10  Wim Taymans  <wim@fluendo.com>
12557
12558         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12559         First set options, then set caps or else the baseclass
12560         will not know about the options, duh.
12561
12562 2006-02-10  Wim Taymans  <wim@fluendo.com>
12563
12564         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12565         (gst_rtp_mp4v_pay_setcaps):
12566         Don't waste time looking for a config string if we have codec_info
12567         on the incomming caps.
12568
12569 2006-02-10  Wim Taymans  <wim@fluendo.com>
12570
12571         * gst/rtp/README:
12572         Say something about case-sensitivity of caps vs mime-attributes.
12573
12574         * gst/rtp/Makefile.am:
12575         * gst/rtp/gstrtp.c: (plugin_init):
12576         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12577         (gst_rtp_amr_pay_handle_buffer):
12578         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12579         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12580         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12581         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12582         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12583         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12584         (gst_rtp_mp4g_pay_plugin_init):
12585         * gst/rtp/gstrtpmp4gpay.h:
12586         Added beginnings of mpeg4-generic payloader (RFC 3640)
12587
12588 2006-02-09  Wim Taymans  <wim@fluendo.com>
12589
12590         * gst/rtsp/Makefile.am:
12591         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12592         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12593         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12594         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12595         (gst_rtpdec_change_state):
12596         * gst/rtsp/gstrtpdec.h:
12597         * gst/rtsp/gstrtsp.c: (plugin_init):
12598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12599         * gst/rtsp/rtspconnection.c: (read_body),
12600         (rtsp_connection_receive):
12601         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12602         Resurected rtpdec to make rtspsrc happy again.
12603         Skip attributes from the session id.
12604         Don't crash when dumping a message with an empty body.
12605
12606
12607 2006-02-09  Wim Taymans  <wim@fluendo.com>
12608
12609         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12610         Added more meaningfull warnings when something goes wrong.
12611         Clear F bit on outgoing AMR packets.
12612
12613         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12614         (gst_rtp_amr_pay_handle_buffer):
12615         Added debugging category
12616         Support payloading of multiple AMR frames.
12617
12618         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12619         Added some debugging.
12620
12621 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12622
12623         * configure.ac:
12624           Back to CVS
12625
12626 === release 0.10.2 ===
12627
12628 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12629
12630         * configure.ac:
12631           releasing 0.10.2, "Papa was a rolling stone"
12632
12633 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12634
12635         * configure.ac:
12636           Bump core and plugins-base requirement to 0.10.2.2
12637           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12638
12639 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12640
12641         * ext/flac/gstflac.c: (plugin_init):
12642         * ext/speex/gstspeex.c: (plugin_init):
12643           Register musicbrainz tags.
12644
12645 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         * ext/gconf/gconf.h:
12648           Remove declaration of function that no longer exists.
12649
12650 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12651
12652         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12653         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12654         Make shout2 work for non ogg streams
12655
12656 2006-02-06  Wim Taymans  <wim@fluendo.com>
12657
12658         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12659         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12660         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12661         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12662         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12663         * gst/udp/gstmultiudpsink.h:
12664         Updated docs.
12665         Added properties bytes-served, bytes_to_serve.
12666         Post proper error messages,
12667         Emit client added signal too.
12668
12669 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12670
12671         * docs/plugins/Makefile.am:
12672         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12673         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12674         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12675         (gst_multiudpsink_get_stats):
12676           adding docs for multiudpsink
12677
12678 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12679
12680         * gst/level/gstlevel.c: (gst_level_transform_ip):
12681           peak below decay is not necessarily an error, so don't ERROR log
12682
12683 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12684
12685         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12686         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12687         (gst_ebml_write_seek):
12688         * gst/matroska/ebml-write.h:
12689           Make sure we send a newsegment event in BYTES format
12690           before sending buffers (#328531).
12691
12692 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12695         (gst_dvdemux_sink_query):
12696         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12697         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12698         (speex_dec_src_query):
12699         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12700         (gst_speexenc_sink_query):
12701         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12702         * gst/matroska/matroska-demux.c:
12703         (gst_matroska_demux_get_src_query_types),
12704         (gst_matroska_demux_handle_src_query):
12705         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12706         (gst_wavparse_pad_query):
12707           Pass unhandled queries upstream instead of just dropping
12708           them (#326446). Update query type arrays here and there.
12709
12710 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12711
12712         * tests/check/elements/matroskamux.c: (setup_src_pad):
12713           Collectpads in core got changed and now also holds a
12714           reference to any pad that is part of it. Fix refcount
12715           checks in test case accordingly.
12716
12717 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         * gst/apetag/gstapedemux.h:
12720           Fix include, for now GstTagDemux is in the apetag dir.
12721
12722 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12723
12724         * docs/plugins/Makefile.am:
12725         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12726         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12727         * docs/plugins/inspect/plugin-cdio.xml:
12728           Add cdio plugin to docs.
12729
12730         * ext/cdio/gstcdiocddasrc.c:
12731           Add gtk-doc blurb.
12732
12733         * ext/cdio/gstcdio.c:
12734           The plugin is called 'cdio' not 'cddio'.
12735
12736 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12737
12738         * configure.ac:
12739         * docs/plugins/Makefile.am:
12740         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12741         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12742         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12743         * docs/plugins/inspect/plugin-apetag.xml:
12744         * gst/apetag/Makefile.am:
12745         * gst/apetag/gstapedemux.c:
12746         * gst/apetag/gstapedemux.h:
12747         * gst/apetag/gsttagdemux.c:
12748         * gst/apetag/gsttagdemux.h:
12749           Add APE tag demuxer (#325649).
12750
12751 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12752
12753         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12754         (gst_gconf_get_default_video_sink),
12755         (gst_gconf_get_default_audio_src),
12756         (gst_gconf_get_default_video_src):
12757         * ext/gconf/gconf.h:
12758         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12759         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12760         (do_toggle_element):
12761         * ext/gconf/gstgconfaudiosink.h:
12762         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12763         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12764         (do_toggle_element):
12765         * ext/gconf/gstgconfaudiosrc.h:
12766         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12767         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12768         (do_toggle_element):
12769         * ext/gconf/gstgconfvideosink.h:
12770         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12771         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12772         (do_toggle_element):
12773         * ext/gconf/gstgconfvideosrc.h:
12774           Ignore changing the GConf key to "". Ignore GConf key updates
12775           that don't actually change the string.
12776           For now, ignore the GConf key when the state is > READY, as
12777           it breaks streaming. Sometime it will be nice to bring the
12778           new sink online even mid-stream, by sending NEWSEGMENT info
12779           and possibly prerolling.
12780           (Fixes #326736)
12781
12782 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12783
12784         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12785         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12786         (zoomFilterSetResolution), (zoomFilterDestroy),
12787         (zoomFilterFastRGB), (pointFilter):
12788         * gst/goom/filters.h:
12789         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12790         (goom_update), (goom_close):
12791         * gst/goom/goom_core.h:
12792         * gst/goom/goom_tools.h:
12793         * gst/goom/graphic.c:
12794         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12795         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12796         * gst/goom/gstgoom.h:
12797         * gst/goom/lines.c: (goom_lines):
12798         * gst/goom/lines.h:
12799           Make goom reentrant by moving all important static variables
12800           into instance structures.
12801           (Fixes #329181)
12802
12803 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12806         (gst_avi_demux_all_source_pads_unlinked),
12807         (gst_avi_demux_process_next_entry):
12808         * gst/avi/gstavidemux.h:
12809           Third attempt, use gst_pad_is_linked() this time.
12810
12811 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12812
12813         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12814         (parse_split_strings):
12815         Adjust for data length indicators when parsing (Fixes #329810)
12816         Fix stupid bug parsing UTF-8 tag text.
12817         Output tag strings with multiple fields as multiple tags, so the
12818         app gets all the data.
12819
12820 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12821
12822         * ext/flac/gstflacenc.c:
12823         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12824         show me.
12825         
12826 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12827
12828         * ext/flac/gstflacenc.c:
12829         * gst/matroska/ebml-read.c:
12830         Just make it compile with --disable-gst-debug.
12831
12832 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12833
12834         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12835         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12836         (id3v2_genre_fields_to_taglist):
12837           Never output a tag with a null contents string.
12838
12839 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12840
12841         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12842           Only pause if all pads are unlinked AND we've tried to send data
12843           on all of them at least once.
12844
12845 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12846
12847         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12848         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12849           Make loop function/task pause itself when all source pads are
12850           unlinked.
12851
12852 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * configure.ac:
12855         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12856           Use new functions from core to render a bin from a
12857           string. Fixes build. Up requirements to core CVS.
12858
12859 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12862           Don't push buffers into the adapter that we are going to
12863           push downstream again without framing anyway. Also, the
12864           adaptor takes ownership of buffers put into it (fixes
12865           auparse pushing invalid buffers for .au files with
12866           ADPCM contents). Finally, set caps on all outgoing buffers.
12867
12868 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12869
12870         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12871         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12872         (gst_id3demux_send_tag_event):
12873         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12874         Someone should kick my butt. Remove ID3v1 tags from the end of the
12875         file.
12876
12877         Improve error messages. Send the TAG message as soon as we complete
12878         typefinding, instead of waiting until we send the first buffer.
12879         Downstream tag event is still sent before the first buffer.
12880
12881 2006-01-27  Jan Gerber  <j@bootlab.org>
12882
12883         Reviewed by: Andy Wingo <wingo@pobox.com>
12884
12885         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12886         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12887         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12888         to not have warings flooding stderr. this is the suggested way
12889         also used in dvgrab and kino. (#328336)
12890
12891 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12892
12893         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12894         (gst_oss_sink_init), (gst_oss_sink_finalise):
12895           Free the device name string when finalised.
12896
12897 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12898
12899         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12900           Don't put function calls in g_return_if_fail() statements,
12901           or they'll be replaced with NOOPs if someone compiles with
12902           G_DISABLE_CHECKS defined.
12903           
12904 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12905
12906         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12907         Never trust ANY information encoded in a media file, especially
12908         when it's giving you sizes. (Fixes #328452)
12909
12910 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12911
12912         * gst/rtp/gstrtpg711pay.c:
12913         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12914         bug #325148.
12915
12916 2006-01-23  Edward Hervey  <edward@fluendo.com>
12917
12918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12919         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12920         * gst/matroska/matroska-ids.h:
12921         Added recognition of Real Audio and Video streams in matroska demuxer.
12922
12923 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12924
12925         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12926           Remove errant break statement, and fix compilation with
12927           older GCC.
12928
12929 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12930
12931         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12932
12933         * sys/sunaudio/gstsunaudiomixerctrl.c:
12934         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12935           Export functions that are needed in other parts of the code,
12936           makes the mixer actually work; adjust magic minimum buffer-time
12937           value from 3ms to 5ms to work around stuttering during mp3
12938           playback (#327765).
12939
12940 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12941
12942         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12943
12944         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12945         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12946           Fix possible deadlock in matroska muxer (#327825).
12947
12948 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12949
12950         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12951         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12952         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12953         * gst/rtsp/sdpmessage.h:
12954         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12955         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12956           C89 fixes: declare variables at the beginning of a block and
12957           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12958           <jensgr at gmx dot net>).
12959
12960 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12961
12962         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12963         * gst/id3demux/id3tags.h:
12964         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12965         (parse_comment_frame), (parse_text_identification_frame),
12966         (id3v2_tag_to_taglist), (id3v2_are_digits),
12967         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12968         (parse_split_strings), (free_tag_strings):
12969           Rewrite parsing of text tags to handle multiple NULL terminated
12970           strings. Parse numeric genre strings and ID3v2 type
12971           "(3)(6)Alternative" style genre strings.
12972           Parse dates that are only YYYY or YYYY-mm format.
12973           (Fixes #328241 and #322154)
12974
12975 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12976
12977         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12978           Don't forget to initialize liboil, otherwise our oil functions
12979           will crash (fixes #327871; patch by: Christoph Burghardt
12980           <hawkes at web dot de>).
12981
12982 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12983
12984         * configure.ac:
12985           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12986           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12987           patch by: Brian Cameron <brian dot cameron at sun dot com>
12988
12989 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12990
12991         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12992         * ext/cdio/gstcdio.h:
12993         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12994           Fix build for libcdio versions >= 76; give slightly lower rank
12995           than cdparanoia.
12996
12997 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * configure.ac:
13000         * ext/Makefile.am:
13001         * ext/cdio/Makefile.am:
13002         * ext/cdio/gstcdio.c:
13003         * ext/cdio/gstcdio.h:
13004         * ext/cdio/gstcdiocddasrc.c:
13005         * ext/cdio/gstcdiocddasrc.h:
13006           Port libcdio cdda source, formerly known as cddasrc, now known as
13007           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13008           but that's not tested (fixes #317658).
13009
13010 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13011
13012         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13013           Fix conversion from TIME to BYTES format (fixes #326864;
13014           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13015
13016 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13017
13018         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13019           Fix compilation of id3demux when zlib is not present.
13020           (Fixes #326602; patch by: Sergey Scobich)
13021
13022 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13023
13024         * ext/esd/Makefile.am:
13025           Add $(ESD_CFLAGS), otherwise build will fail for folks
13026           with libesd in a non-standard prefix (#327009).
13027
13028 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13029
13030         * configure.ac:
13031           back to HEAD
13032
13033 === release 0.10.1 ===
13034
13035 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13036
13037         * configure.ac:
13038           releasing 0.10.1, "Li"
13039
13040 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13041
13042           patch by: Wim Taymans
13043
13044         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13045           fix memleak.  Fixes #326618
13046
13047 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13048
13049           patch by: Mike Smith
13050
13051         * gst/level/gstlevel.c: (gst_level_message_new),
13052         (gst_level_message_append_channel):
13053           Fix memleak.  Fixes #326612
13054
13055 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13056
13057         * configure.ac:
13058           prereleasing
13059         * po/af.po:
13060         * po/az.po:
13061         * po/cs.po:
13062         * po/en_GB.po:
13063         * po/hu.po:
13064         * po/it.po:
13065         * po/nb.po:
13066         * po/nl.po:
13067         * po/or.po:
13068         * po/sq.po:
13069         * po/sr.po:
13070         * po/sv.po:
13071         * po/uk.po:
13072         * po/vi.po:
13073           update translations
13074
13075 2006-01-10  Michael Smith  <msmith@fluendo.com>
13076
13077         * gst/level/gstlevel.c: (gst_level_class_init),
13078         (gst_level_dispose):
13079           Don't leak filter arrays.
13080
13081 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13082
13083         reviewed by: Christian Schaller <uraeus@gnome.org>
13084         
13085         * configure.ac:
13086         * gst-plugins-good.spec.in:
13087         * sys/Makefile.am:
13088         * sys/sunaudio/Makefile.am:
13089         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13090         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13091         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13092         (gst_sunaudiomixer_change_state):
13093         * sys/sunaudio/gstsunaudiomixer.h:
13094         * sys/sunaudio/gstsunaudiomixerctrl.c:
13095         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13096         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13097         (gst_sunaudiomixer_ctrl_list_tracks),
13098         (gst_sunaudiomixer_ctrl_get_volume),
13099         (gst_sunaudiomixer_ctrl_set_volume),
13100         (gst_sunaudiomixer_ctrl_set_mute),
13101         (gst_sunaudiomixer_ctrl_set_record):
13102         * sys/sunaudio/gstsunaudiomixerctrl.h:
13103         * sys/sunaudio/gstsunaudiomixertrack.c:
13104         (gst_sunaudiomixer_track_class_init),
13105         (gst_sunaudiomixer_track_init), (fill_labels),
13106         (gst_sunaudiomixer_track_new):
13107         * sys/sunaudio/gstsunaudiomixertrack.h:
13108         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13109         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13110         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13111         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13112         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13113         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13114         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13115         * sys/sunaudio/gstsunaudiosink.h:
13116
13117         Add SunAudio plugin - tested to make sure it doesn't break
13118         the build under GNU/Linux.      
13119
13120 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13121
13122         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13123         * gst-plugins-good/gst/udp/gstudpsrc.c:
13124         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13125         overrides the port or multicast parameters. Fixes bugs #323021.
13126         API addition: adds GstUDPSrc::sockfd property   
13127
13128 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13129
13130         * ext/gconf/Makefile.am:
13131         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13132         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13133         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13134         (do_toggle_element), (cb_toggle_element),
13135         (gst_gconf_audio_src_change_state):
13136         * ext/gconf/gstgconfaudiosrc.h:
13137         * ext/gconf/gstgconfelements.c: (plugin_init):
13138         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13139         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13140         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13141         (do_toggle_element), (cb_toggle_element),
13142         (gst_gconf_video_src_change_state):
13143         * ext/gconf/gstgconfvideosrc.h:
13144           Add new gconfaudiosrc and gconfvideosrc elements
13145           (needed for gnome-sound-recorder).
13146
13147 2006-01-06  Edward Hervey  <edward@fluendo.com>
13148
13149         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13150         Add gst_element_no_more_pads() for proper decodebin behaviour.
13151         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13152         (parse_text_identification_frame), (parse_split_strings):
13153         Failure to decode some tags is not a GST_ERROR() but a
13154         GST_WARNING()
13155         When iterating over a chunk of text, check that we haven't gone too
13156         far.
13157
13158 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13159
13160         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13161         (plugin_init):
13162           call oil_init() when using liboil
13163
13164 2006-01-04  Wim Taymans  <wim@fluendo.com>
13165
13166         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13167         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13168         Fix leaks.
13169
13170 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13171
13172         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13173
13174         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13175         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13176         (gst_flac_dec_change_state):
13177           Don't g_assert() where we should just return FALSE; remove
13178           unnecessary g_assert(); initialize some fields properly in
13179           state change function (fixes #325504). Also, use
13180           GST_DEBUG_OBJECT in two more places.
13181
13182 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13183
13184         * configure.ac:
13185           also remove smoothwave's Makefile.am
13186         * docs/plugins/Makefile.am:
13187           fix plugin docs
13188
13189 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13190
13191         * tests/examples/Makefile.am:
13192           added missing Makefile.am
13193
13194 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13195
13196         * configure.ac:
13197         * gst/level/Makefile.am:
13198         * gst/level/level-example.c:
13199         * tests/Makefile.am:
13200         * tests/examples/level/Makefile.am:
13201         * tests/examples/level/level-example.c: (message_handler), (main):
13202           moved level-example to tests/examples/level-example
13203         * tests/old/examples/level/demo.c: (main):
13204         * tests/old/examples/level/plot.c: (main):
13205           some initial fixes
13206
13207 2005-12-29  Michael Smith  <msmith@fluendo.com>
13208
13209         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13210         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13211         * gst/udp/gstmultiudpsink.h:
13212           Track packets sent per client in addition to bytes sent; provide
13213           this info through get-stats signal
13214
13215 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13216
13217         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13218           Can't use gst_object_unref() on a GstAdapter (#325191).
13219
13220 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13221
13222         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13223         If a broken tag has 0 bytes payload, at least still skip
13224         the 10 byte header
13225
13226 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13227
13228         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13229         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13230         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13231         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13232           Making these depayloaders (H263+ and mpeg4 video) inherit from
13233           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13234
13235 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13236
13237         * docs/plugins/gst-plugins-good-plugins.args:
13238         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13239         Regenerate the plugin hiearchy.
13240
13241 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13242
13243         * docs/plugins/Makefile.am:
13244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13246         * docs/plugins/gst-plugins-good-plugins.args:
13247         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13248         (gst_id3demux_base_init), (gst_id3demux_class_init),
13249         (gst_id3demux_chain):
13250         * gst/id3demux/gstid3demux.h:
13251           Add documentation for id3demux.
13252           Don't fail if the first buffer is not at offset 0, just
13253           attempt to typefind and do pass through
13254           Rename the gst_type function from gst_gst_id3demux..
13255
13256 2005-12-20  Michael Smith  <msmith@fluendo.com>
13257
13258         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13259         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13260         (gst_multiudpsink_get_stats):
13261         * gst/udp/gstmultiudpsink.h:
13262           Collect statistics; return them from get_stats.
13263
13264 2005-12-19  Edward Hervey  <edward@fluendo.com>
13265
13266         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13267         Stupid signedness issue...
13268
13269 2005-12-19  Edward Hervey  <edward@fluendo.com>
13270
13271         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13272         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13273         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13274         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13275         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13276         Construct index for indexless files.
13277         Make sure pad/buffers are correctly reset to NULL once we don't need
13278         them anymore, else we get lovely segfaults/assertions.
13279         * gst/wavparse/gstwavparse.c:
13280         Yes, you can have 96KHz audio and wma in wav :(
13281
13282 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13283
13284         * configure.ac:
13285           Check for optional dependency on zlib for id3demux
13286
13287         * gst/id3demux/Makefile.am:
13288         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13289         (gst_id3demux_base_init), (gst_id3demux_class_init),
13290         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13291         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13292         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13293         (gst_id3demux_set_property), (gst_id3demux_get_property),
13294         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13295         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13296         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13297         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13298         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13299         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13300         (simple_find_peek), (simple_find_suggest),
13301         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13302         (plugin_init):
13303         * gst/id3demux/gstid3demux.h:
13304         * gst/id3demux/id3tags.c: (read_synch_uint),
13305         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13306         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13307         (id3demux_id3v2_frames_to_tag_list):
13308         * gst/id3demux/id3tags.h:
13309         * gst/id3demux/id3v2.4.0-frames.txt:
13310         * gst/id3demux/id3v2.4.0-structure.txt:
13311         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13312         (parse_comment_frame), (parse_text_identification_frame),
13313         (id3v2_tag_to_taglist), (parse_split_strings):
13314           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13315           otherwise it discards them. Works on my test files. 
13316
13317         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13318           Don't send EOS to a non-existing srcpad
13319           The debug category can be static
13320
13321 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13322
13323         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13324         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13325         * gst/multipart/multipartdemux.c:
13326           change some char* into char[]
13327
13328 2005-12-16  Wim Taymans  <wim@fluendo.com>
13329
13330         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13331         (gst_wavparse_other), (gst_wavparse_perform_seek),
13332         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13333         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13334         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13335         * gst/wavparse/gstwavparse.h:
13336         Use GstSegment to implement more seeking features.
13337
13338 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13339
13340         * gst/rtsp/rtspconnection.c:
13341           Add <netinet/in.h> include and move <arpa/inet.h> include
13342           to make things work on OpenBSD as well (fixes #323717;
13343           patch by: Benjamin Pineau)
13344
13345 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13346
13347         * gst/rtp/gstrtpspeexdepay.c:
13348         * gst/rtp/gstrtpspeexpay.c:
13349         Set clock rate to be fixed in 8000. It fixes bug #324012.
13350
13351 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13352
13353         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13354         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13355         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13356         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13357         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13358         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13359         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13360         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13361         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13362         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13363         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13364         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13365         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13366         * gst-plugins-good/gst/rtp/README:
13367         Fixed payload range in payloder caps. Removed payload range completely
13368         from depayloaders as they don't require payload type in their caps.
13369         In effect, there isn't any specific payload type for any given codec,
13370         only suggestions.
13371         Fixes bug #324011.
13372
13373 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13374
13375         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13376         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13377         (gst_videomixer_collected): Code cleanup and re-enabling 
13378         queued time validity check for correct EOS handling.
13379
13380 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13381
13382         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13383         (gst_oss_mixer_element_get_property),
13384         (gst_oss_mixer_element_change_state):
13385         Add 'device-name' property and fix state change function.
13386
13387 2005-12-13  Edward Hervey  <edward@fluendo.com>
13388
13389         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13390         If the speed of the file is null in the header, set the frame_time to
13391         the default setting of GST_SECOND / 70. Which is the default
13392         frame_delay for .fli files as stated in this document :
13393         http://www.compuphase.com/flic.htm
13394         Would be nice to have the time conversion done properly too (duration =
13395         flxh->frames * flxdec->frame_time)
13396
13397 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13398
13399         * docs/plugins/Makefile.am:
13400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13402         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13403         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13404         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13405         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13406         documentation for videomixer on my way with a funny sample
13407         pipeline.
13408
13409 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13410
13411         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13412         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13413         (gst_videomixer_update_queues), (gst_videomixer_collected):
13414         Fix caps negotiation. (#323896)
13415
13416 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13417
13418         * gst/matroska/matroska-demux.c:
13419         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13420           Set correct timestamps on audio laces, fixes playback of mp3 from
13421                 matroska.
13422
13423 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13424
13425         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13426         (gst_au_parse_class_init), (gst_au_parse_init),
13427         (gst_au_parse_dispose), (gst_au_parse_chain),
13428         (gst_au_parse_change_state), (plugin_init):
13429         * gst/auparse/gstauparse.h:
13430           Use gst_object_unref() for GstObjects instead of
13431           g_object_unref() and fix a mem leak in a debug
13432           statement; while we're at it, also borgify, use
13433           boilerplate macros and clean up a little bit.
13434
13435 2005-12-11  Edward Hervey  <edward@fluendo.com>
13436
13437         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13438         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13439         Added pull mode.
13440
13441 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13442
13443         * gst/goom/gstgoom.c:
13444         * gst/level/level-example.c: (main):
13445         * gst/smoothwave/demo-osssrc.c: (main):
13446           Use audiotestsrc instead of sinesrc (#323798).
13447
13448 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13449
13450         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13451           more debug-func-ptr usage
13452
13453 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13454
13455         * gst/flx/flx_color.c: (flx_colorspace_convert):
13456         * gst/flx/flx_color.h:
13457         * gst/flx/flx_fmt.h:
13458         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13459         * gst/flx/gstflxdec.h:
13460           Now flxdec works on big-endian machines as well.
13461
13462 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13463
13464         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13465         (gst_fenced_buffer_copy):
13466           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13467           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13468           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13469           and use GST_DEBUG_FUNCPTR for pad functions.
13470
13471 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13472
13473         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13474         (gst_flac_dec_class_init), (gst_flac_dec_init),
13475         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13476         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13477         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13478         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13479         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13480         (gst_flac_dec_change_state):
13481         * ext/flac/gstflacdec.h:
13482           Rewrite flacdec a bit, so that even seeking might work now. Most
13483           importantly, don't act upon any flow return values we get, just tell
13484           the decoder everything's dandy and act on the flow return values
13485           later on in the loop function. We don't want to mess up the internal
13486           decoder state for non-fatal things like flushing pads etc. Other
13487           than that, use GstSegment (segment seeks don't work yet though, but
13488           should be easy to add), use boilerplate macros, drop the superfluous
13489           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13490           lots of other things.
13491
13492 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13493
13494         * configure.ac:
13495           Update comment in OSS includes check.
13496
13497         * sys/oss/gstossdmabuffer.c:
13498         * sys/oss/gstosshelper.c:
13499         * sys/oss/gstossmixer.c:
13500         * sys/oss/gstossmixertrack.c:
13501         * sys/oss/gstosssink.c:
13502         * sys/oss/gstosssrc.c:
13503         * sys/oss/oss_probe.c:
13504           Don't assume the OSS soundcard.h include is always in
13505           the sys/ directory. Instead, use the existing defines
13506           from config.h to include the right file. Fixes
13507           compilation on OpenBSD 3.8 (#323718).
13508
13509 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13510
13511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13512         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13513         * docs/plugins/inspect/plugin-1394.xml:
13514         * docs/plugins/inspect/plugin-aasink.xml:
13515         * docs/plugins/inspect/plugin-alaw.xml:
13516         * docs/plugins/inspect/plugin-alpha.xml:
13517         * docs/plugins/inspect/plugin-alphacolor.xml:
13518         * docs/plugins/inspect/plugin-auparse.xml:
13519         * docs/plugins/inspect/plugin-autodetect.xml:
13520         * docs/plugins/inspect/plugin-avi.xml:
13521         * docs/plugins/inspect/plugin-cacasink.xml:
13522         * docs/plugins/inspect/plugin-cairo.xml:
13523         * docs/plugins/inspect/plugin-cutter.xml:
13524         * docs/plugins/inspect/plugin-debug.xml:
13525         * docs/plugins/inspect/plugin-dv.xml:
13526         * docs/plugins/inspect/plugin-efence.xml:
13527         * docs/plugins/inspect/plugin-effectv.xml:
13528         * docs/plugins/inspect/plugin-esdsink.xml:
13529         * docs/plugins/inspect/plugin-flac.xml:
13530         * docs/plugins/inspect/plugin-flxdec.xml:
13531         * docs/plugins/inspect/plugin-gconfelements.xml:
13532         * docs/plugins/inspect/plugin-goom.xml:
13533         * docs/plugins/inspect/plugin-jpeg.xml:
13534         * docs/plugins/inspect/plugin-level.xml:
13535         * docs/plugins/inspect/plugin-matroska.xml:
13536         * docs/plugins/inspect/plugin-mulaw.xml:
13537         * docs/plugins/inspect/plugin-multipart.xml:
13538         * docs/plugins/inspect/plugin-navigationtest.xml:
13539         * docs/plugins/inspect/plugin-ossaudio.xml:
13540         * docs/plugins/inspect/plugin-png.xml:
13541         * docs/plugins/inspect/plugin-rtp.xml:
13542         * docs/plugins/inspect/plugin-rtsp.xml:
13543         * docs/plugins/inspect/plugin-shout2send.xml:
13544         * docs/plugins/inspect/plugin-smpte.xml:
13545         * docs/plugins/inspect/plugin-speex.xml:
13546         * docs/plugins/inspect/plugin-udp.xml:
13547         * docs/plugins/inspect/plugin-videobox.xml:
13548         * docs/plugins/inspect/plugin-videoflip.xml:
13549         * docs/plugins/inspect/plugin-videomixer.xml:
13550         * docs/plugins/inspect/plugin-wavenc.xml:
13551         * docs/plugins/inspect/plugin-wavparse.xml:
13552         * ext/flac/gstflac.c: (plugin_init):
13553         * ext/flac/gstflacdec.c: (flacdec_get_type),
13554         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13555         (gst_flac_dec_init), (gst_flac_dec_finalize),
13556         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13557         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13558         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13559         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13560         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13561         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13562         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13563         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13564         * ext/flac/gstflacdec.h:
13565         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13566         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13567         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13568         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13569         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13570         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13571         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13572         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13573         (gst_flac_enc_change_state):
13574         * ext/flac/gstflacenc.h:
13575           borgify and fix up documentation
13576
13577 2005-12-09  Michael Smith  <msmith@fluendo.com>
13578
13579         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13580           Accept a wider range of flac files, more closely matching flac spec.
13581
13582 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13583
13584         * docs/plugins/Makefile.am: Add multipart elements.
13585         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13586         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13587         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13588         * gst/multipart/multipartdemux.c:
13589         * gst/multipart/multipartmux.c: Add docs.
13590
13591 2005-12-07  Edward Hervey  <edward@fluendo.com>
13592
13593         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13594         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13595         (gst_avi_demux_invert):
13596         Memleak and crasher fixes.
13597         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13598         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13599         Memleak fixes
13600
13601 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13602
13603         * ext/aalib/gstaasink.h:
13604         * ext/cairo/gsttextoverlay.h:
13605         * ext/dv/gstdvdec.h:
13606         * ext/dv/gstdvdemux.c:
13607         * ext/dv/gstdvdemux.h:
13608         * ext/esd/esdsink.h:
13609         * ext/flac/flac_compat.h:
13610         * ext/flac/gstflacdec.h:
13611         * ext/flac/gstflacenc.h:
13612         * ext/gconf/gconf.h:
13613         * ext/gconf/gstgconfaudiosink.h:
13614         * ext/gconf/gstgconfvideosink.h:
13615         * ext/gdk_pixbuf/gstgdkanimation.h:
13616         * ext/jpeg/gstjpegdec.h:
13617         * ext/jpeg/smokecodec.h:
13618         * ext/jpeg/smokeformat.h:
13619         * ext/ladspa/gstsignalprocessor.h:
13620         * ext/ladspa/search.c: (LADSPAPluginSearch):
13621         * ext/ladspa/utils.h:
13622         * ext/libmng/gstmng.c:
13623         * ext/libmng/gstmngdec.h:
13624         * ext/libmng/gstmngenc.c:
13625         * ext/libmng/gstmngenc.h:
13626         * ext/libpng/gstpng.c:
13627         * ext/libpng/gstpngenc.c:
13628         * ext/libpng/gstpngenc.h:
13629         * ext/shout2/gstshout2.h:
13630         * ext/speex/gstspeexdec.h:
13631         * ext/speex/gstspeexenc.c:
13632         * ext/speex/gstspeexenc.h:
13633         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13634         * gst/autodetect/gstautoaudiosink.h:
13635         * gst/autodetect/gstautovideosink.h:
13636         * gst/avi/gstavidemux.h:
13637         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13638         (gst_cutter_set_property), (gst_cutter_get_caps):
13639         * gst/cutter/gstcutter.h:
13640         * gst/debug/tests.c: (md5_process_block):
13641         * gst/debug/tests.h:
13642         * gst/effectv/gstwarp.c:
13643         * gst/flx/flx_fmt.h:
13644         * gst/flx/gstflxdec.h:
13645         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13646         (zoomFilterFastRGB):
13647         * gst/goom/filters.h:
13648         * gst/goom/goom_tools.h:
13649         * gst/law/alaw-encode.c:
13650         * gst/level/gstlevel.c:
13651         * gst/level/gstlevel.h:
13652         * gst/matroska/ebml-write.h:
13653         * gst/matroska/matroska-demux.h:
13654         * gst/matroska/matroska-ids.h:
13655         * gst/matroska/matroska-mux.h:
13656         * gst/monoscope/convolve.c: (convolve_match):
13657         * gst/monoscope/convolve.h:
13658         * gst/multipart/multipartmux.c:
13659         * gst/oldcore/gstaggregator.c:
13660         * gst/oldcore/gstaggregator.h:
13661         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13662         * gst/oldcore/gstmd5sink.h:
13663         * gst/oldcore/gstmultifilesrc.c:
13664         * gst/oldcore/gstmultifilesrc.h:
13665         * gst/oldcore/gstpipefilter.h:
13666         * gst/oldcore/gstshaper.h:
13667         * gst/rtp/gstrtpL16depay.h:
13668         * gst/rtp/gstrtpL16pay.h:
13669         * gst/rtp/gstrtpdepay.h:
13670         * gst/rtp/gstrtpmp4vpay.c:
13671         * gst/rtp/gstrtpmp4vpay.h:
13672         * gst/rtsp/gstrtspsrc.c:
13673         * gst/rtsp/gstrtspsrc.h:
13674         * gst/rtsp/rtspconnection.h:
13675         * gst/rtsp/rtspdefs.h:
13676         * gst/rtsp/rtspmessage.h:
13677         * gst/rtsp/rtsptransport.h:
13678         * gst/rtsp/rtspurl.c:
13679         * gst/rtsp/rtspurl.h:
13680         * gst/rtsp/sdpmessage.c:
13681         * gst/rtsp/sdpmessage.h:
13682         * gst/smpte/barboxwipes.c:
13683         * gst/smpte/gstmask.h:
13684         * gst/smpte/gstsmpte.h:
13685         * gst/smpte/paint.c:
13686         * gst/smpte/paint.h:
13687         * gst/udp/gstdynudpsink.h:
13688         * gst/udp/gstmultiudpsink.h:
13689         * gst/udp/gstudpsink.c:
13690         * gst/udp/gstudpsink.h:
13691         * gst/udp/gstudpsrc.c:
13692         * gst/videomixer/videomixer.c:
13693         * gst/wavenc/riff.h:
13694         * gst/wavparse/gstwavparse.h:
13695         * sys/oss/gstossdmabuffer.h:
13696         * sys/oss/gstossmixer.h:
13697         * sys/oss/gstossmixerelement.h:
13698         * sys/oss/gstossmixertrack.h:
13699         * sys/oss/gstosssink.c:
13700         * sys/oss/gstosssink.h:
13701         * sys/oss/gstosssrc.c:
13702         * sys/oss/gstosssrc.h:
13703         * sys/osxaudio/gstosxaudioelement.h:
13704         * sys/osxaudio/gstosxaudiosink.h:
13705         * sys/osxaudio/gstosxaudiosrc.h:
13706           expand tabs
13707
13708 === release 0.10.0 ===
13709
13710 2005-12-05   <thomas (at) apestaart (dot) org>
13711
13712         * configure.ac:
13713           releasing 0.10.0, "Abondance"
13714
13715 2005-12-05  Andy Wingo  <wingo@pobox.com>
13716
13717         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13718         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13719         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13720         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13721         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13722         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13723         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13724         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13725         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13726         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13727         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13728         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13729         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13730         * gst/goom/gstgoom.c: (gst_goom_chain):
13731         * gst/matroska/matroska-demux.c:
13732         (gst_matroska_demux_push_vorbis_codec_priv_data),
13733         (gst_matroska_demux_add_wvpk_header):
13734         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13735         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13736         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13737         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13738         alloc_buffer changes.
13739
13740 2005-12-05  Michael Smith  <msmith@fluendo.com>
13741
13742         * docs/plugins/gst-plugins-good-plugins.args:
13743           Remove args for plugins that aren't in -good.
13744
13745 === release 0.9.7 ===
13746
13747 2005-12-01   <thomas (at) apestaart (dot) org>
13748
13749         * configure.ac:
13750           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13751
13752 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13753
13754         * docs/plugins/.cvsignore:
13755         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13756         * docs/plugins/inspect/plugin-multipart.xml:
13757         * docs/plugins/inspect/plugin-rtp.xml:
13758           add multipart plugin to docs
13759
13760 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13761
13762         * configure.ac:
13763         * ext/Makefile.am:
13764         * ext/pango/Makefile.am:
13765         * ext/pango/gstclockoverlay.c:
13766         * ext/pango/gstclockoverlay.h:
13767         * ext/pango/gsttextoverlay.c:
13768         * ext/pango/gsttextoverlay.h:
13769         * ext/pango/gsttextrender.c:
13770         * ext/pango/gsttextrender.h:
13771         * ext/pango/gsttimeoverlay.c:
13772         * ext/pango/gsttimeoverlay.h:
13773           move pango to base
13774
13775 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13776
13777         * gst/rtp/Makefile.am:
13778         * gst/rtp/gstrtpL16depay.c:
13779         * gst/rtp/gstrtpL16depay.h:
13780         * gst/rtp/gstrtpL16parse.c:
13781         * gst/rtp/gstrtpL16parse.h:
13782         * gst/rtp/gstrtpgsmdepay.c:
13783         * gst/rtp/gstrtpgsmdepay.h:
13784         * gst/rtp/gstrtpgsmparse.c:
13785         * gst/rtp/gstrtpgsmparse.h:
13786           parsers are depayers
13787
13788 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13789
13790         * gst/rtp/Makefile.am:
13791         * gst/rtp/gstasteriskh263.c:
13792         * gst/rtp/gstrtp.c:
13793         * gst/rtp/gstrtpL16enc.c:
13794         * gst/rtp/gstrtpL16enc.h:
13795         * gst/rtp/gstrtpL16parse.c:
13796         * gst/rtp/gstrtpL16parse.h:
13797         * gst/rtp/gstrtpL16pay.c:
13798         * gst/rtp/gstrtpL16pay.h:
13799         * gst/rtp/gstrtpamrdec.c:
13800         * gst/rtp/gstrtpamrdec.h:
13801         * gst/rtp/gstrtpamrdepay.c:
13802         * gst/rtp/gstrtpamrdepay.h:
13803         * gst/rtp/gstrtpamrenc.c:
13804         * gst/rtp/gstrtpamrenc.h:
13805         * gst/rtp/gstrtpamrpay.c:
13806         * gst/rtp/gstrtpamrpay.h:
13807         * gst/rtp/gstrtpdec.c:
13808         * gst/rtp/gstrtpdec.h:
13809         * gst/rtp/gstrtpdepay.c:
13810         * gst/rtp/gstrtpdepay.h:
13811         * gst/rtp/gstrtpg711dec.c:
13812         * gst/rtp/gstrtpg711dec.h:
13813         * gst/rtp/gstrtpg711depay.c:
13814         * gst/rtp/gstrtpg711depay.h:
13815         * gst/rtp/gstrtpg711enc.c:
13816         * gst/rtp/gstrtpg711enc.h:
13817         * gst/rtp/gstrtpg711pay.c:
13818         * gst/rtp/gstrtpg711pay.h:
13819         * gst/rtp/gstrtpgsmenc.c:
13820         * gst/rtp/gstrtpgsmenc.h:
13821         * gst/rtp/gstrtpgsmparse.c:
13822         * gst/rtp/gstrtpgsmparse.h:
13823         * gst/rtp/gstrtpgsmpay.c:
13824         * gst/rtp/gstrtpgsmpay.h:
13825         * gst/rtp/gstrtph263enc.c:
13826         * gst/rtp/gstrtph263enc.h:
13827         * gst/rtp/gstrtph263pay.c:
13828         * gst/rtp/gstrtph263pay.h:
13829         * gst/rtp/gstrtph263pdec.c:
13830         * gst/rtp/gstrtph263pdec.h:
13831         * gst/rtp/gstrtph263pdepay.c:
13832         * gst/rtp/gstrtph263pdepay.h:
13833         * gst/rtp/gstrtph263penc.c:
13834         * gst/rtp/gstrtph263penc.h:
13835         * gst/rtp/gstrtph263ppay.c:
13836         * gst/rtp/gstrtph263ppay.h:
13837         * gst/rtp/gstrtpmp4vdec.c:
13838         * gst/rtp/gstrtpmp4vdec.h:
13839         * gst/rtp/gstrtpmp4vdepay.c:
13840         * gst/rtp/gstrtpmp4vdepay.h:
13841         * gst/rtp/gstrtpmp4venc.c:
13842         * gst/rtp/gstrtpmp4venc.h:
13843         * gst/rtp/gstrtpmp4vpay.c:
13844         * gst/rtp/gstrtpmp4vpay.h:
13845         * gst/rtp/gstrtpmpadec.c:
13846         * gst/rtp/gstrtpmpadec.h:
13847         * gst/rtp/gstrtpmpadepay.c:
13848         * gst/rtp/gstrtpmpadepay.h:
13849         * gst/rtp/gstrtpmpaenc.c:
13850         * gst/rtp/gstrtpmpaenc.h:
13851         * gst/rtp/gstrtpmpapay.c:
13852         * gst/rtp/gstrtpmpapay.h:
13853         * gst/rtp/gstrtpspeexdec.c:
13854         * gst/rtp/gstrtpspeexdec.h:
13855         * gst/rtp/gstrtpspeexdepay.c:
13856         * gst/rtp/gstrtpspeexdepay.h:
13857         * gst/rtp/gstrtpspeexenc.c:
13858         * gst/rtp/gstrtpspeexenc.h:
13859         * gst/rtp/gstrtpspeexpay.c:
13860         * gst/rtp/gstrtpspeexpay.h:
13861           Do burger's rename for rtp payloaders and depayloaders
13862
13863 2005-11-30  Wim Taymans  <wim@fluendo.com>
13864
13865         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13866         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13867         * ext/dv/gstdvdemux.h:
13868         Fix seeking in dvdemux again, add some more debug info.
13869
13870 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13871
13872         * configure.ac:
13873           fix tests
13874
13875 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13876
13877         * PORTED_09:
13878         * docs/random/PORTED_09:
13879           move
13880         * tests/Makefile.am:
13881           add
13882         * win32/gst.sln:
13883           remove
13884
13885 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13886
13887         * Makefile.am:
13888         * check/.cvsignore:
13889         * check/Makefile.am:
13890         * check/elements/.cvsignore:
13891         * check/elements/level.c:
13892         * check/elements/matroskamux.c:
13893         * configure.ac:
13894         * examples/Makefile.am:
13895         * examples/capsfilter/Makefile.am:
13896         * examples/capsfilter/capsfilter1.c:
13897         * examples/gob/Makefile.am:
13898         * examples/gob/gst-identity2.gob:
13899         * examples/gstplay/.cvsignore:
13900         * examples/gstplay/Makefile.am:
13901         * examples/gstplay/player.c:
13902         * examples/indexing/.cvsignore:
13903         * examples/indexing/Makefile.am:
13904         * examples/indexing/indexmpeg.c:
13905         * examples/level/Makefile.am:
13906         * examples/level/README:
13907         * examples/level/demo.c:
13908         * examples/level/plot.c:
13909         * examples/stats/Makefile.am:
13910         * examples/stats/mp2ogg.c:
13911         * examples/switch/.cvsignore:
13912         * examples/switch/Makefile.am:
13913         * examples/switch/switcher.c:
13914           move under tests/
13915
13916 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13917
13918         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13919         (gst_text_render_class_init), (resize_bitmap),
13920         (gst_text_render_render_text), (gst_text_render_setcaps),
13921         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13922         (gst_text_render_chain), (gst_text_render_finalize),
13923         (gst_text_render_init), (gst_text_render_set_property):
13924         * ext/pango/gsttextrender.h:
13925           Add missing files.
13926
13927 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13928
13929         * configure.ac:
13930         * ext/Makefile.am:
13931         * ext/pango/Makefile.am:
13932         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13933         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13934         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13935         * ext/pango/gstclockoverlay.h:
13936         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13937         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13938         (gst_text_overlay_finalize), (gst_text_overlay_init),
13939         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13940         (gst_text_overlay_text_pad_linked),
13941         (gst_text_overlay_text_pad_unlinked),
13942         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13943         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13944         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13945         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13946         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13947         (gst_text_overlay_change_state), (plugin_init):
13948         * ext/pango/gsttextoverlay.h:
13949         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13950         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13951         (gst_time_overlay_class_init), (gst_time_overlay_init):
13952         * ext/pango/gsttimeoverlay.h:
13953           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13954           and add background shading and text wrapping modes. Make 
13955           timoverlay derive from textoverlay. Also add new clockoverlay
13956           element.
13957
13958 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13959
13960         * gst/udp/Makefile.am: Moved to netbuffer.
13961
13962 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13963
13964         * configure.ac:
13965         * PORTED_O9:
13966         * gst/multipart/Makefile.am:
13967         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13968         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13969         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13970         (gst_multipart_demux_change_state),
13971         (gst_multipart_demux_plugin_init):
13972         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13973         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13974         (gst_multipart_mux_sinkconnect),
13975         (gst_multipart_mux_request_new_pad),
13976         (gst_multipart_mux_handle_src_event),
13977         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13978         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13979         0.9.
13980
13981 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13982
13983         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13984         * gst/debug/gstnavigationtest.h:
13985         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13986         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13987         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13988         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13989         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13990         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13991         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13992         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13993         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13994         (gst_video_flip_get_type):
13995         * gst/videofilter/gstvideoflip.h:
13996           update for symbols change
13997
13998 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13999
14000         * gst/udp/gstdynudpsink.c:
14001         * gst/udp/gstudpsrc.c:
14002           the old gstnet lib was renamed gstnetbuffer (#322257)
14003
14004 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14005
14006         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14007         (gst_text_overlay_collected):
14008           Actually render the text from the text pad.
14009
14010 2005-11-29  Edward Hervey  <edward@fluendo.com>
14011
14012         * gst/debug/gstnavseek.c: (gst_navseek_event):
14013         * gst/debug/progressreport.c: (gst_progress_report_event):
14014         Update for GstBaseTransform event virtual method
14015
14016 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * ext/cairo/Makefile.am:
14019           no need to link to videofilter
14020
14021 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14022
14023         * gst/debug/Makefile.am:
14024         * gst/debug/gstnavigationtest.h:
14025         * gst/effectv/Makefile.am:
14026         * gst/effectv/gstaging.c:
14027         * gst/effectv/gstdice.c:
14028         * gst/effectv/gstedge.c:
14029         * gst/effectv/gstquark.c:
14030         * gst/effectv/gstrev.c:
14031         * gst/effectv/gstshagadelic.c:
14032         * gst/effectv/gstvertigo.c:
14033         * gst/effectv/gstwarp.c:
14034         * gst/videofilter/Makefile.am:
14035         * gst/videofilter/gstvideofilter.c:
14036         * gst/videofilter/gstvideofilter.h:
14037         * gst/videofilter/gstvideoflip.h:
14038           remove the videofilter library and link to the one in base
14039
14040 2005-11-28  Edward Hervey  <edward@fluendo.com>
14041
14042         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14043         Useless check now we're setting the current entry correctly.
14044
14045 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14048         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14049         (gst_jpegenc_change_state):
14050           Don't leak input buffer in chain function (fixes #322667); make 
14051           state change function thread-safe; don't repeat the current function
14052           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14053           gst_pad_alloc_buffer(); misc. minor cleanups.
14054
14055 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14056
14057         * gst/matroska/matroska-mux.c:
14058         (gst_matroska_mux_video_pad_setcaps):
14059         Look for pixel-aspect-ratio in caps, not pixel_width and
14060         pixel_height (Fixes: #322645)
14061
14062 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14063
14064         * gst/matroska/matroska-mux.c:
14065         (gst_matroska_mux_video_pad_setcaps):
14066         From Michal Benes:
14067         frame duration should be GST_SECOND / framerate, not
14068         GST_SECOND * framerate. (Fixes: #322643)
14069
14070 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14071
14072         * configure.ac:
14073           fix up GST_PLUGIN_LDFLAGS
14074         * gst/rtsp/rtspconnection.c:
14075           fix includes (see #317043)
14076         * gst/videofilter/Makefile.am:
14077           stop installing this library
14078
14079 2005-11-26  Edward Hervey  <edward@fluendo.com>
14080
14081         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14082         Handle the case where the incoming Video dv stream doesn't have
14083         a pixel aspect ratio set.
14084
14085 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14086
14087         * docs/plugins/Makefile.am:
14088         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14089         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14090         * ext/flac/gstflacdec.c:
14091           document flacdec
14092
14093 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14094
14095         * docs/plugins/Makefile.am:
14096         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14097         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14098         * docs/plugins/inspect/plugin-autodetect.xml:
14099         * ext/cairo/gstcairo.c: (plugin_init):
14100         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14101         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14102         (gst_text_overlay_init), (gst_text_overlay_font_init),
14103         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14104         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14105         (gst_text_overlay_text_pad_linked),
14106         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14107         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14108         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14109         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14110         (gst_text_overlay_change_state):
14111         * ext/cairo/gsttextoverlay.h:
14112         * ext/cairo/gsttimeoverlay.c:
14113         (gst_cairo_time_overlay_update_font_height),
14114         (gst_cairo_time_overlay_set_caps),
14115         (gst_cairo_time_overlay_get_unit_size),
14116         (gst_cairo_time_overlay_print_smpte_time),
14117         (gst_cairo_time_overlay_transform),
14118         (gst_cairo_time_overlay_base_init),
14119         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14120         (gst_cairo_time_overlay_get_type):
14121         * ext/cairo/gsttimeoverlay.h:
14122           do some name borgifying
14123           document
14124
14125 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14126
14127         * docs/plugins/Makefile.am:
14128         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14129         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14130         * gst/autodetect/gstautoaudiosink.c:
14131         (gst_auto_audio_sink_base_init):
14132         * gst/autodetect/gstautovideosink.c:
14133         (gst_auto_video_sink_base_init),
14134         (gst_auto_video_sink_factory_filter):
14135           documenting auto*sink
14136           using strstr for the video sink lookup, class field is not ordered
14137         * docs/plugins/inspect/plugin-1394.xml:
14138         * docs/plugins/inspect/plugin-aasink.xml:
14139         * docs/plugins/inspect/plugin-alaw.xml:
14140         * docs/plugins/inspect/plugin-alpha.xml:
14141         * docs/plugins/inspect/plugin-alphacolor.xml:
14142         * docs/plugins/inspect/plugin-auparse.xml:
14143         * docs/plugins/inspect/plugin-autodetect.xml:
14144         * docs/plugins/inspect/plugin-avi.xml:
14145         * docs/plugins/inspect/plugin-cacasink.xml:
14146         * docs/plugins/inspect/plugin-cairo.xml:
14147         * docs/plugins/inspect/plugin-cutter.xml:
14148         * docs/plugins/inspect/plugin-debug.xml:
14149         * docs/plugins/inspect/plugin-dv.xml:
14150         * docs/plugins/inspect/plugin-efence.xml:
14151         * docs/plugins/inspect/plugin-effectv.xml:
14152         * docs/plugins/inspect/plugin-esdsink.xml:
14153         * docs/plugins/inspect/plugin-flac.xml:
14154         * docs/plugins/inspect/plugin-flxdec.xml:
14155         * docs/plugins/inspect/plugin-gconfelements.xml:
14156         * docs/plugins/inspect/plugin-goom.xml:
14157         * docs/plugins/inspect/plugin-jpeg.xml:
14158         * docs/plugins/inspect/plugin-level.xml:
14159         * docs/plugins/inspect/plugin-matroska.xml:
14160         * docs/plugins/inspect/plugin-mulaw.xml:
14161         * docs/plugins/inspect/plugin-navigationtest.xml:
14162         * docs/plugins/inspect/plugin-ossaudio.xml:
14163         * docs/plugins/inspect/plugin-png.xml:
14164         * docs/plugins/inspect/plugin-rtp.xml:
14165         * docs/plugins/inspect/plugin-rtsp.xml:
14166         * docs/plugins/inspect/plugin-shout2send.xml:
14167         * docs/plugins/inspect/plugin-smpte.xml:
14168         * docs/plugins/inspect/plugin-speex.xml:
14169         * docs/plugins/inspect/plugin-udp.xml:
14170         * docs/plugins/inspect/plugin-videobox.xml:
14171         * docs/plugins/inspect/plugin-videoflip.xml:
14172         * docs/plugins/inspect/plugin-videomixer.xml:
14173         * docs/plugins/inspect/plugin-wavenc.xml:
14174         * docs/plugins/inspect/plugin-wavparse.xml:
14175           update for HEAD version
14176
14177 2005-11-25  Michael Smith  <msmith@fluendo.com>
14178
14179         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14180           Patch from Sebastien Cote to close control sockets in udpsrc.
14181
14182 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14183
14184         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14185         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14186         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14187         (gst_quarktv_base_init), (gst_quarktv_class_init),
14188         (gst_quarktv_init): Flush the planes list on reverse caps
14189         negotiation. This was crashing because of differently sized
14190         buffers.
14191
14192 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14193
14194         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14195         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14196         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14197         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14198         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14199         (gst_videoflip_set_property), (gst_videoflip_base_init),
14200         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14201         correctly, fix identity flipping, convert navigation event 
14202         correctly again.
14203
14204 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14205
14206         * configure.ac: back to HEAD
14207
14208 === release 0.9.6 ===
14209
14210 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14211
14212         * configure.ac:
14213           releasing 0.9.6, "Everything's Not Lost"
14214
14215 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14216
14217         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14218         Oops, initialise the framerate GValue
14219
14220 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14221
14222         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14223         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14224         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14225         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14226         (gst_timeoverlay_get_type):
14227         * ext/cairo/gsttimeoverlay.h:
14228         * gst/debug/Makefile.am:
14229         * gst/debug/gstnavigationtest.c:
14230         (gst_navigationtest_handle_src_event),
14231         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14232         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14233         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14234         (gst_navigationtest_init), (gst_navigationtest_get_type),
14235         (plugin_init):
14236         * gst/debug/gstnavigationtest.h:
14237         * gst/effectv/Makefile.am:
14238         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14239         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14240         (gst_agingtv_base_init), (gst_agingtv_class_init),
14241         (gst_agingtv_init), (gst_agingtv_get_type):
14242         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14243         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14244         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14245         (gst_dicetv_get_type):
14246         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14247         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14248         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14249         (gst_edgetv_get_type):
14250         * gst/effectv/gsteffectv.c:
14251         * gst/effectv/gsteffectv.h:
14252         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14253         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14254         (gst_quarktv_change_state), (gst_quarktv_base_init),
14255         (gst_quarktv_class_init), (gst_quarktv_init),
14256         (gst_quarktv_get_type):
14257         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14258         (gst_revtv_get_unit_size), (gst_revtv_transform),
14259         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14260         (gst_revtv_get_type):
14261         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14262         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14263         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14264         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14265         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14266         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14267         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14268         (gst_vertigotv_init), (gst_vertigotv_get_type):
14269         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14270         (gst_warptv_get_unit_size), (gst_warptv_transform),
14271         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14272         (gst_warptv_get_type):
14273         * gst/videofilter/Makefile.am:
14274         * gst/videofilter/gstvideobalance.c:
14275         * gst/videofilter/gstvideobalance.h:
14276         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14277         (gst_videofilter_class_init), (gst_videofilter_init):
14278         * gst/videofilter/gstvideofilter.h:
14279         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14280         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14281         (gst_videoflip_flip), (gst_videoflip_transform),
14282         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14283         (gst_videoflip_base_init), (gst_videoflip_class_init),
14284         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14285         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14286         BaseTransform, it's just a place holder for now and every video
14287         effect plugin has been ported to use BaseTransform features 
14288         directly. QuarkTV was fixed too (was broken), navigationtest works
14289         and best for the end, videoflip converts navigation events depending
14290         on flip method ! Fixes #320953
14291
14292 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14293
14294         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14295         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14296         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14297         (gst_goom_src_negotiate), (gst_goom_chain):
14298         * gst/matroska/matroska-mux.c:
14299         (gst_matroska_mux_video_pad_setcaps):
14300         * sys/osxvideo/osxvideosink.m:
14301           Fixes for API changes
14302
14303 2005-11-23  Michael Smith <msmith@fluendo.com>
14304
14305         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14306         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14307         * ext/jpeg/gstjpegdec.h:
14308         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14309         * ext/jpeg/gstjpegenc.h:
14310         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14311         (gst_smokeenc_resync):
14312         * ext/jpeg/gstsmokeenc.h:
14313           JPEG fractiony goodness.
14314
14315 2005-11-22  Michael Smith <msmith@fluendo.com>
14316
14317         * gst/goom/filters.c:
14318         * gst/goom/graphic.h:
14319           Fix compilation by making some functions static inline instead of
14320           extern inline, matching the way they're used.
14321
14322 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14323
14324         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14325         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14326         * ext/cairo/gsttextoverlay.h:
14327         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14328         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14329         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14330         (gst_pngdec_caps_create_and_set):
14331         * ext/libpng/gstpngdec.h:
14332         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14333         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14334         * gst/avi/gstavimux.c: (gst_avimux_init),
14335         (gst_avimux_vidsinkconnect):
14336         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14337         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14338         (gst_goom_src_negotiate), (gst_goom_chain):
14339         * gst/goom/gstgoom.h:
14340         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14341         * gst/matroska/matroska-mux.c:
14342         (gst_matroska_mux_video_pad_setcaps):
14343         * sys/osxvideo/osxvideosink.h:
14344         * sys/osxvideo/osxvideosink.m:
14345           More fractional framerate conversions 
14346
14347 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14348
14349         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14350         * gst/debug/gstnavigationtest.c:
14351         (gst_navigationtest_handle_src_event):
14352         * gst/videofilter/gstvideofilter.c:
14353         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14354         (gst_videofilter_init):
14355         * gst/videofilter/gstvideofilter.h:
14356           Convert to fractional framerates.
14357
14358 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14359
14360         * ext/aalib/gstaasink.c:
14361         * ext/dv/gstdvdec.c:
14362         * ext/esd/esdmon.c:
14363         * ext/flac/gstflacenc.c:
14364         * ext/gdk_pixbuf/pixbufscale.c:
14365         * ext/libcaca/gstcacasink.c:
14366         * ext/shout2/gstshout2.c:
14367         * gst/alpha/gstalpha.c:
14368         * gst/oldcore/gstaggregator.c:
14369         * gst/oldcore/gstshaper.c:
14370         * gst/smpte/barboxwipes.c:
14371         * gst/smpte/gstsmpte.c:
14372         * gst/videobox/gstvideobox.c:
14373         * gst/videofilter/gstvideoflip.c:
14374         * gst/videomixer/videomixer.c:
14375           fix up more enums
14376
14377 2005-11-22  Michael Smith <msmith@fluendo.com>
14378
14379         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14380         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14381         (gst_videomixer_update_queues):
14382           Fractional framerates, videomixer.
14383
14384 2005-11-22  Michael Smith <msmith@fluendo.com>
14385
14386         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14387         * ext/dv/gstdvdec.h:
14388         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14389         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14390         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14391         (gst_dvdemux_flush):
14392         * ext/dv/gstdvdemux.h:
14393           Fractional framerates for DV. 
14394
14395 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14396
14397         * gst/autodetect/gstautoaudiosink.c:
14398         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14399         * gst/autodetect/gstautovideosink.c:
14400         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14401           Use gst_plugin_feature_list_free() to free feature list and
14402           in the case of autovideosink free the list at all. Also
14403           miscellaneous cosmetic fixes.
14404
14405 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14406
14407         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14408         (gst_cutter_set_property), (gst_cutter_get_caps):
14409           copy calculation code from level; remove use of some audio
14410           functions
14411
14412 2005-11-22  Andy Wingo  <wingo@pobox.com>
14413
14414         * Update for gst_tag_setter API changes.
14415
14416 2005-11-22  Andy Wingo  <wingo@pobox.com>
14417
14418         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14419         (gst_dvdemux_demux_frame)
14420         * ext/flac/gstflacdec.c (gst_flacdec_write)
14421         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14422         (gst_flacenc_sink_event)
14423         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14424         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14425         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14426         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14427         * gst/auparse/gstauparse.c (gst_auparse_chain)
14428         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14429         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14430         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14431         (gst_avi_demux_handle_seek)
14432         * gst/goom/gstgoom.c (gst_goom_event)
14433         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14434         * gst/matroska/matroska-demux.c
14435         (gst_matroska_demux_handle_seek_event)
14436         (gst_matroska_demux_loop_stream_parse_id)
14437         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14438         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14439         (gst_wavparse_stream_headers): Run update-funcnames.
14440
14441 2005-11-22  Edward Hervey  <edward@fluendo.com>
14442
14443         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14444         (gst_dv1394src_init), (gst_dv1394src_dispose),
14445         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14446         (gst_dv1394src_uri_set_uri):
14447         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14448         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14449         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14450         URIHandler interface and element properties are now properly
14451         synchronized for DV1394src and UDPSrc
14452
14453 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14454
14455         * ext/flac/Makefile.am:
14456         * ext/speex/Makefile.am:
14457           libgsttagedit has been renamed to libgsttag.
14458
14459 2005-11-21  Wim Taymans  <wim@fluendo.com>
14460
14461         * gst/rtsp/rtspconnection.c: (read_body):
14462         Apply patch from Sebastien Cote to fix #319184.
14463
14464 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14465
14466         * configure.ac:
14467         * gst/cutter/Makefile.am:
14468         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14469         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14470         (gst_cutter_set_property), (gst_cutter_get_property),
14471         (plugin_init), (gst_cutter_get_caps):
14472           port cutter
14473         * gst/level/gstlevel.c:
14474           fix up plugin details
14475
14476 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14477
14478         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14479         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14480         (gst_flacdec_src_event):
14481         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14482         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14483         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14484         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14485         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14486         (gst_flxdec_sink_event_handler):
14487         * gst/matroska/matroska-demux.c:
14488         (gst_matroska_demux_handle_seek_event):
14489         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14490           Update for stream lock API changes: don't take stream log
14491           in sink event handlers any longer and change GST_STREAM_LOCK
14492           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14493           functions.
14494
14495 2005-11-21  Michael Smith <msmith@fluendo.com>
14496
14497         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14498           gst_object_unref, not g_object_unref
14499
14500 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14501
14502         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14503         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14504           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14505
14506 2005-11-21  Michael Smith <msmith@fluendo.com>
14507
14508         * gst/auparse/Makefile.am:
14509         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14510         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14511         (gst_auparse_change_state):
14512         * gst/auparse/gstauparse.h:
14513           Partially fix #161712. playbin still doesn't work on these files,
14514           (on the bug report, Andy says we aren't typefinding it for some
14515           reason?) but at least auparse isn't totally busted like it was before.
14516
14517 2005-11-21  Andy Wingo  <wingo@pobox.com>
14518
14519         * *.h:
14520         * *.c: Ran scripts/update-macros. Oh yes.
14521
14522 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14523
14524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14525           Filler events are gone for now, comment out section generating
14526           them.
14527
14528 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14529
14530         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14531         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14532         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14533         * sys/osxvideo/osxvideosink.m:
14534           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14535           (#322027)
14536
14537 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14538
14539         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14540         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14541         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14542         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14543         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14544         (gst_avi_demux_stream_data):
14545         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14546         * gst/wavenc/gstwavenc.c: (write_metadata):
14547         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14548         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14549         Fixes for GST_FOURCC_FORMAT API change.
14550
14551 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14552
14553         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14554         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14555         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14556         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14557         (gst_text_overlay_change_state):
14558         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14559         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14560         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14561         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14562         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14563         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14564         (gst_videomixer_change_state):
14565           Fix for collect pads API change. Also fix textoverlay state
14566           change function.
14567
14568 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14569
14570         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14571         GST_PAD_IS_USABLE by something approaching it.
14572
14573 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14574
14575         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14576         API changes.
14577         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14578         but also fix the code that was not checking return values from
14579         pad_push neither using pad_alloc_buffer.
14580
14581 2005-11-18  Edward Hervey  <edward@fluendo.com>
14582
14583         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14584         (gst_pngenc_chain):
14585         Added debug category
14586         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14587         goes to EOS.
14588
14589 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14590
14591         * gst/rtp/Makefile.am
14592         * gst/rtp/gstrtp.c
14593         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14594         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14595         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14596         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14597         * gst/rtp/gstrtpg711enc.h:
14598         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14599         * gst/rtp/gstrtpspeexenc.c:
14600         * gst/rtp/gstrtpspeexenc.h:
14601         * gst/rtp/gstrtpspeexdec.c:
14602         * gst/rtp/gstrtpspeexdec.h:
14603         Created Speex payloader and depayloader; Optimize G711 payloader to
14604         use adapter and send packets until MTU size.
14605
14606 2005-11-16  Wim Taymans  <wim@fluendo.com>
14607
14608         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14609         Fix leak in check.
14610
14611 2005-11-16  Wim Taymans  <wim@fluendo.com>
14612
14613         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14614         Fix state change.
14615
14616 2005-11-16  Andy Wingo  <wingo@pobox.com>
14617
14618         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14619         (gst_udpsrc_create): Move comment.
14620
14621 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14622
14623         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14626           When seeking, seek to closest index entry at or before the requested
14627           seek position, not just the closest one (#321001).
14628
14629 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14630
14631         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14632         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14633           Invert DIB images again (see #132341).
14634
14635 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14636
14637         * configure.ac:
14638           rework configure.ac file
14639         * ext/aalib/gstaasink.c:
14640         * ext/cairo/gstcairo.c:
14641         * ext/dv/gstdv.c:
14642         * ext/esd/gstesd.c:
14643         * ext/flac/gstflac.c:
14644         * ext/gconf/gstgconfelements.c:
14645         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14646         * ext/jpeg/gstjpeg.c:
14647         * ext/ladspa/gstladspa.c:
14648         * ext/libcaca/gstcacasink.c:
14649         * ext/libmng/gstmng.c:
14650         * ext/libpng/gstpng.c:
14651         * ext/mikmod/gstmikmod.c:
14652         * ext/pango/gsttextoverlay.c:
14653         * ext/pango/gsttimeoverlay.c:
14654         * ext/raw1394/gst1394.c:
14655         * ext/speex/gstspeex.c:
14656         * gst/alpha/Makefile.am:
14657         * gst/alpha/gstalpha.c:
14658         * gst/alpha/gstalphacolor.c:
14659         * gst/auparse/gstauparse.c:
14660         * gst/autodetect/gstautoaudiosink.c:
14661         (gst_auto_audio_sink_factory_filter),
14662         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14663         * gst/autodetect/gstautodetect.c:
14664         * gst/avi/gstavi.c:
14665         * gst/cutter/gstcutter.c:
14666         * gst/debug/efence.c:
14667         * gst/debug/gstdebug.c:
14668         * gst/debug/gstnavigationtest.c:
14669         * gst/effectv/gsteffectv.c:
14670         * gst/flx/gstflxdec.c:
14671         * gst/goom/gstgoom.c:
14672         * gst/interleave/plugin.c:
14673         * gst/law/alaw.c:
14674         * gst/law/mulaw.c:
14675         * gst/level/gstlevel.c:
14676         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14677         * gst/matroska/matroska.c:
14678         * gst/median/gstmedian.c:
14679         * gst/monoscope/gstmonoscope.c:
14680         * gst/multipart/multipart.c:
14681         * gst/oldcore/gstelements.c:
14682         * gst/rtp/gstrtp.c:
14683         * gst/rtsp/gstrtsp.c:
14684         * gst/smoothwave/gstsmoothwave.c:
14685         * gst/smpte/gstsmpte.c:
14686         * gst/udp/gstudp.c:
14687         * gst/videobox/gstvideobox.c:
14688         * gst/videofilter/gstgamma.c:
14689         * gst/videofilter/gstvideobalance.c:
14690         * gst/videofilter/gstvideoflip.c:
14691         * gst/videofilter/gstvideotemplate.c:
14692         * gst/videomixer/videomixer.c:
14693         * gst/wavenc/gstwavenc.c:
14694         * gst/wavparse/gstwavparse.c:
14695         * sys/oss/gstossaudio.c:
14696         * sys/osxaudio/gstosxaudio.c:
14697           update GST_PLUGIN_DEFINE
14698         * gst/rtp/Makefile.am:
14699         * gst/rtp/gstasteriskh263.c:
14700           check for htons/htonl headers and possibly link to winsock2 lib
14701
14702 2005-11-12  Edward Hervey  <edward@fluendo.com>
14703
14704         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14705         Only GST_DEBUG() information on the valid components.
14706
14707 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14708
14709         * configure.ac: back to HEAD
14710
14711 === release 0.9.5 ===
14712
14713 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14714
14715         * configure.ac:
14716           releasing 0.9.5, "Phone Alarm"
14717
14718 2005-11-11  Edward Hervey  <edward@fluendo.com>
14719
14720         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14721         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14722         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14723         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14724         (gst_avi_demux_loop):
14725         * gst/avi/gstavidemux.h:
14726         Yeah, implement proper seeking. Exact seeking and segment seeking.
14727         Still need to do some checks for segment_stop.
14728
14729 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14730
14731         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14732
14733         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14734           Don't try to ready buffer duration from buffer that we don't
14735           own any  longer and that might already have been unreffed.
14736           (#321136)
14737
14738 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14739
14740         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14741         (flx_decode_delta_flc), (gst_flxdec_chain):
14742         Attempting to optimize the code for embedded systems.
14743
14744 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14745
14746         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14747
14748         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14749           Don't re-use already closed file descriptor. (#320920)
14750
14751 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14752
14753         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14754         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14755         (gst_oss_sink_prepare):
14756         * sys/oss/gstosssink.h:
14757           Cache probed caps; fix debug output for SET_PARAM macros.
14758
14759 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14760
14761         * ext/cairo/Makefile.am:
14762         * ext/cairo/gstcairo.c: (plugin_init):
14763         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14764         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14765         (gst_text_overlay_init), (gst_text_overlay_font_init),
14766         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14767         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14768         (gst_text_overlay_text_pad_linked),
14769         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14770         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14771         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14772         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14773         (gst_text_overlay_change_state):
14774         * ext/cairo/gsttextoverlay.h:
14775           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14776           property and redo positioning. Doesn't handle upstream renegotiation
14777           yet though.
14778
14779 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14782         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14783         (gst_avi_demux_loop):
14784           No need to take the STREAM_LOCK in the loop function. Improve
14785           some debug messages. Don't leak pad names in debug messages.
14786
14787 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14788
14789         * gst/matroska/matroska-demux.c:
14790         (gst_matroska_demux_push_vorbis_codec_priv_data),
14791         (gst_matroska_demux_add_wvpk_header):
14792           Don't error out when the source pad isn't linked.
14793
14794 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14797         (gst_gconf_audio_sink_change_state):
14798         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14799         (gst_gconf_video_sink_change_state):
14800           Fix state change functions here as well and set kid
14801           to NULL state before removing it.
14802
14803 2005-11-01  Edward Hervey  <edward@fluendo.com>
14804
14805         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14806         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14807         Added proper event handlind, 
14808         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14809         ignored),
14810         and don't set a duration of 0 for buffers otherwise they are discarded
14811         by GstBaseSink.
14812
14813         GstWavEnc needs some serious loving, after going through the code I'm
14814         really wondering how this can stay in -good ...
14815
14816 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14817
14818         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14819         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14820         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14821         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14822         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14823         (gst_matroska_mux_collected):
14824           Fix leaks and invalid memory access as reported by valgrind
14825
14826 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14827
14828         Patch by: Michal Benes <michal.benes@xeris.cz>
14829
14830         * check/Makefile.am:
14831         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14832         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14833         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14834           add a unit test for matroskamux
14835           fix the bugs that the unit test exposed
14836
14837 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14838
14839         * gst/autodetect/gstautoaudiosink.c:
14840         (gst_auto_audio_sink_class_init),
14841         (gst_auto_audio_sink_change_state):
14842         * gst/autodetect/gstautovideosink.c:
14843         (gst_auto_video_sink_class_init),
14844         (gst_auto_video_sink_change_state):
14845           Fix state change function and use GST_DEBUG_FUNCPTR in
14846           class_init.
14847
14848 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14849
14850         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14851
14852         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14853         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14854         * gst/matroska/ebml-write.h:
14855         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14856           Set timestamps on outgoing ebml headers as well, so that the
14857           element after matroskamux can get the timestamp already when
14858           reading the first ebml element and doesn't have to wait for
14859           the actual data buffer for that (#320308).
14860           
14861 2005-10-31  Andy Wingo  <wingo@pobox.com>
14862
14863         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14864         (gst_videomixer_pad_link): Kill some memleaks.
14865         (gst_videomixer_pad_get_property): Style fix.
14866         (gst_videomixer_pad_set_property): Style fix.
14867         (gst_videomixer_pad_init): Style fix.
14868         (gst_videomixer_update_queues): Kill memleak.
14869         (gst_videomixer_loop): Kill memleak.
14870         (gst_videomixer_collected): Kill memleak.
14871
14872 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14873
14874         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14875         gst_auparse_change_state:
14876         Just some cleanup.
14877
14878 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14879
14880         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14881         Add checks to GST_FLOW_NOT_LINKED for values returned
14882         from gst_pad_push.
14883         
14884 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14885
14886         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14887         (gst_rtpg711dec_process):
14888         * gst/rtp/gstrtpgsmenc.c:
14889         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14890         are never set. This is important for the g711 to work with burger's rtpbin
14891         element.
14892
14893 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14894
14895         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14896         (gst_speexenc_push_buffer):
14897         Add checks for return values from gst_pad_push and
14898         gst_pad_alloc_buffer.
14899
14900 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14901
14902         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14905         (gst_matroska_demux_parse_info),
14906         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14907         (gst_matroska_demux_parse_cluster):
14908         * gst/matroska/matroska-ids.h:
14909         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14910         (gst_matroska_mux_init), (gst_matroska_mux_start),
14911         (gst_matroska_mux_create_buffer_header),
14912         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14913         (gst_matroska_mux_get_property):
14914         * gst/matroska/matroska-mux.h:
14915           Add SimpleBlock support to matroska demuxer and muxer (part of
14916           Matroska v2). (#319731)
14917
14918 2005-10-28  Wim Taymans  <wim@fluendo.com>
14919
14920         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14921         (gst_jpeg_dec_change_state):
14922         * ext/jpeg/gstjpegdec.h:
14923         Cleanups. Don't create caps for every chain.
14924
14925 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14926
14927         * gst/law/alaw-encode.c: (gst_alawenc_init),
14928         (alawenc_setcaps), (gst_alawenc_chain)
14929         * gst/law/alaw-encode.h:
14930         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14931         (mulawenc_setcaps), (gst_mulawenc_chain)
14932         * gst/law/mulaw-encode.h:
14933         Set timestamp on buffer and it allows RTP G711 elements
14934         work properly.
14935
14936 2005-10-27  Wim Taymans  <wim@fluendo.com>
14937
14938         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14939         Set correct format on oss instead of a silly value. 
14940
14941 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14942
14943         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14944         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14945         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14946         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14947         I420 rendering as well, doesn't bring much for my platform.
14948         Might help on some other platforms.
14949
14950 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14951
14952         * gst/rtp/gstrtpgsmenc.c:
14953         * gst/rtp/gstrtpgsmparse.c:
14954         Declaring the padtemplate correctly.
14955
14956 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14957
14958         * gst/rtp/gstrtpg711dec.c:
14959         * gst/rtp/gstrtpg711enc.c:
14960         * gst/rtp/gstrtpgsmenc.c:
14961         * gst/rtp/gstrtpgsmparse.c:
14962         Setting the proper copyright notice.
14963
14964 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14965
14966         * gst/videobox/Makefile.am: Use liboil.
14967         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14968         (gst_video_box_set_property), (gst_video_box_transform_caps),
14969         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14970         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14971         using liboil. Will dot the same to I420 border generation
14972         tomorrow.
14973
14974 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14975
14976         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14977         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14978         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14979         * gst/rtp/gstrtpg711dec.h:
14980         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14981         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14982         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14983         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14984         (gst_rtpgsmenc_handle_buffer):
14985         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14986         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14987         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14988         * gst/rtp/gstrtpgsmparse.h:
14989         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14990         inherits from the basertpdepayloader.
14991
14992 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14993
14994         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14995         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14996         (gst_video_box_ayuv): Removing this forgotten debug.
14997
14998 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14999
15000         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15001         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15002         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15003
15004 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * sys/oss/gstossaudio.c:
15007         * sys/oss/gstossdmabuffer.c:
15008         * sys/oss/gstosshelper.c:
15009         * sys/oss/gstossmixer.c:
15010         * sys/oss/gstossmixerelement.c:
15011         * sys/oss/gstossmixertrack.c:
15012         * sys/oss/gstosssink.c:
15013         * sys/oss/gstosssrc.c:
15014           Actually use the 'oss' debug category we register.
15015
15016 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15017
15018         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15019         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15020         Use gst_pad_get_parent and drop the ref that was added through
15021         that call.
15022
15023 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15024
15025         * gst/rtp/gstrtpgsmenc.c:
15026           Fix compilation
15027
15028 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15029
15030         * gst/rtp/gstrtpg711dec.c
15031         Just removed a couple of lines of weird code used during
15032         development/test time.
15033
15034 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15035
15036         * gst/rtp/Makefile.am
15037         * gst/rtp/gstrtp.c
15038         * gst/rtp/gstrtpg711enc.c
15039         * gst/rtp/gstrtpg711enc.h
15040         * gst/rtp/gstrtpg711dec.c
15041         * gst/rtp/gstrtpg711dec.h
15042         Created G711 payloader and depayloader (it supports mulaw and alaw
15043         (dec)encoders)
15044
15045 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15046
15047         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15048         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15049         Doh ! I introduced wingo's bug again ! Sorry...
15050
15051 2005-10-25  Christian Schaller <christian@fluendo.com> 
15052
15053         * gst/rtp/Makefile.am: add missing header files for disting
15054
15055 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15056
15057         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15058         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15059         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15060         (gst_rtpgsmenc_handle_buffer):
15061         * gst/rtp/gstrtpgsmenc.h:
15062         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15063         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15064         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15065         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15066         * gst/rtp/gstrtpgsmparse.h:
15067         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15068
15069 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15070
15071         * ext/libpng/gstpngdec.c: (user_info_callback),
15072         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15073         a newsegment event, move some redundant code in a single place.
15074
15075 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15076
15077         * ext/libpng/gstpngdec.c: (user_info_callback),
15078         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15079         hack to get correct colors order when we have a png image with
15080         alpha channel.
15081
15082 2005-10-24  Edward Hervey  <edward@fluendo.com>
15083
15084         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15085         Call gst_element_no_more_pads when there will be no more pads.
15086
15087 2005-10-24  Wim Taymans  <wim@fluendo.com>
15088
15089         * gst/rtp/Makefile.am:
15090         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15091         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15092         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15093         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15094         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15095         (gst_asteriskh263_plugin_init):
15096         * gst/rtp/gstasteriskh263.h:
15097         * gst/rtp/gstrtp.c: (plugin_init):
15098         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15099         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15100         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15101         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15102         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15103         (gst_rtph263enc_plugin_init):
15104         * gst/rtp/gstrtph263enc.h:
15105         Added two new payloaders, an RFC 2190 payloader for h263 and
15106         a payload convertor for an asterisk server.
15107
15108 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15109
15110         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15111           Set bytes_per_sample correctly (is not always 4, but 
15112           depends on width and number of channels).
15113
15114 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15115
15116         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15117         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15118         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15119         (gst_flacenc_sink_event), (gst_flacenc_chain),
15120         (gst_flacenc_set_property), (gst_flacenc_get_property),
15121         (gst_flacenc_change_state):
15122         * ext/flac/gstflacenc.h:
15123           Fix seeking, so that flacenc can rewrite the header with the
15124           correct duration and amount of samples and all that at EOS;
15125           also set timestamps and granulepos on outgoing buffers; add
15126           debug category; fix state change function.
15127           
15128 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15129
15130         * gst/videomixer/videomixer.c: Don't restrict video geometry
15131         from 16 to 4096.
15132
15133 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15134
15135         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15136         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15137         Fix caps negotiation correctly, add debugging category.
15138
15139 2005-10-24  Christian Schaller  <christian@fluendo.com>
15140
15141         * configure.ac: Port over Thomas's change from base listing all plugins
15142
15143 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15144
15145         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15146         a sink pad.
15147
15148 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15149
15150         * configure.ac:
15151         * docs/upload.mak:
15152           back to HEAD
15153
15154 === release 0.9.4 ===
15155
15156 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15157
15158         * configure.ac:
15159           Releasing 0.9.4, "Dromiceiomimus"
15160
15161 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15164         (gst_speexenc_src_query):
15165           Add position and duration query, fix query type function.
15166           
15167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15168         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15169           Let's not set non-fixed caps on source pads.
15170
15171 2005-10-21  Wim Taymans  <wim@fluendo.com>
15172
15173         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15174         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15175         (gst_avi_demux_handle_seek):
15176         Set correct stream_time in newsegment event.
15177         avi can also handle a duration query now.
15178
15179 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15180
15181         * gst/matroska/matroska-demux.c:
15182         (gst_matroska_demux_handle_src_query),
15183         (gst_matroska_demux_handle_seek_event),
15184         (gst_matroska_demux_loop_stream_parse_id):
15185           Fix duration query; fix basetime in newsegment event after
15186           seek; fix duration in initial newsegment event.
15187
15188         * gst/matroska/matroska-mux.c:
15189         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15190           Extract number of channels and samplerate from vorbis headers;
15191           add some debug messages when querying the durations of the
15192           input streams.
15193
15194 2005-10-20  Wim Taymans  <wim@fluendo.com>
15195
15196         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15197         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15198         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15199         Set stream time correctly in newsegment.
15200
15201 2005-10-20  Wim Taymans  <wim@fluendo.com>
15202
15203         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15204         Correctly fill in the stream time.
15205
15206 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15207
15208         * check/elements/level.c: (GST_START_TEST):
15209         * gst/level/gstlevel.c: (gst_level_message_new):
15210         * gst/level/level-example.c: (message_handler):
15211           use ELEMENT messages instead
15212
15213 2005-10-19  Wim Taymans  <wim@fluendo.com>
15214
15215         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15216         (gst_dvdemux_src_query):
15217         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15218         (gst_flacdec_src_query):
15219         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15220         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15221         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15222         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15223         * gst/debug/progressreport.c: (gst_progress_report_report):
15224         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15225         * gst/matroska/matroska-demux.c:
15226         (gst_matroska_demux_handle_src_query):
15227         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15228         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15229         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15230         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15231         (gst_wavparse_srcpad_event):
15232         API change fix.
15233
15234 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15235
15236         * gst/goom/filters.c:
15237         * gst/goom/graphic.h:
15238         * gst/goom/lines.c:
15239           Make inline functions either 'static inline' or 'extern inline',
15240           otherwise the Forte compiler apparently won't inline them (#317300).
15241
15242 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15243
15244         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15245         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15246         (user_info_callback), (user_endrow_callback), (user_end_callback),
15247         (user_read_data), (gst_pngdec_caps_create_and_set),
15248         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15249         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15250         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15251         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15252         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15253         very nice and handle push/pull based model. if you have filesrc
15254         connected to it, it will do random access to load the png file.
15255         If you have a network source that can't do _getrange, it does 
15256         progressive loading through the chain function.
15257         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15258         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15259         thanks to Master Wim Taymans ;-)
15260
15261 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15262
15263         * gst/matroska/Makefile.am:
15264         * gst/matroska/ebml-read.c:
15265         * gst/matroska/ebml-read.h:
15266         * gst/matroska/matroska-demux.c:
15267         * gst/matroska/matroska-demux.h:
15268         * gst/matroska/matroska.c: (plugin_init):
15269           Ported matroska demuxer to 0.9.
15270
15271 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15272
15273         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15274
15275         * gst/matroska/matroska-mux.c:
15276         (gst_matroska_mux_video_pad_setcaps),
15277         (gst_matroska_mux_audio_pad_setcaps):
15278           Fix mpeg4 input handling (#318847); also, while we're at it,
15279           fix media type for Motion-JPEG: should be image/jpeg.
15280
15281 2005-10-18  Wim Taymans  <wim@fluendo.com>
15282
15283         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15284         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15285         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15286         Fix for segment-start/stop API change.
15287
15288 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15289
15290         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15291         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15292         way.
15293
15294 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15295
15296         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15297         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15298         output declared in transform_caps.
15299
15300 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15301
15302         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15303
15304 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15305
15306         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15307         (gst_video_box_get_unit_size): Fix wrong size calculations and
15308         implement get_unit_size correctly.
15309
15310 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15311
15312         * configure.ac:
15313           Enable flx plugin.
15314
15315         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15316           Fix gcc4 signedness issue.
15317
15318 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15319
15320         * configure.ac: Adding videomixer.
15321         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15322         (user_read_data), (gst_pngdec_chain): More debugging.
15323         * gst/alpha/Makefile.am: Adding alphacolor
15324         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15325         (gst_alpha_color_class_init), (gst_alpha_color_init),
15326         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15327         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15328         (plugin_init): Ported to 0.9 using in place base tranform.
15329         * gst/videomixer/Makefile.am:
15330         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15331         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15332         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15333         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15334         (gst_videomixer_init), (gst_videomixer_getcaps),
15335         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15336         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15337         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15338         to 0.9 using collectpads.
15339
15340 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15341
15342         * configure.ac:
15343         * gst/flx/Makefile.am:
15344         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15345         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15346         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15347         * gst/flx/gstflxdec.h:
15348         flx plugin ported to 0.9
15349
15350 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15351
15352         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15353           use new gst_version_string()
15354
15355 2005-10-16  Andy Wingo  <wingo@pobox.com>
15356
15357         * configure.ac: GLIB_CHECK.
15358
15359 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15360
15361         * ext/libpng/Makefile.am:
15362         * ext/libpng/gstpng.c: (plugin_init):
15363         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15364         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15365         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15366
15367 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15368
15369         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         * configure.ac:
15372         * gst/matroska/Makefile.am:
15373         * gst/matroska/ebml-ids.h:
15374         * gst/matroska/ebml-write.c:
15375         * gst/matroska/ebml-write.h:
15376         * gst/matroska/matroska-ids.h:
15377         * gst/matroska/matroska-mux.c:
15378         * gst/matroska/matroska-mux.h:
15379         * gst/matroska/matroska.c: (plugin_init):
15380           Port matroska muxer to 0.9 (#318847).
15381
15382 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15383
15384         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15385         (comment_init), (comment_add):
15386           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15387           use GST_READ_UINT32_LE() and friends rather than the private
15388           implementation of those same macros.
15389
15390 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15391
15392         * examples/stats/mp2ogg.c:
15393           more typo fixes
15394
15395 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15396
15397         * examples/indexing/indexmpeg.c: (main):
15398         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15399         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15400         * ext/esd/esdmon.h:
15401         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15402         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15403         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15404         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15405         * gst/avi/gstavimux.c: (gst_avimux_init):
15406         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15407         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15408         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15409         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15410         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15411         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15412         * gst/oldcore/gstmultifilesrc.h:
15413         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15414         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15415         (gst_pipefilter_change_state):
15416         * gst/oldcore/gstpipefilter.h:
15417         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15418         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15419         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15420         * sys/osxaudio/gstosxaudiosink.h:
15421         * sys/osxaudio/gstosxaudiosrc.h:
15422           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15423           moved bitshift from macro to enum definition
15424
15425 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15426
15427         * ext/Makefile.am:
15428         * ext/cairo/Makefile.am:
15429         * ext/cairo/gstcairo.c: (plugin_init):
15430         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15431         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15432         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15433         * ext/cairo/gsttimeoverlay.h:
15434           update of cairo-based timeoverlay to 1.0 Cairo API
15435           doesn't work yet for resizing of output sink
15436
15437 2005-10-11  Wim Taymans  <wim@fluendo.com>
15438
15439         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15440         newsegment API fix.
15441
15442 2005-10-11  Wim Taymans  <wim@fluendo.com>
15443
15444         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15445         (gst_dvdemux_demux_frame):
15446         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15447         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15448         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15449         (gst_avi_demux_handle_seek):
15450         * gst/goom/gstgoom.c: (gst_goom_event):
15451         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15452         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15453         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15454         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15455         (gst_wavparse_srcpad_event):
15456         newsegment API update.
15457
15458 2005-10-11  Andy Wingo  <wingo@pobox.com>
15459
15460         * ext/speex/gstspeexenc.c: Signedness cleanups.
15461
15462 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15463
15464         * PORTED_09:
15465         * ext/speex/Makefile.am:
15466         * ext/speex/gstspeex.c:
15467         * ext/speex/gstspeexenc.c:
15468         Speexenc ported to 0.9
15469
15470 2005-10-10  Wim Taymans  <wim@fluendo.com>
15471
15472         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15473         (gst_oss_sink_init), (gst_oss_sink_set_property),
15474         (gst_oss_sink_get_property), (gst_oss_sink_open),
15475         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15476         * sys/oss/gstosssink.h:
15477         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15478         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15479         (gst_oss_src_prepare):
15480         Cleanups, make device configurable in the sink, handle and report
15481         errors.
15482
15483 2005-10-10  Wim Taymans  <wim@fluendo.com>
15484
15485         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15486         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15487         Make sure element is NULL before removing from the bin.
15488
15489 2005-10-07  Andy Wingo  <wingo@pobox.com>
15490
15491         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15492         block forever in a read().
15493         (gst_dv1394src_bus_reset): Post a message when the cable is
15494         unplugged.
15495         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15496         (gst_dv1394src_bus_reset): Don't unref the message.
15497
15498         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15499         hacking. The only change should be that the state change stuff was
15500         put into basesrc's start() and stop() routines, which coalesces
15501         some steps.
15502
15503 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15504
15505         * configure.ac:
15506           Add check for mmap
15507           
15508         * gst/debug/Makefile.am:
15509           Only compile efence plugin on systems that have mmap.
15510
15511 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * gst/debug/Makefile.am:
15514         * gst/debug/breakmydata.c:
15515         * gst/debug/gstdebug.c:
15516         * gst/debug/gstnavigationtest.c:
15517         * gst/debug/gstnavseek.c: 
15518         * gst/debug/gstnavseek.h:
15519         * gst/debug/progressreport.c: 
15520         * gst/debug/testplugin.c:
15521           Port progressreport, navseek, navigationtest, testsink and
15522           breakmydata.
15523
15524 2005-10-05  Edward Hervey  <edward@fluendo.com>
15525
15526         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15527         (gst_dvdemux_src_query):
15528         Fixes for better conversion
15529
15530 2005-10-04  Michael Smith <msmith@fluendo.com>
15531
15532         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15533         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15534         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15535         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15536           Set state of elements to NULL before removing from bins.
15537           Set state of test element to NULL if we failed to move it to READY
15538
15539 2005-10-04  Edward Hervey  <edward@fluendo.com>
15540
15541         * ext/dv/Makefile.am:
15542         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15543         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15544         Corrected the query function for position so it doesn't forget what
15545         format was asked, and calls the conversion functions on the correct pad.
15546
15547 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15548
15549         * configure.ac:
15550           back to development
15551
15552 === release 0.9.3 ===
15553
15554 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15555
15556         * configure.ac:
15557           Releasing 0.9.3, "Aramis"
15558
15559 2005-10-03  Andy Wingo  <wingo@pobox.com>
15560
15561         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15562         error returns.
15563
15564 2005-10-02  Andy Wingo  <wingo@pobox.com>
15565
15566         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15567
15568         * ext/flac/gstflacenc.c: Ported to 0.9.
15569
15570         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15571
15572         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15573         and link to gsttagedit. Enable flacenc.
15574
15575         * ext/flac/gstflacdec.c: Re-enable tag reading.
15576
15577 2005-09-30  Wim Taymans  <wim@fluendo.com>
15578
15579         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15580         * gst/rtp/gstrtpgsmparse.c:
15581         * gst/rtp/gstrtph263penc.c:
15582         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15583         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15584         (gst_rtpmp4venc_set_property):
15585         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15586         Various class and caps fixes from Andre Magalhaes (andrunko)
15587
15588 2005-09-29  Wim Taymans  <wim@fluendo.com>
15589
15590         * gst/level/level-example.c: (main):
15591         Update for new bus API.
15592
15593 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15594
15595         * configure.ac:
15596           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15597           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15598
15599 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15600
15601         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15602           Fix playback of mono streams (bytes_per_sample should be set
15603           from the sample width and the number of channels negotiated,
15604           and not just be set to 4) (#317338)
15605
15606 2005-09-26  Wim Taymans  <wim@fluendo.com>
15607
15608         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15609         (gst_rtpmpaenc_handle_buffer):
15610         Set buffer duration correctly.
15611
15612 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15613
15614         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15615         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15616         (gst_avi_demux_change_state):
15617           Don't crash when encountering a stream with an unknown fourcc or
15618           codec id. Instead, create a pad of type video/x-avi-unknown or
15619           audio/x-avi-unknown, which as a side-effect also results in less
15620           confusing error messages in players ('no decoder' vs. 'no streams');
15621           minor fixes to state change function and class_init function.
15622
15623 2005-09-24  Wim Taymans  <wim@fluendo.com>
15624
15625         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15626         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15627         These are sinks.
15628
15629 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15630
15631         * check/elements/level.c: (GST_START_TEST):
15632           fix test for new GstClockTime use
15633         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15634         (gst_level_transform_ip):
15635         * gst/level/gstlevel.h:
15636           fix up the decay peak, ensuring the decay peak is never lower
15637           than the peak for that interval
15638
15639 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15640
15641         * docs/plugins/gst-plugins-good-plugins.args:
15642         * docs/plugins/inspect/plugin-alpha.xml:
15643         * docs/plugins/inspect/plugin-rtp.xml:
15644         * gst/level/gstlevel.c: (gst_level_set_caps),
15645         (gst_level_transform_ip):
15646           updating docs
15647
15648 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15649
15650         * Makefile.am:
15651         * check/elements/level.c: (GST_START_TEST):
15652         * gst/level/Makefile.am:
15653         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15654         (gst_level_set_property), (gst_level_get_property),
15655         (gst_level_set_caps), (gst_level_message_new),
15656         (gst_level_transform_ip):
15657         * gst/level/gstlevel.h:
15658         * gst/level/level-example.c: (message_handler), (main):
15659           convert to using GstClockTime for all time values, finally.
15660
15661 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15662
15663         * gst/auparse/Makefile.am:
15664         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15665           fix up build
15666         * configure.ac:
15667         * ext/cairo/Makefile.am:
15668         * ext/dv/Makefile.am:
15669         * ext/esd/Makefile.am:
15670         * ext/flac/Makefile.am:
15671         * ext/gconf/Makefile.am:
15672         * ext/gdk_pixbuf/Makefile.am:
15673         * ext/jpeg/Makefile.am:
15674         * ext/ladspa/Makefile.am:
15675         * ext/libcaca/Makefile.am:
15676         * ext/libmng/Makefile.am:
15677         * ext/libpng/Makefile.am:
15678         * ext/mikmod/Makefile.am:
15679         * ext/pango/Makefile.am:
15680         * ext/raw1394/Makefile.am:
15681         * ext/shout2/Makefile.am:
15682         * ext/speex/Makefile.am:
15683         * gst/alpha/Makefile.am:
15684         * gst/autodetect/Makefile.am:
15685         * gst/avi/Makefile.am:
15686         * gst/cutter/Makefile.am:
15687         * gst/debug/Makefile.am:
15688         * gst/effectv/Makefile.am:
15689         * gst/flx/Makefile.am:
15690         * gst/goom/Makefile.am:
15691         * gst/interleave/Makefile.am:
15692         * gst/law/Makefile.am:
15693         * gst/matroska/Makefile.am:
15694         * gst/median/Makefile.am:
15695         * gst/monoscope/Makefile.am:
15696         * gst/multipart/Makefile.am:
15697         * gst/oldcore/Makefile.am:
15698         * gst/rtp/Makefile.am:
15699         * gst/rtsp/Makefile.am:
15700         * gst/smoothwave/Makefile.am:
15701         * gst/smpte/Makefile.am:
15702         * gst/videobox/Makefile.am:
15703         * gst/videofilter/Makefile.am:
15704         * gst/videomixer/Makefile.am:
15705         * gst/wavenc/Makefile.am:
15706         * gst/wavparse/Makefile.am:
15707         * sys/oss/Makefile.am:
15708         * sys/osxaudio/Makefile.am:
15709         * sys/osxvideo/Makefile.am:
15710           fix up GST_LIBS use
15711
15712 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * gst/auparse/Makefile.am:
15715         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15716           fix build of auparse
15717
15718 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15719
15720         * configure.ac:
15721         * PORTED_09:
15722         * gst/auparse/gstauparse.c:
15723         * gst/auparse/gstauparse.h:
15724         Auparse ported to 0.9.
15725
15726 2005-09-22  Wim Taymans  <wim@fluendo.com>
15727
15728         * gst/rtp/TODO:
15729         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15730         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15731         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15732         (gst_rtpmp4venc_set_property):
15733         * gst/rtp/gstrtpmp4venc.h:
15734         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15735         * gst/rtp/gstrtpmpaenc.h:
15736         Use is_filled to both check MTU and max-ptime of base class.
15737
15738 2005-09-22  Wim Taymans  <wim@fluendo.com>
15739
15740         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15741         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15742         (gst_rtpmp4venc_set_property):
15743         Don't fragment packets with multiple frames.
15744
15745 2005-09-22  Wim Taymans  <wim@fluendo.com>
15746
15747         * gst/rtp/TODO:
15748         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15749         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15750         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15751         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15752         (gst_rtpmp4venc_get_property):
15753         * gst/rtp/gstrtpmp4venc.h:
15754         Remove g_print.
15755         Update TODO
15756         Make payload encoder a bit smarter and more correct with
15757         timestamps.
15758         Added option in payloader to include config string in-band.
15759
15760 2005-09-21  Wim Taymans  <wim@fluendo.com>
15761
15762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15763         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15764         (gst_rtspsrc_send):
15765         Strip spaces for key/value pairs.
15766
15767 2005-09-21  Wim Taymans  <wim@fluendo.com>
15768
15769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15770         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15771         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15772         (gst_rtspsrc_change_state):
15773         More SDP parsing and caps setting.
15774         Do NO_PREROLL differently.
15775         add pads only after negotiated.
15776
15777         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15778         (gst_udpsrc_getcaps):
15779         Implement the getcaps function.
15780
15781 2005-09-21  Wim Taymans  <wim@fluendo.com>
15782
15783         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15784         (gst_rtpamrdec_chain):
15785         Handle multiple AMr packets per payload. Handle CRC and
15786         parse ILL/ILP.
15787
15788         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15789         Make caps params strings for easy SDP mapping.
15790         
15791         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15792         Handle capsnego better.
15793
15794         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15795         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15796         Generate and parse config string in the caps.
15797
15798 2005-09-21  Wim Taymans  <wim@fluendo.com>
15799
15800         * gst/rtp/README:
15801         Update README
15802
15803         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15804         Make extra params as strings.
15805
15806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15807         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15808         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15809         Make state change return NO_PREROLL as this is a live
15810         source.
15811
15812         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15813         Don't unref old caps when NULL.
15814
15815 2005-09-20  Wim Taymans  <wim@fluendo.com>
15816
15817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15818         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15819         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15820         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15821         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15822         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15823         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15824         * gst/rtsp/sdpmessage.h:
15825         Add URI handler.
15826         Parse SDP and create caps.
15827
15828 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15829
15830         * gst/alpha/gstalpha.c:
15831           fix element description
15832
15833 2005-09-19  Wim Taymans  <wim@fluendo.com>
15834
15835         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15836         Don't check payload for now.
15837
15838 2005-09-19  Wim Taymans  <wim@fluendo.com>
15839
15840         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15841         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15842         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15843         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15844         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15845         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15846         (gst_wavparse_change_state):
15847         * gst/wavparse/gstwavparse.h:
15848         Fix wavparse some more.
15849
15850 2005-09-19  Wim Taymans  <wim@fluendo.com>
15851
15852         * check/elements/level.c: (GST_START_TEST):
15853         Fix for bus API change.
15854
15855 2005-09-19  Wim Taymans  <wim@fluendo.com>
15856
15857         * gst/level/level-example.c: (main):
15858         Fix for new bus API.
15859
15860         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15861         Set caps on pads.
15862
15863 2005-09-15  Wim Taymans  <wim@fluendo.com>
15864
15865         * gst/rtp/Makefile.am:
15866         * gst/rtp/README:
15867         * gst/rtp/gstrtp.c: (plugin_init):
15868         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15869         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15870         (gst_rtpamrdec_change_state):
15871         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15872         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15873         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15874         * gst/rtp/gstrtpamrenc.h:
15875         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15876         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15877         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15878         * gst/rtp/gstrtpgsmenc.h:
15879         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15880         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15881         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15882         (gst_rtpgsmparse_change_state):
15883         * gst/rtp/gstrtpgsmparse.h:
15884         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15885         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15886         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15887         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15888         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15889         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15890         * gst/rtp/gstrtph263penc.h:
15891         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15892         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15893         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15894         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15895         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15896         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15897         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15898         * gst/rtp/gstrtpmp4venc.h:
15899         * gst/rtp/gstrtpmpadec.c:
15900         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15901         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15902         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15903         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15904         * gst/rtp/gstrtpmpaenc.h:
15905         Updates to payloader/depayloaders, make payloaders use
15906         the base classes.
15907         Updated README with suggested RTP caps and how to convert
15908         to/from SDP.
15909         Added config descriptor in mp4v payloader.
15910
15911 2005-09-15  Andy Wingo  <wingo@pobox.com>
15912
15913         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15914         * gst/autodetect/gstautovideosink.c
15915         (gst_auto_video_sink_find_best): Update for new registry API.
15916
15917 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15918
15919         * common/c-to-xml.py:
15920         * common/gtk-doc-plugins.mak:
15921           a simple py script to generate valid xml from a C example
15922           probably also need to strip an MIT license when we decide
15923         * docs/plugins/Makefile.am:
15924         * gst/level/Makefile.am:
15925         * gst/level/gstlevel.c: (gst_level_init):
15926         * gst/level/level-example.c: (message_handler), (main):
15927           add an example to level that will show up in the docs
15928         * gst/rtp/TODO:
15929           add a note for the future
15930
15931 2005-09-14  Michael Smith <msmith@fluendo.com>
15932
15933         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15934           Actually define the debug object being used in wavenc. Fixes #316205
15935
15936 2005-09-14  Michael Smith <msmith@fluendo.com>
15937
15938         * gst/smpte/Makefile.am:
15939           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15940           needed to build on windows (bug 316204)
15941
15942 2005-09-12  Andy Wingo  <wingo@pobox.com>
15943
15944         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15945
15946 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15947
15948         * configure.ac:
15949         * gst/fdsrc/Makefile.am:
15950         * gst/fdsrc/gstfdsrc.c:
15951         * gst/fdsrc/gstfdsrc.h:
15952           Move fdsrc back into gstreamer core elements.
15953
15954         * gst/level/gstlevel.c: (gst_level_class_init),
15955         (gst_level_transform_ip):
15956         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15957           Basetransform changes.
15958
15959 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15960
15961         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15962         * ext/jpeg/smokecodec.c: (find_best_size):
15963           fix compiler warnings
15964
15965 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15966
15967         * gst-plugins-good.spec.in:
15968           spec file fixes
15969         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15970         (gst_multiudpsink_render), (gst_multiudpsink_add),
15971         (gst_multiudpsink_clear):
15972           it actually helps to actually stream if we hook up the
15973           "add" signal to an actual implementation
15974         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15975           some debugging
15976
15977 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15978
15979         * ext/jpeg/Makefile.am:
15980         * ext/jpeg/gstjpeg.c
15981         * ext/jpeg/gstjpegenc.c:
15982         * ext/jpeg/gstsmokeenc.c:
15983
15984 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15985
15986         * ext/flac/gstflacdec.c:
15987         * ext/flac/gstflacenc.c:
15988         * ext/flac/gstflactag.c:
15989         * ext/speex/gstspeexenc.c:
15990           gsttaginterface.h -> gsttagsetter.h
15991
15992 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15993
15994         * configure.ac:
15995         * gst/debug/Makefile.am:
15996         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15997         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15998         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15999         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16000         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16001           Port to 0.9 and re-enable efence plugin.
16002
16003 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16004
16005         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16006         (gst_flacdec_write), (gst_flacdec_convert_src):
16007         * ext/flac/gstflacdec.h:
16008           Add support for flac files with 24/32 bits per sample; and misc.
16009           minor clean-ups. Seeking is still partly broken (for me at least).
16010
16011 2005-09-06  Wim Taymans  <wim@fluendo.com>
16012
16013         * gst/rtp/Makefile.am:
16014         * gst/rtp/gstrtp.c: (plugin_init):
16015         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16016         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16017         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16018         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16019         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16020         (gst_rtpmp4vdec_plugin_init):
16021         * gst/rtp/gstrtpmp4vdec.h:
16022         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16023         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16024         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16025         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16026         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16027         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16028         * gst/rtp/gstrtpmp4venc.h:
16029         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16030         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16031         Added mpeg4 video payload encoder/decoder.
16032         Added some docs in mpa payloader.
16033
16034 === release 0.9.1 ===
16035
16036 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16037
16038         * NEWS:
16039         * README:
16040         * RELEASE:
16041         * autogen.sh:
16042         * configure.ac:
16043           releasing 0.9.1, "Blondie"
16044
16045 2005-09-05  Andy Wingo  <wingo@pobox.com>
16046
16047         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16048         here from the state change handler, so we fire signals without
16049         holding the state lock.
16050
16051 2005-09-02  Andy Wingo  <wingo@pobox.com>
16052
16053         * All plugins updated for element state changes.
16054
16055 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16056
16057         * Makefile.am:
16058         * check/.cvsignore:
16059         * check/Makefile.am:
16060         * check/elements/.cvsignore:
16061         * check/elements/level.c: (setup_level), (cleanup_level),
16062         (GST_START_TEST), (level_suite), (main):
16063           add a test for level
16064         * common/release.mak:
16065           move the enum checking to release.mak
16066         * configure.ac:
16067           add valgrind and check checking
16068         * gst/level/gstlevel.c: (gst_level_transform):
16069         * gst/level/gstlevel.h:
16070           fix Andy's cast bug
16071           convert a field to int
16072           fix the arithmetic to int when checking for emit so that a
16073           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16074
16075 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16076
16077         * Makefile.am:
16078         * configure.ac:
16079           add docs to build
16080         * common/plugins.xsl:
16081           wrap Description into a refsect2
16082         * docs/Makefile.am:
16083         * docs/plugins/Makefile.am:
16084         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16085         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16086         * gst/goom/Makefile.am:
16087         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16088         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16089         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16090         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16091         (gst_goom_change_state):
16092         * gst/goom/gstgoom.h:
16093           GstGOOM -> GstGoom
16094           add an example launch line
16095         * gst/level/gstlevel.h:
16096         * gst/monoscope/gstmonoscope.c:
16097           cleanups
16098
16099 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16100
16101         * configure.ac:
16102         * docs/plugins/Makefile.am:
16103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16105         * docs/plugins/gst-plugins-good-plugins.types:
16106           document elements and plugins.  Shazam !
16107
16108 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16109
16110         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16111           be found under doc/random/ChangeLog-0.8