Release 0.10.7 - Red Door Black
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 === release 0.10.7 ===
2
3 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4
5         * configure.ac:
6           releasing 0.10.7, "Red Door Black"
7
8 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
9
10         * gst/alpha/Makefile.am:
11         Link alpha plugin with libgstbase. Fixes bug #517386.
12
13 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
14
15         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
16         Init values to -1 instead of the default 0 value.
17         Fixes #516524.
18
19 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
20
21         * tests/examples/spectrum/spectrum-example.c:
22         Add missing include to fix compilation when libxml usage is disabled.
23         Fixes: #516371
24
25 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
26
27         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
28         fixes: #514889
29
30         * gst/rtp/gstrtph264pay.c:
31         * gst/rtp/gstrtpmp4gdepay.c:
32         * gst/rtp/gstrtpmp4gpay.c:
33         * gst/rtp/gstrtpmp4gpay.h:
34         * gst/rtp/gstrtptheorapay.c:
35         * gst/rtp/gstrtpvorbispay.c:
36
37         Fix various leaks shown up in valgrind
38         - free sprops and buffer in error cases in H264 payloader
39         - fix leak in mp4g depayloader when construction the caps
40         - don't leak config string in the mp4g payloader
41         - don't leak buffers and headers in theora and vorbis payloaders
42
43         * tests/check/elements/rtp-payloading.c:
44
45         Fix the RTP data test
46         - Actually send valid amr data to the payloader instead of 20
47         zero-bytes
48         - The mp4g payloader expects codec_data on the caps
49
50 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
51
52         * win32/MANIFEST:
53         Add libgstpng.dsp to MANIFEST.
54         * win32/vs6/libgstaudiofx.dsp:
55         Add new source files to VS project file.
56
57 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
58
59         * sys/ximage/gstximagesrc.c:
60         Initialise variables when opening the X display rather
61         than in _start(), as the display can be opened before that.
62
63         Fixes: #515985
64
65 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
66
67         * sys/directdraw/gstdirectdrawsink.c:
68         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
69         (gst_directdraw_sink_finalize):
70         Properly chain up finalize functions. Fixes bug #515980.
71
72 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
73
74         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
75         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
76         (gst_v4l2_buffer_pool_class_init):
77         Chain up the finalize functions. Fixes bug #515984.
78
79 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
80
81         * sys/ximage/ximageutil.c:
82         Chain up in the finalize function for our custom
83         buffer sub-class.
84         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
85         Fixes: #515706
86
87 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
88
89         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
90         (gst_fenced_buffer_class_init):
91         Properly chain up finalize method. Fixes bug #515979.
92
93 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
94
95         * sys/ximage/gstximagesrc.c:
96         Free allocated Damage memory before closing our connection to the
97         X server. Partially fixes: #515706
98
99 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
100
101         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
102         * tests/check/Makefile.am:
103         * tests/check/gst-plugins-good.supp:
104         Add a few libjpeg suppressions and initialize a variable to
105         make smokeenc valgrind clean. Fixes bug #515701.
106
107 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
108
109         * gst/avi/gstavidemux.c:
110         Revert patch which sends timestamps only on keyframes, as it
111         breaks playback with current gst-ffmpeg.
112
113         Fixes: #515562
114
115 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
116
117         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
118         * tests/check/elements/multifile.c: (GST_START_TEST):
119         Close some memory leaks spotted by the unit test. Fixes bug #515697.
120
121 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
122
123         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
124         Use and unset the GError when pipeline creation fails instead of
125         simply leaking it. Fixes bug #515704.
126
127 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
128
129         * gst/audiofx/audioamplify.c:
130         * gst/audiofx/audiochebband.c:
131         * gst/audiofx/audiocheblimit.c:
132         * gst/audiofx/audiodynamic.c:
133         * gst/audiofx/audioinvert.c:
134         * gst/audiofx/audiopanorama.c:
135         * gst/audiofx/audiowsincband.c:
136         * gst/audiofx/audiowsinclimit.c:
137         Fix long description of audiofx elements. Fixes bug #515457.
138
139 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
140
141         * docs/plugins/Makefile.am:
142         * gst/spectrum/gstspectrum.c:
143         * tests/examples/spectrum/.cvsignore:
144         * tests/examples/spectrum/Makefile.am:
145         * tests/examples/spectrum/spectrum-example.c:
146
147         Add a simple example application for the spectrum element, include it
148         in the docs, and fix some documentation ambiguities.
149
150         Fixes: #348085
151
152 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
153
154         * gst/equalizer/Makefile.am:
155         * gst/spectrum/Makefile.am:
156         Fix includes order
157
158         * tests/check/Makefile.am:
159         Exclude v4l2src from the states test - it takes too long to start.
160
161         * tests/check/elements/spectrum.c:
162         Make the test run properly with CK_FORK=no
163
164 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
165
166         * gst/audiofix/Makefile.am: add missing header files 
167
168 2008-02-08  Julien Moutte  <julien@fluendo.com>
169
170         * gst/matroska/matroska-demux.c:
171         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
172         keyframe and delta units correctly when dealign with a BlockGroup.
173         Fixes: #514397
174
175 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
176
177         * tests/check/elements/.cvsignore:
178         Spell the new tests correctly in .cvsignore
179
180 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
181
182         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
183           Need to use gsize here for the size, fixes compiler warning.
184
185         * tests/examples/equalizer/.cvsignore:
186         * tests/examples/equalizer/Makefile.am:
187         * tests/examples/spectrum/.cvsignore:
188         * tests/examples/spectrum/Makefile.am:
189           Add missing files to fix the build.
190
191 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
192
193         * configure.ac:
194         * docs/plugins/Makefile.am:
195         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
196         * docs/plugins/gst-plugins-good-plugins-sections.txt:
197         * docs/plugins/gst-plugins-good-plugins.args:
198         * docs/plugins/gst-plugins-good-plugins.hierarchy:
199         * docs/plugins/inspect/plugin-multifile.xml:
200         * tests/check/Makefile.am:
201         * tests/check/elements/.cvsignore:
202
203         Move multifile plugin from -bad.
204         Fixes: #490283
205
206 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
207
208         * configure.ac:
209         * docs/plugins/Makefile.am:
210         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
211         * docs/plugins/gst-plugins-good-plugins-sections.txt:
212         * docs/plugins/gst-plugins-good-plugins.args:
213         * docs/plugins/gst-plugins-good-plugins.hierarchy:
214         * docs/plugins/inspect/plugin-spectrum.xml:
215         * gst/spectrum/Makefile.am:
216         * tests/check/Makefile.am:
217         * tests/check/elements/.cvsignore:
218         * tests/examples/Makefile.am:
219
220         Move spectrum plugin from -bad.
221         Move examples into tests/examples/spectrum.
222
223 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
224
225         * configure.ac:
226         * docs/plugins/Makefile.am:
227         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
228         * docs/plugins/gst-plugins-good-plugins-sections.txt:
229         * docs/plugins/gst-plugins-good-plugins.args:
230         * docs/plugins/gst-plugins-good-plugins.hierarchy:
231         * docs/plugins/gst-plugins-good-plugins.interfaces:
232         * docs/plugins/inspect/plugin-equalizer.xml:
233         * gst/equalizer/Makefile.am:
234         * tests/check/Makefile.am:
235         * tests/examples/Makefile.am:
236         Move the equalizer plugin across from -bad
237
238         * tests/check/elements/.cvsignore:
239         Add equalizer, audiosincwband and audiosincwlimit
240
241         * tests/check/elements/equalizer.c:
242         Fix compiler warnings
243
244         Fixes: #415627
245
246 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
247
248         * configure.ac:
249         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
250         are treated like releases and build without it.
251
252 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
253
254         * docs/plugins/Makefile.am:
255         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
256         * docs/plugins/gst-plugins-good-plugins-sections.txt:
257         * docs/plugins/gst-plugins-good-plugins.args:
258         * docs/plugins/inspect/plugin-audiofx.xml:
259         * gst/audiofx/Makefile.am:
260         * gst/audiofx/audiofx.c:
261         * gst/audiofx/audiowsincband.c:
262         * gst/audiofx/audiowsincband.h:
263         * gst/audiofx/audiowsinclimit.c:
264         * gst/audiofx/audiowsinclimit.h:
265         * tests/check/Makefile.am:
266         * tests/check/elements/audiowsincband.c:
267         * tests/check/elements/audiowsinclimit.c:
268
269         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
270         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
271         respectively.
272
273         Fixes: #467666
274
275 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
276
277         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
278         * tests/check/elements/icydemux.c:
279           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
280           caps, and add a somewhat useful debug message. Plus test.
281
282 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
283
284         * gst/rtsp/gstrtspsrc.c:
285         Include unistd.h only if HAVE_UNISTD_H is defined
286         * win32/common/config.h.in:
287         * win32/common/config.h:
288         Define socklen_t as it seems it's not defined in default 
289         Visual Studio headers.
290         * win32/vs6/libgstalpha.dsp:
291         * win32/vs6/libgstapetag.dsp:
292         * win32/vs6/libgstavi.dsp:
293         * win32/vs6/libgstrtp.dsp:
294         * win32/vs6/libgstrtsp.dsp:
295         * win32/vs6/libgstvideomixer.dsp:
296         Update project file dependencies and add new source files       
297
298 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
299
300         Patch by: Bjarne Rosengren <bjarne at axis dot com>
301
302         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
303         Don't leak buffers when we don't push them downstream.
304         Fixes bug #514965.
305
306 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
307
308         * configure.ac:
309           Bump requirements to (good) released versions to avoid
310           confusion and make implicit core requirement explicit.
311
312 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
313
314         * docs/plugins/Makefile.am:
315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
316         * docs/plugins/gst-plugins-good-plugins-sections.txt:
317         * docs/plugins/gst-plugins-good-plugins.args:
318         * docs/plugins/inspect/plugin-audiofx.xml:
319         * gst/audiofx/Makefile.am:
320         * gst/audiofx/audiochebband.c:
321         * gst/audiofx/audiochebband.h:
322         * gst/audiofx/audiocheblimit.c:
323         * gst/audiofx/audiocheblimit.h:
324         * gst/audiofx/audiochebyshevfreqband.c:
325         * gst/audiofx/audiochebyshevfreqband.h:
326         * gst/audiofx/audiochebyshevfreqlimit.c:
327         * gst/audiofx/audiochebyshevfreqlimit.h:
328         * gst/audiofx/audiofx.c:
329         * tests/check/Makefile.am:
330         * tests/check/elements/.cvsignore:
331         * tests/check/elements/audiochebband.c:
332         * tests/check/elements/audiocheblimit.c:
333         * tests/check/elements/audiochebyshevfreqband.c:
334         * tests/check/elements/audiochebyshevfreqlimit.c:
335
336         Rename audiochebyshevfreqband -> audiochebband and
337         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
338         surgery.
339
340         Closes: #491811
341
342 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
343
344         Patch by: Orjan Friberg <orjanf at axis dot com>
345
346         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
347         Fix caps memory leak. Fixes #514573.
348
349 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
350
351         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
352         If there's no entries in the subindex, don't try to do anything stupid,
353         just return.
354
355 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
356
357         Patch by: John Millikin <jmillikin at gmail dot com>
358
359         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
360           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
361           Fix extraction of picture blocks with newer libflac versions again:
362           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
363
364 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
365
366         * tests/check/Makefile.am:
367           Add rtp-payloading test to VALGRIND_TO_FIX.
368
369         * tests/check/elements/rtp-payloading.c:
370           Add semicolons after GST_TEST_END so gst-indent gets the
371           formatting right; make test less verbose in general, but
372           more verbose in the error case (which should probably
373           make the test fail anyway).
374
375 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
376
377         * docs/plugins/Makefile.am:
378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
379         * docs/plugins/gst-plugins-good-plugins-sections.txt:
380         * gst/avi/gstavisubtitle.c:
381         Add documentation for avisubtitle and change class to
382         Codec/Parser/Subtitle
383
384 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
385
386         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
387         Treat ENOTTY (driver does not implement ioctl) the same as
388         EINVAL since it implies there are no available standards.
389
390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
391         (gst_v4l2src_get_nearest_size):
392         Replace gst_v4l2src_get_size_limits with 2 calls to new function
393         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
394         probe if the driver does not support VIDIOC_TRY_FMT for whatever
395         reason, and if we aren't yet actively capturing.
396
397         * sys/v4l2/v4l2src_calls.h:
398         Remove replaced function declaration.
399
400 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
401
402         * configure.ac:
403         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
404         API.
405
406 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
407
408         * configure.ac:
409         Fix typo.
410
411 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
412
413         * gst/alpha/Makefile.am:
414         * gst/alpha/gstalpha.c:
415
416         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
417         some stuff, and making buffer-alloc and resizing work automatically.
418         No longer crashes on odd frame widths and heights, although there
419         seems to be a disagreement with ffmpegcolorspace about what size
420         an AYUV frame with odd height should be.
421
422 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
423
424         Patch by: Alessandro Decina <alessandro at nnva dot org>
425
426         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
427         * ext/libpng/gstpngenc.h:
428         Preallocate the output buffer so that g_memdup() and
429         gst_buffer_merge() aren't needed anymore. This greatly improves
430         performances and fixes #512544.
431
432 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
433
434         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
435         (gst_avi_demux_stream_data):
436         GStreamer timestamps are PTS values while AVI only knows about DTS
437         timestamps. Make sure we only copy the DTS as the buffer timestamp when
438         we are dealing with a key frame.
439
440 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
441
442         * tests/check/Makefile.am:
443         * tests/check/elements/.cvsignore:
444         * tests/check/elements/rtp-payloading.c:
445           Add add testsuite for the rtp-payloader that tries simulating
446           dataflow. Needs more test data.
447
448 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
449
450         * tests/check/elements/alphacolor.c:
451           Remove two unused variables.
452
453 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
454
455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
456           Use g_ascii_strtoll() instead of atoll, which is only
457           available in C99.
458
459 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
460
461         * gst/rtp/Makefile.am:
462         * gst/rtp/gstrtp.c:
463         * gst/rtp/gstrtpmpvpay.c:
464         * gst/rtp/gstrtpmpvpay.h:
465         Add MPEG2 video payloader
466
467 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
468
469         * gst/level/gstlevel.c:
470         Use #include <math.h> instead of #include "math.h".
471
472 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
473
474         * tests/check/Makefile.am:
475         Fix up some CFLAGS sets.
476         Don't include gconfvideosrc in the states test.
477
478         * tests/check/elements/autodetect.c: (GST_START_TEST):
479         Add some error strings to fail_unless arguments to fix some weird
480         compiler errors on Solaris.
481
482 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
483
484         * configure.ac:
485         Detect video4linux headers on Solaris too.
486         * sys/v4l2/gstv4l2colorbalance.h:
487         * sys/v4l2/gstv4l2object.h:
488         * sys/v4l2/v4l2_calls.c:
489         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
490         (gst_v4l2_buffer_new):
491
492         Make v4l2 build on Solaris.
493         Patch by: Brian Cameron  <brian.cameron at sun dot com>
494         Fixes: #510505
495
496 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
497
498         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
499           Update list from (still local) scanning script.
500
501 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
502
503         Based on a patch by:
504             Victor STINNER <victor dot stinner at haypocalc dot com>
505
506         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
507         Set variable to NULL after freeing it to prevent double frees
508         or make failures by another use of it afterwards more obvious
509         and fix use of it after the freeing. Fixes bug #510592.
510
511 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
512
513         * gst/udp/gstmultiudpsink.c:
514         use GST_WARNING for logging
515
516 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
517
518         * gst/udp/gstmultiudpsink.c:
519         Don't try to leave a multicast group with an invalid socket
520
521 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
522
523         * ext/flac/gstflacdec.c:
524           Fix compilation against flac 1.1.2 (as on debian stable), where
525           the picture metadata defines and structs don't exist yet.
526           Fixes #509301.
527
528 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
529
530         Patch by: Olivier Crete <tester at tester dot ca>
531
532         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
533         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
534         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
535         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
536         * gst/udp/gstmultiudpsink.h:
537         Add property to automatically join a multicast group or not. This can be
538         useful when sharing a socket between multiple elements.
539         Fixes #509531.
540
541 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
542
543         * gst/videomixer/Makefile.am:
544           Add controller flags.
545
546 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
547
548         * gst/videomixer/videomixer.c:
549           Also commit the missing gst_object_sync_values().
550
551 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
552
553         * docs/plugins/Makefile.am:
554           Remove duplicate entry.
555
556 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
557
558         * docs/plugins/Makefile.am:
559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
561         * docs/plugins/inspect/plugin-gamma.xml:
562         * docs/plugins/inspect/plugin-monoscope.xml:
563         * docs/plugins/inspect/plugin-video4linux2.xml:
564           Add 3 more plugins to docs.
565
566 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
567
568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
569         * sys/osxvideo/osxvideosink.h:
570           Revert previous change caused by a file that got stuck on an old
571           revision.
572
573 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
574
575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
576         * gst/multipart/Makefile.am:
577         * gst/multipart/multipartdemux.c:
578         * gst/multipart/multipartdemux.h:
579         * gst/multipart/multipartmux.c:
580         * gst/multipart/multipartmux.h:
581           Re-add multipartdemux to the docs. Last round of section cleanup.
582
583 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
584
585         * docs/plugins/Makefile.am:
586         * docs/plugins/gst-plugins-good-plugins-sections.txt:
587         * sys/osxaudio/gstosxaudiosink.h:
588         * sys/osxvideo/osxvideosink.h:
589           Managed to resolve most unused declarations. Filed a bug for one left.          
590
591 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
592
593         * docs/plugins/gst-plugins-good-plugins-sections.txt:
594           Cleanup section file.
595
596 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
597
598         * docs/plugins/Makefile.am:
599         * docs/plugins/gst-plugins-good-plugins.args:
600         * docs/plugins/gst-plugins-good-plugins.signals:
601         * docs/plugins/inspect/plugin-alaw.xml:
602         * docs/plugins/inspect/plugin-alpha.xml:
603         * docs/plugins/inspect/plugin-alphacolor.xml:
604         * docs/plugins/inspect/plugin-annodex.xml:
605         * docs/plugins/inspect/plugin-apetag.xml:
606         * docs/plugins/inspect/plugin-audiofx.xml:
607         * docs/plugins/inspect/plugin-auparse.xml:
608         * docs/plugins/inspect/plugin-autodetect.xml:
609         * docs/plugins/inspect/plugin-avi.xml:
610         * docs/plugins/inspect/plugin-cairo.xml:
611         * docs/plugins/inspect/plugin-cdio.xml:
612         * docs/plugins/inspect/plugin-cutter.xml:
613         * docs/plugins/inspect/plugin-debug.xml:
614         * docs/plugins/inspect/plugin-dv.xml:
615         * docs/plugins/inspect/plugin-efence.xml:
616         * docs/plugins/inspect/plugin-effectv.xml:
617         * docs/plugins/inspect/plugin-flac.xml:
618         * docs/plugins/inspect/plugin-flxdec.xml:
619         * docs/plugins/inspect/plugin-gconfelements.xml:
620         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
621         * docs/plugins/inspect/plugin-goom.xml:
622         * docs/plugins/inspect/plugin-halelements.xml:
623         * docs/plugins/inspect/plugin-icydemux.xml:
624         * docs/plugins/inspect/plugin-id3demux.xml:
625         * docs/plugins/inspect/plugin-jpeg.xml:
626         * docs/plugins/inspect/plugin-ladspa.xml:
627         * docs/plugins/inspect/plugin-level.xml:
628         * docs/plugins/inspect/plugin-matroska.xml:
629         * docs/plugins/inspect/plugin-mulaw.xml:
630         * docs/plugins/inspect/plugin-multipart.xml:
631         * docs/plugins/inspect/plugin-navigationtest.xml:
632         * docs/plugins/inspect/plugin-png.xml:
633         * docs/plugins/inspect/plugin-quicktime.xml:
634         * docs/plugins/inspect/plugin-rtp.xml:
635         * docs/plugins/inspect/plugin-rtsp.xml:
636         * docs/plugins/inspect/plugin-shout2send.xml:
637         * docs/plugins/inspect/plugin-smpte.xml:
638         * docs/plugins/inspect/plugin-speex.xml:
639         * docs/plugins/inspect/plugin-taglib.xml:
640         * docs/plugins/inspect/plugin-udp.xml:
641         * docs/plugins/inspect/plugin-videobalance.xml:
642         * docs/plugins/inspect/plugin-videobox.xml:
643         * docs/plugins/inspect/plugin-videocrop.xml:
644         * docs/plugins/inspect/plugin-videoflip.xml:
645         * docs/plugins/inspect/plugin-videomixer.xml:
646         * docs/plugins/inspect/plugin-wavenc.xml:
647         * docs/plugins/inspect/plugin-wavpack.xml:
648         * docs/plugins/inspect/plugin-wavparse.xml:
649           Update plugin docs.
650
651         * gst/videomixer/Makefile.am:
652         * gst/videomixer/videomixer.c:
653         * gst/videomixer/videomixer.h:
654         * gst/videomixer/videomixerpad.h:
655           Split out header to fix warnings from the doc-build.
656
657 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
658
659         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
660
661         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
662         Use atoll to parse the rtptime with enough precision. Fixes #509329.
663
664 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
665
666         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
668           Initialise variables to work around (false) 'foo might be used
669           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
670
671 2008-01-11  David Schleef  <ds@schleef.org>
672
673         * docs/plugins/.cvsignore:
674         * tests/check/pipelines/.cvsignore:
675           Ignore more files for the buildbot.
676
677 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
678
679         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
680         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
681         Generate the image-type values correctly. Leave them out of the caps
682         when outputting a "preview image" tag, since it only makes sense
683         to have one of those - the type is irrelevant.
684
685         * sys/sunaudio/gstsunaudiomixerctrl.c:
686         (gst_sunaudiomixer_ctrl_open):
687         If we can, mark the mixer multiple open when we use it, in case
688         (for some reason) the process wants to open it again elsewhere.
689
690 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
691
692         Patch by: Olivier Crete <tester at tester dot ca>
693
694         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
695         * gst/rtp/gstrtptheorapay.c:
696         Fix the clock rate to 90000 as required by the RFC.
697         Fixes #508644.
698
699 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
700
701         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
702           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
703
704 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
705
706         * autogen.sh:
707           Add -Wno-portability to the automake parameters to stop warnings
708           about GNU make extensions being used. We require GNU make in almost
709           every Makefile anyway.
710           
711         * configure.ac:
712           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
713           at the same time is required for per target flags.
714
715 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
716
717         * gst/videomixer/videomixer.c: (gst_videomixer_init):
718         Fix error from my last commit.
719
720 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
721
722         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
723
724         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
725           Make sure the ISO 639-X language code in ID3v2 COMM frames
726           is actually valid UTF-8 (or rather: ASCII), so we don't end
727           up with non-UTF8 strings in tags if there's garbage in the
728           language field. Also make sure the language code is always
729           lower case. Fixes: #508291.
730
731 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
732
733         * ChangeLog:
734           Fix ChangeLog typo.
735
736 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
737
738         * Makefile.am:
739           Include lcov.mak to allow building coverage reports. Guard
740           check-torture target like in the other packages.
741
742 2008-01-09  Sameer Naik  <sameer@damagehead.com>
743
744         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
745
746         * gst/videomixer/videomixer.c:
747         (gst_videomixer_set_master_geometry), (_do_init),
748         (gst_videomixer_child_proxy_get_child_by_index),
749         (gst_videomixer_child_proxy_get_children_count),
750         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
751         (gst_videomixer_init), (gst_videomixer_request_new_pad),
752         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
753         Implement GstChildProxy interface.
754         Send newsegment at the right moment
755         Fixes #488879
756
757 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
758
759         * gst/alpha/Makefile.am:
760         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
761         (gst_alpha_sink_event), (gst_alpha_chain),
762         (gst_alpha_change_state), (plugin_init):
763         Make the various properties of 'alpha' controllable. This allows doing
764         niceties like fade-in/fade-out.
765
766 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
767
768         * gst/rtp/gstasteriskh263.c:
769         * gst/rtp/gstrtpL16depay.c:
770         * gst/rtp/gstrtpac3depay.c:
771         * gst/rtp/gstrtpamrpay.c:
772         * gst/rtp/gstrtpdepay.c:
773         * gst/rtp/gstrtpgsmdepay.c:
774         * gst/rtp/gstrtph263depay.c:
775         * gst/rtp/gstrtph263pdepay.c:
776         * gst/rtp/gstrtph263ppay.c:
777         * gst/rtp/gstrtph264depay.c:
778         * gst/rtp/gstrtph264pay.c:
779         * gst/rtp/gstrtpmp2tdepay.c:
780         * gst/rtp/gstrtpmp4adepay.c:
781         * gst/rtp/gstrtpmp4gdepay.c:
782         * gst/rtp/gstrtpmp4gpay.c:
783         * gst/rtp/gstrtpmp4vdepay.c:
784         * gst/rtp/gstrtpmpadepay.c:
785         * gst/rtp/gstrtpmpvdepay.c:
786         * gst/rtp/gstrtpsv3vdepay.c:
787         * gst/rtp/gstrtptheoradepay.c:
788         * gst/rtp/gstrtptheorapay.c:
789         * gst/rtp/gstrtpvorbisdepay.c:
790         * gst/rtp/gstrtpvorbispay.c:
791           Remove copy/paste unused code (property setters and getter) found by
792           the coverage suite (yay, saves ~20k on disk).
793
794 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
795
796         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
797           (videosink_templ):
798           Also fix up pad templates to indicate that image/jpeg doesn't
799           absolutely require the framerate property to be set (#504081).
800
801 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
802
803         Based on patch by: Wouter Cloetens  <wouter at mind be>
804
805         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
806           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
807           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
808         * gst/matroska/matroska-mux.h:
809           Keep track of first and last timestamps for each incoming stream,
810           so we can calculate the total duration for live sources and other
811           input where we can't query the duration from the start or where
812           there's no constant framerate from which we can deduce the
813           duration; also use calculated/observed duration if it is bigger
814           than the previously queried duration. Furthermore, use
815           gst_pad_query_peer_duration() and take into account that it may
816           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
817           screws up comparisons when using unsigned integers. Fixes #504081.
818
819 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
820
821         * configure.ac:
822         * gst/audiofx/audioamplify.c:
823         (gst_audio_amplify_clipping_method_get_type),
824         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
825         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
826         (gst_audio_dynamic_transform_ip):
827         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
828         (gst_audio_invert_transform_ip):
829         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
830         (gst_audio_panorama_transform):
831         * gst/level/gstlevel.c: (gst_level_init):
832         Make elements GST_BUFFER_FLAG_GAP aware and call
833         gst_base_transform_set_gap_aware for this.
834         Bump core requirement to CVS.
835         
836         * gst/audiofx/audiochebyshevfreqband.c:
837         (gst_audio_chebyshev_freq_band_transform_ip):
838         * gst/audiofx/audiochebyshevfreqlimit.c:
839         (gst_audio_chebyshev_freq_limit_transform_ip):
840         Also sync GObject properties to the controller if operating
841         in passthrough mode.
842
843 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
844
845         * sys/directdraw/gstdirectdrawsink.c:
846           (gst_directdraw_sink_window_thread):
847           FALSE is not a gpointer.
848
849 2008-01-05  Julien Moutte  <julien@fluendo.com>
850
851         * sys/directdraw/gstdirectdrawsink.c:
852         (gst_directdraw_sink_set_window_id),
853         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
854         (gst_directdraw_sink_buffer_alloc),
855         (gst_directdraw_sink_draw_borders),
856         (gst_directdraw_sink_show_frame),
857         (gst_directdraw_sink_setup_ddraw),
858         (gst_directdraw_sink_window_thread),
859         (gst_directdraw_sink_get_ddrawcaps),
860         (gst_directdraw_sink_surface_create): Make sure we create our
861         internal window only when we need it. That will give a chance to
862         the application to get the prepare-xwindow-id bus message. Draw
863         black borders when keeping aspect ratio. Handle the case where our
864         rendering window disappears (closed or errors) like other sinks
865         do. Various 80 columns fixes, improve state change order. That
866         element could need some more love.
867
868 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
869
870         * ext/taglib/gstapev2mux.h:
871         * ext/taglib/gstid3v2mux.h:
872         Remove useless typedefs without new type name. Fixes a warning with
873         gcc 4.3.
874
875 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
876
877         Patch by: John Millikin <jmillikin at gmail dot com>
878
879         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
880         (gst_flac_dec_setup_stream_decoder),
881         (gst_flac_normalize_picture_mime_type),
882         (gst_flac_extract_picture_buffer),
883         (gst_flac_dec_metadata_callback):
884         Emit metadata messages when a PICTURE block is encountered.
885         Fixes #506715.
886
887 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
888
889         * gst/avi/gstavi.c:
890         increase rank because no known issues anymore ...
891         * gst/avi/gstavisubtitle.c:
892         send subtitle name to the srcpad
893
894 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
895
896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
897         * gst/rtsp/gstrtspsrc.h:
898         Implement redirect for the DESCRIBE reply. Fixes #506025.
899
900 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
901
902         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
903         Fix 'xyz may be used uninitialized' compiler warnings caused
904         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
905         abort() in any case but properly report the error.
906
907 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
908
909         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
910         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
911         * sys/ximage/gstximagesrc.c: (composite_pixel):
912           Fix 'xyz may be used uninitialized' compiler warnings caused
913           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
914           not really nice to abort in any case). Fixes #505745.
915
916 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
919           Small unit test fix (has no practical impact at the moment,
920           since we're only feeding utf8 and hence just create a sub-
921           buffer for the output).
922
923 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
924
925         * gst/avi/gstavisubtitle.c:
926         * tests/check/elements/avisubtitle.c:
927         Add seeking support for avi subtitle
928
929 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
932         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
933         (gst_flac_dec_write):
934         * ext/flac/gstflacdec.h:
935         Remove some unused vars.
936         Do more cleanup of leftover events and tags.
937         Output tags after the segment event. Fixes #504018.
938
939 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
940
941         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
942           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
943           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
944           Detect other UTF byte order markers and convert to UTF-8 as
945           appropriate.
946
947 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
948
949         * gst/avi/gstavisubtitle.c: (src_template),
950           (gst_avi_subtitle_extract_utf8_file),
951           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
952           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
953           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
954         * gst/avi/gstavisubtitle.h:
955           Refactor a bit; fix name extraction; don't assume all the data
956           in the chunk is actually subtitle data, there may be padding at
957           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
958           file so it's there to send again after a seek (for future use).
959
960 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
961
962         * gst/avi/Makefile.am:
963         * gst/avi/gstavi.c:
964         * gst/avi/gstavisubtitle.c:
965         * gst/avi/gstavisubtitle.h:
966         * tests/check/Makefile.am:
967         * tests/check/elements/avisubtitle.c:
968         * win32/common/config.h:
969                 Add avi subtitle element for bug #442034. Need seeking support
970                 and more support for character conversion.
971
972 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
973
974         * Makefile.am:
975           Include common/win32.mak for CRLF check of win32 project
976           files (see #393626).
977
978         * win32/vs6/libgstpng.dsp:
979           Fix line endings and do cvs admin -kb.
980
981 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
982
983         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
984         Actually drop the buffers which are outside the currently configured
985         segment instead of just emitting a WARNING.
986
987 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
990         (gst_flac_dec_write):
991         * ext/flac/gstflacdec.h:
992         Send segments from the streaming thread. Fixes #502187.
993         Fix segment seeking and a bunch of other seeking cases.
994
995 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
996
997         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
998           Parse WOAF frames and put the result into GST_TAG_CONTACT,
999           which is where it would end up if the same information was
1000           put in a vorbis comment (don't think it's worth adding a
1001           new URI tag for this). Fixes #488112.
1002
1003 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * configure.ac:
1006           We need core/base 0.10.15 or later.
1007
1008 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1009
1010         Patch by: Mark Nauwelaerts <manauw skynet be>
1011
1012         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1013         Fix regression in stream numbering. Fixes #502655.
1014
1015 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1016
1017         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1018
1019         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1020         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1021         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1022         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1023         (gst_rtp_h264_pay_handle_buffer):
1024         * gst/rtp/gstrtph264pay.h:
1025         Use higher performance start-code searching.
1026         Parse NALs and store SPS, PPS and profile in the caps so that they can
1027         be used in the SDP. Fixes #502814.
1028
1029 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1030
1031         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1032         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1033           Init some structs to zero before we pass them to ioctl, which
1034           avoids valgrind warnings.  Also fix a small memory leak.
1035
1036 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1037
1038         Patch by: Wouter Cloetens <wouter at mind dot be>
1039
1040         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1041         Copy timestamp from input to output. Not very perfect yet but better
1042         than nothing. Fixes #503023.
1043
1044 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1045
1046         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1047           Also print a useful error message with the old Wavpack API
1048           if possible.
1049
1050 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * ext/wavpack/gstwavpackdec.c:
1053           More build fixes for old libwavpack versions: include config.h so
1054           that WAVPACK_OLD_API is actually defined as detected; only use
1055           WavpackGetErrorMessage if it is available. This fixes the build
1056           on debian stable for me.
1057
1058 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1059
1060         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1061         * ext/wavpack/gstwavpackparse.c:
1062           (gst_wavpack_parse_create_src_pad):
1063           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1064           versions below 4.40.0.
1065
1066 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1067
1068         * configure.ac:
1069           And now do it right for real...
1070
1071 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1072
1073         * configure.ac:
1074           Correctly reset $LIBS to not contain -lm.
1075
1076 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1077
1078         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1079
1080         * configure.ac:
1081         * ext/cairo/gsttimeoverlay.c:
1082           (gst_cairo_time_overlay_print_smpte_time):
1083           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1084           and checking for rint() and implementing it ourself if it doesn't
1085           exist. Fixes #497293.
1086
1087 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1088
1089         * configure.ac:
1090           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1091
1092 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1093
1094         * sys/oss/gstosshelper.c:
1095         Verify that the format returned after the ioctl is the one
1096         we requested. It is valid for the ioctl to succeed while
1097         substituting an alternate 'supported' sample format.
1098
1099 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * sys/oss/gstossaudio.c: (plugin_init):
1102         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1103         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1104           Post decent (and translated) error message when we can't
1105           open the audio device for some reason.
1106
1107 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1108
1109         * sys/oss/gstosssink.c:
1110         * sys/oss/gstosssrc.c:
1111         Allow the AUDIODEV environment variable to redirect us
1112         to a different default OSS device, like sunaudiosink does
1113         on Solaris (makes audio play automatically on SunRays).
1114
1115 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1116
1117         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1118         * gst/audiofx/audiochebyshevfreqband.c:
1119         (gst_audio_chebyshev_freq_band_transform_ip):
1120         * gst/audiofx/audiochebyshevfreqlimit.c:
1121         (gst_audio_chebyshev_freq_limit_transform_ip):
1122         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1123         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1124         The transform_ip() methods should do nothing if in passthrough mode.
1125         It might get non-writable buffers in that case but the buffer might
1126         as well be writable.
1127
1128         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1129         The transform() methods won't be called in passthrough mode and
1130         otherwise the buffer is always writable so don't check here.
1131
1132 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1133
1134         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1135           Fix seeking in .wav files again (#501775).  Some people seem to think
1136           they don't need to test their changes when they're just 'reflowing'
1137           some code.
1138
1139 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1140
1141         * gst/autodetect/gstautovideosink.c:
1142         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1143         (gst_auto_video_sink_init),
1144         (gst_auto_video_sink_create_element_with_pretty_name),
1145         (gst_auto_video_sink_find_best),
1146         (gst_auto_video_sink_set_property),
1147         (gst_auto_video_sink_get_property):
1148         * gst/autodetect/gstautovideosink.h:
1149         Fix docs.
1150         Use same error reporting code as autoaudiosink.
1151         Add property to filter sinks based on caps. Only select raw video sinks
1152         by default for backwards compat.
1153         API: GstAutoVideoSink::filter-caps
1154
1155 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1156
1157         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1158
1159         * gst/autodetect/gstautoaudiosink.c:
1160         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1161         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1162         (gst_auto_audio_sink_set_property),
1163         (gst_auto_audio_sink_get_property):
1164         * gst/autodetect/gstautoaudiosink.h:
1165         Add property to filter sinks based on caps. Only select raw audio sinks
1166         by default for backwards compat.  Fixes #417420.
1167         API: GstAutoAudioSink::filter-caps
1168
1169 2007-11-29  Michael Smith <msmith@fluendo.com>
1170
1171         Patch by: Arek Korbik <arkadini@gmail.com>
1172
1173         * gst/videobox/gstvideobox.c: (plugin_init):
1174           Initialise liboil in plugin_init()
1175
1176 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1177
1178         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1179         Post error before sending EOS. Fixes #499178.
1180
1181 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1182
1183         * win32/vs6/gst_plugins_good.dsw:
1184         * win32/vs6/libgstpng.dsp:
1185         Add a project file for libgstpng
1186
1187 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1188
1189         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1190         (gst_rtp_h263_depay_process):
1191         Code beautification.
1192         Added debug statements.
1193         Don't bit-shift everything, just do operations on last/first byte
1194         instead.
1195
1196 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1197
1198         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1199
1200         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1201         Fix wrong comparison in overrun check. Fixes #499239 some more.
1202
1203 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1204
1205         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1206         (gst_rtp_h263_depay_process):
1207         * gst/rtp/gstrtph263depay.h:
1208         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1209         stream.
1210
1211 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1212
1213         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1214
1215         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1216         (gst_rtp_mp4a_depay_process):
1217         * gst/rtp/gstrtpmp4adepay.h:
1218         Fix depayloading when multiple frames are inside one RTP packet.
1219         Fixes #499239.
1220
1221 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1222
1223         * gst/level/gstlevel.c:
1224           Add GAP-flag support.
1225
1226 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1227
1228         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1229         Read the I flag for Mode A h263 rtp stream and set the
1230         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1231         Fixes #499383
1232
1233 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1234
1235         * gst/level/gstlevel.c:
1236           Remove some dead code and do cleanups.
1237
1238 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1239
1240         * tests/check/pipelines/simple-launch-lines.c:
1241           Improve the tests by allowing to set a target state.
1242
1243 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1244
1245         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1246         Don't check the caps of the output buffer if they're equal some
1247         other caps. The caps can change in a backward compatible way
1248         and did at this point.
1249
1250 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1251
1252         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1253         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1254         (gst_qtdemux_seek_to_previous_keyframe),
1255         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1256         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1257         reverse playback support.
1258
1259 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1260
1261         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1262         Also set the channel layout on the Wavpack caps if we're having
1263         a mono layout. Of course only do it for "audio/x-wavpack".
1264
1265 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1266
1267         * ext/wavpack/gstwavpackcommon.c:
1268         (gst_wavpack_get_default_channel_mask),
1269         (gst_wavpack_set_channel_layout),
1270         (gst_wavpack_get_default_channel_positions),
1271         (gst_wavpack_get_channel_mask_from_positions),
1272         (gst_wavpack_set_channel_mapping):
1273         * ext/wavpack/gstwavpackcommon.h:
1274         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1275         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1276         * ext/wavpack/gstwavpackdec.h:
1277         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1278         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1279         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1280         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1281         (gst_wavpack_enc_rewrite_first_block),
1282         (gst_wavpack_enc_sink_event):
1283         * ext/wavpack/gstwavpackenc.h:
1284         * ext/wavpack/gstwavpackparse.c:
1285         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1286         (gst_wavpack_parse_scan_to_find_sample),
1287         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1288         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1289         * ext/wavpack/gstwavpackparse.h:
1290         Add support for encoding, parsing and decoding multichannel
1291         files with up to 8 channels. This also improves the robustness
1292         of parsing quite a bit.
1293
1294         * ext/wavpack/gstwavpackstreamreader.c:
1295         (gst_wavpack_stream_reader_read_bytes),
1296         (gst_wavpack_stream_reader_get_pos),
1297         (gst_wavpack_stream_reader_set_pos_abs),
1298         (gst_wavpack_stream_reader_set_pos_rel),
1299         (gst_wavpack_stream_reader_push_back_byte),
1300         (gst_wavpack_stream_reader_get_length),
1301         (gst_wavpack_stream_reader_can_seek),
1302         (gst_wavpack_stream_reader_write_bytes):
1303         Improve debugging.
1304
1305 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1306
1307         * ext/libpng/gstpngdec.c:
1308         * ext/libpng/gstpngdec.h:
1309           Don't release the png-memory from within the callback.
1310
1311 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1312
1313         Patch by: René Stadler <mail at renestadler dot de>
1314
1315         * ext/libpng/gstpngenc.c:
1316           Don't leak buffer data memory. Fixes #498395.
1317
1318 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1319
1320         Patch by: René Stadler <mail at renestadler dot de>
1321
1322         * tests/check/pipelines/simple-launch-lines.c:
1323           Tests for #498395.
1324
1325 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1326
1327         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1328         (gst_tag_lib_mux_adjust_event_offsets):
1329         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1330         * sys/osxaudio/Makefile.am:
1331         * sys/osxvideo/cocoawindow.h:
1332         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1333
1334 2007-11-15  David Schleef  <ds@schleef.org>
1335
1336         * ext/cairo/gsttextoverlay.c:
1337           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1338
1339 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1340
1341         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1342
1343         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1344         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1345         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1346         * gst/rtp/gstrtpmp2tpay.h:
1347         Fill the MTU with as many packets as possible. Fixes #491323.
1348
1349 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1350
1351         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1352
1353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1354         Fix some more leaks. Fixes #497007.
1355
1356 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1357
1358         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1359
1360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1361         (gst_rtspsrc_stream_configure_tcp):
1362         Fix 3 pad leaks. Fixes #496983.
1363
1364 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1365
1366         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1367
1368         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1369         Fix small leak. Fixes #497017.
1370
1371 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1372
1373         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1374         (gst_qtdemux_prepare_current_sample),
1375         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1376         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1377         * gst/qtdemux/qtdemux_fourcc.h:
1378         * gst/qtdemux/qtdemux_types.c:
1379         Add suppport for theora in quicktime according to XiphQT.
1380
1381 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1382
1383         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1384         (gst_v4l2src_init), (gst_v4l2src_set_property),
1385         (gst_v4l2src_get_property):
1386         * sys/v4l2/gstv4l2src.h:
1387         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1388           Always copy buffers by default (handle safer with bugged drivers)
1389           and added a property to make it possible to use mmap effectively (no
1390           copy if possible) when application wants to. Fixes: #480557.
1391
1392 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1393
1394         * gst/id3demux/id3tags.c:
1395         * gst/id3demux/id3tags.h:
1396         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1397           We don't want the same string multiple times in a tag list for the
1398           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1399           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1400
1401 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1402
1403         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1404           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1405           into ID3v2 TXXX frames (fixes #347848).
1406
1407 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1408
1409         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1410           Don't leak sdp message contents (fixes #496773).
1411
1412         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1413           Don't leak URI string.
1414
1415 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1416
1417         Patch by: Julien Puydt <julien dot puydt at laposte net>
1418
1419         * ext/raw1394/Makefile.am:
1420         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1421           (gst_1394_property_probe_get_properties),
1422           (gst_1394_property_probe_probe_property),
1423           (gst_1394_property_probe_needs_probe),
1424           (gst_1394_property_probe_get_values),
1425           (gst_1394_property_probe_interface_init),
1426           (gst_1394_type_add_property_probe_interface):
1427         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1428         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1429           (gst_dv1394src_init), (gst_dv1394src_dispose),
1430           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1431           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1432           (gst_dv1394src_update_device_name):
1433         * ext/raw1394/gstdv1394src.h:
1434           Implement GstPropertyProbe interface and add "device-name" property,
1435           so applications can use this to probe for available devices in the
1436           same way they can already with v4lsrc and v4l2src (however horrible
1437           this property probe interface may be). Fixes #358841.
1438
1439 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1440
1441         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1442
1443         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1444           (gst_rtspsrc_parse_range):
1445           Don't leak event, don't leak range (fixes #496752).
1446
1447 2007-11-14  Michael Smith <msmith@fluendo.com>
1448
1449         Patch by: Arek Korbik <arkadini@gmail.com>
1450
1451         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1452           Detect RGBA/BGRA correctly on little endian systems.
1453
1454 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1457           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1458           corresponding ioctl() call fails even though the driver claims to
1459           support this format, just fall back to the pre-2.6.19 kernel
1460           routine that creates caps with suitable height and width ranges
1461           (see #448278).
1462
1463 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1464
1465         Patch by: Mark Nauwelaerts <manauw skynet be>
1466
1467         * gst/matroska/matroska-demux.c:
1468           (gst_matroska_demux_push_dvd_clut_change_event),
1469           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1470           (gst_matroska_demux_subtitle_caps):
1471         * gst/matroska/matroska-ids.h:
1472           Extract palette data for dvd subpicture streams and send it
1473           downstream as custom gstreamer dvd event (fixes #453417).
1474
1475 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1476
1477         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1478           Implement minimal parsing of the passed pango font description
1479           string, so passing a font size works the same as with the
1480           pango textoverlay plugin; fixes #455086.
1481           (Maybe we could just use pangocairo here at some point).
1482
1483 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1484
1485         * gst/avi/gstavidemux.c:
1486         * gst/wavparse/gstwavparse.c:
1487           Return the result in _activate_pull(). Don't ref element there.
1488
1489 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1490
1491         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1492         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1493         (gst_wavparse_srcpad_event):
1494           Ref the element when we should, but not when we its not needed. Reflow
1495           the event_handling to not leak the event.       
1496
1497 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1498
1499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1500         (qtdemux_parse_samples):
1501         Properly free QTDemuxSamples array.
1502         Protect table write with a sensible check, some files apparently DO contain
1503         stts values starting with 0 :(
1504
1505 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1506
1507         * gst/avi/gstavidemux.c:
1508         * gst/qtdemux/qtdemux.c:
1509           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1510           previous commit messed up.
1511
1512 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1513
1514         * gst/avi/gstavidemux.c:
1515         * gst/qtdemux/qtdemux.c:
1516           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1517           element when we should, but not when we its not needed.
1518
1519 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1520
1521         * gst/wavparse/gstwavparse.c:
1522           Return FALSE if we can't handle a query instead of changing the
1523           format. Ignore fact when dealing with mpeg audio.
1524
1525 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1526
1527         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1528
1529         * configure.ac:
1530         * gst/udp/gstdynudpsink.c:
1531         * gst/udp/gstdynudpsink.h:
1532         * gst/udp/gstmultiudpsink.c:
1533         * gst/udp/gstmultiudpsink.h:
1534         * gst/udp/gstudpsink.c:
1535         * gst/udp/gstudpsink.h:
1536           Fix includes for MSVC and GLib-2.14.0 (#492388).
1537
1538         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1539           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1540
1541 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1542
1543         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1544         (gst_mulawdec_chain):
1545         * gst/law/mulaw-decode.h:
1546         Calculate outgoing buffer duration if incoming buffer didn't have a
1547         valid duration.
1548
1549 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1550
1551         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1552         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1553         Smarter combine_flow code that also deals with downstream elements
1554         returning UNEXPECTED when they receive data out of the segment
1555         boundaries. Fixes #491305.
1556
1557 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1558
1559         * sys/v4l2/v4l2src_calls.c:
1560           Fix 'unused variable' compiler warning when compiling against
1561           older kernel headers.
1562
1563 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1564
1565         * ext/taglib/gstid3v2mux.cc (add_funcs):
1566           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1567
1568 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1569
1570         * tests/check/pipelines/simple-launch-lines.c:
1571            Improve the tests a little more.
1572
1573 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1574
1575         patch by: Yun Zheng Hu
1576
1577         * sys/osxaudio/gstosxaudiosrc.c:
1578         Use default input device instead of default output device and
1579         only memcpy actual available bytes.
1580
1581 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1582
1583         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1584           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1585           early. It is temporary until we find something better.
1586
1587 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1588
1589         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1590
1591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1592         Fix race when pausing a RTSP stream in interleaved.
1593         Fixes #475784.
1594
1595 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1596
1597         Patch by: Peter Kjellerstedt <pkj at axis com>
1598
1599         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1600         Use correct unref function for buffers. #488844.
1601
1602 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1603
1604         * gst/avi/gstavimux.c:
1605         * tests/check/elements/avimux.c:
1606           Add some debug and sync tests with the fix.     
1607
1608 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1609
1610         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1611
1612         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1613         When the socket is used by the app for other purposes, don't generate an
1614         error if there is activaty on the socket that is not data related.
1615         Fixes #487488.
1616
1617 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1618
1619         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1620         (gst_v4l2src_grab_frame):
1621         Add some more debug info. Generate an error when we run out of buffers
1622         for some reason. See #480557.
1623
1624 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1625
1626         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1627
1628         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1629         Set marker bit correctly.
1630
1631 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1632
1633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1634         Use allowed name for the GstStructure.
1635
1636 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1637
1638         * ext/gconf/gstswitchsink.c:
1639         * gst/autodetect/gstautoaudiosink.c:
1640           Use new gst_bus_pop_filtered().
1641
1642 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1643
1644         * sys/v4l2/gstv4l2src.c:
1645         * sys/v4l2/v4l2src_calls.c:
1646           When probing the formats and sizes a camera supports, make
1647           sure the best ones (highest resolution, prefered format)
1648           end up at the beginning of the probed caps and the less
1649           desirable ones at the end.  This is important because the
1650           order within the caps matters for things like fixation and
1651           negotiation, ie. what format is chosen in the end.
1652           With recent kernels, the current probing code will end up
1653           querying the supported sizes from lowest resolution to
1654           highest resolution, adding them to the probed caps in that
1655           order, resulting to v4l2src fixating to the lowest possible
1656           resolution if downstream does not express a size preference.
1657           Also make up a somewhat random ranking of prefered output
1658           formats for the same reason. Fixes #485828.
1659         
1660 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1661
1662         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1663
1664         * gst/id3demux/id3v2frames.c:
1665           Extract license/copyright URIs from ID3v2 WCOP frames
1666           (Fixes #447000).
1667
1668         * tests/check/elements/id3demux.c:
1669         * tests/files/Makefile.am:
1670         * tests/files/id3-447000-wcop.tag:
1671           Add simple unit test.
1672
1673 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1674
1675         * ext/taglib/gstid3v2mux.cc:
1676           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1677           Prerequisite for #447000.
1678
1679 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1680
1681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1682         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1683         a GstClockTime.
1684
1685 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1686
1687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1688         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1689         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1690         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1691         (gst_rtspsrc_change_state):
1692         More seeking fixes, mostly passing around the new playback segment in
1693         order to configure it properly.
1694         Also reset base_time of udp sources when setting them back to PLAYING as
1695         a temporary hack until core supports seek in live sources properly.
1696
1697 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1698
1699         * gst/rtp/gstrtpmp4adepay.c:
1700         Fix caps as to not confuse autopluggers.
1701
1702 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1703
1704         * gst/id3demux/gstid3demux.c:
1705         * gst/id3demux/gstid3demux.h:
1706         * gst/id3demux/id3tags.c:
1707         * gst/id3demux/id3tags.h:
1708         * gst/id3demux/id3v2frames.c:
1709           Port ID3 tag demuxer over to the new GstTagDemux in -base
1710           (now would be a good time to test re-importing your music
1711           collection).
1712
1713 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
1714
1715         * gst/apetag/Makefile.am:
1716         * gst/apetag/gstapedemux.c:
1717         * gst/apetag/gstapedemux.h:
1718         * gst/apetag/gsttagdemux.c:
1719         * gst/apetag/gsttagdemux.h:
1720           Port APE tag demuxer over to the new GstTagDemux in -base.
1721
1722 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
1723
1724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1725         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
1726         (gst_rtspsrc_handle_internal_src_query),
1727         (gst_rtspsrc_handle_src_query), (new_session_pad),
1728         (gst_rtspsrc_stream_configure_tcp),
1729         (gst_rtspsrc_stream_configure_transport),
1730         (gst_rtspsrc_loop_send_cmd):
1731         Improve flushing behaviour.
1732         Set state of the udp sources to PAUSE/PLAYING correctly.
1733         Handle events and queries for UDP and TCP transport now.
1734
1735 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1736
1737         * gst/rtp/gstrtpgsmdepay.c:
1738         * gst/rtp/gstrtpgsmpay.c:
1739           Add log category.
1740
1741 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
1742
1743         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
1744
1745         * tests/check/Makefile.am:
1746         * tests/check/pipelines/simple-launch-lines.c:
1747           Add unit tests for payloaders/depayloaders.
1748
1749 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1750
1751         * gst/avi/gstavimux.c:
1752         * gst/avi/gstavimux.h:
1753           Also save codec data for audio streams. Fixes #482495.
1754
1755 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
1756
1757         * gst/avi/gstavimux.c:
1758           Fix "Index entry has invalid stream nr 1".
1759           Add support for muxing aac - work in progress (see #482495).
1760
1761 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1762
1763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
1764         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
1765         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1766         * gst/rtsp/gstrtspsrc.h:
1767         Parse bandwidth modifiers, they are not yet configured in the session
1768         manager because we don't have an API for that yet.
1769
1770 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
1771
1772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
1773         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
1774         Use shiny new function in -base to get the default clock-rate.
1775         Update some docs.
1776
1777 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
1778
1779         * win32/MANIFEST:
1780         Add files to win32 manifest.
1781         * win32/vs6/libgstaudiofx.dsp:
1782         * win32/vs6/libgstqtdemux.dsp:
1783         * win32/vs6/libgstrtp.dsp:
1784         * win32/vs6/libgstrtsp.dsp:
1785         Update project files.
1786
1787 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
1788
1789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
1790         (gst_rtspsrc_play):
1791         * gst/rtsp/gstrtspsrc.h:
1792         In TCP mode, only timestamp the first buffer. TCP is not real time and
1793         it does not make sense to try to skew compensate, also some servers send
1794         the first batch of data in a burst.
1795
1796 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         * gst/matroska/matroska-demux.c:
1799           Fix setting the discont flag on the first buffer
1800           pushed downstream for formats with private codec
1801           data that needs to be deserialised into buffers
1802           (such as vorbis and FLAC when in a matroska container).
1803
1804 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
1805
1806         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1807
1808         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
1809         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
1810         (gst_rtp_mp4v_pay_handle_buffer):
1811         * gst/rtp/gstrtpmp4vpay.h:
1812         Free the config string. Fixes #480707.
1813         Clean up the timestamp code a little.
1814
1815 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1816
1817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
1818         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
1819         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
1820         * gst/rtsp/gstrtspsrc.h:
1821         Set timestamps on RTP buffers in interleaved mode.
1822         Mark first buffers with a DISCONT.
1823         Remove flush hack now that sync for live sources has been figured out.
1824
1825 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1826
1827         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1828         Update documentation.
1829
1830 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
1831
1832         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
1833         (gst_rtp_xqt_depay_change_state):
1834         * gst/qtdemux/gstrtpxqtdepay.h:
1835         Fail if we don't know the quicktime format.
1836
1837 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
1838
1839         * ext/flac/gstflacenc.c:
1840         * ext/flac/gstflacenc.h:
1841           Save the flow return from the last gst_pad_push() and
1842           make sure we pass the right flow return value upstream
1843           in the case of failure; minor clean-ups.
1844
1845 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1846
1847         * ext/taglib/gstapev2mux.cc:
1848         * ext/taglib/gstid3v2mux.cc:
1849         * gst/apetag/gstapedemux.c:
1850           Add support for the new GST_TAG_COMPOSER (#459809).
1851
1852 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1853
1854         * gst/law/alaw-decode.c:
1855         * gst/law/alaw-decode.h:
1856         * gst/law/alaw-encode.c:
1857         * gst/law/alaw-encode.h:
1858         * gst/law/alaw.c:
1859         * gst/law/mulaw-conversion.h:
1860           Compulsive clean-ups: use boilerplate macros, add debug
1861           categories, fix up things to conform to symbol nomenklatura,
1862           etc.
1863
1864 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
1865
1866         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1867
1868         * gst/law/alaw-decode.c:
1869         * gst/law/alaw-encode.c:
1870           Use static tables for A-Law decoding and encoding; this makes
1871           A-Law decoding and encoding less CPU-intensive, but increases
1872           the binary size a bit. Leaving old code around for now,
1873           selectable by a define in the code. Fixes #435435.
1874
1875 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1876
1877         * configure.ac:
1878         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
1879         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
1880         in configure.ac.
1881
1882 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1883
1884         Patch by: Jan Gerber <j at bootlab dot org>
1885
1886         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1887         Add fourccs for MPEG2 HDV streams. Fixes #479960.
1888
1889 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
1890
1891         * sys/oss/gstosshelper.c:
1892           Use GST_WARNING instead of a g_critical. This situation is not caused
1893           by the application.
1894
1895 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1896
1897         * po/LINGUAS:
1898         * po/nl.po:
1899           Updated translations.
1900
1901 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1902
1903         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
1904
1905         * po/eu.po:
1906           Added Basque translation.
1907
1908 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1909
1910         translated by: Abel Cheung <abelcheung@gmail.com>
1911
1912         * po/zh_HK.po:
1913         * po/zh_TW.po:
1914           Added Chinese (traditional and Hong Kong) translation.
1915
1916 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1917
1918         translated by: Jakub Bogusz <qboosh@pld-linux.org>
1919
1920         * po/pl.po:
1921           Added Polish translation.
1922
1923 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1924
1925         translated by: Ilkka Tuohela <hile@iki.fi>
1926
1927         * po/fi.po:
1928           Added Finnish translation.
1929
1930 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1931
1932         translated by: Jorge González González <aloriel@gmail.com>
1933
1934         * po/es.po:
1935           Added Spanish translation.
1936
1937 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1938
1939         translated by: Mogens Jaeger <mogens@jaeger.tf>
1940
1941         * po/da.po:
1942           Added Danish translation.
1943
1944 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1945
1946         translated by: Funda Wang <fundawang@linux.net.cn>
1947
1948         * po/zh_CN.po:
1949           Added Chinese (simplified) translation.
1950
1951 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1952
1953         translated by: Alexander Shopov <ash@contact.bg>
1954
1955         * po/bg.po:
1956           Added Bulgarian translation.
1957
1958 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
1959
1960         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
1961         Set outgoing packet duration because we can. Fixes #478244 some more.
1962
1963 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
1964
1965         * ext/cairo/gsttextoverlay.c:
1966           Add info about static leak.
1967         
1968         * tests/check/Makefile.am:
1969         * tests/check/generic/states.c:
1970           Improved state change unit test.
1971
1972 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
1973
1974         * docs/plugins/.cvsignore:
1975         * tests/check/.cvsignore:
1976           Ignore registries in any format.
1977
1978 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
1979
1980         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
1981         Removed some unused code.
1982
1983         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1984         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
1985         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
1986         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
1987         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
1988         (gst_rtp_theora_pay_flush_packet):
1989         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
1990         Try to preserve the incomming buffer duration on the outgoing
1991         packets. Fixes #478244.
1992
1993 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
1994
1995         * ext/taglib/gstapev2mux.cc:
1996         * ext/taglib/gstid3v2mux.cc:
1997           Work around compiler warnings with g++-4.2 when assigning a
1998           string constant to a gchar * (partially fixes #478092).
1999
2000 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         * configure.ac:
2003           We require core CVS now for gst_base_src_set_do_timestamp().
2004
2005 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2006
2007         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2008         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2009         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2010         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2011         (gst_rtspsrc_handle_message):
2012         Fix compiler warnings shown with Forte.
2013
2014 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2015
2016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2017         (gst_rtspsrc_dup_printf):
2018         Give meaningfull error when all streams failed to configure for some
2019         reason.
2020
2021 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2022
2023         * gst/rtp/README:
2024         Update README with the design for synchronisation rules of RTP on
2025         sender and receiver.
2026
2027 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2028
2029         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2030         (gst_wavparse_chain):
2031         Don't push EOS from the chain function, the element
2032         driving the pipeline is responsible for this. The bug
2033         this was meant to fix seems to be queue not forwarding
2034         EOS in all cases (see #476514).
2035
2036 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2037
2038         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2039         (gst_level_transform_ip):
2040         * gst/level/gstlevel.h:
2041         Use basetransform segment so that it is correctly managed on flushes and
2042         start/stop.
2043         Report message timestamp as stream time, which is what an application
2044         can understand.
2045
2046 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2047
2048         * ext/taglib/gstapev2mux.cc:
2049         * ext/taglib/gstapev2mux.h:
2050         * ext/taglib/gsttaglibmux.c:
2051         * tests/check/elements/apev2mux.c:
2052         Update my mail address.
2053
2054 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2055
2056         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2057         (gst_wavparse_loop), (gst_wavparse_chain):
2058         Add EOS logic for the push-based mode too. Fixes #476514.
2059
2060 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2061
2062         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2063         * gst/law/alaw-encode.h:
2064         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2065         (gst_mulawenc_chain):
2066         * gst/law/mulaw-encode.h:
2067         Fix law encoder timestamps.
2068
2069 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2070
2071         * ext/gconf/gstgconfaudiosink.c:
2072           Fix warning when building without debug.
2073
2074         * sys/oss/gstossmixertrack.c:
2075           Use const like in alsamixertrack.c (fixes warnings).
2076
2077 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2078
2079         * sys/v4l2/v4l2src_calls.c:
2080         (gst_v4l2src_probe_caps_for_format_and_size):
2081         Fix framerate detection code some more.
2082         Handle the case where there is a weird step in the stepwise framerates.
2083         Don't overwrite the min interval with the framerate, use a temp variable
2084         instead.
2085         Use max in the Continuous framerate intervals instead of step, which is
2086         1 according to the docs. Fixes #475424.
2087
2088 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2089
2090         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2091         Make udpsrc timestamp outgoing buffers based on when they were received.
2092         Also make it output a segment in time.
2093
2094 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2095
2096         * gst/avi/gstavidemux.c:
2097           Plug a little leak. Little code cleanups.
2098
2099 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2100
2101         * configure.ac:
2102           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2103           flac versions, 's good for cross-compilation karma.
2104
2105 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2106
2107         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2108
2109         * gst/rtp/gstrtph263pay.c:
2110           Fix up header structure so that compilers don't add padding
2111           between the structure fields, since that would lead to us
2112           sending RTP packets with broken headers (as is currently the
2113           case when compiling with MSVC). Also see similar fixes in
2114           libgstrtp in gst-plugins-base. (#474616; #471194)
2115
2116 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2117
2118         * sys/v4l2/v4l2src_calls.c:
2119         (gst_v4l2src_probe_caps_for_format_and_size):
2120         Don't overwrite our GValue with 0 but instead use the previously
2121         computed value. Fixes #471823 some more.
2122
2123 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2124
2125         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2126           No tabs in this file please, or gtk-doc will end up documenting
2127           rather absurd class hierarchies.
2128
2129 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2130
2131         * ext/gconf/gstswitchsink.c:
2132           If the new kid element fails to change state for some reason
2133           (e.g. esdsink not being able to connect to the sound server),
2134           forward the error message it posted on the bus instead of just
2135           posting a generic 'Internal state change error: please file a
2136           bug' error message. Fixes #471364.
2137
2138 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2139
2140         * gst/qtdemux/Makefile.am:
2141         * gst/qtdemux/qtdemux.c:
2142           Don't assume tags are encoded as UTF-8 (#473670).
2143
2144 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2145
2146         * sys/v4l2/gstv4l2src.c:
2147         * sys/v4l2/gstv4l2src.h:
2148         * sys/v4l2/v4l2src_calls.c:
2149           Implement LATENCY queries in the crudest way possible so I don't
2150           have to use sync=false any longer when testing with videosinks.
2151
2152 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2153
2154         * configure.ac:
2155           Fix build.
2156
2157 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2158
2159         * sys/v4l2/v4l2src_calls.c:
2160         (gst_v4l2src_probe_caps_for_format_and_size):
2161         Add some more debugging in the framerate function.
2162         Iterate stepwise framerate up to and _including_ the max and if nothing
2163         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2164         don't end up with an empty list. Fixes #471823
2165
2166 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2167
2168         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2169         (gst_multiudpsink_set_clients_string),
2170         (gst_multiudpsink_get_clients_string),
2171         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2172         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2173         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2174         (gst_multiudpsink_clear):
2175         Add property do configure destination address/port pairs
2176         API:GstMultiUDPSink::clients
2177
2178 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2179
2180         * tests/examples/Makefile.am:
2181         * tests/examples/rtp/Makefile.am:
2182         * tests/examples/rtp/client-H263p-AMR.sh:
2183         * tests/examples/rtp/client-H263p-PCMA.sdp:
2184         * tests/examples/rtp/client-H263p-PCMA.sh:
2185         * tests/examples/rtp/client-H264-PCMA.sdp:
2186         * tests/examples/rtp/client-H264-PCMA.sh:
2187         * tests/examples/rtp/client-PCMA.sh:
2188         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2189         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2190         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2191         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2192         Added some RTP example scripts for sending and receiving RTP streams.
2193
2194 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2195
2196         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2197         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2198         Restructure the setcaps function so that we can also compute the
2199         expected GStreamer output size of the video frames.
2200         Set frame_byte_size correctly so that read-based devices have a chance
2201         of working correctly.
2202         When grabbing a frame, discard frames that are not of the expected size.
2203         Some cameras don't output the right framesize for the first buffer.
2204         Try only a couple of times to get a valid frame, else error out.
2205
2206         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2207         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2208         Add some more debug info when scanning the device.
2209
2210         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2211         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2212         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2213         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2214         Add some more debug info when dequeing a frame.
2215
2216 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2217
2218         * gst/wavparse/gstwavparse.c:
2219           More code cleanups. Add some more comment and improve debugs logs.
2220
2221 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2222
2223         * gst/wavparse/gstwavparse.c:
2224         * gst/wavparse/gstwavparse.h:
2225           Implement seek-query. Refactor duration calculations. Appropriate use
2226           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2227           out of loops.
2228
2229 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2230
2231         * gst/avi/gstavidemux.c:
2232           Implement seek-query.
2233
2234 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2235
2236         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2237         (gst_rtspsrc_dup_printf):
2238         Use new basesink async property to make sparse RTCP packet not wait for
2239         preroll.
2240
2241 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2242
2243         * gst/audiofx/Makefile.am:
2244         Dist the right file.
2245
2246 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2247
2248         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2249         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2250         Make sure we generate and parse floating point values in the POSIX
2251         locale instead of the current locale. 
2252
2253 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2254
2255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2256         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2257         (gst_rtspsrc_play):
2258         * gst/rtsp/gstrtspsrc.h:
2259         Fix method detection again.
2260         Keep track of when we must send a Range header.
2261         Use segment values for Range, Speed and Scale headers.
2262         Parse Speed and Scale headers to update the segment values.
2263
2264 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2265
2266         patch by: Mark Nauwelaerts <manauw@skynet.be>
2267
2268         * sys/v4l2/v4l2src_calls.c:
2269           Handle optional v4l2 ioctls gracefully.
2270
2271 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2272
2273         * gst/rtp/Makefile.am:
2274         * gst/rtp/gstrtp.c: (plugin_init):
2275         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2276         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2277         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2278         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2279         (gst_rtp_h263_depay_get_property),
2280         (gst_rtp_h263_depay_change_state),
2281         (gst_rtp_h263_depay_plugin_init):
2282         * gst/rtp/gstrtph263depay.h:
2283         Added an H263 depayloader. Fixes #369392.
2284
2285         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2286         (gst_rtp_h263p_depay_process):
2287         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2288         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2289         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2290         payloads.
2291         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2292
2293 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2294
2295         * gst/audiofx/audiochebyshevfreqband.c:
2296         * gst/audiofx/audiochebyshevfreqlimit.c:
2297         Add small comparision with the windowed sinc filters in the docs.
2298
2299 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2300
2301         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2302         (audiochebyshevfreqband_suite):
2303         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2304         (audiochebyshevfreqlimit_suite):
2305         Also test 32 bit float mode and the type 2 variants of the filters.
2306
2307 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2308
2309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2310         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2311         (gst_rtspsrc_loop):
2312         Refactor the udp and interleaved loop function a bit.
2313
2314 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2315
2316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2317         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2318         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2319         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2320         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2321         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2322         * gst/rtsp/gstrtspsrc.h:
2323         Protect connection activity with a new lock, avoids deadlocks when going
2324         to PAUSED. Fixes #455808.
2325
2326 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2327
2328         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2329         Fix debug statement.
2330
2331 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2332
2333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2334         Fix stray %u in debug line as spotted by Saur on IRC.
2335
2336 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2337
2338         * gst/audiofx/audiochebyshevfreqband.c:
2339         (gst_audio_chebyshev_freq_band_class_init):
2340         * gst/audiofx/audiochebyshevfreqlimit.c:
2341         (gst_audio_chebyshev_freq_limit_class_init):
2342         Use generator macros for the process functions for the different
2343         sample types, add lower upper boundaries for the GObject properties
2344         so automatically generated UIs can use sliders and add a note about
2345         the number of poles as a too high number of poles combined with
2346         very low or very high frequencies will produce only noise.
2347         * docs/plugins/gst-plugins-good-plugins.args:
2348         Regenerated for the property changes.
2349
2350 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2351
2352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2353         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2354         (gst_rtspsrc_stream_configure_udp_sink),
2355         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2356         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2357         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2358         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2359         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2360         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2361         * gst/rtsp/gstrtspsrc.h:
2362         Improve timeout handling.
2363         Use the same socket for sending and receiving RTCP packets so that some
2364         servers can track clients better.
2365         Improve connection closed handling. Try to reconnect.
2366         Don't overwrite our content base with NULL.
2367         Improve debugging.
2368         Improve range parsing and handling.
2369         Remove flushing hack now that core does the right thing.
2370
2371 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2372
2373         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2374         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2375         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2376         (gst_multiudpsink_close), (gst_multiudpsink_add):
2377         * gst/udp/gstmultiudpsink.h:
2378         Add support for getting and setting the socket to use.
2379
2380         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2381         (gst_udpsrc_create), (gst_udpsrc_get_property):
2382         Add support for getting the currently used socket.
2383
2384 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2385
2386         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2387
2388         * gst/audiofx/Makefile.am:
2389         * gst/audiofx/audiochebyshevfreqband.c:
2390         (gst_audio_chebyshev_freq_band_mode_get_type),
2391         (gst_audio_chebyshev_freq_band_base_init),
2392         (gst_audio_chebyshev_freq_band_dispose),
2393         (gst_audio_chebyshev_freq_band_class_init),
2394         (gst_audio_chebyshev_freq_band_init),
2395         (generate_biquad_coefficients), (calculate_gain),
2396         (generate_coefficients),
2397         (gst_audio_chebyshev_freq_band_set_property),
2398         (gst_audio_chebyshev_freq_band_get_property),
2399         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2400         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2401         (gst_audio_chebyshev_freq_band_start):
2402         * gst/audiofx/audiochebyshevfreqband.h:
2403         * gst/audiofx/audiochebyshevfreqlimit.c:
2404         (gst_audio_chebyshev_freq_limit_mode_get_type),
2405         (gst_audio_chebyshev_freq_limit_base_init),
2406         (gst_audio_chebyshev_freq_limit_dispose),
2407         (gst_audio_chebyshev_freq_limit_class_init),
2408         (gst_audio_chebyshev_freq_limit_init),
2409         (generate_biquad_coefficients), (calculate_gain),
2410         (generate_coefficients),
2411         (gst_audio_chebyshev_freq_limit_set_property),
2412         (gst_audio_chebyshev_freq_limit_get_property),
2413         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2414         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2415         (gst_audio_chebyshev_freq_limit_start):
2416         * gst/audiofx/audiochebyshevfreqlimit.h:
2417         * gst/audiofx/audiofx.c: (plugin_init):
2418         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2419         Fixes #464800.
2420
2421         * tests/check/Makefile.am:
2422         * tests/check/elements/.cvsignore:
2423         * tests/check/elements/audiochebyshevfreqband.c:
2424         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2425         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2426         * tests/check/elements/audiochebyshevfreqlimit.c:
2427         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2428         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2429         Add unit tests for the chebyshev filters.
2430
2431         * docs/plugins/Makefile.am:
2432         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2433         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2434         * docs/plugins/gst-plugins-good-plugins.args:
2435         * docs/plugins/inspect/plugin-1394.xml:
2436         * docs/plugins/inspect/plugin-audiofx.xml:
2437         * docs/plugins/inspect/plugin-dv.xml:
2438         * docs/plugins/inspect/plugin-flac.xml:
2439         * docs/plugins/inspect/plugin-jpeg.xml:
2440         * docs/plugins/inspect/plugin-png.xml:
2441         * docs/plugins/inspect/plugin-rtp.xml:
2442         * docs/plugins/inspect/plugin-shout2send.xml:
2443         * docs/plugins/inspect/plugin-wavpack.xml:
2444         And add docs for the chebyshev filters. While doing
2445         that also run make update in docs/plugins.
2446
2447 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2448
2449         * ext/annodex/gstcmmltag.c:
2450         * gst/rtp/gstrtpvorbispay.c:
2451           Make ro memory to share.
2452
2453 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2454
2455         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2456         Improve UDP performance by avoiding a select() when we have data
2457         available immediatly.
2458
2459 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2460
2461         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2462         (gst_rtp_dec_class_init):
2463         * gst/rtsp/gstrtpdec.h:
2464         Add (dummy) SSRC management signals.
2465
2466         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2467         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2468         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2469         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2470         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2471         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2472         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2473         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2474         * gst/rtsp/gstrtspsrc.h:
2475         Add connection-speed property.
2476         Add find_stream helper functions.
2477         Handle stream EOS based on BYE messages or SSRC timeout.
2478         Returns SUCCESS from the state change function as we hide our async
2479         elements from the parent.
2480
2481 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2482
2483         * gst/debug/rndbuffersize.c:
2484           Fix da leak.
2485
2486 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2487
2488         * gst/debug/Makefile.am:
2489         * gst/debug/breakmydata.c:
2490         * gst/debug/gstdebug.c:
2491         * gst/debug/negotiation.c:
2492         * gst/debug/progressreport.c:
2493         * gst/debug/rndbuffersize.c:
2494         * gst/debug/testplugin.c:
2495           Add new test element and clean-up the others a little.
2496
2497 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2498
2499         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2500         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2501
2502 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2503
2504         * gst/rtp/gstrtpilbcdepay.c:
2505           Include stdlib.
2506
2507 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2508
2509         * gst/rtp/gstrtpmpvdepay.c:
2510         Set the mpegversion in the caps so that autoplugging does not get
2511         confused.
2512
2513 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2514
2515         * po/hu.po:
2516         * po/uk.po:
2517         * po/vi.po:
2518           Updated translations.
2519
2520 2007-08-08  Michael Smith <msmith@fluendo.com>
2521
2522         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2523           Render right border in the correct location.
2524
2525 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2526
2527         Patch by: Olivier Crete <tester at tester dot ca>
2528
2529         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2530         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2531         Make mode property a string. Fixes #464475.
2532
2533 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2534
2535         * ext/flac/gstflacenc.c:
2536           Widen caps to match decoder a bit and add more FIXMEs.
2537
2538 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2539
2540         patch by: Mark Nauwelaerts <manauw@skynet.be>
2541
2542         * gst/avi/gstavimux.c:
2543           Fix ODML index tag numbering. Fixes #463624.
2544
2545 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2546
2547         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2548         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2549         (gst_rtspsrc_stream_configure_tcp),
2550         (gst_rtspsrc_stream_configure_udp_sink):
2551         Fix default clock-rate for realmedia.
2552         Fix parsing of transport.
2553         Don't try to link NULL pads.
2554
2555 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2556
2557         * po/POTFILES.skip:
2558           Add POTFILES.skip with list of source files that aren't disted at the
2559           moment but contain translatable strings. Should hopefully pacify
2560           broken tools and make it clearer that these files are left out
2561           intentionally (#461600).
2562
2563 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2564
2565         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2566         If the buffer was entirely clipped ... don't try sending it :)
2567
2568 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2569
2570         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2571         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2572         (gst_rtspsrc_create_transports_string),
2573         (gst_rtspsrc_prepare_transports):
2574         If we don't hav a session manager, set the caps on outgoing buffers
2575         ourselves.
2576         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2577         Append final bit of the transport string even when it does not contain a
2578         placeholder.
2579
2580 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2581
2582         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2583         (gst_rtsp_ext_list_connect):
2584         * gst/rtsp/gstrtspext.h:
2585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2586         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2587         Clean up the interface list.
2588         Allow connecting to interface signals for the extensions.
2589         Remove old extension code.
2590         Free list on cleanup.
2591         Allow extensions to send additional RTSP messages.
2592
2593 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2594
2595         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2596         Handle a NULL gconf key gracefully by rendering the default element.
2597
2598 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2599
2600         * gst/rtsp/gstrtspext.h:
2601         Fix include path for extension interface.
2602
2603 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2604
2605         * gst/audiofx/audioamplify.h:
2606         Also remove a now unecessary variable here.
2607
2608 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2609
2610         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2611         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2612         * gst/audiofx/audiodynamic.c:
2613         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2614         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2615         * gst/audiofx/audiodynamic.h:
2616         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2617         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2618         * gst/audiofx/audioinvert.h:
2619         Don't save format information ourselves, this is already saved in
2620         GstAudioFilter.
2621
2622 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2623
2624         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2625         (gst_rtsp_ext_list_stream_select):
2626         * gst/rtsp/gstrtspext.h:
2627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2628         Use rank to filter out extensions.
2629         Add url to stream_select interface call.
2630
2631 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2632
2633         * gst/rtsp/Makefile.am:
2634         * gst/rtsp/base64.c:
2635         * gst/rtsp/base64.h:
2636         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2637         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2638         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2639         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2640         (gst_rtsp_ext_list_setup_media),
2641         (gst_rtsp_ext_list_configure_stream),
2642         (gst_rtsp_ext_list_get_transports),
2643         (gst_rtsp_ext_list_stream_select):
2644         * gst/rtsp/gstrtspext.h:
2645         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2646         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2647         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2648         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2649         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2650         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2651         (gst_rtspsrc_stream_configure_tcp),
2652         (gst_rtspsrc_stream_configure_mcast),
2653         (gst_rtspsrc_stream_configure_udp),
2654         (gst_rtspsrc_stream_configure_udp_sink),
2655         (gst_rtspsrc_stream_configure_transport),
2656         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2657         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2658         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2659         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2660         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2661         (gst_rtspsrc_parse_methods),
2662         (gst_rtspsrc_create_transports_string),
2663         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2664         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2665         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2666         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2667         * gst/rtsp/gstrtspsrc.h:
2668         * gst/rtsp/rtsp.h:
2669         * gst/rtsp/rtspconnection.c:
2670         * gst/rtsp/rtspconnection.h:
2671         * gst/rtsp/rtspdefs.c:
2672         * gst/rtsp/rtspdefs.h:
2673         * gst/rtsp/rtspext.h:
2674         * gst/rtsp/rtspextwms.c:
2675         * gst/rtsp/rtspextwms.h:
2676         * gst/rtsp/rtspmessage.c:
2677         * gst/rtsp/rtspmessage.h:
2678         * gst/rtsp/rtsprange.c:
2679         * gst/rtsp/rtsprange.h:
2680         * gst/rtsp/rtsptransport.c:
2681         * gst/rtsp/rtsptransport.h:
2682         * gst/rtsp/rtspurl.c:
2683         * gst/rtsp/rtspurl.h:
2684         * gst/rtsp/sdp.h:
2685         * gst/rtsp/sdpmessage.c:
2686         * gst/rtsp/sdpmessage.h:
2687         * gst/rtsp/test.c:
2688         Use shiny new RTSP and SDP library.
2689         Implement RTSP extensions using the new interface.
2690         Remove a lot of old code.
2691
2692 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2693
2694         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2695         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2696
2697 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2698
2699         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2700         Don't unref the outgoing buffer twice when dropping it because it's
2701         outside of the segment.
2702
2703 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2704
2705         * configure.ac:
2706         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
2707         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
2708         Use the new buffer clipping function from gstaudio here and
2709         require gst-plugins-base CVS.
2710         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
2711         For framed Wavpack buffers we require a valid timestamp.
2712
2713 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
2714
2715         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2716         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
2717         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2718         Clip raw audio and video when we can, keep track of current output
2719         segment.
2720         Don't leak buffers and events when there is no output pad.
2721         Improve debugging here and there.
2722
2723 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
2724
2725         * configure.ac:
2726           Sync liboil check with plugins-base.
2727
2728 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
2729
2730         * ext/annodex/Makefile.am:
2731           Fix CFLAGS/LIBS.
2732
2733         * ext/cdio/gstcdiocddasrc.c:
2734         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
2735           Include stdlib
2736
2737         * ext/cairo/Makefile.am:
2738         * gst/videofilter/Makefile.am:
2739         * tests/examples/level/Makefile.am:
2740           Use $(LIBM) instead of -lm
2741
2742 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2743
2744         * sys/v4l2/gstv4l2src.c:
2745           Add another example pipeline.
2746
2747 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2748
2749         Patch by: Alexander Eichner <alexeichi@yahoo.de>
2750
2751         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2752           Use define here.
2753
2754         * sys/v4l2/gstv4l2tuner.c:
2755         (gst_v4l2_tuner_set_frequency_and_notify):
2756           Don't touch the property - its still disabled.
2757
2758         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
2759         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
2760         * sys/v4l2/v4l2src_calls.h:
2761           Improve fallback format negotionation. Fixes #451388
2762
2763 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2764
2765         * tests/check/elements/videocrop.c: (GST_START_TEST):
2766           Fix the test.
2767
2768 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
2769
2770         * docs/plugins/Makefile.am:
2771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2773         * docs/plugins/inspect/plugin-jpeg.xml:
2774         * docs/plugins/inspect/plugin-png.xml:
2775         * ext/jpeg/gstjpegdec.c:
2776         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
2777         (gst_pngdec_sink_setcaps):
2778           More docs. More logs in pngdec.
2779
2780 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
2781
2782         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
2783           Initialize num_buffers with minimum value.
2784
2785         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
2786         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
2787           Handle frame-size query failure gracefully.
2788
2789 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
2790
2791         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2792         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
2793         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
2794         of qt/aac files.
2795
2796 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
2797
2798         * ext/wavpack/gstwavpackdec.c:
2799         (gst_wavpack_dec_clip_outgoing_buffer):
2800         Fix buffer clipping to correctly clip to the segment stop.
2801
2802 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
2803
2804         * configure.ac:
2805         * tests/Makefile.am:
2806         Remove bogus check for libcheck, since we check for
2807         gstreamer-check and it pulls in the required info from there,
2808         and we weren't actually _using_ the information for libcheck
2809         ourselves anyway.
2810
2811 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
2812
2813         * configure.ac:
2814           Use pkg-config to locate check.
2815
2816 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
2817
2818         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
2819         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
2820         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
2821         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2822         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
2823         * gst/effectv/gstaging.c: (gst_agingtv_transform):
2824         * gst/effectv/gstdice.c: (gst_dicetv_transform):
2825         * gst/effectv/gstedge.c: (gst_edgetv_transform):
2826         * gst/effectv/gstquark.c: (gst_quarktv_transform):
2827         * gst/effectv/gstrev.c: (gst_revtv_transform):
2828         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
2829         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
2830         * gst/effectv/gstwarp.c: (gst_warptv_transform):
2831         * gst/matroska/matroska-demux.c:
2832         (gst_matroska_demux_add_wvpk_header),
2833         (gst_matroska_demux_check_subtitle_buffer),
2834         (gst_matroska_decode_buffer):
2835         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
2836           Fix build against core CVS.
2837
2838 2007-07-10  Edward Hervey  <bilboed@gmail.com>
2839
2840         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
2841         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
2842         don't have enough granularity to convert that boolean into a
2843         GstFlowReturn.
2844
2845 2007-07-06  Michael Smith <msmith@fluendo.com>
2846
2847         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
2848         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
2849         (gst_alawdec_change_state):
2850         * gst/law/alaw-decode.h:
2851         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2852         (gst_mulawdec_class_init), (gst_mulawdec_init),
2853         (gst_mulawdec_chain), (gst_mulawdec_change_state):
2854         * gst/law/mulaw-decode.h:
2855           Fix capsnego bogosity in *law decoders. 
2856
2857 2007-07-06  Michael Smith <msmith@fluendo.com>
2858
2859         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
2860         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
2861         (gst_smokeenc_change_state):
2862         * ext/jpeg/gstsmokeenc.h:
2863           Remove stupidity in get/set caps functions.
2864           Fix some refcounting problems.
2865
2866 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
2867
2868         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
2869         Remove endianness-flipping hack that seems to have been required
2870         only because of a bug in ffmpegcolorspace.
2871         Partially Fixes: #451908
2872
2873 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
2874
2875         * docs/plugins/Makefile.am:
2876           Simplify --extra-dir as gtkdoc scans recursively.
2877
2878 2007-07-03  Wim Taymans  <wim@fluendo.com>
2879
2880         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2881
2882         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2883         Set the encoding-name in the rtp caps to all uppercase, as required by
2884         the caps spec.
2885         Some small cleanups in the error paths. Fixes #453037.
2886
2887 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
2888
2889         * ext/wavpack/gstwavpackparse.c:
2890         (gst_wavpack_parse_index_get_last_entry),
2891         (gst_wavpack_parse_index_get_entry_from_sample),
2892         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
2893         (gst_wavpack_parse_scan_to_find_sample):
2894         * ext/wavpack/gstwavpackparse.h:
2895         Use a GSList for the GArray that is used like a list anyway.
2896
2897 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
2898
2899         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
2900         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
2901         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
2902           Add state change function where we set 0/1 as default framerate in
2903           case our setcaps function isn't called, like it might not in a
2904           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
2905           gdkpixbufdec trying to create caps with a 0/0 framerate.
2906           Also post an error message on the bus if gst_pad_push() fails when
2907           called from our sink event handler (+1 for flow returns for event
2908           functions in 0.11) instead of failing silently.
2909
2910 2007-06-27  Wim Taymans  <wim@fluendo.com>
2911
2912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
2913         Cast stack args to the proper types. Fixes #451249.
2914
2915 2007-06-27  Wim Taymans  <wim@fluendo.com>
2916
2917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2918         (new_session_pad), (gst_rtspsrc_setup_streams):
2919         * gst/rtsp/gstrtspsrc.h:
2920         For container formats we only need to activate one of the streams so
2921         that we correctly signal no-more-pads. Fixes #451015.
2922
2923 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
2924
2925         * docs/plugins/gst-plugins-good-plugins.args:
2926         * docs/plugins/inspect/plugin-aasink.xml:
2927         * docs/plugins/inspect/plugin-alaw.xml:
2928         * docs/plugins/inspect/plugin-alpha.xml:
2929         * docs/plugins/inspect/plugin-alphacolor.xml:
2930         * docs/plugins/inspect/plugin-annodex.xml:
2931         * docs/plugins/inspect/plugin-apetag.xml:
2932         * docs/plugins/inspect/plugin-audiofx.xml:
2933         * docs/plugins/inspect/plugin-auparse.xml:
2934         * docs/plugins/inspect/plugin-autodetect.xml:
2935         * docs/plugins/inspect/plugin-avi.xml:
2936         * docs/plugins/inspect/plugin-cacasink.xml:
2937         * docs/plugins/inspect/plugin-cairo.xml:
2938         * docs/plugins/inspect/plugin-cdio.xml:
2939         * docs/plugins/inspect/plugin-cutter.xml:
2940         * docs/plugins/inspect/plugin-debug.xml:
2941         * docs/plugins/inspect/plugin-efence.xml:
2942         * docs/plugins/inspect/plugin-effectv.xml:
2943         * docs/plugins/inspect/plugin-esdsink.xml:
2944         * docs/plugins/inspect/plugin-flac.xml:
2945         * docs/plugins/inspect/plugin-flxdec.xml:
2946         * docs/plugins/inspect/plugin-gconfelements.xml:
2947         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
2948         * docs/plugins/inspect/plugin-goom.xml:
2949         * docs/plugins/inspect/plugin-halelements.xml:
2950         * docs/plugins/inspect/plugin-icydemux.xml:
2951         * docs/plugins/inspect/plugin-id3demux.xml:
2952         * docs/plugins/inspect/plugin-jpeg.xml:
2953         * docs/plugins/inspect/plugin-ladspa.xml:
2954         * docs/plugins/inspect/plugin-level.xml:
2955         * docs/plugins/inspect/plugin-matroska.xml:
2956         * docs/plugins/inspect/plugin-mulaw.xml:
2957         * docs/plugins/inspect/plugin-multipart.xml:
2958         * docs/plugins/inspect/plugin-navigationtest.xml:
2959         * docs/plugins/inspect/plugin-ossaudio.xml:
2960         * docs/plugins/inspect/plugin-png.xml:
2961         * docs/plugins/inspect/plugin-quicktime.xml:
2962         * docs/plugins/inspect/plugin-rtp.xml:
2963         * docs/plugins/inspect/plugin-rtsp.xml:
2964         * docs/plugins/inspect/plugin-smpte.xml:
2965         * docs/plugins/inspect/plugin-speex.xml:
2966         * docs/plugins/inspect/plugin-taglib.xml:
2967         * docs/plugins/inspect/plugin-udp.xml:
2968         * docs/plugins/inspect/plugin-videobalance.xml:
2969         * docs/plugins/inspect/plugin-videobox.xml:
2970         * docs/plugins/inspect/plugin-videocrop.xml:
2971         * docs/plugins/inspect/plugin-videoflip.xml:
2972         * docs/plugins/inspect/plugin-videomixer.xml:
2973         * docs/plugins/inspect/plugin-wavenc.xml:
2974         * docs/plugins/inspect/plugin-wavparse.xml:
2975         * docs/plugins/inspect/plugin-ximagesrc.xml:
2976           Update docs with caps info.
2977
2978 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
2979
2980         * po/POTFILES.in:
2981           Add more files with translatable strings (#450878).
2982
2983 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
2984
2985         * MAINTAINERS:
2986         Updating all the maintainers files
2987
2988 2007-06-22  Edward Hervey  <edward@fluendo.com>
2989
2990         * ext/flac/gstflactag.c: (gst_flac_tag_init):
2991         * gst/interleave/deinterleave.c: (deinterleave_init),
2992         (deinterleave_sink_link):
2993         * gst/interleave/interleave.c: (interleave_init):
2994         * gst/median/gstmedian.c: (gst_median_init):
2995         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
2996         Fix memory leaks.
2997         * tests/check/elements/id3demux.c: (pad_added_cb):
2998         Remove unused variable.
2999
3000 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3001
3002         * ext/gconf/gconf.h:
3003         Make the prototype of gst_gconf_get_key_for_sink_profile
3004         match the implementation.
3005         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3006         Fixes: #449747
3007
3008 2007-06-20  Michael Smith <msmith@fluendo.com>
3009
3010         * gst/rtp/gstrtpdepay.c:
3011           Fix description - rtpdepay is not a payloader.
3012
3013 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3014
3015         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3016         (qtdemux_video_caps):
3017         * gst/qtdemux/qtdemux_fourcc.h:
3018           Add MJPG to the variants of motion jpeg.
3019
3020 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3021
3022         * tests/check/Makefile.am:
3023         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3024         * tests/check/elements/videocrop.c: (GST_START_TEST):
3025         * tests/check/elements/videofilter.c:
3026         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3027         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3028           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3029           error flags are included and it errors out on compiler warnings
3030           for CVS builds; remove unused variables in various unit tests.
3031
3032 2007-06-19  Wim Taymans  <wim@fluendo.com>
3033
3034         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3035         (rtsp_connection_close), (rtsp_connection_free):
3036         Use threadsafe inet_ntop to convert an ip number to a string. 
3037         Fixes #447961.
3038         Don't leak fd (and ip) when freeing a connection without first closing
3039         it.
3040
3041 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3042
3043         * configure.ac:
3044         Back to CVS
3045
3046         * gst-plugins-good.doap:
3047         Add 0.10.6 to the doap file.
3048
3049 === release 0.10.6 ===
3050
3051 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3052
3053         * configure.ac:
3054           releasing 0.10.6, "Wobble Board"
3055
3056 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3057
3058         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3059         (rtsp_connection_free):
3060           Revert previous commit again, since we are frozen (sorry).
3061
3062 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3063
3064         Patch by: Peter Kjellerstedt <pkj at axis com>
3065
3066         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3067         (rtsp_connection_free):
3068           inet_ntoa() uses a static buffer internally, so we need to copy the
3069           returned string if we want to store it for later (#447961).
3070
3071 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3072
3073         * win32/vs6/autogen.dsp:
3074         * win32/vs6/gst_plugins_good.dsw:
3075         * win32/vs6/libgstalaw.dsp:
3076         * win32/vs6/libgstalpha.dsp:
3077         * win32/vs6/libgstalphacolor.dsp:
3078         * win32/vs6/libgstapetag.dsp:
3079         * win32/vs6/libgstaudiofx.dsp:
3080         * win32/vs6/libgstauparse.dsp:
3081         * win32/vs6/libgstautodetect.dsp:
3082         * win32/vs6/libgstavi.dsp:
3083         * win32/vs6/libgstcutter.dsp:
3084         * win32/vs6/libgstdirectdraw.dsp:
3085         * win32/vs6/libgstdirectsound.dsp:
3086         * win32/vs6/libgsteffectv.dsp:
3087         * win32/vs6/libgstflx.dsp:
3088         * win32/vs6/libgstgoom.dsp:
3089         * win32/vs6/libgsticydemux.dsp:
3090         * win32/vs6/libgstid3demux.dsp:
3091         * win32/vs6/libgstinterleave.dsp:
3092         * win32/vs6/libgstjpeg.dsp:
3093         * win32/vs6/libgstlevel.dsp:
3094         * win32/vs6/libgstmatroska.dsp:
3095         * win32/vs6/libgstmedian.dsp:
3096         * win32/vs6/libgstmonoscope.dsp:
3097         * win32/vs6/libgstmulaw.dsp:
3098         * win32/vs6/libgstmultipart.dsp:
3099         * win32/vs6/libgstqtdemux.dsp:
3100         * win32/vs6/libgstrtp.dsp:
3101         * win32/vs6/libgstrtsp.dsp:
3102         * win32/vs6/libgstsmpte.dsp:
3103         * win32/vs6/libgstspeex.dsp:
3104         * win32/vs6/libgstudp.dsp:
3105         * win32/vs6/libgstvideobalance.dsp:
3106         * win32/vs6/libgstvideobox.dsp:
3107         * win32/vs6/libgstvideocrop.dsp:
3108         * win32/vs6/libgstvideoflip.dsp:
3109         * win32/vs6/libgstvideomixer.dsp:
3110         * win32/vs6/libgstwaveform.dsp:
3111         * win32/vs6/libgstwavenc.dsp:
3112         * win32/vs6/libgstwavparse.dsp:
3113         Mark *.dsp & *.dsw as binary files and convert to DOS line
3114         endings, as they don't load into VS6 correctly otherwise.
3115
3116 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3117
3118         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3119         (rtsp_connection_connect):
3120         Fix the MingW build. 
3121         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3122         Fixes: #446981
3123
3124 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3125
3126         * tests/check/elements/.cvsignore:
3127         * tests/icles/.cvsignore:
3128         Hush the buildbots up
3129
3130 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3131
3132         * configure.ac:
3133         * sys/Makefile.am:
3134         * sys/directdraw/Makefile.am:
3135         * sys/directsound/Makefile.am:
3136         * sys/waveform/Makefile.am:
3137         Make sure to dist everything needed for win32 builds.
3138
3139 2007-06-14  Edward Hervey  <edward@fluendo.com>
3140
3141         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3142         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3143         caps.
3144         Fixes #447458
3145
3146 2007-06-13  Wim Taymans  <wim@fluendo.com>
3147
3148         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3149         Make sure we allocate enough memory for the codec_data.
3150         Fixes #447210.
3151
3152 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3153
3154         * win32/MANIFEST:
3155         Add videocrop project file to the win32 manifest.
3156         * win32/vs6/gst_plugins_good.dsw:
3157         Add qtdemux,videocrop and waveform projects to the workspace.
3158         * win32/vs6/libgstqtdemux.dsp:
3159         Add zlib to the link list of qtdemux.
3160         * win32/vs6/libgstvideocrop.dsp:
3161         Add a project file for videocrop.
3162
3163 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3164
3165         * po/POTFILES.in:
3166         Add qtdemux for translation
3167
3168 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3169
3170         * configure.ac:
3171         * docs/plugins/Makefile.am:
3172         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3173         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3174         * docs/plugins/inspect/plugin-videocrop.xml:
3175         * gst-plugins-good.spec.in:
3176         * sys/Makefile.am:
3177         * tests/check/Makefile.am:
3178         * tests/icles/Makefile.am:
3179         * tests/icles/videocrop-test.c:
3180         Move videocrop and osxvideo from -bad.
3181
3182 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3183
3184         * configure.ac:
3185         * docs/plugins/Makefile.am:
3186         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3188         * docs/plugins/gst-plugins-good-plugins.args:
3189         * docs/plugins/inspect/plugin-qtdemux.xml:
3190         * docs/plugins/inspect/plugin-quicktime.xml:
3191         * win32/MANIFEST:
3192         Move qtdemux from -bad.
3193
3194         * gst-plugins-good.spec.in:
3195         Update spec file to reflect moving of qtdemux and wavpack
3196
3197 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3198         
3199         * win32/MANIFEST:
3200         * docs/plugins/Makefile.am:
3201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3203         * docs/plugins/inspect/plugin-directdraw.xml:
3204         * docs/plugins/inspect/plugin-directsound.xml:
3205         * docs/plugins/inspect/plugin-waveform.xml:
3206         Move the waveform plugin from -bad too. Update the inspect xml
3207         files to mention Plugins Good instead of Plugins Bad.
3208
3209 2007-06-12  Andy Wingo  <wingo@pobox.com>
3210
3211         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3212         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3213         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3214         finalization and resuscitation. No longer public.
3215         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3216         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3217         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3218         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3219         miniobject semantics, and be threadsafe.
3220         (gst_v4l2src_queue_frame): Remove this function, as we just call
3221         the ioctls directly in the two places where we queue buffers.
3222         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3223         directly.
3224         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3225         to allocate the pool, which also preallocates the GstBuffers.
3226         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3227         queueing the frames directly.
3228         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3229         mmap buffers have been dequeued.
3230
3231         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3232         real MiniObject instead of rolling our own refcounting and
3233         finalizing. Give it a lock.
3234         (struct _GstV4l2Buffer): Remove one intermediary object, having
3235         the buffers hold the struct v4l2_buffer directly.
3236
3237         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3238         capture_init so that it can set them on the buffers that it will
3239         create.
3240         (gst_v4l2src_get_read): For better or for worse, include the
3241         timestamping and offsetting code here; really we should be using
3242         bufferalloc though.
3243         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3244         preallocated, mmap'd buffers.
3245
3246 2007-06-11  Wim Taymans  <wim@fluendo.com>
3247
3248         Patch by: daniel fischer <dan at f3c dot com>
3249
3250         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3251         (gst_ximage_src_get_caps):
3252         Actually use the display_name property so that we can dump any
3253         available X display. Fixes #445905.
3254
3255 2007-06-11  Wim Taymans  <wim@fluendo.com>
3256
3257         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3258
3259         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3260         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3261         Add missing rate fields to caps. Fixes #441118.
3262
3263 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3264
3265         * win32/vs6/gst_plugins_good.dsw:
3266         * win32/vs8/gst-plugins-good.sln:
3267         Add DirectSound and DirectDraw sinks project files to
3268         workspace and solution files.
3269
3270 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3271
3272         Patch by: Josh Coalson <xflac at yahoo dot com>,
3273         updated by Alexis Ballier <aballier at gentoo dot org>:
3274
3275         * configure.ac:
3276         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3277         (gst_flac_dec_setup_seekable_decoder),
3278         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3279         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3280         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3281         * ext/flac/gstflacdec.h:
3282         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3283         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3284         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3285         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3286         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3287         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3288         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3289         * ext/flac/gstflacenc.h:
3290         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3291         
3292 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3293
3294         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3295         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3296         not necessary anymore as we need at least that core version. 
3297
3298 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3299
3300         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3301         (gst_wavpack_dec_chain):
3302         * ext/wavpack/gstwavpackdec.h:
3303         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3304         (gst_wavpack_parse_push_buffer):
3305         * ext/wavpack/gstwavpackparse.h:
3306         Improve discont handling by checking if the next Wavpack block has
3307         the expected, following block index.
3308
3309 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3310
3311         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3312           Fix element description.
3313
3314 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3315
3316         * configure.ac:
3317         * docs/plugins/Makefile.am:
3318         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3319         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3320         * docs/plugins/gst-plugins-good-plugins.args:
3321         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3322         * docs/plugins/gst-plugins-good-plugins.signals:
3323         * docs/plugins/inspect/plugin-autodetect.xml:
3324         * docs/plugins/inspect/plugin-gconfelements.xml:
3325         * docs/plugins/inspect/plugin-ladspa.xml:
3326         * docs/plugins/inspect/plugin-rtp.xml:
3327         * docs/plugins/inspect/plugin-wavpack.xml:
3328         * ext/Makefile.am:
3329         * tests/check/Makefile.am:
3330           move wavpack plugin.  See #352605.
3331
3332 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3333
3334         * configure.ac:
3335         * docs/plugins/Makefile.am:
3336         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3337         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3338         * docs/plugins/gst-plugins-good-plugins.args:
3339         * sys/Makefile.am:
3340         * win32/MANIFEST:
3341         Add DirectDraw & DirectSound plugins to the build and docs.
3342
3343 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3344
3345         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3346         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3347           When operating in pull mode, error out correct on not-linked.
3348
3349 2007-06-06  Andy Wingo  <wingo@pobox.com>
3350
3351         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3352         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3353         format and size if the ioctls are defined; should fix compilation
3354         on Linux < 2.16.19.
3355
3356 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3359           Printf fixes in debug statements; use LOG level for debug statements
3360           that are printed for each and every frame; convert c++ comments to
3361           C-style comments; not much point using g_try_malloc() if we then not
3362           even check the return value.
3363
3364 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3365
3366         * configure.ac:
3367           Bump requirements to released versions (core and base 0.10.13).
3368
3369         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3370           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3371           own implementation.
3372
3373 2007-06-05  Andy Wingo  <wingo@pobox.com>
3374
3375         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3376         some useless comments.
3377
3378         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3379         frames before calling STREAMON, that might leave them in a state
3380         where they can't be dequeued if we go back to NULL without calling
3381         STREAMON, according to the docs.
3382         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3383         before we call STREAMON.
3384         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3385         failures. (For me this code hung.) The pool refcounting is still
3386         crack; added a note to that effect.
3387
3388 2007-06-05  Wim Taymans  <wim@fluendo.com>
3389
3390         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3391         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3392         Add support for mapping gst structure names to the MIME type equivalent.
3393         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3394
3395 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3396
3397         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3398         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3399         (gst_wavenc_chain), (gst_wavenc_change_state):
3400         * gst/wavenc/gstwavenc.h:
3401         Properly write wav files with width!=depth by having the depth most
3402         significant bytes set and all others zero. Fixes #442535.
3403
3404 2007-06-01  Wim Taymans  <wim@fluendo.com>
3405
3406         * gst/rtsp/rtspconnection.c:
3407         Add include to make buildbot happy.
3408
3409 2007-06-01  Wim Taymans  <wim@fluendo.com>
3410
3411         Patch by: Peter Kjellerstedt  <pkj at axis com>
3412
3413         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3414         (rtsp_connection_connect), (add_date_header),
3415         (rtsp_connection_send), (parse_response_status),
3416         (parse_request_line), (parse_line), (rtsp_connection_receive):
3417         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3418         * gst/rtsp/rtspdefs.h:
3419         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3420         (rtsp_message_init_request), (rtsp_message_init_response),
3421         (rtsp_message_remove_header), (rtsp_message_append_headers),
3422         (rtsp_message_dump):
3423         * gst/rtsp/rtspmessage.h:
3424         Improves version checking, allowing an RTSP server to reply with "505
3425         RTSP Version not supported.
3426         Adds a Date header to all messages.
3427         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3428         want to be able to send a response even if something in the request was
3429         invalid. EINVAL is only used when passing wrong arguments to functions.
3430         Do not handle an invalid method in parse_request_line(). Defer this to
3431         the caller so it can respond with "405 Method Not Allowed".
3432         Improves parsing of the timeout parameter to the Session header,
3433         allowing whitespace after the semicolon. 
3434         Avoids a compiler warning due to variables shadowing a function argument.
3435
3436 2007-06-01  Wim Taymans  <wim@fluendo.com>
3437
3438         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3439
3440         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3441         (gst_rtp_amr_depay_process):
3442         * gst/rtp/gstrtpamrdepay.h:
3443         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3444         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3445         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3446         * gst/rtp/gstrtpamrpay.h:
3447         Add support for AMR-WB.
3448         Small cleanups such as using BOILERPLATE.
3449
3450 2007-05-31  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3453         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3454
3455 2007-05-30  Andy Wingo  <wingo@pobox.com>
3456
3457         * sys/v4l2/gstv4l2object.h: 
3458         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3459         unintended changes.
3460
3461         * sys/v4l2/v4l2src_calls.h: 
3462         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3463         the format list in the order that the driver gives it to us.
3464         (gst_v4l2src_probe_caps_for_format_and_size)
3465         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3466         based on the capabilities of the device.
3467         (gst_v4l2src_grab_frame): Update for object variable renaming.
3468         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3469         as in the set_caps below.
3470         (gst_v4l2src_capture_init): Update for object variable renaming,
3471         and reflow.
3472         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3473         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3474         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3475         (gst_v4l2src_get_fps): Remove; these functions don't have much
3476         meaning outside of an atomic set_caps method.
3477         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3478         known.
3479
3480         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3481         call to update_fps; not sure about this change.
3482         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3483         moment we don't have an update_fps_func.
3484
3485         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3486         structures in the object, just store what we need. Do store the
3487         probed caps of the device. Don't store the current frame rate.
3488
3489         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3490         update_fps_function, for now. Update for new object variable
3491         naming.
3492         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3493         new object variable naming.
3494         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3495         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3496         (gst_v4l2src_get_caps): Rework to probe the device for supported
3497         frame sizes and frame rates.
3498         (gst_v4l2src_set_caps): Rework to be strict in the given
3499         parameters: if someone asks us to have a certain size and rate,
3500         that is what we configure.
3501         (gst_v4l2src_get_read): Update for object variable naming. Don't
3502         leak buffers on short reads.
3503         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3504         comments.
3505         (gst_v4l2src_create): Update for object variable naming.
3506
3507 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3510         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3511         * gst/avi/gstavidemux.h:
3512           Parse subtitle text streams instead of erroring out (#442034). Still
3513           needs a parser for the subtitles to actually show up.
3514
3515 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3516
3517         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3518         (gst_avi_demux_loop):
3519           Make _push_event() return TRUE if the event could be pushed on at
3520           least one pad and not only if it could be pushed on all pads,
3521           otherwise we'll end up posting an error message on EOS if one or
3522           more source pads are not connected.
3523
3524 2007-05-28  Wim Taymans  <wim@fluendo.com>
3525
3526         * gst/rtsp/rtsptransport.c:
3527         Use renamed RTP bin.
3528
3529 2007-05-28  Wim Taymans  <wim@fluendo.com>
3530
3531         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3532
3533         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3534         (gst_video_box_set_property), (gst_video_box_transform_caps),
3535         (video_box_recalc_transform), (gst_video_box_set_caps),
3536         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3537         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3538         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3539         (gst_video_box_i420_i420), (gst_video_box_transform),
3540         (plugin_init):
3541         Add AYUV->AYUV and AYUV->I420 formats. 
3542         Fix negotiation and I420->AYUV conversion.
3543         Fixes #429329.
3544
3545 2007-05-26  Wim Taymans  <wim@fluendo.com>
3546
3547         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3548         Use different variables for nested for loops so that the outer loop
3549         functions properly and speex files with multiple frames per buffer work
3550         properly.
3551         Fixes #441408.
3552
3553 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3556           Don't leak newsegment events.
3557
3558 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3559
3560         * gst/wavparse/Makefile.am:
3561           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3562           drags it in.
3563
3564 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3565
3566         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3567         (notgst_value_array_append_buffer),
3568         (gst_flac_enc_process_stream_headers),
3569         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3570         (gst_flac_enc_change_state):
3571         * ext/flac/gstflacenc.h:
3572           Collect headers, add "streamheader" field to output caps and set
3573           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3574           produces output according to the official FLAC-to-Ogg mapping
3575           instead of completely broken files. Fixes #426044.
3576
3577 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3578
3579         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3580         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3581         (gst_id3demux_sink_event):
3582         * gst/id3demux/gstid3demux.h:
3583         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3584         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3585         (gst_tag_demux_send_new_segment):
3586         Handle and adjust new-segment events so that downstream really
3587         sees a stream with the tag pieces stripped off the front and back.
3588         Fixes strangeness in seeking when mp3 decoders use the new-segment
3589         byte position to estimate their current playback position timestamp
3590         and then the arriving buffers don't match up.
3591
3592 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3593
3594         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3595           Don't unnecessarily perform a READY->NULL->READY transition on the
3596           detected audio sink when starting up. Fixes: #440127
3597
3598 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3599
3600         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3601         (gst_flac_enc_chain):
3602           Don't crash in chain function if setcaps hasn't been called.
3603
3604 2007-05-24  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3607         Init value to avoid infinte loops.
3608
3609 2007-05-24  Wim Taymans  <wim@fluendo.com>
3610
3611         Patch by: Peter Kjellerstedt  <pkj at axis com>
3612
3613         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3614         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3615         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3616         (gst_rtspsrc_play):
3617         (rtsp_connection_send), (rtsp_connection_receive):
3618         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3619         Fix for new API.
3620
3621         * gst/rtsp/rtspconnection.c: (add_auth_header),
3622         Only add authorisation and session headers when sending messages.
3623
3624         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3625         (rtsp_message_init_request), (rtsp_message_init_response),
3626         (rtsp_message_unset), (rtsp_message_add_header),
3627         (rtsp_message_remove_header), (rtsp_message_get_header),
3628         (rtsp_message_append_headers), (dump_key_value),
3629         (rtsp_message_dump):
3630         * gst/rtsp/rtspmessage.h:
3631         Add support for multiple headers of the same type by storing the parsed
3632         headers in a GArray instaed of a hashtable.
3633
3634 2007-05-21  Wim Taymans  <wim@fluendo.com>
3635
3636         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3637         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3638         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3639         safer shutdown.
3640
3641 2007-05-21  Wim Taymans  <wim@fluendo.com>
3642
3643         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3644         * gst/rtsp/gstrtpdec.h:
3645         Added signal for backwards compat.
3646
3647 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3648         
3649         Patch by: René Stadler <mail at renestadler dot de>
3650
3651         * configure.ac:
3652         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3653         (gst_au_parse_parse_header), (gst_au_parse_chain):
3654         * gst/auparse/gstauparse.h:
3655         Use audioconvert for converting from non-native endianness floats
3656         in auparse instead of doing it ourself. Fixes #424527.
3657         This needs the audioconvert from plugins-base CVS.
3658         
3659 2007-05-21  Wim Taymans  <wim@fluendo.com>
3660
3661         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3662         (gst_rtp_h263p_pay_flush):
3663         Fix enum registration.
3664
3665 2007-05-21  Wim Taymans  <wim@fluendo.com>
3666
3667         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3668
3669         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3670         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3671         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3672         (gst_rtp_h263p_pay_flush):
3673         * gst/rtp/gstrtph263ppay.h:
3674         Add new fragmentation mode base on GOB headers. Fixes #438940.
3675
3676 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3679           Printf format fix.
3680
3681 2007-05-18  Wim Taymans  <wim@fluendo.com>
3682
3683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3684         Don't crash when an unsupported transport error was returned by the
3685         server, just try to configure the next stream. Fixes #439255.
3686
3687 2007-05-18  Wim Taymans  <wim@fluendo.com>
3688
3689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3690         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3691         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3692         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3693         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3694         * gst/rtsp/gstrtspsrc.h:
3695         Add TCP timeout property and use it for all TCP connection.
3696
3697         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3698         (rtsp_connection_write), (rtsp_connection_next_timeout),
3699         (rtsp_connection_reset_timeout):
3700         Make connect and writes cancelable and make them use the timeout.
3701
3702 2007-05-18  Wim Taymans  <wim@fluendo.com>
3703
3704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3705         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3706         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3707         (gst_rtspsrc_setup_streams):
3708         Refactor timeout handling.
3709         Also send keep-alive when dealing with TCP transport.
3710
3711         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3712         (rtsp_connection_free), (rtsp_connection_next_timeout),
3713         (rtsp_connection_reset_timeout):
3714         * gst/rtsp/rtspconnection.h:
3715         Use a timer to handle the session timeouts, add some methods to deal
3716         with timeouts.
3717
3718 2007-05-17  Wim Taymans  <wim@fluendo.com>
3719
3720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
3721         (gst_rtspsrc_setup_streams):
3722         Ignore streams that fail the setup command, we will retry with a
3723         different transport later on.
3724
3725         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
3726         (rtsp_ext_wms_configure_stream):
3727         Fix encoding name case.
3728
3729 2007-05-16  Edward Hervey  <edward@fluendo.com>
3730
3731         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
3732         Fix build on macosx.
3733
3734 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3735
3736         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3737         Replace direct comparison of a string with the string literal "" with
3738         a comparison of the first character with '\0'. Fixes #438926.
3739
3740 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3741
3742         * gst/debug/breakmydata.c (gst_break_my_data_init):
3743           One more try. This should be the proper fix now.
3744
3745 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3746
3747         * gst/debug/breakmydata.c:
3748           Ooops, no // comments please.
3749
3750 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
3751
3752         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
3753         (gst_break_my_data_init):
3754           Fix gst_buffer_is_writable() assertion.
3755
3756 2007-05-14  David Schleef  <ds@schleef.org>
3757
3758         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
3759           video/x-raw-bayer.  Fixes #314160.
3760
3761 2007-05-14  Wim Taymans  <wim@fluendo.com>
3762
3763         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
3764         (gst_rtp_theora_depay_parse_configuration):
3765         * gst/rtp/gstrtptheorapay.c: (encode_base64),
3766         (gst_rtp_theora_pay_finish_headers),
3767         (gst_rtp_theora_pay_handle_buffer):
3768         Update theora pay/depayloader in a similar to vorbis.
3769
3770         * gst/rtp/gstrtpvorbisdepay.c:
3771         (gst_rtp_vorbis_depay_parse_configuration):
3772         Update docs.
3773
3774 2007-05-14  Wim Taymans  <wim@fluendo.com>
3775
3776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
3777         When we try to execute a method that is not supported by the server,
3778         don't error out but remove the method from the accepted methods so that
3779         we never try to perform this method again.
3780
3781 2007-05-14  Wim Taymans  <wim@fluendo.com>
3782
3783         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
3784         Remove annoying _dump_mem.
3785
3786 2007-05-14  Wim Taymans  <wim@fluendo.com>
3787
3788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
3789         Parse range correctly.
3790
3791         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
3792         The baseurl now always has a '/' at the start.
3793
3794 2007-05-14  Wim Taymans  <wim@fluendo.com>
3795
3796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
3797         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
3798         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3799         Factor out caps configuration and configure more stuff such as the time
3800         ranges and speed/scale values.
3801
3802         * gst/rtsp/rtsptransport.c:
3803         Add Copyright after non-trival fixes.
3804
3805 2007-05-12  Wim Taymans  <wim@fluendo.com>
3806
3807         Patch by: Peter Kjellerstedt  <pkj at axis com>
3808
3809         * gst/rtsp/gstrtspsrc.h:
3810         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
3811         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
3812         (rtsp_message_get_header):
3813         * gst/rtsp/rtspmessage.h:
3814         Make channel guint8 where possible.
3815         Make rtsp_message_init_data() take the channel as a guint8.
3816
3817         * gst/rtsp/rtspdefs.c:
3818         Fixed a typo: Timout -> Timeout
3819
3820         * gst/rtsp/rtspdefs.h:
3821         Make RTSP_CHECK() behave as a statement.
3822
3823         * gst/rtsp/sdpmessage.c:
3824         Avoid a compiler warning in INIT_ARRAY().
3825         Fixes #437692.
3826
3827 2007-05-12  Wim Taymans  <wim@fluendo.com>
3828
3829         Patch by: Peter Kjellerstedt  <pkj at axis com>
3830
3831         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
3832         (rtsp_url_get_request_uri):
3833         * gst/rtsp/rtspurl.h:
3834         Add support for query parameters to RTSP URLs.
3835
3836 2007-05-12  Wim Taymans  <wim@fluendo.com>
3837
3838         Patch by: Peter Kjellerstedt  <pkj at axis com>
3839
3840         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
3841         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
3842         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
3843         (rtsp_transport_parse), (rtsp_transport_as_text):
3844         * gst/rtsp/rtsptransport.h:
3845         Add validation to rtsp_transport_parse().
3846         Add rtsp_transport_as_text() to generate an RTSP header from an
3847         RTSPTransport.
3848         Change ssrc to guint (was a string) since that is what it is, even
3849         though it is sent as a hex string.
3850         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
3851         incorrect, which can be seen when looking at the examples in the RFC).
3852         Fixes #437670.
3853
3854 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3855
3856         Patch by: Eric Anholt
3857
3858         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
3859           gst_ximage_src_ximage_get):
3860         Use union of all damage between frames to make it faster.
3861         Fixes bug #342463.
3862         Also fix crasher when cursor is at bottom right of window.
3863
3864 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
3867           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
3868           streaming mode regression for file from #343837 with 'bext' chunk
3869           before the 'fmt' chunk.
3870
3871 2007-05-11  Wim Taymans  <wim@fluendo.com>
3872
3873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
3874         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
3875         (gst_rtspsrc_handle_src_event),
3876         (gst_rtspsrc_stream_configure_manager),
3877         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
3878         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
3879         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
3880         * gst/rtsp/gstrtspsrc.h:
3881         * gst/rtsp/rtspdefs.h:
3882         Preliminary seek support.
3883         Activate internal pads so that we can receive events on them.
3884         Don't try to parse a range string when it's NULL.
3885
3886 2007-05-11  Wim Taymans  <wim@fluendo.com>
3887
3888         * gst/rtp/README:
3889         Update README with new RTP variables that will be used for
3890         synchronisation.
3891
3892         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
3893         (gst_rtp_vorbis_depay_parse_configuration),
3894         (gst_rtp_vorbis_depay_process):
3895         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
3896         (gst_rtp_vorbis_pay_finish_headers),
3897         (gst_rtp_vorbis_pay_handle_buffer):
3898         Update vorbis pay and depayloader to draft-04.
3899
3900 2007-05-11  Wim Taymans  <wim@fluendo.com>
3901
3902         * gst/rtsp/rtsptransport.c:
3903         UDP MCAST is actually the default for RTP/AVP.
3904 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
3905
3906         * gst/level/gstlevel.c: (gst_level_transform_ip):
3907         Use guint8 * instead of gpointer then vs6 can build 
3908         in_data += (filter->width / 8).
3909
3910 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
3911
3912         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
3913           gst_ximage_src_ximage_get):
3914         * sys/ximage/gstximagesrc.h (last_ximage):
3915         When using Damage actually keep the last frame, and not assume
3916         that the buffer we get already has the last frame on it.
3917         Copy the cursor over if we specify a non-zero start x and
3918         start y.
3919
3920 2007-05-11  Wim Taymans  <wim@fluendo.com>
3921
3922         * gst/rtsp/rtsptransport.c:
3923         Make UDP the default transport when not specified.
3924
3925 2007-05-09  David Schleef  <ds@schleef.org>
3926
3927         * gst/level/gstlevel.c:
3928           Revert last change.
3929
3930 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
3931
3932         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
3933         (gst_level_transform_ip):
3934         Use guint8 * instead of gpointer then vs6 know the size of data
3935         pointed when moving the pointer.
3936         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
3937         Move instructions after variables declaration.
3938         * win32/vs6/autogen.dsp:
3939         * win32/vs6/libgstrtp.dsp:
3940         * win32/vs6/libgstrtsp.dsp:
3941         Update vs6 project files.
3942
3943 2007-05-09  Wim Taymans  <wim@fluendo.com>
3944
3945         * gst/rtsp/Makefile.am:
3946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
3947         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
3948         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
3949         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
3950         (rtsp_range_free):
3951         * gst/rtsp/rtsprange.h:
3952         Add code to parse time ranges.
3953         Report DURATION on the stream when possible.
3954
3955 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
3956
3957         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
3958         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
3959         (gst_videomixer_collected):
3960           Fix strides calculation for AYUV (it's just width*4) (#436910).
3961
3962 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3963
3964         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
3965         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
3966         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
3967         Sync the GObject properties before each processing step to properly
3968         work with the controller.
3969
3970 2007-05-04  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
3973         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3974         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3975         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
3976         (gst_rtspsrc_change_state):
3977         Let more error state trickle down so that we can catch more error
3978         cases.
3979         Handle keep-alive a little smarter by selecting a method the server
3980         actually supports.
3981         Fix a race in UDP streaming shutdown.
3982
3983 2007-05-04  Wim Taymans  <wim@fluendo.com>
3984
3985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
3986         Ignore errors when trying to use the keep-alive messages.
3987
3988 2007-05-04  Wim Taymans  <wim@fluendo.com>
3989
3990         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
3991         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
3992         (gst_rtspsrc_stream_configure_manager),
3993         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
3994         (gst_rtspsrc_stream_configure_mcast),
3995         (gst_rtspsrc_stream_configure_udp),
3996         (gst_rtspsrc_stream_configure_udp_sink),
3997         (gst_rtspsrc_stream_configure_transport):
3998         Send RTCP messages back to the server over the TCP connection.
3999
4000         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4001         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4002         (rtsp_connection_receive):
4003         * gst/rtsp/rtspconnection.h:
4004         Factor out and expose lowlevel _write and _read methods.
4005         Implement sending data messages to the server.
4006
4007 2007-05-03  Wim Taymans  <wim@fluendo.com>
4008
4009         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4010         (gst_multipart_mux_collected):
4011         Fix timestamps on outgoing buffers.
4012
4013 2007-05-03  Wim Taymans  <wim@fluendo.com>
4014
4015         * gst/multipart/multipartmux.c:
4016         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4017         (gst_multipart_mux_change_state):
4018         Emit NEWSEGMENT events before pushing the first buffer.
4019
4020 2007-05-03  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4023         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4024         (gst_rtspsrc_handle_src_query),
4025         (gst_rtspsrc_stream_configure_manager),
4026         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4027         (gst_rtspsrc_stream_configure_mcast),
4028         (gst_rtspsrc_stream_configure_udp),
4029         (gst_rtspsrc_stream_configure_udp_sink),
4030         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4031         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4032         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4033         (gst_rtspsrc_pause):
4034         Refactor transport configuration code.
4035         Create internal pads for TCP transport so that we can implement events
4036         and queries.
4037         Handle events and queries.
4038         Parse range from the SDP.
4039         Fix race in pause handler where the connection could still be flushing.
4040
4041 2007-05-02  Wim Taymans  <wim@fluendo.com>
4042
4043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4044         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4045         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4046         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4047         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4048         (gst_rtspsrc_change_state):
4049         * gst/rtsp/gstrtspsrc.h:
4050         Fix race when multiple udp sources post timeouts, just act on the first
4051         received timeout.
4052         Protect stream list with a recursive lock to fix some races.
4053         Flush connection when we need to do a reconnect or stop.
4054         Make state lock recursive.
4055
4056         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4057         (rtsp_connection_close):
4058         Some small cleanups.
4059
4060 2007-05-02  Wim Taymans  <wim@fluendo.com>
4061
4062         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4063         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4064         Only set DISCONT when there actually is a discont or when we just
4065         started.
4066
4067 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4068
4069         * ext/flac/gstflac.c: (plugin_init):
4070         Call bindtextdomain() to get localized strings.
4071
4072 2007-05-02  Wim Taymans  <wim@fluendo.com>
4073
4074         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4075         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4076         (gst_wavparse_stream_data):
4077         * gst/wavparse/gstwavparse.h:
4078         Be a bit more clever when dealing with VBR files with FACT tags, we
4079         don't want to timestamp buffers in that case but the estimated BPS can
4080         be used for seeking.
4081         Only send close segment in the streaming thread.
4082
4083 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4084
4085         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4086         Correctly post an error on the bus if something went wrong in the loop
4087         function. This fixes a few cases where the task was paused and nothing
4088         happened anymore.
4089
4090 2007-05-02  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst/rtsp/test.c: (main):
4093         Fix compilation of deprecated test just because I'm too lazy to delete
4094         it.
4095
4096 2007-05-02  Wim Taymans  <wim@fluendo.com>
4097
4098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4099         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4100         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4101         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4102         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4103         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4104         * gst/rtsp/gstrtspsrc.h:
4105         Fix sending RTCP to the right place.
4106         Fix bug in reffing the wrong UDP element.
4107         Use new pad names for the session manager.
4108         Implement handling server requests in interleaved and UDP modes.
4109         Handle session keep-alive in UDP modes.
4110         Remove GCond for handling UDP timeouts.
4111
4112         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4113         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4114         (rtsp_connection_receive), (rtsp_connection_close):
4115         * gst/rtsp/rtspconnection.h:
4116         Store connection IP address for later.
4117         Add timeout args to all operations that might block forever.
4118         Parse session timeout.
4119         Only close sockets when not already closed.
4120
4121         * gst/rtsp/rtspdefs.c:
4122         * gst/rtsp/rtspdefs.h:
4123         Add timeout return value and error string.
4124
4125         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4126         Add small comment.
4127
4128 2007-05-01  Wim Taymans  <wim@fluendo.com>
4129
4130         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4131
4132         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4133         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4134         * gst/rtp/gstrtpmp4vpay.h:
4135         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4136
4137 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4138
4139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4140           Remove v4l2src from docs, since it breaks the docs build, and the
4141           plugin is only built if --enable-experimental is used anyway.
4142
4143         * docs/plugins/Makefile.am:
4144           Spaces => tab.
4145
4146 2007-04-29  Wim Taymans  <wim@fluendo.com>
4147
4148         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4149         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4150         Add code to drop membership of a multicast group.
4151
4152         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4153         (gst_udpsink_set_uri):
4154         Implement URI handler.
4155
4156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4157         (gst_rtspsrc_parse_rtpinfo):
4158         Use URI handler to make udpsink instace.
4159         Improve code to configure port and destination.
4160
4161 2007-04-29  Wim Taymans  <wim@fluendo.com>
4162
4163         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4164         Fix multicast detection.
4165         Don't try to join a multicast group if the address is not multicast.
4166
4167         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4168         Small debug improvement.
4169
4170 2007-04-27  Wim Taymans  <wim@fluendo.com>
4171
4172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4173         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4174         (gst_rtspsrc_handle_message):
4175         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4176         parent.
4177
4178 2007-04-27  Wim Taymans  <wim@fluendo.com>
4179
4180         * gst/rtp/gstrtpilbcdepay.h:
4181         Fix mode property when specified as an arg.
4182
4183 2007-04-26  Edward Hervey  <edward@fluendo.com>
4184
4185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4187         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4188         * docs/plugins/inspect/plugin-osxaudio.xml:
4189         Add documentation for osxaudio plugin.
4190
4191 2007-04-26  Wim Taymans  <wim@fluendo.com>
4192
4193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4194         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4195         (gst_rtspsrc_open), (gst_rtspsrc_close),
4196         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4197         (gst_rtspsrc_pause):
4198         * gst/rtsp/gstrtspsrc.h:
4199         Protect state changes with a lock.
4200
4201         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4202         (parse_line):
4203         * gst/rtsp/rtspconnection.h:
4204         Remove some unused stuff.
4205
4206 2007-04-26  Wim Taymans  <wim@fluendo.com>
4207
4208         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4209         Handle the case where there are exactly 0 bytes to read and the ioctl
4210         did not report an error. Fixes #433530.
4211
4212 2007-04-26  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4215         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4216         * gst/wavparse/gstwavparse.h:
4217         Apply DISCONT to buffers.
4218         Only apply timestamp to the first sample after a DISCONT, too many VBR
4219         files cause random jitter in the timestamps. Fixes #433119.
4220
4221 2007-04-25  Wim Taymans  <wim@fluendo.com>
4222
4223         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4224         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4225         (gst_rtp_dec_get_property):
4226         * gst/rtsp/gstrtpdec.h:
4227         Add dummy latency property to be backwards compat with rtpbin.
4228
4229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4230         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4231         (gst_rtspsrc_stream_configure_transport),
4232         (gst_rtspsrc_parse_rtpinfo):
4233         * gst/rtsp/gstrtspsrc.h:
4234         Add latency property and configure in the session manager.
4235         Don't set invalid clock-base and seqnum-base on caps, some servers
4236         sometimes don't send them.
4237
4238 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4241         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4242           Double-check that RGB input caps are really RGBA caps (apparently
4243           the core doesn't always catch it if those caps aren't a subset of
4244           our template caps, also see #421543). Fixes #429319 in a way.
4245           Also, don't leak the pad template in the transform_caps function.
4246
4247         * tests/check/Makefile.am:
4248         * tests/check/elements/.cvsignore:
4249         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4250         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4251         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4252         (GST_START_TEST), (alphacolor_suite):
4253           Add some basic unit tests for alphacolor.
4254
4255 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4256
4257         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4258           If we get a fatal flow return in the loop function, first post the
4259           error message and only then send the EOS event downstream, otherwise
4260           applications might get an eos message before the error message and
4261           think everything was ok (related to #429319).
4262
4263 2007-04-25  Wim Taymans  <wim@fluendo.com>
4264
4265         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4266         Read the channel byte as an unsigned byte.
4267
4268 2007-04-25  Wim Taymans  <wim@fluendo.com>
4269
4270         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4271         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4272         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4273         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4274         (gst_rtp_gsm_depay_setcaps):
4275         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4276         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4277         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4278         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4279         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4280         (gst_ilbc_depay_get_property):
4281         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4282         * gst/rtp/gstrtpmp4adepay.c:
4283         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4284         (gst_rtp_pcma_depay_setcaps):
4285         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4286         (gst_rtp_pcmu_depay_setcaps):
4287         Make sure we configure the clock_rate in the baseclass in the setcaps
4288         function. Fixes #431282.
4289
4290 2007-04-25  Wim Taymans  <wim@fluendo.com>
4291
4292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4293         (gst_rtspsrc_stream_free), (request_pt_map),
4294         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4295         * gst/rtsp/gstrtspsrc.h:
4296         Parse server address from SDP.
4297         Hook up a udpsink to send RTCP back to the server.
4298
4299         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4300         * gst/rtsp/rtsptransport.h:
4301         Add some docs.
4302
4303 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4304
4305         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4306           Make header field check conditional. Fixes #433135
4307
4308 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4309
4310         * docs/plugins/Makefile.am:
4311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4313         * docs/plugins/inspect/plugin-alphacolor.xml:
4314         * gst/alpha/Makefile.am:
4315         * gst/alpha/gstalphacolor.c:
4316         * gst/alpha/gstalphacolor.h:
4317           Add minimal docs blurb to alphacolor; split out headers into
4318           separate header file for gtk-doc.
4319
4320 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         * gst/debug/progressreport.c: (gst_progress_report_report):
4323           Don't try to post NULL message (in case we can't query upstream
4324           position or duration).
4325
4326 2007-04-18  Michael Smith  <msmith@fluendo.com>
4327
4328         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4329         (gst_cutter_get_caps):
4330         * gst/cutter/gstcutter.h:
4331           Fix some of the most obvious bugs in cutter. Now doesn't leak
4332           everything if input is silent.
4333
4334 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4335
4336         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4337         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4338         * gst/wavenc/gstwavenc.h:
4339         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4340         else results in a invalid block align and invalid files.
4341
4342 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4343
4344         Patch by: Snaik <snaik32 gmail com>
4345
4346         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4347           Add missing break statement for BOX_HORIZONTAL case.
4348
4349 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4350
4351         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4352
4353         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4354         Use correct format strings for integer types.
4355
4356 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4357
4358         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4359         (gst_wavparse_create_sourcepad):
4360         Use gst_riff_create_audio_template_caps () instead of the local caps.
4361         This makes updates of the local caps unecessary whenever libgstriff
4362         gets support for new formats.
4363
4364 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4365
4366         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4367
4368         * sys/sunaudio/gstsunaudio.c:
4369         * sys/sunaudio/gstsunaudiomixer.c:
4370         * sys/sunaudio/gstsunaudiomixer.h:
4371         * sys/sunaudio/gstsunaudiomixerctrl.c:
4372         * sys/sunaudio/gstsunaudiomixerctrl.h:
4373         * sys/sunaudio/gstsunaudiomixertrack.h:
4374         * sys/sunaudio/gstsunaudiosink.c:
4375         * sys/sunaudio/gstsunaudiosink.h:
4376         * sys/sunaudio/gstsunaudiosrc.c:
4377         * sys/sunaudio/gstsunaudiosrc.h:
4378           Fix and/or update copyright attributions (#430228).
4379
4380 2007-04-13  Wim Taymans  <wim@fluendo.com>
4381
4382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4383         Fix docs.
4384
4385         * gst/rtsp/URLS:
4386         Add some more example urls.
4387
4388         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4389         (gst_rtp_dec_chain_rtp):
4390         Better debugging.
4391
4392         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4393         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4394         (gst_rtspsrc_parse_rtpinfo):
4395         Remove unused code.
4396
4397 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4398
4399         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4400         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4401         (gst_wavparse_stream_data):
4402           Relax the audio/mpeg caps again and add FIXME: comment.
4403
4404 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4405
4406         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4407         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4408         (gst_wavparse_stream_data):
4409         * gst/wavparse/gstwavparse.h:
4410           More sanity check for the header fields. Fix type for 'rate' header
4411           field.
4412
4413 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4416         (gst_icydemux_unicodify):
4417           If the metadata strings we get in the stream are not UTF-8, try to
4418           interpret them according to the character encodings specified in the
4419           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4420           only fall back to locale/ISO-8859-1 if those aren't set or don't
4421           work. Should fix #428901.
4422
4423 2007-04-12  Wim Taymans  <wim@fluendo.com>
4424
4425         * gst/rtp/gstrtph264depay.c:
4426         Use the proper sync word for SPS and PPS.
4427
4428 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4429
4430         * gst/rtp/Makefile.am:
4431         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4432           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4433         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4434           Add a simple hashing implementation that we can use to generate
4435           a 24-bit ident value based on the codebooks for vorbis and theora.
4436         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4437           gst_rtp_theora_pay_handle_buffer):
4438         * gst/rtp/gstrtpvorbisdepay.c
4439           (gst_rtp_vorbis_depay_parse_configuration,
4440           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4441         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4442           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4443           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4444           Use the hashing function, ensuring that the same codebooks result
4445           in the same ident and thus the same SDP description.
4446           Various log fixes/changes.
4447
4448 2007-04-12  Wim Taymans  <wim@fluendo.com>
4449
4450         Patch by: jerry tan <jerry dot tan at sun dot com>
4451
4452         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4453         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4454         application's responsibility to make sure it open the device once.
4455         Remove a careless error if AUDIODEV is set. Fixes #392620.
4456
4457 2007-04-12  Wim Taymans  <wim@fluendo.com>
4458
4459         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4460         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4461         * gst/rtsp/gstrtpdec.h:
4462         Make backward compat with rtpbin by adding the request-pt-map signals.
4463
4464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4465         (new_session_pad), (request_pt_map),
4466         (gst_rtspsrc_stream_configure_transport),
4467         (gst_rtspsrc_stream_configure_caps),
4468         (gst_rtspsrc_activate_streams):
4469         * gst/rtsp/gstrtspsrc.h:
4470         Implement request-pt-map signals instead of setting caps on the buffers
4471         for the session manager.
4472
4473 2007-04-11  Wim Taymans  <wim@fluendo.com>
4474
4475         * gst/udp/gstudp.c: (plugin_init):
4476         Register GstNetBuffer in plugin_init so that the type can be used from
4477         multiple threads without races.
4478
4479 2007-04-10  Wim Taymans  <wim@fluendo.com>
4480
4481         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4482         (gst_rtp_amr_depay_process):
4483         Fix depayloader clock_rate and some cleanups.
4484
4485         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4486         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4487         * gst/rtp/gstrtph264depay.h:
4488         Don't push codec_data in the adapter because it might get flushed when
4489         we get a discont.
4490
4491         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4492         Handle multiple AU per packet.
4493
4494         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4495         (gst_rtp_sv3v_depay_plugin_init):
4496         Disable rank, this one does not work.
4497         Remove timestamping, base class does that.
4498
4499 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4500
4501         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4502           limit caps to the formats we announce in the template
4503
4504         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4505         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4506         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4507           fix some crashers/asserts when dealing with broken files
4508
4509 2007-04-10  Wim Taymans  <wim@fluendo.com>
4510
4511         Patch by: Peter Kjellerstedt  <pkj at axis com>
4512
4513         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4514         * gst/rtp/gstrtpL16depay.c:
4515         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4516         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4517         (gst_rtp_speex_depay_setcaps):
4518         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4519         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4520         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4521         Fix some compiler warnings. Fixes #428182.
4522
4523 2007-04-06  Wim Taymans  <wim@fluendo.com>
4524
4525         * gst/rtsp/Makefile.am:
4526         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4527         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4528         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4529         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4530         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4531         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4532         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4533         (create_rtcp), (gst_rtp_dec_request_new_pad),
4534         (gst_rtp_dec_release_pad):
4535         * gst/rtsp/gstrtpdec.h:
4536         * gst/rtsp/gstrtsp.c: (plugin_init):
4537         Morph RTPDec into something compatible with RTPBin as a fallback.
4538         Various other style fixes.
4539
4540         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4541         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4542         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4543         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4544         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4545         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4546         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4547         * gst/rtsp/gstrtspsrc.h:
4548         Implement RTPBin session manager handling.
4549         Don't try to add empty properties to caps.
4550         Implement fallback session manager, handling.
4551         Don't combine errors from RTCP streams, just ignore them.
4552
4553         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4554         * gst/rtsp/rtsptransport.h:
4555         Implement fallback session manager.
4556         Make RTPBin the default one when available.
4557
4558 2007-04-05  Wim Taymans  <wim@fluendo.com>
4559
4560         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4561         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4562         This element is ready to be autoplugged.
4563
4564 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4565
4566         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4567         Don't leave the offsets defined by upstream element on the
4568         compressed data buffer we are pushing downstream. Make them
4569         GST_BUFFER_OFFSET_NONE.
4570
4571 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4572
4573         * gst/avi/README:
4574         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4575         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4576         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4577         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4578         (gst_avi_demux_calculate_durations_from_index),
4579         (gst_avi_demux_stream_header_push),
4580         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4581         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4582           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4583
4584 2007-04-03  Wim Taymans  <wim@fluendo.com>
4585
4586         * gst/smpte/barboxwipes.c:
4587         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4588
4589 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4590
4591         * gst/wavparse/gstwavparse.c:
4592         Support audio/x-raw-float in wav files. This only works with
4593         plugins-base CVS, using an older version doesn't have any
4594         disadvantages though.
4595
4596 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4597
4598         * configure.ac:
4599         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4600         (gst_au_parse_parse_header), (gst_au_parse_chain):
4601         * gst/auparse/gstauparse.h:
4602         Revert last change as we don't want plugins-good to depend on
4603         plugins-base CVS now.
4604
4605 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4606
4607         * configure.ac:
4608         Require gst-plugins-base CVS for audioconvert with non-native
4609         float support and width/depth fix in libgstriff.
4610
4611         Patch by: René Stadler <mail at renestadler dot de>
4612
4613         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4614         (gst_au_parse_parse_header), (gst_au_parse_chain):
4615         * gst/auparse/gstauparse.h:
4616         Don't swap the floats ourself if they're not in native endianness.
4617         Instead let audioconvert handle this. Fixes #339838.
4618
4619 2007-03-29  Wim Taymans  <wim@fluendo.com>
4620
4621         * gst/rtp/gstasteriskh263.h:
4622         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4623         (gst_rtp_h263p_depay_change_state):
4624         * gst/rtp/gstrtph263pdepay.h:
4625         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4626         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4627         (gst_rtp_h264_depay_change_state):
4628         * gst/rtp/gstrtph264depay.h:
4629         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4630         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4631         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4632         Flush adapter on disconts.
4633
4634 2007-03-29  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4637         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4638         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4639         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4640         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4641         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4642         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4643         (gst_rtp_mp4v_depay_process):
4644         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4645         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4646         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4647         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4648         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4649         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4650         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4651         Use more efficient adapter and rtpbuffer methods when possible.
4652
4653 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4654
4655         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4656         (gst_wavenc_sink_setcaps):
4657         Correctly handle width!=depth input.
4658         * gst/wavparse/gstwavparse.c:
4659         Already export in the caps that width==8 uses unsigned samples and
4660         everything else uses signed samples.
4661
4662 2007-03-29  Wim Taymans  <wim@fluendo.com>
4663
4664         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4665
4666         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4667         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4668         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4669         (gst_dynudpsink_close):
4670         * gst/udp/gstdynudpsink.h:
4671         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4672         (gst_udpsrc_create), (gst_udpsrc_set_property),
4673         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4674         * gst/udp/gstudpsrc.h:
4675         Rework the socket allocation a bit based on the sockfd argument so that
4676         it becomes usable.
4677         Add a closefd property to instruct the udp elements to close the custom
4678         file descriptors when going to READY. Fixes #423304.
4679         API:GstUDPSrc::closefd property
4680         API:GstDynUDPSink::closefd property
4681
4682 2007-03-29  Wim Taymans  <wim@fluendo.com>
4683
4684         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4685
4686         * gst/rtp/Makefile.am:
4687         * gst/rtp/gstrtp.c: (plugin_init):
4688         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4689         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4690         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4691         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4692         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4693         (gst_rtp_h264_pay_plugin_init):
4694         * gst/rtp/gstrtph264pay.h:
4695         Added H264 payloader. Fixes #423782.
4696
4697         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4698         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4699         Small fixes.
4700
4701 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4702
4703         * gst/wavparse/gstwavparse.c:
4704         Actually support depths from 1 to 32, not only 8 to 32.
4705
4706 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4707
4708         * gst/wavparse/gstwavparse.c:
4709         Add support for wav files containing audio/x-raw-int with random
4710         depths between 1 and 32 bits.
4711
4712 2007-03-28  Wim Taymans  <wim@fluendo.com>
4713
4714         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
4715
4716         * gst/rtp/Makefile.am:
4717         * gst/rtp/gstrtp.c: (plugin_init):
4718         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
4719         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
4720         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
4721         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
4722         (gst_rtp_mp4a_depay_get_property),
4723         (gst_rtp_mp4a_depay_change_state),
4724         (gst_rtp_mp4a_depay_plugin_init):
4725         * gst/rtp/gstrtpmp4adepay.h:
4726         Added MP4A-LATM depayloader. Fixes #417792.
4727
4728         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4729         (gst_rtp_mp4v_depay_process):
4730         Fixup depayloader, setting codec_data, using more efficient adaptor and
4731         rtpbuffer handling.
4732
4733         * gst/rtsp/URLS:
4734         Add url to test above.
4735
4736 2007-03-25  Wim Taymans  <wim@fluendo.com>
4737
4738         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
4739         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
4740         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
4741         (gst_rtspsrc_media_to_caps),
4742         (gst_rtspsrc_stream_configure_transport),
4743         (gst_rtspsrc_stream_configure_caps),
4744         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
4745         * gst/rtsp/gstrtspsrc.h:
4746         Handle default clock-rates for static payload types, rearrange stuff so
4747         that the rtpmap field in the sdp can override the defaults.
4748         Parse RTP-Info field to get the seqnum and timebase fields that should
4749         go in the caps.
4750         Delay configuring caps after we got the RTP-Info from the PLAY reply from
4751         the server. 
4752
4753 2007-03-22  Wim Taymans  <wim@fluendo.com>
4754
4755         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
4756
4757         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
4758         Accept complex pipeline descriptions as an audio profile instead of just
4759         a single element. Fixes #420658.
4760
4761 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
4764           Rename registered type in preparation of GstTagDemux moving to
4765           -base at some point in the future.
4766
4767 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4768
4769         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4770           Streaming mode fixes: don't unref buffer we don't own any longer;
4771           remove bogus adapter flush. Fixes #419338.
4772
4773 2007-03-17  David Schleef  <ds@schleef.org>
4774
4775         * REQUIREMENTS: Change the format to key/value, add a bunch of
4776           information, remove a bunch of requirements that are for
4777           other GStreamer packages.
4778
4779 2007-03-17  David Schleef  <ds@schleef.org>
4780
4781         * REQUIREMENTS: Fix a few things.  This file really needs a
4782         good once-over.
4783
4784 2007-03-15  Edward Hervey  <edward@fluendo.com>
4785
4786         * sys/Makefile.am:
4787         Don't forget to distribute the sys/osxaudio/ directory.
4788
4789 2007-03-15  Edward Hervey  <edward@fluendo.com>
4790
4791         * configure.ac:
4792         * sys/Makefile.am:
4793         * sys/osxaudio/Makefile.am:
4794         * sys/osxaudio/gstosxaudio.c:
4795         * sys/osxaudio/gstosxaudiosink.c:
4796         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
4797         (gst_osx_audio_sink_getcaps),
4798         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
4799         * sys/osxaudio/gstosxaudiosrc.c:
4800         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
4801         (gst_osx_audio_src_create_ringbuffer):
4802         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
4803         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
4804         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
4805         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
4806         * sys/osxaudio/gstosxringbuffer.h:
4807         Activate osxaudio in gst-plugins-good with proper build setup.
4808         Add inlined documentation.
4809         Fix debug statements
4810         Fix ringbuffer when pausing.
4811         Fixes #323471
4812
4813 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4814         * gst/rtp/gstrtppcmapay.c:
4815         * gst/rtp/gstrtppcmapay.h:
4816         * gst/rtp/gstrtppcmupay.c:
4817         * gst/rtp/gstrtppcmupay.h:
4818         Ported mulaw and alaw payloaders to use new base class
4819
4820 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4821
4822         * po/af.po:
4823         * po/az.po:
4824         * po/cs.po:
4825         * po/en_GB.po:
4826         * po/it.po:
4827         * po/nl.po:
4828         * po/or.po:
4829         * po/sq.po:
4830         * po/sr.po:
4831         * po/sv.po:
4832         * po/uk.po:
4833         * po/vi.po:
4834           Update translations.
4835
4836 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4837
4838         * configure.ac:
4839           Fix string replace error (AG_AG_GST_* => AG_GST_*).
4840
4841 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
4844           Fix handling of -1 values for start and stop values when seeking,
4845           and SEEK_CUR+SEEK_END here as well.
4846
4847 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
4848
4849         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
4850           Fix handling of -1 values for start and stop values when seeking, 
4851           and SEEK_CUR+SEEK_END.
4852
4853 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4854
4855         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4856           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
4857           the image format a variable-length NUL-terminated string; in
4858           versions before that the image format is a fixed-length string of
4859           3 characters (see #348644 for a sample tag).
4860           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
4861
4862 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
4863
4864         * win32/MANIFEST:
4865         Add new project files to MANIFEST.
4866         * win32/vs6/libgstaudiofx.dsp:
4867         * win32/vs6/libgstrtp.dsp:
4868         * win32/vs6/libgstrtsp.dsp:
4869         Update project files.
4870         
4871 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4872
4873         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
4874         (gst_avi_demux_parse_index):
4875         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4876         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
4877           Printf format fixes; also add some missing quotes in translated
4878           strings. Fixes #416728 and #416727.
4879
4880 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4881
4882         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
4883           Tim and I can't think of any reason the child audio sink needs to 
4884           be set back to NULL after successfully determining that it can 
4885           reach READY - it gets immediately set back to READY by the caller
4886           anyway, causing an unnecessary close/open of any audio devices
4887           involved.
4888
4889 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4890
4891         * po/LINGUAS:
4892         * po/ja.po:
4893           Add ja.po file from #377306.
4894
4895 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4896
4897         * sys/sunaudio/gstsunaudio.c: (plugin_init):
4898         * sys/sunaudio/gstsunaudiomixertrack.c:
4899         (gst_sunaudiomixer_track_new):
4900           Actually translate sunaudio mixer track labels instead of just
4901           marking the strings as translatable (#377306); clean up weird
4902           label string mapping code that serves no apparent purpose. Also
4903           set the 'untranslated-label' property when creating mixer tracks
4904           if the GstMixerTrack base class supports this.
4905
4906         * tests/check/Makefile.am:
4907         * tests/check/elements/.cvsignore:
4908         * tests/check/elements/sunaudio.c: (GST_START_TEST),
4909         (sunaudio_suite):
4910           Very minimalistic unit test for sunaudiomixer element (compiles, but not
4911           actually tested on a system where sunaudiomixer is available).
4912
4913 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4914
4915         * tests/check/Makefile.am:
4916         Re-enable the states test and see if it works on the buildbots.
4917
4918 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
4919
4920         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
4921         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
4922         (gst_dvdec_change_state):
4923         * ext/dv/gstdvdec.h:
4924         Infer pixel-aspect-ratio from the video frame format if it isn't
4925         provided by the container, as happens when playing DV from AVI
4926         or Quicktime containers.
4927
4928         Patch by: Wim Taymans <wim@fluendo.com>
4929         Fixes #380944
4930
4931 2007-03-09  Wim Taymans  <wim@fluendo.com>
4932
4933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
4934         When activated, remove the udpsrc timeout, we have dataflow and timeouts
4935         will later be handled by the jitterbuffer.
4936
4937 2007-03-09  Wim Taymans  <wim@fluendo.com>
4938
4939         * ext/taglib/gstid3v2mux.cc:
4940         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
4941         Fixes #414496.
4942         
4943         Patch by: Alex Lancaster <alexl at users sourceforge net>
4944
4945 2007-03-09  Wim Taymans  <wim@fluendo.com>
4946
4947         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4948         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
4949         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
4950         (gst_avi_demux_chain):
4951         Fix stream position reporting after a seek. Fixes #416445.
4952
4953 2007-03-08  Wim Taymans  <wim@fluendo.com>
4954
4955         Patch by: René Stadler <mail at renestadler dot de>
4956
4957         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4958         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
4959         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
4960         Make avidemux accept optional header chunks in any order.
4961         Fixes #415446.
4962
4963 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
4964
4965         * tests/check/Makefile.am:
4966         Disable the states check until the remaining Valgrind errors
4967         are fixed or suppressed.
4968
4969 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4970
4971         * tests/check/elements/.cvsignore:
4972           Add audiodynamic check to .cvsignore
4973
4974 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4975
4976         reviewed by: Stefan Kost  <ensonic@users.sf.net>
4977
4978         * gst/audiofx/Makefile.am:
4979         * gst/audiofx/audiodynamic.c:
4980         (gst_audio_dynamic_characteristics_get_type),
4981         (gst_audio_dynamic_mode_get_type),
4982         (gst_audio_dynamic_set_process_function),
4983         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
4984         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
4985         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
4986         (gst_audio_dynamic_transform_hard_knee_compressor_int),
4987         (gst_audio_dynamic_transform_hard_knee_compressor_float),
4988         (gst_audio_dynamic_transform_soft_knee_compressor_int),
4989         (gst_audio_dynamic_transform_soft_knee_compressor_float),
4990         (gst_audio_dynamic_transform_hard_knee_expander_int),
4991         (gst_audio_dynamic_transform_hard_knee_expander_float),
4992         (gst_audio_dynamic_transform_soft_knee_expander_int),
4993         (gst_audio_dynamic_transform_soft_knee_expander_float),
4994         (gst_audio_dynamic_transform_ip):
4995         * gst/audiofx/audiodynamic.h:
4996         * gst/audiofx/audiofx.c: (plugin_init):
4997         Add new audiodynamic element which can act as a compressor or
4998         expander. Supported are hard-knee and soft-knee operation modes with
4999         user-specified ratio and threshold.
5000         Attack and release parameters are not yet implemented but will follow.
5001         * docs/plugins/Makefile.am:
5002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5003         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5004         * docs/plugins/gst-plugins-good-plugins.args:
5005         * docs/plugins/inspect/plugin-audiofx.xml:
5006         Integrate audiodynamic into the docs.
5007         * tests/check/Makefile.am:
5008         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5009         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5010         Add unit test for audiodynamic.
5011
5012 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5013
5014         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5015         Free handles that we allocated when exiting via the error paths.
5016
5017 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5018
5019         * gst/level/gstlevel.c: (gst_level_class_init),
5020         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5021         (gst_level_transform_ip):
5022         * gst/level/gstlevel.h:
5023           Resolve message timestamps against the playback segment.
5024
5025 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5026
5027         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5028         (gst_id3demux_sink_activate):
5029           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5030           caps passed to it (previously one code path assumed it took ownership
5031           while another one assumed it didn't, while in fact it sometimes did and
5032           sometimes didn't ...).
5033
5034         * configure.ac:
5035         * tests/files/Makefile.am:
5036         * tests/files/id3-407349-1.tag:
5037         * tests/files/id3-407349-2.tag:
5038           Add directory where data for unit tests can be stored.
5039
5040         * tests/Makefile.am:
5041         * tests/check/Makefile.am:
5042         * tests/check/elements/.cvsignore:
5043         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5044         (read_tags_from_file), (run_check_for_file),
5045         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5046           Add unit test for id3demux, and in particular for bug #407349. Only
5047           testing pull-mode for now; push mode doesn't work yet because the test
5048           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5049
5050 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5051
5052         * tests/check/Makefile.am:
5053           Add missing backslash at end of line.
5054
5055 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5056
5057         Trigger rebuild.
5058
5059 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5062         * gst/id3demux/id3tags.h:
5063         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5064         (parse_obsolete_tdat_frame):
5065           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5066           the four-digit number will be interpreted as a year, whereas it is
5067           month and day in DDMM format. Instead, parse TDAT frames and fix up
5068           the date in the GST_TAG_DATE tag later if we also extracted a year.
5069           Fixes #407349.
5070
5071 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5072
5073         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5074         (gst_switch_commit_new_kid):
5075         Fix up the dispose logic so it doesn't leak, and fix setting of 
5076         the child state so that we don't set a child to our current state 
5077         just as we are changing it to something else.
5078
5079 2007-03-06  Wim Taymans  <wim@fluendo.com>
5080
5081         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5082         (gst_goom_chain):
5083         * gst/goom/gstgoom.h:
5084         Document, fix and improve goom adapter behaviour.
5085         Fixes #407006.
5086
5087 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5088
5089         * ext/esd/esdsink.c: (gst_esdsink_open):
5090         Unref static pad template after using it.
5091
5092 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5093
5094         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5095         (gst_switch_commit_new_kid):
5096         Fix up the reference counting of the child elements.
5097
5098 2007-03-05  Wim Taymans  <wim@fluendo.com>
5099
5100         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5101         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5102         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5103         Fix encoding-name case.
5104
5105 2007-03-05  Wim Taymans  <wim@fluendo.com>
5106
5107         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5108         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5109         (gst_rtp_speex_depay_process):
5110         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5111         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5112         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5113         (gst_rtp_speex_pay_change_state):
5114         * gst/rtp/gstrtpspeexpay.h:
5115         Fix speex (de)payloader. Fixes #358040.
5116
5117 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5118
5119         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5120         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5121         Install fakesink in NULL by fixing some broken logic. This obviates
5122         the need to manually set _IS_SINK.
5123         Add some comments and remove a little cruft while I'm at it.
5124
5125 2007-03-05  Wim Taymans  <wim@fluendo.com>
5126
5127         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5128         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5129
5130 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5131
5132         * po/POTFILES.in:
5133           Update.
5134
5135 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5136
5137         * tests/check/Makefile.am:
5138         Gah! Also disable gconfvideosink from the tests, otherwise
5139         it will instantiate autovideosink, and dfbvideosink and
5140         leak on the buildbots.
5141
5142 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5143
5144         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5145         (gst_cdio_cdda_src_finalize):
5146         Make sure we always destroy our libcdio handle.
5147
5148 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5149
5150         * tests/check/Makefile.am:
5151         Disable autovideosink so the buildbots don't barf over memory
5152         leaked in the directfb sink.
5153
5154 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5155
5156         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5157         Chain up in dispose
5158
5159 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5160
5161         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5162         (gst_multipart_find_pad_by_mime):
5163         Use gst_pad_new_from_static_template instead of
5164         static_pad_template_get+pad_new.
5165
5166 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5167
5168         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5169         Catch the case where no clock has been set.
5170
5171 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5172
5173         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5174         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5175         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5176         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5177         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5178         (gst_gconf_audio_src_finalize), (do_toggle_element):
5179         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5180         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5181         (do_toggle_element):
5182         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5183         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5184         (gst_gconf_video_src_finalize), (do_toggle_element):
5185         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5186         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5187         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5188         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5189         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5190         (gst_shout2send_init), (gst_shout2send_finalize):
5191         * gst/debug/testplugin.c: (gst_test_class_init),
5192         (gst_test_finalize):
5193         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5194         (gst_flxdec_dispose):
5195         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5196         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5198         (gst_rtspsrc_finalize):
5199         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5200         * gst/rtsp/rtspextwms.h:
5201         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5202         (gst_smpte_finalize):
5203         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5204         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5205         (gst_udpsink_finalize):
5206         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5207         (gst_wavparse_sink_activate):
5208         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5209         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5210         (gst_oss_src_finalize):
5211         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5212         * sys/v4l2/gstv4l2object.h:
5213         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5214         (gst_v4l2src_finalize):
5215         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5216
5217         Fix a bunch of leaks shown by the newly-added states test.
5218
5219 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5220
5221         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5222         Use gst_pad_new_from_static_template instead of 
5223         static_pad_template_get+pad_new.
5224
5225 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5228
5229         * ext/libcaca/Makefile.am:
5230         * gst/debug/Makefile.am:
5231           Don't mix tabs and spaces (#414168).
5232
5233 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5234
5235         * tests/check/generic/.cvsignore:
5236           Ignore files to please buildbot.
5237
5238 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5239
5240         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5241         (gst_wavparse_stream_data):
5242           Unbreak my previous commit (swapped nominator & denominator). Tim,
5243           thanks for spotting.
5244
5245 2007-03-02  Wim Taymans  <wim@fluendo.com>
5246
5247         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5248         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5249         (gst_cdio_cdda_src_finalize):
5250         Small code cleanups.
5251         Don't use pad_alloc as the base class cannot deal with the error codes.
5252
5253 2007-03-02  Wim Taymans  <wim@fluendo.com>
5254
5255         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5256         (gst_udpsrc_create):
5257         Fix doc.
5258
5259 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5260
5261         Patch by: René Stadler <mail@renestadler.de>
5262
5263         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5264         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5265         (gst_wavparse_stream_data):
5266           Handle rounding better to not drop last sample frame. Fixes #356692
5267
5268 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5269
5270         * tests/check/Makefile.am:
5271         Disable cacasink from the states check too - it also calls exit(1)
5272         on us when it can't find a terminal to talk to.
5273
5274 2007-03-02  Wim Taymans  <wim@fluendo.com>
5275
5276         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5277
5278         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5279         (gst_udpsrc_create), (gst_udpsrc_set_property),
5280         (gst_udpsrc_get_property):
5281         * gst/udp/gstudpsrc.h:
5282         Add support to strip proprietary headers. Fixes #350296.
5283
5284 2007-03-02  Wim Taymans  <wim@fluendo.com>
5285
5286         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5287         Fix compilation.
5288
5289 2007-03-02  Wim Taymans  <wim@fluendo.com>
5290
5291         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5292
5293         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5294         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5295         (gst_rtp_mp2t_depay_set_property),
5296         (gst_rtp_mp2t_depay_get_property):
5297         * gst/rtp/gstrtpmp2tdepay.h:
5298         Add support to strip off proprietary headers. Fixes #350278.
5299
5300 2007-03-02  Wim Taymans  <wim@fluendo.com>
5301
5302         * ext/hal/hal.c:
5303         Fix compilation.
5304
5305 2007-03-02  Wim Taymans  <wim@fluendo.com>
5306
5307         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5308         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5309         (gst_sunaudiosrc_open):
5310         * sys/sunaudio/gstsunaudiosrc.h:
5311         Remove device-name from GstSunAudioSrc. Fixes #412597.
5312
5313 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5314
5315         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5316         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5317         Having NULL as UDI previously selected the default sink/src. Change
5318         this back but mention it in the debug output.
5319         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5320         (gst_hal_get_oss_element), (gst_hal_get_string),
5321         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5322         (gst_hal_get_audio_src):
5323         * ext/hal/hal.h:
5324         Refactor a bit, check all error conditions, greatly improve debugging
5325         and fix some possible memory leaks. Also implement OSS support
5326         and allow specifying an UDI that points to a real device. For this the
5327         child device which supports ALSA (preferred) or OSS is used.
5328         As a side effect this makes it impossible now to get a alsasink in
5329         halaudiosrc and a alsasrc in halaudiosink.
5330
5331 2007-03-01  Wim Taymans  <wim@fluendo.com>
5332
5333         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5334         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5335         Errors from the udp sources are not fatal unless all of them are in
5336         error.
5337
5338 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5339
5340         * tests/check/Makefile.am:
5341         Disable aasink in the states test. I suspect this is the element that
5342         is calling exit(1) when it can't proceed.
5343
5344 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5345
5346         * tests/check/Makefile.am:
5347         Draw plugins in from the build tree sys/ dir, rather than picking
5348         up the already installed versions.
5349
5350 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5351
5352         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5353         Error out correctly when getting xcontext fails.
5354
5355 2007-03-01  Wim Taymans  <wim@fluendo.com>
5356
5357         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5358         Make state change to PAUSED NO_PREROLL because that's what it will be in
5359         the future and rtspsrc relies on it.
5360
5361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5362         (gst_rtspsrc_change_state):
5363         Don't error out when we don't get an error from the state change
5364         function.
5365
5366 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5367
5368         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5369         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5370           Check if the device UDI is set before trying to query HAL
5371           about it and give a useful error message if it wasn't set.
5372         * ext/hal/hal.c: (gst_hal_get_string):
5373           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5374           gives an assertion failure in D-Bus when running with
5375           DBUS_FATAL_WARNINGS=1.
5376
5377 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5378
5379         * configure.ac:
5380           Convert to new AG_GST style.
5381
5382 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5383
5384         * tests/check/Makefile.am:
5385         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5386           add test for states
5387
5388 2007-02-28  Wim Taymans  <wim@fluendo.com>
5389
5390         * tests/check/elements/.cvsignore:
5391         Add new videofilter check to .cvsignore.
5392
5393 2007-02-28  Wim Taymans  <wim@fluendo.com>
5394
5395         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5396         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5397         (gst_avi_demux_loop), (gst_avi_demux_chain):
5398         Fix combined flow return. Fixes #412608.
5399
5400 2007-02-28  Wim Taymans  <wim@fluendo.com>
5401
5402         * gst/videofilter/Makefile.am:
5403         Dist header..
5404
5405 2007-02-28  Wim Taymans  <wim@fluendo.com>
5406
5407         * gst/videofilter/gstgamma.h:
5408         Add header too.
5409
5410 2007-02-28  Wim Taymans  <wim@fluendo.com>
5411
5412         Patch by: Mark Nauwelaerts <manauw at skynet be>
5413
5414         * gst/videofilter/Makefile.am:
5415         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5416         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5417         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5418         (oil_tablelookup_u8), (gst_gamma_set_caps),
5419         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5420         Port gamma filter to 0.10. Fixes #412704.
5421
5422         * tests/check/Makefile.am:
5423         * tests/check/elements/videofilter.c: (setup_filter),
5424         (cleanup_filter), (check_filter), (GST_START_TEST),
5425         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5426         Add unit tests for videofilters.
5427
5428 2007-02-28  Wim Taymans  <wim@fluendo.com>
5429
5430         * gst/rtsp/URLS:
5431         Add another interesting test url.
5432
5433         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5434         Don't allow getting header fields from data packets.
5435
5436 2007-02-28  Michael Smith  <msmith@fluendo.com>
5437
5438         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5439         (gst_shout2send_init), (gst_shout2send_start),
5440         (gst_shout2send_set_property), (gst_shout2send_get_property):
5441         * ext/shout2/gstshout2.h:
5442           Add a property for username.
5443
5444 2007-02-27  Christian Schallerr <christian@fluendo.com>
5445
5446         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5447
5448 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5449
5450         * gst/rtsp/Makefile.am:
5451         Fix make check too.
5452
5453 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5454
5455         * gst/rtsp/base64.c: (util_base64_encode):
5456         * gst/rtsp/base64.h:
5457         Commit missing files for base64 encoding.
5458
5459 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5460
5461         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5462
5463         * configure.ac:
5464         * ext/annodex/Makefile.am:
5465         * ext/jpeg/Makefile.am:
5466         * ext/speex/Makefile.am:
5467         * gst/alpha/Makefile.am:
5468         * gst/cutter/Makefile.am:
5469         * gst/debug/Makefile.am:
5470         * gst/effectv/Makefile.am:
5471         * gst/goom/Makefile.am:
5472         * gst/level/Makefile.am:
5473         * gst/smpte/Makefile.am:
5474         * gst/videofilter/Makefile.am:
5475           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5476
5477 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5478
5479         * gst/rtsp/Makefile.am:
5480         * gst/rtsp/rtspconnection.c: (append_auth_header),
5481         (rtsp_connection_send), (rtsp_connection_set_auth):
5482         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5483         from icecast to replace it. Relicensed from GPL courtesy of Mike
5484         Smith.
5485
5486 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5487
5488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5489         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5490         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5491         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5492         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5493         (gst_rtspsrc_uri_set_uri):
5494         * gst/rtsp/gstrtspsrc.h:
5495         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5496         (append_auth_header), (rtsp_connection_send),
5497         (rtsp_connection_free), (rtsp_connection_set_auth):
5498         * gst/rtsp/rtspconnection.h:
5499         * gst/rtsp/rtspdefs.h:
5500         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5501         * gst/rtsp/rtspurl.h:
5502
5503         Implement simple Basic Authentication support so that urls like
5504         rtsp://user:pass@hostname/rtspstream work on hosts that require
5505         authentication.
5506
5507 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5508
5509         * sys/v4l2/gstv4l2object.c:
5510         * sys/v4l2/gstv4l2tuner.c:
5511         * sys/v4l2/v4l2_calls.c:
5512         Fix segfault when oppening a radio device.
5513         
5514 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5515
5516         * gst/level/gstlevel.c: (gst_level_set_caps),
5517         (gst_level_transform_ip):
5518         * sys/v4l2/README:
5519         * tests/check/elements/level.c: (GST_START_TEST):
5520           Fix level for multi-channel case.
5521
5522 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5523
5524         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5525         (gst_level_transform_ip):
5526         * gst/level/gstlevel.h:
5527           Use function pointer for process function and add process functions
5528           for float audio.
5529
5530 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5531
5532         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5533         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5534         (gst_v4l2src_capture_init):
5535           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5536           fixes #407369
5537
5538 2007-02-18  Wim Taymans  <wim@fluendo.com>
5539
5540         * gst/rtp/Makefile.am:
5541         * gst/rtp/gstrtp.c: (plugin_init):
5542         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5543         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5544         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5545         (gst_rtp_mp2t_pay_plugin_init):
5546         * gst/rtp/gstrtpmp2tpay.h:
5547         Added simple mpeg transport stream payloader.
5548
5549 2007-02-16  Wim Taymans  <wim@fluendo.com>
5550
5551         * gst/rtsp/URLS:
5552         Add example H264 rtsp url.
5553
5554         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5555         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5556         Don't convert values to lowercase or we might mess up base64 encoded
5557         properties.
5558
5559 2007-02-16  Wim Taymans  <wim@fluendo.com>
5560
5561         * gst/rtp/README:
5562         Fix case of string params.
5563
5564         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5565         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5566         Fix depayloader, support more packet types.
5567         Add sync codes to make sure the packetizer can do its job.
5568
5569         * gst/rtp/gstrtpmp4gdepay.c:
5570         * gst/rtp/gstrtpmp4gpay.c:
5571         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5572         Fix caps case again.
5573
5574 2007-02-15  Wim Taymans  <wim@fluendo.com>
5575
5576         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5577         Set right caps on output buffers.
5578
5579 2007-02-14  Wim Taymans  <wim@fluendo.com>
5580
5581         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5582         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5583         Clear stack allocated SDPMedia struct before calling _init() on it.
5584         Clarify this in the docs as well.
5585
5586 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5587
5588         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5589         (do_change_child):
5590         Don't reset the profile when going switching states, as it makes
5591         the element non-reusable.
5592
5593 2007-02-14  Wim Taymans  <wim@fluendo.com>
5594
5595         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5596         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5597         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5598         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5599         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5600         (sdp_parse_line):
5601         * gst/rtsp/sdpmessage.h:
5602         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5603         Fix memory management of SDP messages. Fixes #407793.
5604
5605 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5606
5607         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5608
5609         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5610         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5611
5612 2007-02-14  Wim Taymans  <wim@fluendo.com>
5613
5614         Patch by: jp.liu <jp_liu at astrocom dot cn>
5615
5616         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5617         Fix parsing of password field in url. Fixes #407797.
5618
5619 2007-02-14  Wim Taymans  <wim@fluendo.com>
5620
5621         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5622         (gst_wavparse_reset), (gst_wavparse_init),
5623         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5624         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5625         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5626         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5627         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5628         (gst_wavparse_loop), (gst_wavparse_chain),
5629         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5630         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5631         (plugin_init):
5632         * gst/wavparse/gstwavparse.h:
5633         Update docs.
5634         Use boilerplate.
5635         Various code cleanups.
5636         When the bitrate is not known (bps == 0 or compressed formats) let
5637         downstream element guestimate the duration and position and don't
5638         generate timestamps or durations. Fixes #405213.
5639         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5640         error flowreturn upstream.
5641
5642 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5643
5644         * ext/gconf/Makefile.am:
5645         * ext/gconf/gconf.c: (gst_gconf_get_string),
5646         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5647         (gst_gconf_render_bin_with_default):
5648         * ext/gconf/gconf.h:
5649         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5650         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5651         (gst_gconf_audio_sink_dispose), (do_change_child),
5652         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5653         (cb_change_child), (gst_gconf_audio_sink_change_state):
5654         * ext/gconf/gstgconfaudiosink.h:
5655         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5656         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5657         (gst_switch_sink_init), (gst_switch_sink_dispose),
5658         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5659         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5660         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5661         * ext/gconf/gstswitchsink.h:
5662         * gst/autodetect/gstautoaudiosink.c:
5663         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5664         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5665         (gst_auto_audio_sink_detect):
5666         * gst/autodetect/gstautovideosink.c:
5667         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5668         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5669         (gst_auto_video_sink_detect):
5670         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5671         and a child that implements the GConf key monitoring. The end goal of
5672         this is an audio sink that can be changed on the fly, but at the 
5673         moment it still only changes on the next READY transition.
5674
5675 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5676
5677         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5678         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5679         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5680         (gst_avi_demux_calculate_durations_from_index),
5681         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5682         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5683         (gst_avi_demux_loop):
5684           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5685
5686 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5687
5688         * configure.ac:
5689         * docs/plugins/Makefile.am:
5690           Add crossreferences to glib/gobject/gstream docs.
5691
5692 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5693
5694         * gst/monoscope/Makefile.am:
5695         * gst/monoscope/gstmonoscope.c:
5696           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5697           (but no LIBS, since we only use defines from the headers).
5698
5699 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5702
5703         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
5704         (gst_wavparse_stream_data):
5705           Fix massive memory leak when operating in streaming mode due to
5706           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
5707           Fixes #407057.
5708
5709 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5710
5711         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
5712         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
5713         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
5714         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
5715         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5716         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
5717         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5718         (gst_avi_demux_calculate_durations_from_index),
5719         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5720         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
5721         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
5722         * gst/avi/gstavidemux.h:
5723           Save some memory (8%) by repacking the index entry structure (more to
5724           come). Add more FIXMEs to questionable parts.
5725
5726 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5727
5728         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
5729         (gst_v4l2src_get_caps):
5730         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5731         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5732         (gst_v4l2src_capture_init):
5733           More FIXME comments and messaging changes.
5734
5735 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
5736
5737         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
5738         (gst_goom_change_state):
5739         * gst/goom/gstgoom.h:
5740           Improved docs and use GST_DEBUG_FUNCPTR.
5741
5742         * gst/level/gstlevel.c: (gst_level_class_init):
5743           Use GST_DEBUG_FUNCPTR.
5744
5745         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
5746         (gst_monoscope_chain), (gst_monoscope_change_state):
5747           Improved docs source cleanups.
5748
5749 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         * gst/debug/Makefile.am:
5752         * gst/debug/gstdebug.c: (plugin_init):
5753         * gst/debug/gstpushfilesrc.c:
5754         * gst/debug/gstpushfilesrc.h:
5755           Add code for a pushfilesrc element that implements a pushfile:// URI
5756           handler, to make debugging push-mode operation of demuxer/decoders
5757           that support both easier in connection with seek/playbin/etc.
5758           The element isn't registered at the moment.
5759
5760 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
5761
5762         * gst/avi/gstavimux.c:
5763           Comment a #if 0 in caps template definition as VS6 seems to 
5764         do not support it.
5765         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
5766           Use gst_guint64_to_gdouble for conversion.
5767         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
5768           Move variables declaration before the first instruction.
5769         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
5770           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
5771           And don't include netdb.h for G_OS_WIN32
5772         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
5773           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
5774           by VS6 then use an other way to initialize SDPMedia structure.
5775         * gst/udp/gstdynudpsink.h:
5776         * gst/udp/gstdynudpnetutils.h:
5777           Do not include <sys/time.h> for G_OS_WIN32
5778         * gst/udp/gstudpsrc.c:
5779           Define socklen_t as int for G_OS_WIN32
5780         * win/common/config.h.in:
5781           Undef HAVE_NETINET_IN_H
5782         * win32/vs6/gst_plugins_good.dsw:
5783         * win32/vs6/libgstrtp.dsp:
5784         * win32/vs6/libgstrtsp.dsp:
5785         * win32/vs6/libgstautogen.dsp:
5786         * win32/vs6/libgstaudiofx.dsp:
5787         * win32/vs6/libgstudp.dsp:
5788           Add and update project files.
5789         * win32/common/gstudp-enumtypes.c:
5790         * win32/common/gstudp-enumtypes.h:
5791           Add a copy of udp enumtypes to win32/common as in core 
5792           and base.
5793         
5794 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
5795
5796         * configure.ac:
5797           Activate monoscope when building with --enable-experimental. Fix
5798           --enable-external configure switch description.
5799
5800         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
5801         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
5802           Help gst-indent.
5803
5804 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
5805
5806         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
5807           Explicitly cast result of pointer arithmetic to integer in order to
5808           avoid compiler warnings on some 64-bit systems. Should fix #406018.
5809
5810 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5811
5812         * gst/debug/progressreport.c:
5813           Some more docs.
5814
5815 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5816
5817         * docs/plugins/inspect/plugin-rtp.xml:
5818           Update for new elements.
5819
5820         * gst/debug/progressreport.h:
5821           Commit newly-created header file as well.
5822
5823 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * docs/plugins/Makefile.am:
5826         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5827         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5828         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5829         * gst/debug/Makefile.am:
5830         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
5831         (gst_progress_report_do_query), (gst_progress_report_report):
5832           Make progressreport element post messages with the current progress
5833           on the bus. Also add some basic docs for it.
5834
5835 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5836
5837         * ext/hal/hal.c: (gst_hal_get_string):
5838         * ext/hal/hal.h:
5839           Some small cleanups; deal with errors when parsing the HAL ALSA
5840           capabilities a bit better.
5841
5842 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5843
5844         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5845           Let's try this again and use the right cast this time.
5846
5847 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
5850           Add cast to avoid compiler warnings with older GLib versions
5851           where the nick/name members in GEnumValue are not declared as
5852           constant strings.
5853
5854 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5855
5856         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
5857         (gst_gconf_render_bin_from_key),
5858         (gst_gconf_get_default_audio_sink):
5859         * ext/gconf/gconf.h:
5860         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
5861         (do_toggle_element), (gst_gconf_audio_sink_set_property),
5862         (gst_gconf_audio_sink_get_property):
5863           In gconfaudiosink, get the right key as the old key in do_toggle
5864           (ie. one dependent on the profile selected). Log some more stuff so
5865           we can see what's actually going on.
5866
5867 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5868
5869         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
5870         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
5871         (gst_audio_amplify_set_process_function),
5872         (gst_audio_amplify_setup):
5873         * gst/audiofx/audioamplify.h:
5874         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
5875         (gst_audio_invert_class_init), (gst_audio_invert_setup):
5876         * gst/audiofx/audioinvert.h:
5877         Some small cleanups and port both elements to the new GstAudioFilter
5878         base class to save a few lines of common code.
5879         * gst/audiofx/Makefile.am:
5880         Link against libgstaudio for the above changes
5881
5882 2007-01-29  Wim Taymans  <wim@fluendo.com>
5883
5884         * tests/check/elements/.cvsignore:
5885         Some more ignores.
5886
5887 2007-01-26  Wim Taymans  <wim@fluendo.com>
5888
5889         Patch by: charles <charlesg3 at gmail dot com>
5890
5891         * ext/shout2/gstshout2.c: (gst_shout2send_init),
5892         (set_shout_metadata), (gst_shout2send_event):
5893         * ext/shout2/gstshout2.h:
5894         Properly handle tags in shout2send. Fixes #399825.
5895
5896 2007-01-25  Wim Taymans  <wim@fluendo.com>
5897
5898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5899         (gst_rtspsrc_activate_streams):
5900         Convert SDP fields to upper/lowercase following the rules in the SDP to
5901         caps document. 
5902
5903 2007-01-25  Wim Taymans  <wim@fluendo.com>
5904
5905         * gst/rtp/README:
5906         * gst/rtp/gstrtpilbcdepay.c:
5907         * gst/rtp/gstrtpilbcpay.c:
5908         * gst/rtp/gstrtpmp4gdepay.c:
5909         * gst/rtp/gstrtpmp4gpay.c:
5910         * gst/rtp/gstrtpspeexdepay.c:
5911         * gst/rtp/gstrtpspeexpay.c:
5912         * gst/rtp/gstrtpsv3vdepay.c:
5913         * gst/rtp/gstrtptheoradepay.c:
5914         * gst/rtp/gstrtptheorapay.c:
5915         * gst/rtp/gstrtpvorbisdepay.c:
5916         * gst/rtp/gstrtpvorbispay.c:
5917         Fix case of encoding-name and key/value pairs to match the document.
5918         This is to make interoperation with SDP case-insensitive as required by
5919         the relevant RFCs.
5920
5921 2007-01-25  Wim Taymans  <wim@fluendo.com>
5922
5923         * configure.ac:
5924         Bump required -core/-base to CVS
5925
5926 2007-01-25  Wim Taymans  <wim@fluendo.com>
5927
5928         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
5929         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
5930         * gst/rtp/gstrtpL16pay.h:
5931         Fill up to MTU using adapter.
5932         Timestamp rtp packets.
5933
5934 2007-01-25  Edward Hervey  <edward@fluendo.com>
5935
5936         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
5937         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
5938         Use G_GSIZE_FORMAT in print statements for portability.
5939         Fixes build on macosx.
5940
5941 2007-01-24  Wim Taymans  <wim@fluendo.com>
5942
5943         * gst/rtp/Makefile.am:
5944         * gst/rtp/gstrtp.c: (plugin_init):
5945         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
5946         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
5947         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
5948         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
5949         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
5950         (gst_rtp_L16_depay_plugin_init):
5951         * gst/rtp/gstrtpL16depay.h:
5952         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
5953         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
5954         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
5955         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
5956         (gst_rtp_L16_pay_plugin_init):
5957         * gst/rtp/gstrtpL16pay.h:
5958         Port and enable raw audio payloader/depayloader. Needs a bit more work
5959         on the payloader side.
5960
5961 2007-01-24  Wim Taymans  <wim@fluendo.com>
5962
5963         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
5964         (gst_rtspsrc_stream_configure_transport),
5965         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
5966         * gst/rtsp/gstrtspsrc.h:
5967         Only unblock the udp pads when we linked and activated them all.
5968         Fixes #395688.
5969
5970 2007-01-24  Wim Taymans  <wim@fluendo.com>
5971
5972         * gst/rtp/Makefile.am:
5973         * gst/rtp/gstrtp.c: (plugin_init):
5974         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
5975         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
5976         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
5977         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
5978         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
5979         * gst/rtp/gstrtpac3depay.h:
5980         Added simple AC3 depayloader (RFC 4184).
5981
5982         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
5983         Fix a leak.
5984
5985 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
5986
5987         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5988
5989         * gst/audiofx/Makefile.am:
5990         * gst/audiofx/audioamplify.c:
5991         (gst_audio_amplify_clipping_method_get_type),
5992         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
5993         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
5994         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
5995         (gst_audio_amplify_set_caps),
5996         (gst_audio_amplify_transform_int_clip),
5997         (gst_audio_amplify_transform_int_wrap_negative),
5998         (gst_audio_amplify_transform_int_wrap_positive),
5999         (gst_audio_amplify_transform_float_clip),
6000         (gst_audio_amplify_transform_float_wrap_negative),
6001         (gst_audio_amplify_transform_float_wrap_positive),
6002         (gst_audio_amplify_transform_ip):
6003         * gst/audiofx/audioamplify.h:
6004         * gst/audiofx/audiofx.c: (plugin_init):
6005         Add new element "audioamplify". This allows scaling of raw audio
6006         samples, similar to the "volume" element, but provides different modes
6007         for clipping and allows unlimited amplification. It's mainly targeted
6008         for creative sound design and not as a replacement of the "volume"
6009         element. Fixes #397162
6010         * docs/plugins/Makefile.am:
6011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6013         * docs/plugins/gst-plugins-good-plugins.args:
6014         * docs/plugins/inspect/plugin-audiofx.xml:
6015         Add docs for audioamplify and integrate them into the build system
6016         * tests/check/Makefile.am:
6017         * tests/check/elements/audioamplify.c: (setup_amplify),
6018         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6019         Add fairly extensive unit test suite for audioamplify
6020
6021 2007-01-24  Wim Taymans  <wim@fluendo.com>
6022
6023         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6024         Unblock pads after adding the pads to the element so that autopluggers
6025         get a change to link something. Possibly fixes #395688.
6026
6027 2007-01-24  Wim Taymans  <wim@fluendo.com>
6028
6029         * gst/rtp/gstrtpamrdepay.c:
6030         * gst/rtp/gstrtpgsmdepay.c:
6031         * gst/rtp/gstrtph263pdepay.c:
6032         * gst/rtp/gstrtph263ppay.c:
6033         * gst/rtp/gstrtph264depay.c:
6034         * gst/rtp/gstrtpilbcdepay.c:
6035         * gst/rtp/gstrtpmp2tdepay.c:
6036         * gst/rtp/gstrtpmp4gdepay.c:
6037         * gst/rtp/gstrtpmp4gpay.c:
6038         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6039         * gst/rtp/gstrtpmp4vpay.c:
6040         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6041         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6042         (gst_rtp_mpa_depay_process):
6043         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6044         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6045         * gst/rtp/gstrtppcmadepay.c:
6046         * gst/rtp/gstrtppcmudepay.c:
6047         * gst/rtp/gstrtpspeexdepay.c:
6048         * gst/rtp/gstrtpspeexpay.c:
6049         * gst/rtp/gstrtpsv3vdepay.c:
6050         * gst/rtp/gstrtptheoradepay.c:
6051         * gst/rtp/gstrtptheorapay.c:
6052         * gst/rtp/gstrtpvorbisdepay.c:
6053         * gst/rtp/gstrtpvorbispay.c:
6054         Fix caps with payload numbers.
6055         Add some fixed payload numbers to caps when possible.
6056
6057 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6058
6059         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6060
6061         * gst/audiofx/Makefile.am:
6062         * gst/audiofx/audiofx.c: (plugin_init):
6063         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6064         (gst_audio_invert_class_init), (gst_audio_invert_init),
6065         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6066         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6067         (gst_audio_invert_transform_float),
6068         (gst_audio_invert_transform_ip):
6069         * gst/audiofx/audioinvert.h:
6070         Add new audiofx element "audioinvert". This element swaps the upper
6071         and lower half of samples and can be used for example for a
6072         wide-stereo effect. Fixes #396057
6073         * docs/plugins/Makefile.am:
6074         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6076         * docs/plugins/gst-plugins-good-plugins.args:
6077         * docs/plugins/inspect/plugin-audiofx.xml:
6078         Add docs for the audioinvert element and add them to the build system.
6079         * tests/check/Makefile.am:
6080         * tests/check/elements/audioinvert.c: (setup_invert),
6081         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6082         Add unit test suite for the audioinvert element.
6083
6084 2007-01-23  Wim Taymans  <wim@fluendo.com>
6085
6086         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6087         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6088         Parse config params as string and int.
6089         Parse and use AU header length
6090
6091 2007-01-23  Wim Taymans  <wim@fluendo.com>
6092
6093         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6094         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6095         * gst/smpte/gstmask.c: (_gst_mask_register):
6096         * gst/smpte/gstmask.h:
6097         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6098         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6099         (gst_smpte_paint_triangle_clock):
6100         constify some static structs.
6101         Don't update the mask if nothing changed to the params.
6102         Make sure we never draw outside of the picture. Fixes #398325.
6103
6104 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6105
6106         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6107           Error out properly when pull_range fails while we're reading the
6108           headers, instead of just pausing the task silently. Fixes #399338.
6109
6110 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6111
6112         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6113           Some more sanity checks to make sure the input formats match and the
6114           input pads are actually negotiated, in case someone tries to feed
6115           buffers from fakesrc or filesrc. Fixes #398299.
6116           Also const-ify an array, just because we can.
6117
6118 2007-01-19  Edward Hervey  <edward@fluendo.com>
6119
6120         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6121         Ignore previous commit, that was only valid for widths and heights
6122         that are multiples of 4.
6123         Copy over size/stride macros from jpegdec. This allows the element
6124         to work with any width,height...
6125         ... but puts in evidence that the actual transformations only work
6126         with width/height that are multiples of 4.
6127
6128 2007-01-19  Edward Hervey  <edward@fluendo.com>
6129
6130         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6131         Allocate buffers of the right size.
6132         The proper size of a I420 buffer in bytes is:
6133         
6134             width * height * 3
6135             ------------------
6136                     2
6137
6138 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6139
6140         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6141           Proxy getcaps on sink pads too, so that we either end up with the
6142           same dimensions on all pads or error out if that's not possible
6143           (seems to work even!). Fixes #398086, I think.
6144
6145 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6148         * docs/plugins/gst-plugins-good-plugins.args:
6149         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6150           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6151           fix integer properties with -1 as minimum value.
6152
6153         * docs/plugins/inspect/plugin-1394.xml:
6154         * docs/plugins/inspect/plugin-aasink.xml:
6155         * docs/plugins/inspect/plugin-alaw.xml:
6156         * docs/plugins/inspect/plugin-alpha.xml:
6157         * docs/plugins/inspect/plugin-alphacolor.xml:
6158         * docs/plugins/inspect/plugin-annodex.xml:
6159         * docs/plugins/inspect/plugin-apetag.xml:
6160         * docs/plugins/inspect/plugin-audiofx.xml:
6161         * docs/plugins/inspect/plugin-auparse.xml:
6162         * docs/plugins/inspect/plugin-autodetect.xml:
6163         * docs/plugins/inspect/plugin-avi.xml:
6164         * docs/plugins/inspect/plugin-cacasink.xml:
6165         * docs/plugins/inspect/plugin-cairo.xml:
6166         * docs/plugins/inspect/plugin-cdio.xml:
6167         * docs/plugins/inspect/plugin-cutter.xml:
6168         * docs/plugins/inspect/plugin-debug.xml:
6169         * docs/plugins/inspect/plugin-dv.xml:
6170         * docs/plugins/inspect/plugin-efence.xml:
6171         * docs/plugins/inspect/plugin-effectv.xml:
6172         * docs/plugins/inspect/plugin-esdsink.xml:
6173         * docs/plugins/inspect/plugin-flac.xml:
6174         * docs/plugins/inspect/plugin-flxdec.xml:
6175         * docs/plugins/inspect/plugin-gconfelements.xml:
6176         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6177         * docs/plugins/inspect/plugin-goom.xml:
6178         * docs/plugins/inspect/plugin-halelements.xml:
6179         * docs/plugins/inspect/plugin-icydemux.xml:
6180         * docs/plugins/inspect/plugin-id3demux.xml:
6181         * docs/plugins/inspect/plugin-jpeg.xml:
6182         * docs/plugins/inspect/plugin-level.xml:
6183         * docs/plugins/inspect/plugin-matroska.xml:
6184         * docs/plugins/inspect/plugin-mulaw.xml:
6185         * docs/plugins/inspect/plugin-multipart.xml:
6186         * docs/plugins/inspect/plugin-navigationtest.xml:
6187         * docs/plugins/inspect/plugin-ossaudio.xml:
6188         * docs/plugins/inspect/plugin-png.xml:
6189         * docs/plugins/inspect/plugin-rtp.xml:
6190         * docs/plugins/inspect/plugin-rtsp.xml:
6191         * docs/plugins/inspect/plugin-shout2send.xml:
6192         * docs/plugins/inspect/plugin-smpte.xml:
6193         * docs/plugins/inspect/plugin-speex.xml:
6194         * docs/plugins/inspect/plugin-taglib.xml:
6195         * docs/plugins/inspect/plugin-udp.xml:
6196         * docs/plugins/inspect/plugin-videobalance.xml:
6197         * docs/plugins/inspect/plugin-videobox.xml:
6198         * docs/plugins/inspect/plugin-videoflip.xml:
6199         * docs/plugins/inspect/plugin-videomixer.xml:
6200         * docs/plugins/inspect/plugin-wavenc.xml:
6201         * docs/plugins/inspect/plugin-wavparse.xml:
6202         * docs/plugins/inspect/plugin-ximagesrc.xml:
6203           Update to CVS.
6204
6205 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6206
6207         Patch by: Sebastian Dröge <slomo circular-chaos org>
6208
6209         * gst/audiofx/audiopanorama.c:
6210           Fix doc section name (Fixes #397946)
6211
6212 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6213
6214         * sys/v4l2/gstv4l2object.c:
6215         (gst_v4l2_object_install_properties_helper),
6216         (gst_v4l2_object_set_property_helper),
6217         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6218         * sys/v4l2/gstv4l2object.h:
6219         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6220         (gst_v4l2src_init), (gst_v4l2src_set_property),
6221         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6222         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6223         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6224         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6225         (gst_v4l2src_capture_deinit):
6226           Fix EIO handing when capturing. Add new property to specify the number of
6227           buffers to enque (and remove the borked num-buffers usage).
6228
6229 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6230
6231         Patch by: Sebastian Dröge <slomo circular-chaos org>
6232
6233         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6234         (gst_audio_panorama_set_process_function):
6235           Use a function array for process methods, add more docs and define the
6236           startindex of enums.
6237
6238 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6239
6240         Patch by: Mark Nauwelaerts <manauw at skynet be>
6241
6242         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6243         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6244         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6245         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6246         (gst_avi_mux_riff_get_avi_header),
6247         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6248         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6249         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6250         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6251         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6252         (gst_avi_mux_change_state):
6253         * gst/avi/gstavimux.h:
6254         * tests/check/elements/avimux.c: (teardown_src_pad):
6255           Add support for more than one audio stream; write better AVIX
6256           header; refactor code a bit; don't announce vorbis caps on our audio
6257           sink pads since we don't support it anyway. Closes #379298.
6258
6259 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6260
6261         Patch by: Sebastian Dröge <slomo circular-chaos org>
6262
6263         * gst/audiofx/audiopanorama.c:
6264         (gst_audio_panorama_method_get_type),
6265         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6266         (gst_audio_panorama_set_process_function),
6267         (gst_audio_panorama_set_property),
6268         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6269         (gst_audio_panorama_transform_m2s_int_simple),
6270         (gst_audio_panorama_transform_s2s_int_simple),
6271         (gst_audio_panorama_transform_m2s_float_simple),
6272         (gst_audio_panorama_transform_s2s_float_simple):
6273         * gst/audiofx/audiopanorama.h:
6274           Add 'method' property and provide a simple (non-psychoacustic)
6275           processing method (#394859).
6276
6277         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6278         (panorama_suite):
6279           Tests for new method.
6280
6281 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6282
6283         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6284         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6285           Set correct caps on outgoing pulled buffers, or things blow up
6286           after recent core changes.
6287
6288 2007-01-11  Wim Taymans  <wim@fluendo.com>
6289
6290         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6291
6292         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6293         (gst_multipart_mux_request_new_pad),
6294         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6295         (gst_multipart_mux_change_state):
6296         Return FLOW errors ASAP. Fixes #394977.
6297         Misc cleanups.
6298
6299 2007-01-11  Wim Taymans  <wim@fluendo.com>
6300
6301         Patch by: Lutz Mueller <lutz at topfrose dot de>
6302
6303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6304         Check for stream pad before activating. 
6305
6306 2007-01-10  Wim Taymans  <wim@fluendo.com>
6307
6308         Patch by: Peter Kjellerstedt  <pkj at axis com>
6309
6310         * gst/rtsp/COPYING.MIT:
6311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6312         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6313         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6314         (gst_rtspsrc_stream_configure_transport),
6315         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6316         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6317         (gst_rtspsrc_parse_methods),
6318         (gst_rtspsrc_create_transports_string),
6319         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6320         (gst_rtspsrc_open), (gst_rtspsrc_close):
6321         * gst/rtsp/gstrtspsrc.h:
6322         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6323         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6324         (parse_request_line), (parse_line), (rtsp_connection_read),
6325         (rtsp_connection_close):
6326         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6327         (rtsp_method_as_text), (rtsp_header_as_text),
6328         (rtsp_status_as_text), (rtsp_find_header_field),
6329         (rtsp_find_method):
6330         * gst/rtsp/rtspdefs.h:
6331         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6332         (rtsp_ext_wms_configure_stream):
6333         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6334         (rtsp_message_new_request), (rtsp_message_init_request),
6335         (rtsp_message_new_response), (rtsp_message_init_response),
6336         (rtsp_message_init_data), (rtsp_message_unset),
6337         (rtsp_message_free), (rtsp_message_add_header),
6338         (rtsp_message_get_header), (rtsp_message_set_body),
6339         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6340         * gst/rtsp/rtspmessage.h:
6341         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6342         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6343         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6344         (sdp_message_dump):
6345         Allow url to be NULL to be able to use it for server connections.
6346         Can now send responses as well as requests.
6347         No longer hangs in an endless loop if EOF is received.
6348         Can now convert a status code to a text string.
6349         Return RTSP_HDR_INVALID for unknown headers.
6350         Return RTSP_INVALID for unknown methods.
6351         Copy CSeq and Session headers from the request.
6352         Only free memory corresponding to the currently set message type.
6353         Added const to function arguments as appropriate.
6354         Avoid a compiler warning when initializing nmedia.
6355         Use guint rather than gint to avoid compiler warnings.
6356         Fix crasher in wms extension.
6357         Factor out stream setup from open_connection.
6358         Delay activation of streams when actual data is received from the
6359         server, this prepares us to do proper protocol switching.
6360         Added new license.
6361         Fixes #380895.
6362
6363
6364 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6365
6366         Patch by: Sebastian Dröge <slomo ubuntu com>
6367
6368         * docs/plugins/Makefile.am:
6369         * gst/audiofx/audiopanorama.c:
6370           Some small docs fixes (#394851).
6371
6372 2007-01-09  Wim Taymans  <wim@fluendo.com>
6373
6374         * gst/avi/gstavidemux.c:
6375         Fix docs.
6376
6377 2007-01-09  Wim Taymans  <wim@fluendo.com>
6378
6379         * gst/rtp/Makefile.am:
6380         * gst/rtp/gstrtp.c: (plugin_init):
6381         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6382         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6383         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6384         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6385         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6386         * gst/rtp/gstrtpmpvdepay.h:
6387           Added RFC 2250 MPEG Video Depayloader.
6388
6389         * gst/rtp/gstrtpL16depay.h:
6390         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6391         (gst_rtp_h263p_depay_process):
6392         Fix Header file. Small cleanups.
6393
6394         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6395         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6396         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6397         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6398         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6399         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6400         (gst_rtp_mp4v_depay_change_state):
6401         Remove usused code. Remove Adapter from state Change. Added debug.
6402
6403         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6404         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6405         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6406         * gst/rtp/gstrtpmpadepay.h:
6407         Subclass base depayloader.
6408         Added debug.
6409         Support static payload type assignment as well.
6410
6411         * gst/rtp/gstrtpmpapay.c:
6412         Fix caps.
6413
6414 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6415
6416         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6417
6418         * ext/jpeg/gstjpegdec.c:
6419         * ext/jpeg/gstjpegenc.c:
6420         * ext/jpeg/smokecodec.c:
6421           These libjpeg callbacks should return a 'boolean' (unsigned char
6422           apparently) and not a 'gboolean' (which maps to gint). Fixes
6423           warnings when compiling with MingW (#393427).
6424
6425         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6426           Use ioctlsocket on win32.
6427
6428         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6429           Some printf format fixes for win32.
6430
6431 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6432
6433         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6434           Use gst_guint64_to_gdouble for conversion.
6435         * win32/vs6/libgstmatroska.dsp:
6436           Add zlib to the link.
6437         * win32/vs6/libgstvideobox.dsp:
6438           Update liboil library name (project is linked to 
6439           liboil-0.3-0.lib now).
6440           
6441 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6442
6443         * gst/matroska/Makefile.am:
6444           If zlib is available and used, we must link it explicitly for
6445           things to work on MingW (fixes #392855).
6446
6447 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6448
6449         * ext/esd/esdsink.c: (gst_esdsink_delay):
6450           Don't return bogus values when esd_get_delay() fails for some
6451           reason (#392189).
6452
6453 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6454
6455         * sys/ximage/gstximagesrc.c: (composite_pixel):
6456           Fix presumably copy'n'pasto for 16bpp depth.
6457
6458 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         * gst/matroska/matroska-mux.c:
6461         (gst_matroska_mux_audio_pad_setcaps):
6462           The "signed" field in audio caps is of boolean type, trying to use
6463           gst_structure_get_int() to extract it will fail. Fixing this makes
6464           matroskamux accept raw audio input (#387121) (use at your own risk
6465           though, due to the matroska spec being not entirely useful in this
6466           respect).
6467           Also fix up raw audio structures in template caps so that they
6468           represent what our setcaps function will actually accept, so that
6469           converters know what to convert to.
6470           Finally, don't fail if there isn't an "endianness" field in 8-bit
6471           PCM caps.
6472
6473 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6474
6475         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6476         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6477         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6478         (teardown_cmmldec):
6479         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6480         (teardown_cmmlenc):
6481         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6482           reapply consistent pad (de)activation
6483
6484 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6485
6486         * configure.ac:
6487         Back to CVS
6488
6489         * gst-plugins-good.doap:
6490         Add 0.10.5 doap entry
6491
6492 === release 0.10.5 ===
6493
6494 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6495
6496         * configure.ac:
6497           releasing 0.10.5, "The Path of Thorns"
6498
6499 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6500
6501         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6502         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6503         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6504         (teardown_cmmldec):
6505         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6506         (teardown_cmmlenc):
6507         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6508           revert my freeze breakage
6509
6510 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6511
6512         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6513         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6514         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6515         (teardown_cmmldec):
6516         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6517         (teardown_cmmlenc):
6518         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6519           consistent pad (de)activation
6520
6521 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6522
6523         * configure.ac:
6524         * ext/Makefile.am:
6525         Disable LADPSA, as it has moved to the -bad module for the duration.
6526
6527 2006-12-18  Wim Taymans  <wim@fluendo.com>
6528
6529         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6530         (gst_signal_processor_event):
6531         Reset flow_state back to _OK after a flush stop so that we exit our
6532         error state after the flush. Fixes #374213
6533
6534 2006-12-16  David Schleef  <ds@schleef.org>
6535
6536         * sys/osxvideo/osxvideosink.h:
6537         * sys/osxvideo/osxvideosink.m:
6538           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6539
6540 2006-12-16  David Schleef  <ds@schleef.org>
6541
6542         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6543
6544         * sys/osxvideo/Makefile.am:
6545         * sys/osxvideo/osxvideosink.h:
6546         * sys/osxvideo/osxvideosink.m:
6547           Preliminary patch for porting osxvideosink
6548
6549 2006-12-16  Wim Taymans  <wim@fluendo.com>
6550
6551         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6552
6553         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6554         (gst_videomixer_set_master_geometry),
6555         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6556         (gst_videomixer_reset), (gst_videomixer_init),
6557         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6558         (gst_videomixer_release_pad), (gst_videomixer_collected),
6559         (gst_videomixer_change_state):
6560         Introduce some locking around the videomixer state so that it does not
6561         crash when adding/removing pads. Fixes #383043.
6562
6563 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         * configure.ac:
6566           Make sure libcaca can actually be used instead of just checking for
6567           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6568           cross-compiling (fixes #384587).
6569
6570 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6571
6572         * Makefile.am:
6573         * gst-plugins-good.doap:
6574         * gst-plugins-good.spec.in:
6575           adding doap file
6576
6577 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6578
6579         * configure.ac:
6580           libflac-1.1.3 changed API again, but we can't build against it yet,
6581           so make sure our check doesn't use libflac-1.1.3 and add a comment
6582           to this effect.
6583
6584 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6587         (gst_quarktv_planetable_clear):
6588           Add some NULL pointer checks (possibly related to #385623).
6589
6590 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6593         (gst_tag_demux_chain):
6594         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6595           In streaming mode, if the first buffer we get doesn't have an
6596           offset, fix it up to be 0, otherwise trimming won't work later on
6597           and we'll be typefinding application/x-id3, which may result in
6598           decodebin plugging an endless number of id3demux elements as a
6599           consequence. Fixes #385031.
6600           
6601 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6602
6603         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6604           Ignore the buffer_time the sound device reports. Turns out it is 
6605           sometimes completely bogus and we're better off without it.
6606
6607 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6610         (gst_matroska_demux_video_caps):
6611         * gst/matroska/matroska-ids.c:
6612         (gst_matroska_track_init_video_context):
6613         * gst/matroska/matroska-ids.h:
6614           Try harder to extract the framerate for video tracks correctly and
6615           save it directly instead of converting it back and forth a few
6616           times. Mostly makes a difference for very small framerates (<1).
6617           Fixes #380199.
6618
6619 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6620
6621         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6622         (gst_gconf_audio_src_dispose), (do_toggle_element):
6623         * ext/gconf/gstgconfaudiosrc.h:
6624           Remove gconf notify hook when the gconfaudiosrc element is
6625           destroyed, otherwise the callback may be called on an
6626           already-destroyed instance and bad things happen. Should fix
6627           #378184.
6628           Also ignore gconf key changes when the source is already running.
6629
6630 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6631
6632         Patch by: Sebastian Dröge  <mail at slomosnail de>
6633
6634         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6635           We need to be able to read and parse any possible floating point string
6636           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6637           will parse the former only in certain locales though, so we really need
6638           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6639           make sure we can parse either version at all times.
6640           Fixes #382982 for real.
6641
6642 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6643
6644         * sys/sunaudio/gstsunaudiomixerctrl.c:
6645         * sys/sunaudio/gstsunaudiosrc.c:
6646
6647         Use the sunaudio debug category.
6648
6649         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6650         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6651         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6652         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6653         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6654         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6655         (gst_sunaudiosink_reset):
6656         * sys/sunaudio/gstsunaudiosink.h:
6657
6658         Uses the sunaudio debug category for all debug output
6659         Implements the _delay() callback to synchronise video playback better
6660         Change the segtotal and segsize values back to the parent class 
6661           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6662           respectively)
6663         Measure the samples written to the device vs. played.
6664         Keep track of segments in the device by writing empty eof frames, and
6665         sleep using a GCond when we get too far ahead and risk overrunning the
6666         sink's ringbuffer.
6667
6668         Fixes: #360673
6669
6670 2006-12-08  Wim Taymans  <wim@fluendo.com>
6671
6672         Patch by: Sebastian Dröge  <mail at slomosnail de >
6673
6674         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6675         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6676         * gst/audiofx/audiopanorama.h:
6677         Fix audiopanorame with float samples. Fixes #383726.
6678
6679 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6680
6681         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6682         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6683         (gst_sunaudiosrc_reset):
6684
6685         Implement reset functions to unblock the src/sink more quickly on 
6686         state change requests.
6687         Patch by: Brian Cameron <brian dot cameron at sun com>
6688
6689 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6690
6691         * sys/sunaudio/gstsunaudiomixer.c:
6692         (gst_sunaudiomixer_change_state):
6693         Construct the correct mixer device name when the AUDIODEV env var
6694         is set.
6695
6696         Patch by: Jerry Tan <jerry.tan at sun dot com>
6697         Fixes: #383596
6698
6699 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6700
6701         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6702         Apply patch to open the mixer control and set the MULTIPLE_OPEN
6703         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
6704         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
6705         Patch by: Jerry Tan <jerry.tan at sun dot com>
6706         Fixes: #349015
6707
6708 2006-12-07  Wim Taymans  <wim@fluendo.com>
6709
6710         * gst/smpte/gstmask.h:
6711         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
6712         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
6713         (gst_smpte_collected), (gst_smpte_set_property),
6714         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
6715         * gst/smpte/gstsmpte.h:
6716         Port to 0.10 some more. 
6717         Added duration property to specify the duration of the transition.
6718         Make framerate a fraction.
6719         Deprecate fps property, we only use negotiated fps.
6720         Added docs.
6721         Fix collectpad usage.
6722         Reset state in READY.
6723         Send NEWSEGMENT event.
6724         Fix racy updates of object properties.
6725         Added debug category.
6726         Fixes #383323.
6727
6728 2006-12-06  Wim Taymans  <wim@fluendo.com>
6729
6730         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6731
6732         * gst/videomixer/videomixer.c:
6733         (gst_videomixer_set_master_geometry),
6734         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
6735         Don't reset xpos and ypos in the setcaps function because causes
6736         unexpected behaviour.
6737         Fixes #382179.
6738
6739 2006-12-06  Wim Taymans  <wim@fluendo.com>
6740
6741         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
6742         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
6743         Keep track of the buffer timestamp in the collectdata member instead
6744         of modifying the buffer without making the metadata writable first.
6745         Fixes #382277.
6746
6747 2006-12-06  Wim Taymans  <wim@fluendo.com>
6748
6749         Patch by: Rob Taylor <robtaylor at floopily dot org>
6750
6751         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
6752         If using multicast in udpsrc, bind to the multicast address rather than
6753         IN_ADDR_ANY.
6754         This allows the simultanous use of multiple udpsrcs listening on
6755         different multicat addresses. Without this all udpsrcs will receive all
6756         packets from all subscribed multicast addresses.
6757         Fixes #383001.
6758
6759 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6760
6761         * ext/taglib/gstid3v2mux.cc:
6762         Don't attempt to write a NULL frame into the ID3 tag set when the 
6763         createFrame method returned NULL.
6764         Fixes: #381857
6765         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
6766
6767 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
6768
6769         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6770         Use g_strtod() instead of sscanf to parse doubles, so that it will
6771         try parsing in the C locale if the current locale fails.
6772         Fixes: #382982
6773         Patch by: Sebastian Dröge  <mail at slomosnail de >
6774
6775 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
6776
6777         * win32/MANIFEST:
6778         Fix compilation on win32 under VS8
6779         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
6780         Partially fixes #381175
6781
6782 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6783
6784         * gst/avi/gstavimux.c:
6785           accept all mpegversions,fixes #380825
6786           spotted by: Jerome Alet  
6787
6788 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
6789
6790         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6791         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6792         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6793         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
6794           cleanup the error message a bit more
6795
6796 2006-11-28  Wim Taymans  <wim@fluendo.com>
6797
6798         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
6799         Fix width and height properties.
6800
6801         * ext/libcaca/gstcacasink.h:
6802         Fix compilation on newer libcaca that require us to include a new
6803         header. Fixes #379918.
6804
6805 2006-11-28  Wim Taymans  <wim@fluendo.com>
6806
6807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
6808         * gst/rtsp/gstrtspsrc.h:
6809         * gst/rtsp/rtspext.h:
6810         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
6811         (rtsp_ext_wms_get_context):
6812         Add method so that extensions can choose to disable the setup of
6813         a stream.
6814         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
6815
6816 2006-11-27  Wim Taymans  <wim@fluendo.com>
6817
6818         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6819
6820         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6821         Push header in a separate buffer instead of memcpy:ing all data.
6822         Change LF => CRLF in headers.
6823         Move trailing LF to header. Fixes #379792.
6824
6825 2006-11-27  Wim Taymans  <wim@fluendo.com>
6826
6827         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
6828         Small buffer overflow fix and improve debugging.
6829
6830 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6831
6832         * ext/esd/esdmon.h:
6833         * ext/esd/esdsink.h:
6834           remove obsolete _factory_init protos
6835
6836 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
6837
6838         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
6839         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
6840         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
6841         (gst_avi_demux_read_subindexes_push),
6842         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
6843         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6844         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6845         (gst_avi_demux_massage_index),
6846         (gst_avi_demux_calculate_durations_from_index),
6847         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
6848         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
6849         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6850           remove dead code, tweak debugs statements, add comments, use
6851           _uint64_scale instead _uint64_scale_int when using guint64 values,
6852           small optimizations, reflow some error handling
6853
6854 2006-11-22  Edward Hervey  <edward@fluendo.com>
6855
6856         * po/.cvsignore:
6857         We never put .pot files in cvs. Let's ignore them all.
6858
6859 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * po/POTFILES.in:
6862           ... but better exclude files that aren't disted.
6863
6864 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6865
6866         * po/POTFILES.in:
6867           Add v4l2 source files to list of files with translations, so the
6868           strings are actually extracted (however bad they still may be).
6869
6870 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
6871
6872         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
6873           Minor clean-ups: const-ify static array, remove trailing comma from
6874           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
6875
6876 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
6877
6878         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
6879         Make sure that g_free always gets called on the same pointer that was 
6880         returned by g_malloc.  Fixes #376594.
6881         Do not leak memory if decompressed size is wrong.
6882         Remove unneeded check of return value of g_malloc.
6883         Patch by: René Stadler <mail@renestadler.de>
6884
6885 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
6886
6887         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
6888           Add missing curly brackets.
6889
6890 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
6891
6892         * sys/v4l2/v4l2src_calls.c:
6893         Fix capture_deinit.
6894
6895 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
6898         (gst_matroska_mux_request_new_pad):
6899           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
6900
6901         * tests/check/elements/matroskamux.c: (setup_src_pad),
6902         (setup_sink_pad), (GST_START_TEST):
6903         Activate pads before using them.
6904
6905 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6906
6907         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
6908           Initialise variable to get rid of bogus compiler warning.
6909
6910 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
6911
6912         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
6913
6914         * gst/rtp/gstrtph263pay.c:
6915         * gst/rtp/gstrtph263pdepay.c:
6916         * gst/rtp/gstrtph263ppay.c:
6917           Specify H.263 variant and version in the caps (fixes #361637)
6918
6919 2006-11-15  Wim Taymans  <wim@fluendo.com>
6920
6921         * gst/rtsp/rtspconnection.c: (read_body):
6922         Don't set a data pointer to NULL and a size > 0 when we deal
6923         with empty packets.
6924
6925         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
6926         (rtsp_message_init_response), (rtsp_message_init_data),
6927         (rtsp_message_unset), (rtsp_message_free),
6928         (rtsp_message_take_body):
6929         Check that we can't create invalid empty packets. 
6930
6931 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         Patch by: Mark Nauwelaerts  <manauw at skynet be>
6934
6935         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
6936         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
6937         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
6938         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6939         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
6940         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
6941         * gst/matroska/matroska-mux.h:
6942           Add basic tag writing support; implement releasing pads (#374658).
6943
6944 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6947         (gst_matroska_demux_audio_caps):
6948           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
6949
6950 2006-11-14  David Schleef  <ds@schleef.org>
6951
6952         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
6953
6954 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6955
6956         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
6957
6958         * win32/vs8/gst-plugins-good.sln:
6959         * win32/vs8/libgst1394.vcproj:
6960         * win32/vs8/libgstaasink.vcproj:
6961         * win32/vs8/libgstalaw.vcproj:
6962         * win32/vs8/libgstalpha.vcproj:
6963         * win32/vs8/libgstalphacolor.vcproj:
6964         * win32/vs8/libgstannodex.vcproj:
6965         * win32/vs8/libgstapetag.vcproj:
6966         * win32/vs8/libgstaudiofx.vcproj:
6967         * win32/vs8/libgstauparse.vcproj:
6968         * win32/vs8/libgstautodetect.vcproj:
6969         * win32/vs8/libgstavi.vcproj:
6970         * win32/vs8/libgstcacasink.vcproj:
6971         * win32/vs8/libgstcdio.vcproj:
6972         * win32/vs8/libgstcutter.vcproj:
6973         * win32/vs8/libgstdv.vcproj:
6974         * win32/vs8/libgsteffectv.vcproj:
6975         * win32/vs8/libgstflac.vcproj:
6976         * win32/vs8/libgstflxdec.vcproj:
6977         * win32/vs8/libgstgoom.vcproj:
6978         * win32/vs8/libgsticydemux.vcproj:
6979         * win32/vs8/libgstid3demux.vcproj:
6980         * win32/vs8/libgstjpeg.vcproj:
6981         * win32/vs8/libgstladspa.vcproj:
6982         * win32/vs8/libgstlevel.vcproj:
6983         * win32/vs8/libgstmatroska.vcproj:
6984         * win32/vs8/libgstmikmod.vcproj:
6985         * win32/vs8/libgstmng.vcproj:
6986         * win32/vs8/libgstmonoscope.vcproj:
6987         * win32/vs8/libgstmulaw.vcproj:
6988         * win32/vs8/libgstmultipart.vcproj:
6989         * win32/vs8/libgstpng.vcproj:
6990         * win32/vs8/libgstrtp.vcproj:
6991         * win32/vs8/libgstrtsp.vcproj:
6992         * win32/vs8/libgstshout2.vcproj:
6993         * win32/vs8/libgstsmpte.vcproj:
6994         * win32/vs8/libgstspeex.vcproj:
6995         * win32/vs8/libgsttaglib.vcproj:
6996         * win32/vs8/libgstudp.vcproj:
6997         * win32/vs8/libgstvideobalance.vcproj:
6998         * win32/vs8/libgstvideobox.vcproj:
6999         * win32/vs8/libgstvideoflip.vcproj:
7000         * win32/vs8/libgstvideomixer.vcproj:
7001         * win32/vs8/libgstwavenc.vcproj:
7002         * win32/vs8/libgstwavparse.vcproj:
7003           Make end-of-line returns unixy, so that when the files are checked
7004           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7005           Hopefully fixes #366492.
7006
7007 2006-11-14  Wim Taymans  <wim@fluendo.com>
7008
7009         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7010         Disable init_frames delay timestamp adjustment, it does not
7011         seem to be needed at all. Fixes #369621.
7012
7013 2006-11-13  Wim Taymans  <wim@fluendo.com>
7014
7015         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7016
7017         * gst/videomixer/videomixer.c:
7018         (gst_videomixer_set_master_geometry),
7019         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7020         (gst_videomixer_collect_free), (gst_videomixer_reset),
7021         (gst_videomixer_init), (gst_videomixer_finalize),
7022         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7023         (gst_videomixer_collected), (gst_videomixer_change_state):
7024         Fix memleak by unref'ing collectpads instance (when finalizing)
7025         Implement releasing a request pad. Fixes #374479.
7026
7027 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7028
7029         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7030
7031         * win32/vs8/gst-plugins-good.sln:
7032         * win32/vs8/libgst1394.vcproj:
7033         * win32/vs8/libgstaasink.vcproj:
7034         * win32/vs8/libgstalaw.vcproj:
7035         * win32/vs8/libgstalpha.vcproj:
7036         * win32/vs8/libgstalphacolor.vcproj:
7037         * win32/vs8/libgstannodex.vcproj:
7038         * win32/vs8/libgstapetag.vcproj:
7039         * win32/vs8/libgstaudiofx.vcproj:
7040         * win32/vs8/libgstauparse.vcproj:
7041         * win32/vs8/libgstautodetect.vcproj:
7042         * win32/vs8/libgstavi.vcproj:
7043         * win32/vs8/libgstcacasink.vcproj:
7044         * win32/vs8/libgstcdio.vcproj:
7045         * win32/vs8/libgstcutter.vcproj:
7046         * win32/vs8/libgstdv.vcproj:
7047         * win32/vs8/libgsteffectv.vcproj:
7048         * win32/vs8/libgstflac.vcproj:
7049         * win32/vs8/libgstflxdec.vcproj:
7050         * win32/vs8/libgstgoom.vcproj:
7051         * win32/vs8/libgsticydemux.vcproj:
7052         * win32/vs8/libgstid3demux.vcproj:
7053         * win32/vs8/libgstjpeg.vcproj:
7054         * win32/vs8/libgstladspa.vcproj:
7055         * win32/vs8/libgstlevel.vcproj:
7056         * win32/vs8/libgstmatroska.vcproj:
7057         * win32/vs8/libgstmikmod.vcproj:
7058         * win32/vs8/libgstmng.vcproj:
7059         * win32/vs8/libgstmonoscope.vcproj:
7060         * win32/vs8/libgstmulaw.vcproj:
7061         * win32/vs8/libgstmultipart.vcproj:
7062         * win32/vs8/libgstpng.vcproj:
7063         * win32/vs8/libgstrtp.vcproj:
7064         * win32/vs8/libgstrtsp.vcproj:
7065         * win32/vs8/libgstshout2.vcproj:
7066         * win32/vs8/libgstsmpte.vcproj:
7067         * win32/vs8/libgstspeex.vcproj:
7068         * win32/vs8/libgsttaglib.vcproj:
7069         * win32/vs8/libgstudp.vcproj:
7070         * win32/vs8/libgstvideobalance.vcproj:
7071         * win32/vs8/libgstvideobox.vcproj:
7072         * win32/vs8/libgstvideoflip.vcproj:
7073         * win32/vs8/libgstvideomixer.vcproj:
7074         * win32/vs8/libgstwavenc.vcproj:
7075         * win32/vs8/libgstwavparse.vcproj:
7076           Add VS8 project files (note that many of the plugins in ext are
7077           disabled by default). Fixes #366492.
7078
7079 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7080
7081         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7082           we do not translate debug messages
7083
7084 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7085
7086         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7087           fix categorisation, make short desc more explicit, remove unused code
7088           Fixes #372021
7089
7090 2006-11-08  Wim Taymans  <wim@fluendo.com>
7091
7092         * gst/rtp/gstrtpL16depay.c:
7093         * gst/rtp/gstrtpamrdepay.c:
7094         * gst/rtp/gstrtpamrpay.c:
7095         * gst/rtp/gstrtpgsmdepay.c:
7096         * gst/rtp/gstrtph263pay.c:
7097         * gst/rtp/gstrtph263pdepay.c:
7098         * gst/rtp/gstrtph263ppay.c:
7099         * gst/rtp/gstrtph264depay.c:
7100         * gst/rtp/gstrtpmp2tdepay.c:
7101         * gst/rtp/gstrtpmp4gdepay.c:
7102         * gst/rtp/gstrtpmp4gpay.c:
7103         * gst/rtp/gstrtpmp4vdepay.c:
7104         * gst/rtp/gstrtpmp4vpay.c:
7105         * gst/rtp/gstrtpmpadepay.c:
7106         * gst/rtp/gstrtpmpapay.c:
7107         * gst/rtp/gstrtppcmadepay.c:
7108         * gst/rtp/gstrtppcmapay.c:
7109         * gst/rtp/gstrtppcmudepay.c:
7110         * gst/rtp/gstrtppcmupay.c:
7111         * gst/rtp/gstrtpspeexdepay.c:
7112         * gst/rtp/gstrtpspeexpay.c:
7113         * gst/rtp/gstrtpsv3vdepay.c:
7114         Fix element descriptions.
7115
7116 2006-11-08  Wim Taymans  <wim@fluendo.com>
7117
7118         * gst/rtp/gstrtpvorbisdepay.c:
7119         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7120         Fix description.
7121         Small cleanup in the payloader.
7122
7123 2006-11-08  Wim Taymans  <wim@fluendo.com>
7124
7125         * gst/rtp/Makefile.am:
7126         * gst/rtp/gstrtp.c: (plugin_init):
7127         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7128         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7129         (gst_rtp_theora_depay_finalize),
7130         (gst_rtp_theora_depay_parse_configuration),
7131         (gst_rtp_theora_depay_setcaps),
7132         (gst_rtp_theora_depay_switch_codebook),
7133         (gst_rtp_theora_depay_process),
7134         (gst_rtp_theora_depay_set_property),
7135         (gst_rtp_theora_depay_get_property),
7136         (gst_rtp_theora_depay_change_state),
7137         (gst_rtp_theora_depay_plugin_init):
7138         * gst/rtp/gstrtptheoradepay.h:
7139         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7140         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7141         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7142         (gst_rtp_theora_pay_init_packet),
7143         (gst_rtp_theora_pay_flush_packet),
7144         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7145         (gst_rtp_theora_pay_handle_buffer),
7146         (gst_rtp_theora_pay_plugin_init):
7147         * gst/rtp/gstrtptheorapay.h:
7148         Add theora pay/depayloaders.
7149
7150 2006-11-06  Wim Taymans  <wim@fluendo.com>
7151
7152         * gst/rtp/Makefile.am:
7153         We depend on gsttag to generate the vorbis comments.
7154
7155         * gst/rtp/gstrtpvorbisdepay.c:
7156         (gst_rtp_vorbis_depay_parse_configuration),
7157         (gst_rtp_vorbis_depay_setcaps),
7158         (gst_rtp_vorbis_depay_switch_codebook),
7159         (gst_rtp_vorbis_depay_process):
7160         * gst/rtp/gstrtpvorbisdepay.h:
7161         Parse configuration string in the depayloader.
7162         Implement selecting and switching to a new codebook.
7163         Receiving vorbis over RTP now works.
7164
7165         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7166         (gst_rtp_vorbis_pay_init_packet),
7167         (gst_rtp_vorbis_pay_finish_headers),
7168         (gst_rtp_vorbis_pay_handle_buffer):
7169         * gst/rtp/gstrtpvorbispay.h:
7170         Set timestamps on outgoing buffers and RTP packets.
7171         Fix configuration string, prepend number of Packet headers.
7172         Fix encoding of ident string.
7173         Add delivery-method to caps.
7174         Streaming vorbis over RTP now works.
7175
7176 2006-11-06  Wim Taymans  <wim@fluendo.com>
7177
7178         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7179         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7180         (gst_rtp_vorbis_pay_handle_buffer):
7181         * gst/rtp/gstrtpvorbispay.h:
7182         Generate a valid configuration string in the caps based on the
7183         vorbis headers.
7184
7185 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7188         * ext/cdio/gstcdio.h:
7189         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7190           Move CD-TEXT utility function into common file so it can also be
7191           used by a future cdioparanoiasrc.
7192
7193 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7194         
7195         * sys/v4l2/Makefile.am:
7196         * sys/v4l2/gstv4l2object.c:
7197         * sys/v4l2/gstv4l2src.c:
7198         * sys/v4l2/gstv4l2xoverlay.c:
7199         * sys/v4l2/v4l2_calls.c:
7200         * sys/v4l2/v4l2src_calls.c:
7201         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7202         xoverlay code that is still not implemented.
7203
7204 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7207           We require a -base more recent than 0.10.9, so it's safe to use
7208           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7209
7210         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7211         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7212           Use _newsegment_full() now that we depend on a recent enough core.
7213
7214         * gst/wavparse/gstwavparse.c:
7215           Remove cruft that we don't need any longer now that we depend on
7216           a recent enough -base.
7217
7218 2006-10-31  Wim Taymans  <wim@fluendo.com>
7219
7220         * gst/rtp/Makefile.am:
7221         * gst/rtp/gstrtp.c: (plugin_init):
7222         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7223         (gst_rtpilbcpay_setcaps):
7224         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7225
7226 2006-10-31  Wim Taymans  <wim@fluendo.com>
7227
7228         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7229         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7230         Some small cleanups, use _scale.
7231
7232 2006-10-31  Wim Taymans  <wim@fluendo.com>
7233
7234         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7235         Use higher precision scale function.
7236
7237 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         Patch by: Michal Benes  <michal dot benes at itonis tv>
7240
7241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7242         (gst_matroska_demux_read_track_encodings),
7243         (gst_matroska_decode_buffer):
7244           Fix several issues with encoded/compressed/encrypted/signed tracks;
7245           also, remove superfluous newline characters from some debug
7246           statements. (#366155)
7247
7248 2006-10-30  Wim Taymans  <wim@fluendo.com>
7249
7250         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7251         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7252         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7253         (gst_smokedec_change_state):
7254         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7255         (gst_smokeenc_init), (gst_smokeenc_finalize),
7256         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7257         (gst_smokeenc_resync), (gst_smokeenc_chain),
7258         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7259         (gst_smokeenc_change_state):
7260         Various cleanups, capsnego and leak fixes.
7261
7262 2006-10-30  Wim Taymans  <wim@fluendo.com>
7263
7264         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7265
7266         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7267         Fix videomixer so that it can handle any combination of framerates.
7268         Fixes #367221.
7269
7270 2006-10-28  Wim Taymans  <wim@fluendo.com>
7271
7272         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7273         (gst_avi_demux_parse_file_header),
7274         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7275         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7276         (gst_avi_demux_chain):
7277         Fix position query for audio. also fixes timestamps in streaming
7278         mode and bug #364958.
7279         Small cleanups.
7280
7281 2006-10-27  Wim Taymans  <wim@fluendo.com>
7282
7283         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7284         * ext/libpng/gstpngenc.h:
7285         Fix strides. Fixes #364856.
7286         Cleanup capsnego.
7287         Set caps on outgoing buffers.
7288
7289 2006-10-18  Wim Taymans  <wim@fluendo.com>
7290
7291         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7292
7293         * gst/rtp/gstrtpgsmpay.c:
7294         * gst/rtp/gstrtph263pay.c:
7295         * gst/rtp/gstrtpmpapay.c:
7296         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7297         (gst_rtp_pcma_pay_handle_buffer):
7298         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7299         Add static payload numbers in addition to the dynamic ones.
7300         Fixes #361639.
7301
7302 2006-10-18  Wim Taymans  <wim@fluendo.com>
7303
7304         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7305         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7306         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7307         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7308         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7309         * gst/rtsp/rtspdefs.h:
7310         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7311         * gst/rtsp/rtspurl.h:
7312         Reuse already existing enum for lower transport.
7313         Add rtspt and rtspu protocols.
7314         Send redirect to rtspt when udp times out.
7315
7316 2006-10-18  Wim Taymans  <wim@fluendo.com>
7317
7318         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7319         (gst_wavparse_stream_data):
7320         Fix seeking some more, mostly for speed changes.
7321
7322 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         Patch by: Fredrik Persson  <frepe at bredband net>
7325
7326         * sys/v4l2/gstv4l2tuner.c:
7327         * sys/v4l2/gstv4l2tuner.h:
7328           Fix _set_channel(): remove useless g_object_notify() for "channel"
7329           property that doesn't exist any longer and therefore now also
7330           useless redirect (#338818).
7331
7332 2006-10-17  Wim Taymans  <wim@fluendo.com>
7333
7334         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7335         Some drivers do not support unsetting the non-blocking flag once the
7336         device is opened. In those cases, close/open the device in
7337         non-blocking mode. Fixes #362673.
7338
7339 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7340
7341         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7342         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7343         (gst_v4l2src_get_fps):
7344           dear stefan, framespersecond is not frameperiod, reverting but adding
7345           comment
7346
7347 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7348
7349         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7350         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7351         (gst_v4l2src_get_fps):
7352           Numerator is numerator and denominator is denominator. Say that aloud
7353           5 times and retry after next beer.
7354
7355 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         Patch by: Josep Torra Valles  <josep at fluendo com>
7358
7359         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7360         * ext/esd/esdsink.c: (gst_esdsink_write):
7361         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7362         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7363         (gst_flac_dec_send_newsegment):
7364         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7365         (gst_flac_enc_tell_callback):
7366         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7367         (smokecodec_parse_header), (smokecodec_decode):
7368         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7369         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7370         * gst/goom/Makefile.am:
7371         * gst/goom/gstgoom.c:
7372         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7373         * gst/rtsp/gstrtspsrc.c:
7374         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7375         * gst/udp/gstudpsink.c:
7376         * gst/udp/gstudpsrc.c:
7377         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7378         * sys/sunaudio/gstsunaudiomixertrack.h:
7379           Fix a bunch of problems discovered by the Forte compiler, mostly type
7380           mixups and pointer arithmetics with void pointers. Fixes #362603.
7381
7382 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7383
7384         * ext/speex/gstspeex.c: (plugin_init):
7385         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7386         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7387         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7388         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7389         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7390         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7391         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7392         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7393         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7394         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7395         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7396         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7397         * ext/speex/gstspeexenc.h:
7398           Miscellaneous clean-ups, among other things: speexenc => enc to
7399           enhance code readability; change speexenc => speex_enc; in chain
7400           function unref input buffer in case of error; take reference in
7401           event function; use boilerplate macro; use gst_pad_query_peer_*
7402           convenience functions.
7403
7404 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7405
7406         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7407         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7408         (gst_speexenc_set_header_on_caps):
7409           Fix some mem leaks.
7410
7411 2006-10-11  Wim Taymans  <wim@fluendo.com>
7412
7413         * gst/rtsp/URLS:
7414         Added some other URL.
7415
7416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7417         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7418         (gst_rtspsrc_open), (gst_rtspsrc_play),
7419         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7420         * gst/rtsp/gstrtspsrc.h:
7421         Work on fallback to TCP connection when the UDP socket times out.
7422         Handler server requests, just reply with OK for now.
7423
7424         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7425         * gst/rtsp/rtspdefs.h:
7426         Added some more Real extension headers.
7427
7428         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7429         Fix parsing of urls with a ':' that is not part of the hostname:port
7430         part of the url.
7431
7432 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7433
7434         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7435         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7436         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7437           Activate pad before adding it to the already-running element.
7438
7439         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7440           Activate newly-created pad too.
7441
7442 2006-10-11  Wim Taymans  <wim@fluendo.com>
7443
7444         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7445
7446         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7447         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7448         (gst_udpsrc_start):
7449         Fix some leaks in caps and uris. Fixes #361252.
7450
7451 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7452
7453         * gst/wavparse/Makefile.am:
7454           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7455
7456 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7457
7458         * sys/v4l2/gstv4l2xoverlay.c:
7459         * sys/v4l2/gstv4l2xoverlay.h:
7460         Fix build as per the patch in #338818 comment 36.
7461
7462 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7463
7464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7465           Activate pads before adding them to the source.
7466
7467 2006-10-06  Wim Taymans  <wim@fluendo.com>
7468
7469         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7470         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7471         Activate pads before adding.
7472
7473 2006-10-06  Wim Taymans  <wim@fluendo.com>
7474
7475         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7476         (gst_multipart_find_pad_by_mime):
7477         Activate pads before adding.
7478
7479         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7480         BOILERPLATE sets parent_class for us.
7481
7482 2006-10-06  Wim Taymans  <wim@fluendo.com>
7483
7484         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7485         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7486         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7487         (gst_rtspsrc_alloc_udp_ports),
7488         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7489         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7490         (gst_rtspsrc_create_transports_string),
7491         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7492         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7493         * gst/rtsp/gstrtspsrc.h:
7494         Rework how the transport string is constructed, try to share channels
7495         and udp ports.
7496         Make most of the stuff less dependant on RTP as we are also going to use
7497         it for RDT.
7498         Add support for transport specific session managers.
7499
7500         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7501         Implement _flush().
7502
7503         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7504         * gst/rtsp/rtspdefs.h:
7505         Add generic error return code.
7506
7507         * gst/rtsp/rtspext.h:
7508         Add support for pluggable tranport strings.
7509
7510         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7511         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7512         (rtsp_ext_wms_get_context):
7513         Detect WMServer and activate the extension.
7514
7515         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7516         (rtsp_transport_get_manager), (rtsp_transport_parse):
7517         * gst/rtsp/rtsptransport.h:
7518         Added methods to get mime/manager for certain transports.
7519
7520 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         * ext/cairo/gsttimeoverlay.c:
7523         (gst_cairo_time_overlay_update_font_height):
7524         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7525         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7526         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7527         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7528         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7529         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7530         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7531         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7532         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7533         (gst_avi_demux_stream_data):
7534         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7535         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7536         (gst_fenced_buffer_copy):
7537         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7539         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7541         (gst_rtspsrc_handle_message):
7542         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7543         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7544           Printf format fixes.
7545
7546 2006-10-04  Wim Taymans  <wim@fluendo.com>
7547
7548         * gst/rtsp/Makefile.am:
7549         Dist new .h file too.
7550
7551 2006-10-04  Wim Taymans  <wim@fluendo.com>
7552
7553         * gst/rtsp/Makefile.am:
7554         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7555         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7557         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7558         (gst_rtspsrc_parse_rtpmap),
7559         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7560         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7561         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7562         * gst/rtsp/gstrtspsrc.h:
7563         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7564         * gst/rtsp/rtspdefs.h:
7565         * gst/rtsp/rtspext.h:
7566         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7567         (rtsp_ext_wms_get_context):
7568         * gst/rtsp/rtspextwms.h:
7569         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7570         (rtsp_transport_parse):
7571         * gst/rtsp/rtsptransport.h:
7572         Factor out extension in separate module.
7573         Fix getcaps to filter against the padtemplate.
7574         Use Content-Base if the server gives one.
7575         Rework the transport parsing a bit for future extensions.
7576         Added some Real Header field definitions.
7577
7578 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7579
7580         * docs/plugins/Makefile.am:
7581         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7583           added v4l2 stubs
7584         * gst-plugins-good.spec.in:
7585           add v4l2
7586
7587 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7588
7589         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7590           Extract disc/album/medium number and count and try harder
7591           to extract track number/count.
7592
7593 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7594
7595         * configure.ac:
7596         * sys/Makefile.am:
7597           add build stuff for v4l2, needs --enable-experimental until
7598           the last bits are resolved
7599
7600 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * tests/check/Makefile.am:
7603           Disable autodetect test temporarily, so that the build bots
7604           update -bad and the ranks of unreliable video sinks in there.
7605
7606         * tests/check/elements/autodetect.c: (GST_START_TEST):
7607           Skip test if no usable videosink is found.
7608
7609 2006-09-29  Wim Taymans  <wim@fluendo.com>
7610
7611         * gst/rtsp/URLS:
7612         Add some more URLs.
7613
7614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7615         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7616         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7617         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7618         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7619         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7620         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7621         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7622         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7623         * gst/rtsp/gstrtspsrc.h:
7624         Add timeout property to control UDP timeouts.
7625         Fix error messages.
7626         Also start a loop function when operating in UDP mode so that we can
7627         do some more stuff async.
7628         Handle element messages from udpsrc to detect timeouts. If a timeout
7629         happens we currently generate an error.
7630         API: rtspsrc::timeout property.
7631
7632         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7633         (gst_udpsrc_create):
7634         Really implement the timeout in microseconds and not milliseconds.
7635
7636 2006-09-29  Wim Taymans  <wim@fluendo.com>
7637
7638         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7639         (gst_udpsrc_create), (gst_udpsrc_set_property),
7640         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7641         * gst/udp/gstudpsrc.h:
7642         Added property to post a message on timeout.
7643         Updated docs.
7644         When restarting the select, initialize the fdsets again.
7645         Init control sockets so we don't accidentally close a random socket.
7646         API: GstUDPSrc::timeout property
7647
7648 2006-09-29  Wim Taymans  <wim@fluendo.com>
7649
7650         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7651         Fix flag registration.
7652
7653         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7654         Reading 0 also means 'no more commands'
7655
7656 2006-09-29  Wim Taymans  <wim@fluendo.com>
7657
7658         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7659
7660         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7661         Fix possible infinite loop when shutting down, a read can also return
7662         0 to indicate no more messages are available. Fixes #358156.
7663
7664 2006-09-25  Wim Taymans  <wim@fluendo.com>
7665
7666         * gst/autodetect/gstautoaudiosink.c:
7667         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7668         (gst_auto_audio_sink_find_best):
7669         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7670         Small cleanups.
7671         don't try to set "sync" property when it is not available.
7672
7673 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         Patch by: Peter Kjellerstedt  <pkj at axis com>
7676
7677         * gst/alpha/gstalpha.c:
7678         * gst/rtp/gstrtpamrdepay.c:
7679         * gst/rtsp/gstrtspsrc.c:
7680         * gst/udp/gstudpsrc.c:
7681         * gst/videomixer/videomixer.c:
7682           Include stdlib.h in some more places, makes things compile
7683           with uClibc and -Werror (#357592).
7684
7685 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7686
7687         * ext/jpeg/gstjpegdec.c:
7688           Set minimum height to 8 (from 16), our code should handle
7689           that fine. Some of the buttons on the apple trailer site
7690           are apparently only 15 pixels high (see #357470).
7691
7692 2006-09-23  Wim Taymans  <wim@fluendo.com>
7693
7694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7695         (gst_rtspsrc_open):
7696         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7697         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7698         (rtsp_connection_receive):
7699         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7700         * gst/rtsp/rtspdefs.h:
7701         Improve error reporting.
7702
7703 2006-09-23  Wim Taymans  <wim@fluendo.com>
7704
7705         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
7706         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
7707         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
7708         * gst/rtp/gstrtpdepay.c:
7709         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
7710         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
7711         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
7712         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
7713         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
7714         (gst_rtp_mp2t_depay_plugin_init):
7715         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
7716         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
7717         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
7718         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
7719         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
7720         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
7721         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
7722         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
7723         Fix klass typos.
7724         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
7725
7726 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7727
7728         * configure.ac:
7729           Need  -base CVS for gst_base_rtp_depayload_push_ts().
7730
7731 2006-09-22  Wim Taymans  <wim@fluendo.com>
7732
7733         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7734         Don't check for a tag that is never there and check if we read the
7735         correct tag. Fixes seeking again.
7736         We must post an error when all pads are unlinked.
7737
7738 2006-09-22  Wim Taymans  <wim@fluendo.com>
7739
7740         * gst/rtp/Makefile.am:
7741         * gst/rtp/gstrtp.c: (plugin_init):
7742         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
7743         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7744         (gst_rtp_vorbis_pay_reset_packet),
7745         (gst_rtp_vorbis_pay_init_packet),
7746         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
7747         (gst_rtp_vorbis_pay_handle_buffer):
7748         More fixage, set endoder-params correctly in the payloader.
7749
7750 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
7751
7752         * gst/autodetect/gstautoaudiosink.c:
7753         (gst_auto_audio_sink_base_init):
7754         * gst/autodetect/gstautovideosink.c:
7755         (gst_auto_video_sink_base_init):
7756           Make static pad templates static to appease valgrind's leak
7757           detector.
7758
7759         * tests/check/Makefile.am:
7760         * tests/check/elements/.cvsignore:
7761         * tests/check/elements/autodetect.c: (GST_START_TEST),
7762         (autodetect_suite):
7763           Add simple test for the ghostpad lockup on shutdown fixed in core
7764           CVS (audio bit disabled because it would need dozens of alsa
7765           suppressions and I'm too lazy to add those now).
7766
7767 2006-09-22  Wim Taymans  <wim@fluendo.com>
7768
7769         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
7770         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
7771         Small cleanups.
7772
7773         * gst/rtp/Makefile.am:
7774         * gst/rtp/gstrtp.c: (plugin_init):
7775         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
7776         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
7777         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
7778         (gst_rtp_vorbis_depay_process),
7779         (gst_rtp_vorbis_depay_set_property),
7780         (gst_rtp_vorbis_depay_get_property),
7781         (gst_rtp_vorbis_depay_change_state),
7782         (gst_rtp_vorbis_depay_plugin_init):
7783         * gst/rtp/gstrtpvorbisdepay.h:
7784         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
7785         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
7786         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
7787         (gst_rtp_vorbis_pay_flush_packet),
7788         (gst_rtp_vorbis_pay_append_buffer),
7789         (gst_rtp_vorbis_pay_handle_buffer),
7790         (gst_rtp_vorbis_pay_plugin_init):
7791         * gst/rtp/gstrtpvorbispay.h:
7792         Add experimental vorbis pay and depayloaders.
7793
7794 2006-09-21  Wim Taymans  <wim@fluendo.com>
7795
7796         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
7797         Fix profile-level-id parsing and setup.
7798
7799 2006-09-21  Wim Taymans  <wim@fluendo.com>
7800
7801         * gst/udp/README:
7802         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
7803         Update README, simple cleanup.
7804
7805 2006-09-21  Wim Taymans  <wim@fluendo.com>
7806
7807         * gst/rtp/README:
7808         Update README with some examples.
7809
7810         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
7811         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
7812         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
7813         (gst_rtp_mp4g_pay_setcaps):
7814         * gst/rtp/gstrtpmp4gpay.h:
7815         Make optional RTP parameters of type STRING, as required by the
7816         application/x-rtp caps specification.
7817
7818 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
7819
7820         * gst/rtp/gstrtph263pdepay.c:
7821         * gst/rtp/gstrtph263ppay.c:
7822         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
7823         RTP header.
7824
7825 2006-09-20  Wim Taymans  <wim@fluendo.com>
7826
7827         * gst/rtp/Makefile.am:
7828         And makefile too.
7829
7830 2006-09-20  Wim Taymans  <wim@fluendo.com>
7831
7832         * gst/rtp/gstrtp.c: (plugin_init):
7833         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
7834         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
7835         (decode_base64), (gst_rtp_asf_depay_setcaps),
7836         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
7837         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
7838         (gst_rtp_asf_depay_plugin_init):
7839         * gst/rtp/gstrtpasfdepay.h:
7840         Added preliminary ASF depayloader.
7841
7842         * gst/rtp/gstrtph264depay.c: (decode_base64):
7843         Fix base64 decoding.
7844
7845 2006-09-20  Wim Taymans  <wim@fluendo.com>
7846
7847         * gst/rtsp/URLS:
7848         Added some test URLS.
7849
7850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7851         (gst_rtspsrc_loop), (gst_rtspsrc_open):
7852         * gst/rtsp/gstrtspsrc.h:
7853         When creating streams, give access to the complete SDP.
7854         Fix some leaks.
7855         Collect and merge global stream properties in stream caps.
7856         Preliminary support for WMServer.
7857
7858         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7859         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7860         (rtsp_connection_receive):
7861         * gst/rtsp/rtspconnection.h:
7862         Make connection interruptable.
7863         Refactor to make it reconnectable.
7864         Don't fail on short reads when reading data packets.
7865
7866         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
7867         (rtsp_url_get_port):
7868         * gst/rtsp/rtspurl.h:
7869         Add methods for getting/setting the port.
7870
7871         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
7872         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
7873         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
7874         (sdp_media_get_format), (sdp_parse_line),
7875         (sdp_message_parse_buffer):
7876         Fix headers. 
7877         Add methods for getting multiple attributes with the same name.
7878         Increase buffer size when parsing.
7879         Fix parsing of a=foo fields.
7880
7881         * gst/rtsp/test.c: (main):
7882         Update to new connection API.
7883
7884         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7885         (rtsp_message_init_response), (rtsp_message_init_data),
7886         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
7887         * gst/rtsp/rtspmessage.h:
7888         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
7889         * gst/rtsp/rtsptransport.h:
7890         * gst/rtsp/sdp.h:
7891         * gst/rtsp/sdpmessage.h:
7892         * gst/rtsp/gstrtsp.c:
7893         * gst/rtsp/gstrtsp.h:
7894         * gst/rtsp/gstrtpdec.c:
7895         * gst/rtsp/gstrtpdec.h:
7896         * gst/rtsp/rtsp.h:
7897         * gst/rtsp/rtspdefs.c:
7898         * gst/rtsp/rtspdefs.h:
7899         Dual licensed under MIT and LGPL now.
7900
7901 2006-09-19  Wim Taymans  <wim@fluendo.com>
7902
7903         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
7904         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
7905         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
7906         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7907         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
7908         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7909         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
7910         * gst/rtsp/gstrtspsrc.h:
7911         Reorganize stream parsing and creation.
7912         Detect container formats in interleaved mode.
7913         Keep more state about the streams.
7914         Assume a server also supports PLAY if it does not say.
7915         Add unicast and interleaved properties to TCP transport requests to make
7916         some servers happy (WMServer).
7917
7918         * gst/rtsp/sdpmessage.h:
7919         Add some defines for the standard Bandwidth types.
7920
7921 2006-09-19  Wim Taymans  <wim@fluendo.com>
7922
7923         * gst/rtsp/test.c: (main):
7924         Fix build.
7925
7926 2006-09-19  Wim Taymans  <wim@fluendo.com>
7927
7928         * gst/wavparse/gstwavparse.c:
7929         Add ms-gsm to the src template.
7930
7931 2006-09-18  Wim Taymans  <wim@fluendo.com>
7932
7933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
7934         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
7935         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
7936         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
7937         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7938         * gst/rtsp/gstrtspsrc.h:
7939         Small cleanups, added documentation.
7940         Try to clean up the requests and responses.
7941         Refactor parsing the supported methods.
7942
7943         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
7944         (rtsp_connection_create), (rtsp_connection_send),
7945         (parse_response_status), (parse_request_line),
7946         (rtsp_connection_receive), (rtsp_connection_close),
7947         (rtsp_connection_free):
7948         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
7949         (rtsp_transport_init), (rtsp_transport_parse),
7950         (rtsp_transport_free):
7951         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7952         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
7953         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
7954         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
7955         Use g_return_val some more.
7956
7957         * gst/rtsp/rtspdefs.h:
7958         Add more enum values to track initial states.
7959
7960         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
7961         (rtsp_message_init_request), (rtsp_message_new_response),
7962         (rtsp_message_init_response), (rtsp_message_init_data),
7963         (rtsp_message_unset), (rtsp_message_free),
7964         (rtsp_message_add_header), (rtsp_message_remove_header),
7965         (rtsp_message_get_header), (rtsp_message_set_body),
7966         (rtsp_message_take_body), (rtsp_message_get_body),
7967         (rtsp_message_steal_body), (rtsp_message_dump):
7968         * gst/rtsp/rtspmessage.h:
7969         Reorder arguments, object goes as the first one.
7970         Use g_return_val some more.
7971
7972 2006-09-18  Wim Taymans  <wim@fluendo.com>
7973
7974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
7975         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
7976         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
7977         * gst/rtsp/gstrtspsrc.h:
7978         Export sometimes source pad with correct caps on the template, create
7979         the ghostpad from the template.
7980         Remove RTCP template as we never expose RTCP.
7981         Protect against invalid body size.
7982         Avoid memcpy when creating the output buffer.
7983         Properly post an error and send EOS when the loop function is shut down.
7984
7985 2006-09-18  Wim Taymans  <wim@fluendo.com>
7986
7987         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
7988
7989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7990         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
7991         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
7992         * gst/rtsp/gstrtspsrc.h:
7993         Make sure we can never set an invalid location.
7994
7995         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
7996         * gst/rtsp/rtspmessage.h:
7997         Added _steal_body method for future use.
7998
7999         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8000         Make freeing of NULL url return immediatly.
8001
8002 2006-09-18  Wim Taymans  <wim@fluendo.com>
8003
8004         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8005
8006         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8007         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8008         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8009         (gst_rtspsrc_change_state):
8010         * gst/rtsp/gstrtspsrc.h:
8011         Use boilerplate.
8012         Make rtspsrc subclass GstBin to make state changes easier.
8013         Add Range header field on the PLAY request.
8014
8015 2006-09-18  Wim Taymans  <wim@fluendo.com>
8016
8017         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8018
8019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8020         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8021         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8022         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8023         * gst/rtsp/rtspconnection.c: (inet_aton):
8024         Small cleanups.
8025         when multicast is selected as the transport, create UDP sources and
8026         connect to the multicast group.
8027         Move parsing and setting of caps to a common place.
8028         Fixes #349894.
8029
8030 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8031
8032         * ext/flac/gstflactag.c:
8033         * gst/alpha/gstalpha.c:
8034         * gst/debug/breakmydata.c:
8035         * gst/debug/negotiation.c:
8036         * gst/debug/testplugin.c:
8037         * gst/effectv/gstaging.c:
8038         * gst/effectv/gstdice.c:
8039         * gst/effectv/gstedge.c:
8040         * gst/effectv/gstquark.c:
8041         * gst/effectv/gstrev.c:
8042         * gst/effectv/gstshagadelic.c:
8043         * gst/effectv/gstvertigo.c:
8044         * gst/effectv/gstwarp.c:
8045         * gst/multipart/multipartdemux.c:
8046         * gst/multipart/multipartmux.c:
8047         * gst/videobox/gstvideobox.c:
8048         * gst/videofilter/gstgamma.c:
8049         * gst/videofilter/gstvideotemplate.c:
8050         * gst/videomixer/videomixer.c:
8051         * sys/sunaudio/gstsunaudiosrc.h:
8052         More G_OBJECT macro fixing.
8053
8054 2006-09-16  Wim Taymans  <wim@fluendo.com>
8055
8056         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8057
8058         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8059         Correctly set the dwLength in strh.
8060         With this patch, the file duration is now displayed correctly in window
8061         media player and the AVI plays completely. Fixes #356147
8062
8063 2006-09-15  Wim Taymans  <wim@fluendo.com>
8064
8065         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8066
8067         * sys/sunaudio/gstsunaudiomixerctrl.c:
8068         (gst_sunaudiomixer_ctrl_build_list):
8069         Set the output track as the MASTER so that the gnome-settings-daemon
8070         keybindings for changing the volume using the keyboard works.
8071         Fixes #356142.
8072
8073 2006-09-15  Wim Taymans  <wim@fluendo.com>
8074
8075         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8076         Fix documentation, it is not possible to control the framerate of jpegdec
8077         using filtered caps yet. Fixes #355210.
8078         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8079         stop when there is an error.
8080
8081 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8082
8083         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8084         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8085           Don't interpret a first buffer with an offset of NONE as
8086           'from the middle of the stream', but only a first buffer
8087           that has a valid buffer offset that's non-zero (see #345449).
8088
8089 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8092         (gst_icydemux_typefind_or_forward):
8093         * gst/icydemux/gsticydemux.h:
8094           When we merge/collect multiple incoming buffers for typefinding
8095           purposes, keep an initial 0 offset on the first outgoing buffer
8096           as well (otherwise id3demux won't work right). Fixes #345449.
8097           Also Make buffer metadata writable before setting buffer caps.
8098
8099         * tests/check/elements/icydemux.c: (typefind_succeed),
8100         (cleanup_icydemux), (push_data), (GST_START_TEST),
8101         (icydemux_suite):
8102           Small test case for the above.
8103
8104 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8105
8106         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8107         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8108         (gst_avi_demux_stream_header_push),
8109         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8110         (gst_avi_demux_loop):
8111           More code reuse and better logging in _peek_chunk(). Reintroduce check
8112           for chunk sizes before reading them (avoid oom). Better handling for 
8113           invalid chunksizes when streaming.
8114
8115 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8116
8117         * gst/level/gstlevel.c: (gst_level_set_property):
8118         * gst/level/gstlevel.h:
8119           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8120           René Stadler
8121
8122 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8123
8124         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8125         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8126         (gst_avi_demux_stream_data):
8127           Revert one change to fix streaming avi (adapter size != data size).
8128
8129 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8132
8133         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8134         (gst_matroska_demux_reset),
8135         (gst_matroska_demux_read_track_encodings),
8136         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8137         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8138         (gst_matroska_demux_subtitle_caps):
8139         * gst/matroska/matroska-ids.h:
8140           Add support for VOBSUB subtitle tracks and zlib-compressed
8141           tracks. Make sure we start on a keyframe after a seek. (#343348)
8142
8143 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8144
8145         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8146         (gst_matroska_demux_push_flac_codec_priv_data),
8147         (gst_matroska_demux_push_xiph_codec_priv_data),
8148         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8149         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8150         * gst/matroska/matroska-ids.h:
8151           Add basic FLAC support (#311586), not perfect yet though, needs some
8152           tweaking in flacdec; also, seeking could be better.
8153           Do better bounds checking when deserialising vorbis stream headers
8154           to make sure we don't read beyond the end of the buffer on bad input.
8155
8156 2006-09-04  Wim Taymans  <wim@fluendo.com>
8157
8158         Patch by: Alessandro Decina <alessandro at nnva dot org>
8159
8160         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8161         Seeking back in a file containing a CMML stream errors out if the seek
8162         goes back up to the CMML headers. This is because after the seek the xml
8163         processing instruction <?xml ...?> is submitted to the xml parser again, 
8164         which results in an error. The attached patch fixes the problem. 
8165         Fixes #353908.
8166
8167         * ext/annodex/gstcmmlenc.h:
8168         Fix authors name.
8169
8170
8171 2006-08-28  Andy Wingo  <wingo@pobox.com>
8172
8173         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8174         New helper function to lessen the ifdefs.
8175         (GST_INFO_OBJECT): 
8176         (gst_dv1394src_iso_receive): Use it.
8177         (gst_dv1394src_create): Also use the control sockets in iec61883
8178         mode.
8179         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8180         handle for AVC operations; fixes #348233.
8181
8182 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8183
8184         * configure.ac:
8185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8186         * docs/plugins/inspect/plugin-audiofx.xml:
8187         * docs/plugins/inspect/plugin-audiofxgood.xml:
8188         * gst/audiofx/Makefile.am:
8189         * gst/audiofx/audiofx.c:
8190         * gst/audiofxgood/.cvsignore:
8191         * gst/audiofxgood/Makefile.am:
8192         * gst/audiofxgood/audiofx.c:
8193         * gst/audiofxgood/audiopanorama.c:
8194         * gst/audiofxgood/audiopanorama.h:
8195           Rename again (audiofxgood -> audiofx).
8196
8197 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8198
8199         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8200         (gst_avi_demux_stream_scan):
8201           Initialze variables.
8202
8203 2006-08-25  Wim Taymans  <wim@fluendo.com>
8204
8205         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8206         (gst_avi_demux_init), (gst_avi_demux_finalize),
8207         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8208         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8209         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8210         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8211         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8212         (gst_avi_demux_massage_index),
8213         (gst_avi_demux_calculate_durations_from_index),
8214         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8215         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8216         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8217         (gst_avi_demux_change_state):
8218         * gst/avi/gstavidemux.h:
8219         More attempts to turn this into readable code.
8220         Don't leak adapters.
8221         Calculate duration according to index more efficiently.
8222         Don't try to act like we drive the pipeline in chain mode.
8223
8224 2006-08-25  Wim Taymans  <wim@fluendo.com>
8225
8226         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8227         Fix build.
8228
8229 2006-08-25  Wim Taymans  <wim@fluendo.com>
8230
8231         Patch by: Alessandro Decina <alessandro at nnva dot org>
8232
8233         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8234         Do some extra sanity checks.
8235         Fixes #350340.
8236
8237         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8238         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8239         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8240         Check if clip->start_time is valid before adding the clip to the
8241         track list.
8242         Reset enc->preamble going from PAUSED to READY.
8243         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8244         only used for EOS.
8245         Only post an error message if we were the one that created the fatal
8246         GstFlowReturn value.
8247
8248         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8249         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8250         Parse the seconds field of the npt-sec time format using %llu rather than
8251         %d and check that the value scaled by GST_SECOND doesn't overflow.
8252         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8253         Lookup a clip's track with clip->track rather than clip->id which
8254         makes no sense.
8255         Identify a clip by its track and start time and not its xml id.
8256         do some more input checking and make sure we don't do undefined shifts.
8257
8258         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8259         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8260         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8261         (push_clip), (push_empty_clip), (check_output_clip),
8262         (GST_START_TEST), (cmmldec_suite):
8263         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8264         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8265         (check_headers), (push_clip), (check_clip_times), (check_clip),
8266         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8267         Added some more checks.
8268
8269 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8270
8271         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8272         (gst_audio_panorama_set_property),
8273         (gst_audio_panorama_get_property),
8274         (gst_audio_panorama_transform_m2s_int),
8275         (gst_audio_panorama_transform_s2s_int),
8276         (gst_audio_panorama_transform_m2s_float),
8277         (gst_audio_panorama_transform_s2s_float):
8278         * gst/audiofxgood/audiopanorama.h:
8279         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8280           Make also the pan-property float (saves scaling and yields better
8281           resolution)
8282
8283 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8284
8285         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8286         (gst_audio_panorama_transform_m2s_float),
8287         (gst_audio_panorama_transform_s2s_float):
8288           ChangeLog surgery to add cymax's real name
8289
8290
8291 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8292
8293         Patch by: René Stadler <mail@renestadler.de>
8294
8295         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8296         (gst_audio_panorama_transform_m2s_int),
8297         (gst_audio_panorama_transform_s2s_int),
8298         (gst_audio_panorama_transform_m2s_float),
8299         (gst_audio_panorama_transform_s2s_float),
8300         (gst_audio_panorama_transform):
8301         * gst/audiofxgood/audiopanorama.h:
8302           Added float support
8303
8304 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8305
8306         * gst/audiofxgood/audiopanorama.c:
8307         (gst_audio_panorama_transform_m2s):
8308           Fix docs & debug category. Add Fixme for volume pan levels.
8309
8310 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8311
8312         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8313         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8314         (gst_avi_demux_stream_header_pull),
8315         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8316         (gst_avi_demux_chain):
8317           unbreak AVI index handling, some more debug, remove an obsolete
8318           adapter_flush that caused streaming to wander off in the wild
8319
8320 2006-08-24  Wim Taymans  <wim@fluendo.com>
8321
8322         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8323         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8324         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8325         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8326         (gst_avi_demux_calculate_durations_from_index),
8327         (gst_avi_demux_stream_header_push),
8328         (gst_avi_demux_stream_header_pull):
8329         * gst/avi/gstavidemux.h:
8330         Some more cleanups. 
8331         Fix totalFrames parsing in ODML.
8332         Disable use of index for length calculation in case of ODML as this is
8333         broken now.
8334
8335 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8336
8337         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8338           Use libgsttag helper function here too.
8339
8340 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8341
8342         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8343         (gst_avi_demux_init), (gst_avi_demux_dispose),
8344         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8345         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8346         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8347         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8348         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8349         (gst_avi_demux_parse_subindex),
8350         (gst_avi_demux_read_subindexes_push),
8351         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8352         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8353         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8354         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8355         (gst_avi_demux_stream_header_pull),
8356         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8357         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8358         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8359         (gst_avi_demux_change_state):
8360         * gst/avi/gstavidemux.h:
8361           Initial streaming support for avidemux (fixes #336465)
8362
8363 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8364
8365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8366           There is no taglibmux element ...
8367
8368         * gst/rtsp/gstrtspsrc.c:
8369           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8370           was complaining about unknown entity here.
8371
8372 2006-08-22  Wim Taymans  <wim@fluendo.com>
8373
8374         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8375         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8376         (gst_avi_demux_process_next_entry):
8377         * gst/avi/gstavidemux.h:
8378         Mark DISCONT.
8379         Remove old unused fields and reorder the struct a bit.
8380
8381 2006-08-22  Wim Taymans  <wim@fluendo.com>
8382
8383         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8384         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8385         (gst_rtspsrc_pause):
8386         * gst/rtsp/gstrtspsrc.h:
8387         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8388         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8389         Small documentation updates.
8390
8391 2006-08-22  Wim Taymans  <wim@fluendo.com>
8392
8393         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8394         (gst_avi_demux_index_entry_for_time),
8395         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8396         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8397         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8398         (gst_avi_demux_next_data_buffer),
8399         (gst_avi_demux_calculate_durations_from_index),
8400         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8401         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8402         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8403         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8404         * gst/avi/gstavidemux.h:
8405         Precalc most of the duration query for each stream.
8406         Make seeking more correct.
8407         Use GstSegment to track position and duration.
8408         Code cleanups and leak fixes.
8409         Calculate correct total duration based on index length.
8410
8411 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8412
8413         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8414         (parse_insert_string_field):
8415           If strings in text fields are marked ISO8859-1, but contain
8416           valid UTF-8 already, then handle them as UTF-8 and ignore
8417           the encoding. (#351794)
8418
8419 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8420
8421         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8422         (gst_flac_dec_write), (gst_flac_dec_loop),
8423         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8424         (gst_flac_dec_src_query):
8425         * ext/flac/gstflacdec.h:
8426           Make flac-in-ogg work (#352100).
8427
8428 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8429
8430         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8431           Don't unref buffers of which we've already given away
8432           ownership to the adapter.
8433
8434 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8435
8436         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8437           Make metadata extraction actually work.
8438
8439         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8440         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8441         (gst_speexenc_chain):
8442           Fix metadata writing: replace old code which wrote completely
8443           broken tags with libgsttag-based code. Plus miscellaneous
8444           code cleanups (use static pad templates etc.) and a bunch
8445           of leak fixes.
8446
8447 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8448
8449         * gst/audiopanorama/.cvsignore:
8450         * gst/audiopanorama/Makefile.am:
8451         * gst/audiopanorama/audiofx.c:
8452         * gst/audiopanorama/audiopanorama.c:
8453         * gst/audiopanorama/audiopanorama.h:
8454           die! die! die! you should never have been there
8455
8456 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8457
8458         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8459         Fix invalid memory access in audiopanorama test suite.
8460
8461 2006-08-21  Edward Hervey  <edward@fluendo.com>
8462
8463         * tests/check/elements/.cvsignore:
8464         ignore built file
8465
8466 2006-08-21  Wim Taymans  <wim@fluendo.com>
8467
8468         * gst/rtp/Makefile.am:
8469         Fix the build again.
8470
8471 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8472
8473         * gst/audiofxgood/.cvsignore:
8474         * gst/audiofxgood/Makefile.am:
8475         * gst/audiofxgood/audiofx.c: (plugin_init):
8476         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8477         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8478         (gst_audio_panorama_set_property),
8479         (gst_audio_panorama_get_property),
8480         (gst_audio_panorama_get_unit_size),
8481         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8482         (gst_audio_panorama_transform_m2s),
8483         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8484         * gst/audiofxgood/audiopanorama.h:
8485           resubmit with the desired name *again*
8486
8487 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8488
8489         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8490         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8491           use g_assert in _get_unit_size
8492
8493 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8494
8495         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8496         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8497         * docs/plugins/inspect/plugin-audiofxgood.xml:
8498           cleanup -unused.txt to make it useful, add previously missing docs
8499
8500         * ext/Makefile.am:
8501           Quietly (accidentally) enable LADSPA for building by default, 
8502           despite the fact that it doesn't meet the plugin checklist.
8503             -- Added by Jan Schmidt 18 Dec 2006
8504
8505         * ext/esd/esdmon.c:
8506         * ext/esd/esdsink.c:
8507         * ext/esd/gstesd.c: (plugin_init):
8508           reflow to get rid of two external symbols
8509
8510         * gst/audiofxgood/audiofx.c: (plugin_init):
8511           re-add
8512
8513 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8514
8515         * configure.ac:
8516         * gst/audiofxgood/.cvsignore:
8517         * gst/audiofxgood/Makefile.am:
8518         * gst/audiofxgood/audiofx.c
8519         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8520         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8521         (gst_audio_panorama_set_property),
8522         (gst_audio_panorama_get_property),
8523         (gst_audio_panorama_get_unit_size),
8524         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8525         (gst_audio_panorama_transform_m2s),
8526         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8527         * gst/audiofxgood/audiopanorama.h:
8528         * tests/check/Makefile.am:
8529         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8530         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8531         (panorama_suite), (main):
8532         Add audiofxgood plugin with audiopanorama element
8533
8534 2006-08-18  Wim Taymans  <wim@fluendo.com>
8535
8536         * docs/plugins/Makefile.am:
8537         More Oss docs fixage. 
8538
8539 2006-08-18  Wim Taymans  <wim@fluendo.com>
8540
8541         * gst/rtp/Makefile.am:
8542         * gst/rtp/gstrtp.c: (plugin_init):
8543         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8544         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8545         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8546         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8547         (gst_rtp_sv3v_depay_get_property),
8548         (gst_rtp_sv3v_depay_change_state),
8549         (gst_rtp_sv3v_depay_plugin_init):
8550         * gst/rtp/gstrtpsv3vdepay.h:
8551         Added experimental SVQ3 depayloader.
8552
8553 2006-08-18  Edward Hervey  <edward@fluendo.com>
8554
8555         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8556         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8557         * ext/dv/gstdvdemux.h:
8558         When handling seek requests, don't send the newsegment event from the
8559         calling thread. Instead save it so it can be sent from the streaming
8560         thread.
8561
8562 2006-08-17  Wim Taymans  <wim@fluendo.com>
8563
8564         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8565
8566         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8567         Accept leading whitespace before the boundary
8568         This patch makes the demuxer allow some whitespace before the actual
8569         boundary. This makes the demuxer work with the ``old'' gstreamer
8570         multipartmuxer again (which placed an extra \n before the start
8571         of the stream) Fixes #349068.
8572
8573 2006-08-17  Wim Taymans  <wim@fluendo.com>
8574
8575         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8576         Error out on non-implemented stuff.
8577
8578 2006-08-16  Wim Taymans  <wim@fluendo.com>
8579
8580         Patch by: Andy Wingo <wingo at pobox dot com>
8581
8582         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8583         (gst_signal_processor_start), (gst_signal_processor_stop),
8584         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8585         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8586         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8587         (gst_signal_processor_change_state):
8588         Make ladspa elements reusable. Fixes #350006.
8589
8590 2006-08-16  Wim Taymans  <wim@fluendo.com>
8591
8592         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8593         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8594         names as possible. Fixes #349901.
8595
8596 2006-08-16  Wim Taymans  <wim@fluendo.com>
8597
8598         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8599         (gst_signal_processor_do_pushes):
8600         A push() gives away our refcount so we should not use the buffer on the
8601         pen anymore.
8602
8603 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8604
8605         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8606         (gst_oss_mixer_element_finalize):
8607           Don't leak device string.
8608
8609 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8610
8611         * configure.ac:
8612           Require CVS of GStreamer core and -base (for
8613           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8614
8615         * ext/taglib/gstid3v2mux.cc:
8616           Write extended comment tags properly (#348762).
8617
8618         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8619         (parse_comment_frame):
8620           Extract COMM frames into extended comments, which makes it
8621           easier to properly retain the description bit of the tag
8622           and maintain this information when re-tagging (#348762).
8623
8624 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8625
8626         * tests/check/Makefile.am:
8627           Don't try to run annodex unit tests if the annodex
8628           plugin has not been built (Fixes #351116).
8629
8630 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8631
8632         * gst/autodetect/gstautoaudiosink.c:
8633         (gst_auto_audio_sink_find_best):
8634           When we can't find a usable audiosink, don't error out,
8635           but use a fake sink instead and post a warning message
8636           on the bus (#341278).
8637
8638 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8641         * sys/oss/gstosssink.c:
8642         * sys/oss/gstosssrc.c:
8643           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8644           ossmixer's new device property.
8645
8646         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8647         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8648           Add docs for OSS elements.
8649
8650         * docs/plugins/inspect/plugin-aasink.xml:
8651         * docs/plugins/inspect/plugin-alaw.xml:
8652         * docs/plugins/inspect/plugin-alpha.xml:
8653         * docs/plugins/inspect/plugin-alphacolor.xml:
8654         * docs/plugins/inspect/plugin-annodex.xml:
8655         * docs/plugins/inspect/plugin-apetag.xml:
8656         * docs/plugins/inspect/plugin-auparse.xml:
8657         * docs/plugins/inspect/plugin-autodetect.xml:
8658         * docs/plugins/inspect/plugin-avi.xml:
8659         * docs/plugins/inspect/plugin-cacasink.xml:
8660         * docs/plugins/inspect/plugin-cairo.xml:
8661         * docs/plugins/inspect/plugin-cdio.xml:
8662         * docs/plugins/inspect/plugin-cutter.xml:
8663         * docs/plugins/inspect/plugin-debug.xml:
8664         * docs/plugins/inspect/plugin-dv.xml:
8665         * docs/plugins/inspect/plugin-efence.xml:
8666         * docs/plugins/inspect/plugin-effectv.xml:
8667         * docs/plugins/inspect/plugin-esdsink.xml:
8668         * docs/plugins/inspect/plugin-flac.xml:
8669         * docs/plugins/inspect/plugin-flxdec.xml:
8670         * docs/plugins/inspect/plugin-gconfelements.xml:
8671         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8672         * docs/plugins/inspect/plugin-goom.xml:
8673         * docs/plugins/inspect/plugin-halelements.xml:
8674         * docs/plugins/inspect/plugin-icydemux.xml:
8675         * docs/plugins/inspect/plugin-id3demux.xml:
8676         * docs/plugins/inspect/plugin-jpeg.xml:
8677         * docs/plugins/inspect/plugin-level.xml:
8678         * docs/plugins/inspect/plugin-matroska.xml:
8679         * docs/plugins/inspect/plugin-mulaw.xml:
8680         * docs/plugins/inspect/plugin-multipart.xml:
8681         * docs/plugins/inspect/plugin-navigationtest.xml:
8682         * docs/plugins/inspect/plugin-ossaudio.xml:
8683         * docs/plugins/inspect/plugin-png.xml:
8684         * docs/plugins/inspect/plugin-rtp.xml:
8685         * docs/plugins/inspect/plugin-rtsp.xml:
8686         * docs/plugins/inspect/plugin-shout2send.xml:
8687         * docs/plugins/inspect/plugin-smpte.xml:
8688         * docs/plugins/inspect/plugin-speex.xml:
8689         * docs/plugins/inspect/plugin-taglib.xml:
8690         * docs/plugins/inspect/plugin-udp.xml:
8691         * docs/plugins/inspect/plugin-videobalance.xml:
8692         * docs/plugins/inspect/plugin-videobox.xml:
8693         * docs/plugins/inspect/plugin-videoflip.xml:
8694         * docs/plugins/inspect/plugin-videomixer.xml:
8695         * docs/plugins/inspect/plugin-wavenc.xml:
8696         * docs/plugins/inspect/plugin-wavparse.xml:
8697         * docs/plugins/inspect/plugin-ximagesrc.xml:
8698           Update to CVS version.
8699           
8700 2006-08-16  Wim Taymans  <wim@fluendo.com>
8701
8702         * gst/rtp/gstrtpamrdepay.c:
8703         * gst/rtp/gstrtpmp4gdepay.c:
8704         Caps extra properties must be defined as strings for
8705         depayloaders because they are generated from an SDP.
8706
8707         * gst/rtp/Makefile.am:
8708         * gst/rtp/gstrtp.c: (plugin_init):
8709         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
8710         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
8711         (gst_rtp_h264_depay_finalize), (decode_base64),
8712         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
8713         (gst_rtp_h264_depay_set_property),
8714         (gst_rtp_h264_depay_get_property),
8715         (gst_rtp_h264_depay_change_state),
8716         (gst_rtp_h264_depay_plugin_init):
8717         * gst/rtp/gstrtph264depay.h:
8718         Added basic, not completely functional RFC 3984 H264 depayloader.
8719
8720 2006-08-16  Wim Taymans  <wim@fluendo.com>
8721
8722         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
8723         Add pads after setting them up.
8724
8725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8726         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8727         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
8728         (gst_rtspsrc_stream_setup_rtp),
8729         (gst_rtspsrc_stream_configure_transport),
8730         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
8731         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8732         (gst_rtspsrc_pause):
8733         * gst/rtsp/gstrtspsrc.h:
8734         Fix interleaved mode.
8735          - Protect streaming with lock.
8736          - Combine flows
8737          - set caps on outgoing buffers.
8738          - strip trailing \0 from data packets.
8739          - Configure RTP/RTCP in stream.
8740         Use DEBUG_OBJECT more.
8741
8742 2006-08-16  Wim Taymans  <wim@fluendo.com>
8743
8744         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
8745         Turn a g_print into a DEBUG line.
8746
8747 2006-08-13  Wim Taymans  <wim@fluendo.com>
8748
8749         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
8750         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8751         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
8752         (gst_oss_mixer_element_get_property),
8753         (gst_oss_mixer_element_change_state):
8754         * sys/oss/gstossmixerelement.h:
8755         Small cleanups. Better error reporting.
8756         Add device property for the mixer instead of the hardcoded
8757         /dev/mixer. Fixes #350785.
8758         API: GstOssMixerElement::device property
8759
8760 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
8761
8762         Patch by: Jens Granseuer <jensgr at gmx net>
8763
8764         * gconf/Makefile.am:
8765           Make --disable-schemas work right (they still need
8766           to be copied to the installation directory, just not
8767           applied). Fixes #351347 (also #344100).
8768           
8769 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8770
8771         * configure.ac: back to HEAD
8772
8773 === release 0.10.4 ===
8774
8775 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
8776
8777         * configure.ac:
8778           releasing 0.10.4, "Dear Leader"
8779
8780 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8781
8782         Patch by: Edward Hervey <edward@fluendo.com>
8783
8784         * configure.ac:
8785         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
8786         (gst_wavparse_stream_data):
8787         Send the newsegment event in the streaming thread.
8788         Fixes #347529
8789
8790 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8793         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
8794         (gst_smokeenc_resync), (gst_smokeenc_chain):
8795           Refuse sink caps in the encoder if width or height is not a
8796           multiple of 16, the encoder does not support that yet (#349939);
8797           along the same lines, check the return value of the encoder
8798           setup function; also remove some debug log clutter.
8799
8800 2006-08-04  Andy Wingo  <wingo@pobox.com>
8801
8802         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
8803         whether a processor can work in place or not, and for keeping
8804         track of its state. Change the FlowReturn instance variable from
8805         "state" to "flow_state", all callers changed.
8806
8807         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
8808         (gst_signal_processor_start, gst_signal_processor_stop)
8809         (gst_signal_processor_cleanup): New functions to manage the
8810         processor's state.
8811         (gst_signal_processor_setcaps): start() as well as setup() here.
8812         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
8813         (gst_signal_processor_change_state): Stop and cleanup the
8814         processor as we go to NULL.
8815
8816         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
8817         INPLACE_BROKEN is not set.
8818
8819         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
8820         Do the alloc_buffer in bytes, not frames.
8821         
8822 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8823
8824         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8825         Fix rgb masks when recording in < 24bpp.
8826
8827 2006-08-04  Andy Wingo  <wingo@pobox.com>
8828
8829         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
8830         (gst_signal_processor_prepare)
8831         (gst_signal_processor_update_inputs)
8832         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
8833         (gst_signal_processor_flush)
8834         (gst_signal_processor_sink_activate_push)
8835         (gst_signal_processor_src_activate_pull)
8836         (gst_signal_processor_change_state): Remove the last of the code
8837         that assumes that we process whole buffers at a time. Fix some
8838         debugging. Seems to work now in some cases.
8839         (gst_signal_processor_src_activate_pull): BPB
8840
8841 2006-08-01  Andy Wingo  <wingo@pobox.com>
8842
8843         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
8844         Fix nframes-choosing.
8845         (gst_signal_processor_init): Init pending_in and pending_out.
8846
8847         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
8848         more default sample rate, although we never check that the sample
8849         rate actually gets set. Something for the future.
8850         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
8851         (gst_signal_processor_event): Refcount fixen.
8852         (gst_signal_processor_process): Pull the number of frames to
8853         process from the sizes of the buffers in the input pens.
8854         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
8855         (gst_signal_processor_do_pulls): Add an nframes argument, and use
8856         it instead of buffer_frames.
8857         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
8858         to do_pulls.
8859         (gst_signal_processor_chain)
8860         (gst_signal_processor_sink_activate_push)
8861         (gst_signal_processor_src_activate_pull):  Refcount fixen.
8862
8863         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
8864
8865 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
8866
8867         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
8868         (gst_signal_processor_process):
8869           don't query buffer-frames from caps, add lots of debug-log,
8870           try fix for assert (#349189)
8871
8872 2006-07-31  Wim Taymans  <wim@fluendo.com>
8873
8874         * gst/udp/gstudpsrc.c:
8875         Fix docs.
8876
8877 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
8878
8879         * ext/ladspa/gstsignalprocessor.c:
8880         (gst_signal_processor_add_pad_from_template),
8881         (gst_signal_processor_init), (gst_signal_processor_setcaps),
8882         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
8883         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
8884         (gst_signal_processor_sink_activate_push),
8885         (gst_signal_processor_src_activate_pull),
8886         (gst_signal_processor_change_state):
8887          Add debugs logs here and there, add more error handling, add some
8888          FIXME comments, filed #349189
8889
8890 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8891
8892         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
8893         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
8894         Set caps on buffer correctly.  Fixes bug #349155.
8895
8896 2006-07-28  Wim Taymans  <wim@fluendo.com>
8897
8898         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8899
8900         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
8901         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
8902         (gst_multipart_demux_finalize), (get_line_end),
8903         (multipart_parse_header), (multipart_find_boundary),
8904         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
8905         (gst_multipart_set_property), (gst_multipart_get_property):
8906         Uses GstAdapter instead of own buffering.
8907         Actually parses the mime-type correctly (In tests the mime-type was
8908         always "" with the old version).
8909         Uses the Content-length header if available to speed up things.
8910         Reliably autoscans the boundary name by default.
8911         Fixes #349068.
8912
8913         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
8914         Don't start the stream with a \n.
8915
8916 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
8917
8918         Patch by: Brian Cameron <brian dot cameron at sun com>
8919
8920         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
8921           Open source with O_NONBLOCK (#349015).
8922
8923 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
8924
8925         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8926         (gst_avi_demux_massage_index):
8927         * gst/avi/gstavidemux.h:
8928           Whitespace fixes and more debug
8929
8930 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8931
8932         * gst/autodetect/gstautoaudiosink.c:
8933         (gst_auto_audio_sink_create_element_with_pretty_name),
8934         (gst_auto_audio_sink_find_best),
8935         (gst_auto_audio_sink_change_state):
8936           Get rid of old and unused magic sound-server properties stuff.
8937           Add suffix to child sink's name that makes it easy to see from
8938           the name alone which type it actually is (alsa, oss, esd, etc.).
8939
8940 2006-07-27  Wim Taymans  <wim@fluendo.com>
8941
8942         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8943         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
8944         (gst_udpsrc_start):
8945         * gst/udp/gstudpsrc.h:
8946         Rename "buffer" to "buffer-size" to make clear it is a size we set and
8947         not some sort of feature we enable.
8948
8949 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
8950
8951         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
8952           Use CLOSE_SOCKET() here instead of close() to maintain
8953           win32 workiness.
8954
8955 2006-07-27  Wim Taymans  <wim@fluendo.com>
8956
8957         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8958
8959         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8960         (gst_udpsrc_create), (gst_udpsrc_set_property),
8961         (gst_udpsrc_get_property), (gst_udpsrc_start):
8962         * gst/udp/gstudpsrc.h:
8963         Added "buffer-size" property to control the kernel receive buffer size.
8964         Update documentation.
8965         Small cleanups. Fixes #348752.
8966         API: buffer-size property
8967
8968 2006-07-26  Wim Taymans  <wim@fluendo.com>
8969
8970         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
8971
8972         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
8973         (gst_rtp_pcma_pay_handle_buffer):
8974         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
8975         (gst_rtp_pcmu_pay_handle_buffer):
8976         Fix timestamp calculation on outgoing RTP packets.
8977         Fixes #348675.
8978
8979 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8980
8981         * ext/taglib/gstid3v2mux.cc:
8982           Fix writing of comment frames (should be COMM not TCOM),
8983           is still sub-optimal though, since we don't retain or
8984           extract the comment descriptions properly (#334375,
8985           also see #334375).
8986
8987 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8988
8989         * gst/wavparse/gstwavparse.c:
8990           #define 'fact' RIFF chunk if we are not compiling against
8991           -base CVS (we don't want to depend on -base CVS for this
8992           one define only, and also not for release order reasons).
8993
8994 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
8995
8996         * ext/taglib/gstid3v2mux.cc:
8997           Handle multiple tags of the same type properly. Re-inject
8998           unparsed ID3v2 frames that we get as binary blobs from
8999           id3demux into the tag again so we don't lose information
9000           when retagging (#334375).
9001
9002 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9003
9004         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9005           Document newly-added properties properly, so that there is a
9006           'Since: 0.10.4' in the plugin docs. Convert some property
9007           names into canonical GObject style (GObject will do that
9008           internally anyway).
9009
9010 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9011
9012         * gst/id3demux/id3tags.c:
9013         (id3demux_add_id3v2_frame_blob_to_taglist):
9014           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9015           well, and add the version to the blob's buffer caps, since that
9016           information will be needed for deserialisation later on (#348644).
9017
9018 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9019
9020         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9021         (gst_avi_demux_parse_stream):
9022          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9023          indentation and spacing.
9024
9025 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9026
9027         * docs/plugins/Makefile.am:
9028         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9029         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9030         * docs/plugins/gst-plugins-good-plugins.args:
9031         * docs/plugins/inspect/plugin-1394.xml:
9032         * docs/plugins/inspect/plugin-aasink.xml:
9033         * docs/plugins/inspect/plugin-alaw.xml:
9034         * docs/plugins/inspect/plugin-alpha.xml:
9035         * docs/plugins/inspect/plugin-alphacolor.xml:
9036         * docs/plugins/inspect/plugin-annodex.xml:
9037         * docs/plugins/inspect/plugin-apetag.xml:
9038         * docs/plugins/inspect/plugin-auparse.xml:
9039         * docs/plugins/inspect/plugin-autodetect.xml:
9040         * docs/plugins/inspect/plugin-avi.xml:
9041         * docs/plugins/inspect/plugin-cacasink.xml:
9042         * docs/plugins/inspect/plugin-cairo.xml:
9043         * docs/plugins/inspect/plugin-cdio.xml:
9044         * docs/plugins/inspect/plugin-cutter.xml:
9045         * docs/plugins/inspect/plugin-debug.xml:
9046         * docs/plugins/inspect/plugin-dv.xml:
9047         * docs/plugins/inspect/plugin-efence.xml:
9048         * docs/plugins/inspect/plugin-effectv.xml:
9049         * docs/plugins/inspect/plugin-esdsink.xml:
9050         * docs/plugins/inspect/plugin-flac.xml:
9051         * docs/plugins/inspect/plugin-flxdec.xml:
9052         * docs/plugins/inspect/plugin-gconfelements.xml:
9053         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9054         * docs/plugins/inspect/plugin-goom.xml:
9055         * docs/plugins/inspect/plugin-halelements.xml:
9056         * docs/plugins/inspect/plugin-icydemux.xml:
9057         * docs/plugins/inspect/plugin-id3demux.xml:
9058         * docs/plugins/inspect/plugin-jpeg.xml:
9059         * docs/plugins/inspect/plugin-level.xml:
9060         * docs/plugins/inspect/plugin-matroska.xml:
9061         * docs/plugins/inspect/plugin-mulaw.xml:
9062         * docs/plugins/inspect/plugin-multipart.xml:
9063         * docs/plugins/inspect/plugin-navigationtest.xml:
9064         * docs/plugins/inspect/plugin-ossaudio.xml:
9065         * docs/plugins/inspect/plugin-png.xml:
9066         * docs/plugins/inspect/plugin-rtp.xml:
9067         * docs/plugins/inspect/plugin-rtsp.xml:
9068         * docs/plugins/inspect/plugin-shout2send.xml:
9069         * docs/plugins/inspect/plugin-smpte.xml:
9070         * docs/plugins/inspect/plugin-speex.xml:
9071         * docs/plugins/inspect/plugin-udp.xml:
9072         * docs/plugins/inspect/plugin-videobalance.xml:
9073         * docs/plugins/inspect/plugin-videobox.xml:
9074         * docs/plugins/inspect/plugin-videoflip.xml:
9075         * docs/plugins/inspect/plugin-videomixer.xml:
9076         * docs/plugins/inspect/plugin-wavenc.xml:
9077         * docs/plugins/inspect/plugin-wavparse.xml:
9078         * docs/plugins/inspect/plugin-ximagesrc.xml:
9079           Update files to CVS/Prerelease version, add esdsink docs.
9080
9081         * ext/esd/esdsink.c:
9082           Add gtk-doc blurb.
9083
9084         * gst/rtp/gstrtpmp4vpay.c:
9085           Fix typo in element description.
9086
9087 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * ext/esd/esdsink.c: (gst_esdsink_open),
9090         (gst_esdsink_factory_init):
9091           Prevent libesd from auto-spawning a sound daemon if it
9092           is not already running. Now that we don't do evil stuff
9093           like that any longer we can give esdsink a rank so that
9094           autoaudiosink will try it as well if all other audio
9095           sinks fail (#343051).
9096
9097 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9098
9099         * ext/esd/Makefile.am:
9100           Oops, need to remove README from EXTRA_DIST as well.
9101
9102 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9103
9104         * ext/esd/README:
9105           Remove, it contains nothing useful anyway.
9106
9107         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9108         (gst_esdsink_delay):
9109           Some small clean-ups; use GST_BOILERPLATE etc.
9110
9111 2006-07-24  Wim Taymans  <wim@fluendo.com>
9112
9113         * gst/law/alaw-decode.c: (alawdec_getcaps):
9114         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9115         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9116         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9117         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9118
9119 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9120
9121         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9122         (gst_wavparse_other), (gst_wavparse_perform_seek),
9123         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9124         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9125         (gst_wavparse_pad_query):
9126         * gst/wavparse/gstwavparse.h:
9127           Use information from 'fact' chunk for length calculation of compressed
9128           samples. Calculate bps if bogus value is found in wav header (embeded
9129           mp2/mp3).
9130           
9131
9132 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9133
9134         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9135
9136         * configure.ac:
9137         * gst/udp/Makefile.am:
9138         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9139         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9140         * gst/udp/gstdynudpsink.h:
9141         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9142         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9143         * gst/udp/gstmultiudpsink.h:
9144         * gst/udp/gstudp.c: (plugin_init):
9145         * gst/udp/gstudpsink.h:
9146         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9147         (gst_udpsrc_start), (gst_udpsrc_stop):
9148         * gst/udp/gstudpsrc.h:
9149         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9150         (gst_udp_net_utils_win32_wsa_startup):
9151         * gst/udp/gstudpnetutils.h:
9152           Port udp plugin to win32 (#345288).
9153
9154 2006-07-24  Wim Taymans  <wim@fluendo.com>
9155
9156         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9157         Remove unwanted DEBUG line.
9158
9159 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9160
9161         * gst/id3demux/gstid3demux.c: (plugin_init):
9162         * gst/id3demux/id3tags.c:
9163         (id3demux_add_id3v2_frame_blob_to_taglist):
9164         * gst/id3demux/id3tags.h:
9165           On second thought, it might be wiser and more efficient
9166           not to do tag registration from a streaming thread.
9167
9168 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * gst/id3demux/id3tags.c:
9171         (id3demux_add_id3v2_frame_blob_to_taglist),
9172         (id3demux_id3v2_frames_to_tag_list):
9173           Put ID3v2 frames we can't parse as binary blobs into private
9174           tags, so that they are not lost when retagging, at least once
9175           id3v2mux has been taught to re-inject those frames again.
9176           See bug #334375.
9177
9178 2006-07-21  Wim Taymans  <wim@fluendo.com>
9179
9180         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9181         (gst_avi_demux_process_next_entry):
9182         Fix some leaks.
9183
9184         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9185         Don't use \n in debug lines.
9186
9187 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9188
9189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9191           Add annodex and icydemux, cleanup the sections a bit
9192
9193 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9194
9195         Patch by: Alex Lancaster <alexl at users sourceforge net>
9196
9197         * ext/taglib/gstid3v2mux.cc:
9198           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9199           ID3v2 TSSE frames (#347898).
9200
9201 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9202
9203         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9204           Respect mpegversion for "video/mpeg" and give message in case of
9205           unhandled versions.
9206
9207 2006-07-17  Wim Taymans  <wim@fluendo.com>
9208
9209         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9210         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9211         (gst_pngdec_chain), (gst_pngdec_sink_event),
9212         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9213         (gst_pngdec_sink_activate_push):
9214         * ext/libpng/gstpngdec.h:
9215         Use statically allocated segment instead of leaking.
9216         Various cleanups.
9217         Fix flush and seek handling.
9218
9219 2006-07-16  Wim Taymans  <wim@fluendo.com>
9220
9221         * gst/rtp/Makefile.am:
9222         * gst/rtp/gstrtp.c: (plugin_init):
9223         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9224         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9225         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9226         (gst_rtp_mp4g_depay_set_property),
9227         (gst_rtp_mp4g_depay_get_property),
9228         (gst_rtp_mp4g_depay_change_state),
9229         (gst_rtp_mp4g_depay_plugin_init):
9230         * gst/rtp/gstrtpmp4gdepay.h:
9231         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9232         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9233         (gst_rtp_mp4g_pay_flush):
9234         Added simple generic mpeg4 depayloader.
9235         Fix generic mpeg4 payloader.
9236
9237 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9240           Don't try doing state changes on a NULL pointer.
9241
9242 2006-07-14  Wim Taymans  <wim@fluendo.com>
9243
9244         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9245
9246         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9247         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9248         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9249         * gst/rtp/gstrtpamrdepay.h:
9250         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9251         Fixes #321191
9252
9253 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9254
9255         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9256         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9257         Fix segfault when moving mouse pointer to the bottom right corner.
9258
9259 2006-07-12  Wim Taymans  <wim@fluendo.com>
9260
9261         * gst/rtp/Makefile.am:
9262         * gst/rtp/gstrtp.c: (plugin_init):
9263         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9264         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9265         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9266         (gst_rtp_mp2t_depay_set_property),
9267         (gst_rtp_mp2t_depay_get_property),
9268         (gst_rtp_mp2t_depay_change_state),
9269         (gst_rtp_mp2t_depay_plugin_init):
9270         * gst/rtp/gstrtpmp2tdepay.h:
9271         Added mpeg2 TS depayloader. Closing #347234.
9272
9273 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9274
9275         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9276           Remove g_assert that shouldn't be there and was triggered
9277           after trying to open a device that doesn't exist or can't
9278           be opened for some other reason (#347972).
9279
9280 2006-07-10  Edward Hervey  <edward@fluendo.com>
9281
9282         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9283         (gst_avi_demux_stream_header), (push_tag_lists):
9284         * gst/avi/gstavidemux.h:
9285         Don't push tag events found by gst_riff_parse_info() before outputting
9286         GST_EVENT_NEWSEGMENT.
9287
9288 2006-07-10  Wim Taymans  <wim@fluendo.com>
9289
9290         * gst/rtsp/Makefile.am:
9291         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9292         (rtsp_connection_close):
9293         * gst/rtsp/rtspdefs.h:
9294         replaced closesocket and close in code with one CLOSE_SOCKET. 
9295         Some more cleanups. Fixes #345301.
9296
9297 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9298
9299         * gst/autodetect/gstautoaudiosink.c:
9300           Fix example pipeline in docs.
9301
9302 2006-07-10  Wim Taymans  <wim@fluendo.com>
9303
9304         Patch by: Rob Taylor <robtaylor at floopily dot org>
9305
9306         * gst/udp/gstmultiudpsink.c: (join_multicast),
9307         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9308         If a destination is added before the stream is set to PAUSED, the
9309         multicast group is not joined as the socket is not created yet. 
9310         Also TTL and LOOP should also be set. Fixes #346921.
9311
9312 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9313
9314         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9315         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9316         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9317         (gst_ximage_src_init):
9318         * sys/ximage/gstximagesrc.h:
9319         Fix use-damage property to actually work :)
9320         Add startx, starty, endx, endy properties so screencasts other than full
9321         screen ones can work.
9322
9323 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9324
9325         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9326         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9327         (gst_ximage_src_class_init), (gst_ximage_src_init):
9328         * sys/ximage/gstximagesrc.h:
9329         Add use_damage property to offer ability to choose whether to use
9330         XDamage or not.
9331
9332 2006-07-07  Wim Taymans  <wim@fluendo.com>
9333
9334         * gst/goom/filters.c: (zoomFilterSetResolution):
9335         Avoid goom coredumping by clearing memory. 
9336         Fixes 345679.
9337
9338 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9339
9340         * win32/vs6/libgstid3demux.dsp:
9341         Add a link to libgsttag-0.10.lib.
9342
9343 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9344
9345         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9346         (gst_tag_demux_read_range):
9347         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9348         (gst_id3demux_read_range):
9349           Don't return FLOW_UNEXPECTED when a buffer is before
9350           the start of the stream (which might happen with
9351           large ID3v2 tags if the tag reading was done pullrange
9352           based and we then switched to push mode later on).
9353           Fixes regression introduced by commit from June 29th.
9354
9355 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9356
9357         * ext/taglib/gstid3v2mux.cc:
9358           Make UTF-8 the default encoding when writing string
9359           tags (before, our UTF-8 strings would automatically
9360           be converted to ISO-8859-1 by taglib and written as
9361           ISO-8859-1 fields if that was possible).
9362
9363         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9364         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9365         (test_taglib_id3mux_with_tags):
9366           Add test case that makes sure our UTF-8 strings have
9367           actually been written into the tag as UTF-8.
9368
9369 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9370
9371         * configure.ac:
9372           Let's try that again.
9373
9374 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9375
9376         * configure.ac:
9377           Disable monoscope plugin for now until it fulfills
9378           all the requirements.
9379
9380 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9381
9382         * configure.ac:
9383         * gst/monoscope/Makefile.am:
9384         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9385         (gst_monoscope_class_init), (gst_monoscope_init),
9386         (gst_monoscope_finalize), (gst_monoscope_reset),
9387         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9388         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9389         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9390         (gst_monoscope_change_state), (plugin_init):
9391         * gst/monoscope/gstmonoscope.h:
9392           Port monoscope visualisation to 0.10.
9393
9394 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9395
9396         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9397         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9398           Return FLOW_UNEXPECTED when at the end of the file, not
9399           FLOW_ERROR. Fixes 'internal stream error' errors that
9400           would sometimes occur in totem when scrubbing to the
9401           end of an ID3v1 tagged mp3 file.
9402
9403 2006-07-03  Edward Hervey  <edward@fluendo.com>
9404
9405         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9406         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9407         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9408         * ext/libpng/gstpngdec.h:
9409         Implement buffer clipping/dropping using GstSegment.
9410         This provides accurate seeking.
9411
9412 2006-07-03  Edward Hervey  <edward@fluendo.com>
9413
9414         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9415         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9416         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9417         (gst_avi_demux_process_next_entry), (push_tag_lists),
9418         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9419         * gst/avi/gstavidemux.h:
9420         Proper aggregation of each stream's GstFlowReturn in order to figure out
9421         whether the task should stop or not.
9422         Don't send inline events before pushing out a NEW_SEGMENT, more
9423         specifically for GST_TAG_EVENT.
9424         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9425         sub-indexes.
9426
9427 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9430
9431         * sys/sunaudio/gstsunaudiomixerctrl.c:
9432         (gst_sunaudiomixer_ctrl_build_list):
9433           Move "Monitor" slider to input tab so it works more like
9434           sdtaudiocontrol, which is what people on Solaris are used
9435           to using for their mixer program (#346259).
9436
9437 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9438
9439         * tests/check/elements/level.c: (GST_START_TEST):
9440           fix a leak, clean up at the end
9441
9442 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9443
9444         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9445         (gst_matroska_demux_send_event),
9446         (gst_matroska_demux_loop_stream_parse_id):
9447         * gst/matroska/matroska-ids.h:
9448           Send tag event after newsegment event.
9449
9450 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9453         (gst_id3demux_read_range):
9454           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9455           certain cases where a read beyond the end of the file is
9456           requested. Fixes #345930.
9457
9458         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9459         (gst_tag_demux_read_range):
9460           Fix same issue here as well.
9461
9462 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9463
9464         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9465         
9466         Fix hypothetical crash.
9467
9468 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9469
9470         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9471
9472         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9473           Do not modify the ports value. If the user has turned off the
9474           built-in speakers, then we should not reset it in the prepare
9475           function, since this causes the built-in speakers to turn
9476           back on anytime the user changes a track in totem, rhythmbox,
9477           etc. (#346066).
9478
9479 2006-06-23  Wim Taymans  <wim@fluendo.com>
9480
9481         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9482         Fix double caps unref when negotiation fails.
9483
9484 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9485
9486         * ext/annodex/gstcmmldec.c:
9487         * ext/annodex/gstcmmlenc.c:
9488         * ext/annodex/gstcmmlparser.c:
9489         * ext/dv/gstdvdec.c:
9490         * ext/dv/gstdvdemux.c:
9491         * ext/gdk_pixbuf/pixbufscale.c:
9492         * ext/jpeg/gstjpegenc.c:
9493         * ext/jpeg/gstsmokedec.c:
9494         * ext/jpeg/gstsmokeenc.c:
9495         * ext/libpng/gstpngdec.c:
9496         * ext/libpng/gstpngenc.c:
9497         * ext/speex/gstspeexenc.c:
9498         * gst/alpha/gstalphacolor.c:
9499         * gst/cutter/gstcutter.c:
9500         * gst/debug/gstnavigationtest.c:
9501         * gst/icydemux/gsticydemux.c:
9502         * gst/level/gstlevel.c:
9503         * gst/multipart/multipart.c:
9504         * gst/rtp/gstrtpamrpay.c:
9505         * gst/rtp/gstrtpdepay.c:
9506         * gst/rtp/gstrtpilbcpay.c:
9507         * gst/rtp/gstrtpmp4gpay.c:
9508         * gst/rtp/gstrtpmp4vpay.c:
9509         * gst/rtsp/gstrtpdec.c:
9510         * gst/rtsp/gstrtspsrc.c:
9511         * gst/udp/gstdynudpsink.c:
9512         * gst/udp/gstmultiudpsink.c:
9513         * gst/udp/gstudpsrc.c:
9514         * gst/videobox/gstvideobox.c:
9515         * gst/videofilter/gstvideoflip.c:
9516           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9517           plus two minor macro fixes.
9518
9519 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9520
9521         * gst/matroska/matroska-demux.c:
9522         (gst_matroska_demux_check_subtitle_buffer),
9523         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9524         (gst_matroska_demux_subtitle_caps):
9525         * gst/matroska/matroska-ids.c:
9526         (gst_matroska_track_init_subtitle_context):
9527         * gst/matroska/matroska-ids.h:
9528           Try to fix up broken matroska files containing subtitle
9529           streams with non-UTF8 character encodings (courtesy of
9530           mkvmerge) using either the encoding specified in the
9531           GST_SUBTITLE_ENCODING environment variable or the
9532           current locale's character set if it is non-UTF8.
9533           Fixes #337076.
9534
9535 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9536
9537         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9538           Set image type from APIC frame as "image-type" field
9539           of GST_TAG_IMAGE buffer caps (#344605).
9540
9541 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9542
9543         * ext/flac/Makefile.am:
9544         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9545         (gst_flac_dec_reset_decoders),
9546         (gst_flac_dec_setup_seekable_decoder),
9547         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9548         (gst_flac_dec_metadata_callback),
9549         (gst_flac_dec_metadata_callback_seekable),
9550         (gst_flac_dec_metadata_callback_stream),
9551         (gst_flac_dec_error_callback),
9552         (gst_flac_dec_error_callback_seekable),
9553         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9554         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9555         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9556         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9557         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9558         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9559         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9560         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9561         (gst_flac_dec_sink_activate_push),
9562         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9563         * ext/flac/gstflacdec.h:
9564           Support chain-based operation, should make flac-over-DAAP
9565           work (#340492).
9566
9567 2006-06-20  Wim Taymans  <wim@fluendo.com>
9568
9569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9570         Doc updates, merge some unused symbols.
9571
9572 2006-06-20  Wim Taymans  <wim@fluendo.com>
9573
9574         * docs/plugins/Makefile.am:
9575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9577         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9578         * gst/rtsp/gstrtspsrc.c:
9579         * gst/rtsp/gstrtspsrc.h:
9580         Added documentation for the rtsp plugin. Fixes #345393.
9581
9582 2006-06-20  Wim Taymans  <wim@fluendo.com>
9583
9584         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9585         (rtsp_connection_close), (rtsp_connection_free):
9586         Use better G_OS_* macros. Fixes #345301 some more.
9587
9588 2006-06-20  Wim Taymans  <wim@fluendo.com>
9589
9590         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9591
9592         * sys/sunaudio/Makefile.am:
9593         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9594         * sys/sunaudio/gstsunaudiomixerctrl.c:
9595         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9596         (gst_sunaudiomixer_ctrl_list_tracks),
9597         (gst_sunaudiomixer_ctrl_get_volume),
9598         (gst_sunaudiomixer_ctrl_set_volume),
9599         (gst_sunaudiomixer_ctrl_set_mute),
9600         (gst_sunaudiomixer_ctrl_set_record):
9601         * sys/sunaudio/gstsunaudiomixerctrl.h:
9602         * sys/sunaudio/gstsunaudiomixertrack.c:
9603         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9604         * sys/sunaudio/gstsunaudiomixertrack.h:
9605         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9606         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9607         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9608         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9609         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9610         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9611         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9612         (gst_sunaudiosrc_reset):
9613         * sys/sunaudio/gstsunaudiosrc.h:
9614         Add a SunAudio source plugin.
9615         Support stereo and right/left channel gain in the mixer plugin.
9616         Support the RECORD flag so that you can switch between line-input and
9617         microphone in gnome-volume-control.
9618         Code cleanups like using an enumerator for track number instead of an 
9619         integer. Fixes #344923.
9620
9621 2006-06-20  Wim Taymans  <wim@fluendo.com>
9622
9623         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9624
9625         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9626         (rtsp_connection_close):
9627         Make RTSP plugin compile on windows. Fixes #345301.
9628         Some changes to original patch to catch errors better.
9629         use ifdef WIN32 instead of ifndef.
9630
9631 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9632
9633         * configure.ac:
9634         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9635
9636 2006-06-18  Edward Hervey  <edward@fluendo.com>
9637
9638         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9639         After a failed buffer alloc, we need to abort the jpeg decoding (it
9640         started when parsing headers to figure out how many bytes we need
9641         to request downstream).
9642
9643 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9644
9645         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9646
9647         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9648           Make sure we don't read beyond the end of the file (#345232).
9649
9650 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9651
9652         * configure.ac:
9653           Fix --disable-external (can't set conditionals conditionally,
9654           #343602).
9655
9656 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9657
9658         * autogen.sh:
9659         * configure.ac:
9660         * docs/Makefile.am:
9661           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9662
9663         * docs/plugins/Makefile.am:
9664         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9665         * docs/plugins/inspect/plugin-taglib.xml:
9666           Add/fix apev2mux docs.
9667
9668 2006-06-14  Wim Taymans  <wim@fluendo.com>
9669
9670         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9671         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9672         (gst_dvdec_change_state):
9673         Reset segment info on flush.
9674         Alloc segment in _init, free in _finalize.
9675
9676         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9677         Don't send segments twice.
9678
9679 2006-06-14  Wim Taymans  <wim@fluendo.com>
9680
9681         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9682         Respect segment.stop. Fixes #342592.
9683
9684 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9685
9686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9687           No language specified means the implied language is English
9688           according to the matroska spec (partially fixes #344708);
9689           add some more debug output.
9690
9691 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9692
9693         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9694         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9695         (gst_wavparse_chain):
9696           When operating chain-based, don't make any assumptions about the
9697           chunking of the incoming data and make streaming work on days other
9698           than the second Thursday after a full moon. Also fix up debug
9699           messages here and there and make use of the most excellent new
9700           gst_pad_query_peer_duration() utility function.
9701           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9702
9703         * gst/wavparse/gstwavparse.h:
9704           Remove trailing comma after last enum value, some compilers don't
9705           like that.
9706
9707 2006-06-13  Wim Taymans  <wim@fluendo.com>
9708
9709         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
9710         Handle premature EOS gracefully.
9711
9712 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
9713
9714         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
9715           Prevent out of bounds array access when scrubbing towards
9716           the end of the file between the last index entry and the
9717           end. Fixes occasional 'start <= stop' newsegment event
9718           assertions when scrubbing in MJPEG files.
9719
9720 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
9721
9722         * tests/check/elements/.cvsignore:
9723           And another one.
9724
9725 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9726
9727         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9728         (scan_encoded_string), (parse_picture_frame):
9729           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
9730
9731         * configure.ac:
9732           Require core >= 0.10.8 (for GST_TAG_IMAGE and
9733           GST_TAG_PPEVIEW_IMAGE used in the patch above).
9734
9735 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9736
9737         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
9738           gratuitous comment changes
9739         * tests/check/elements/level.c: (GST_START_TEST):
9740           fix level test leaks
9741
9742 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
9743
9744         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
9745         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
9746           Use gst_pad_query_peer_duration() utility function here.
9747
9748 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9749
9750         * autogen.sh:
9751           require am17
9752         * configure.ac:
9753         * ext/annodex/Makefile.am:
9754         * ext/cdio/Makefile.am:
9755         * ext/dv/Makefile.am:
9756         * ext/esd/Makefile.am:
9757         * ext/flac/Makefile.am:
9758         * ext/gdk_pixbuf/Makefile.am:
9759         * ext/ladspa/Makefile.am:
9760         * ext/libcaca/Makefile.am:
9761         * ext/speex/Makefile.am:
9762         * ext/taglib/Makefile.am:
9763         * sys/oss/Makefile.am:
9764         * sys/sunaudio/Makefile.am:
9765         * sys/ximage/Makefile.am:
9766           clean up build further
9767
9768 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         * gconf/Makefile.am:
9771           Honour --disable-schemas-install configure option. Fixes #344100.
9772
9773 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * tests/examples/level/Makefile.am:
9776           Add -lm to LIBS for pow() function, don't assume one of our
9777           dependencies (such as libxml-2.0) drags it in automatically
9778           (#343603).
9779
9780 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
9781
9782         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
9783
9784         * configure.ac:
9785           We should use $SED and not $(SED) in configure.ac (#343678).
9786
9787 2006-06-09  Wim Taymans  <wim@fluendo.com>
9788
9789         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9790
9791         * sys/sunaudio/gstsunaudiomixerctrl.c:
9792         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
9793         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
9794         (gst_sunaudiomixer_ctrl_set_mute):
9795         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
9796         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
9797         (gst_sunaudiosink_write):
9798         Attached find a patch that fixes a number of bugs with the SunAudio
9799         mixer plugin and fixes #344101:
9800         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
9801            tracks onto the tracklist causing gnome-volume-control's preferences
9802            dialog to be messed up and would core dump if you checked/unchecked
9803            any item.
9804         2. We weren't previously setting the MUTE flag properly.  Fixing this
9805            makes gnome-volume-control work better.
9806         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
9807            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
9808            gnome-volume-control look better.
9809         Also some minor cleanup in gstsunaudiosink.c.
9810
9811 2006-06-09  Wim Taymans  <wim@fluendo.com>
9812
9813         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
9814         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
9815         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
9816         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
9817         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
9818         * ext/jpeg/gstjpegdec.h:
9819         API: Added IDCT method property
9820         Small cleanups.
9821         Avoid dynamic allocation of trivial fixed structure.
9822         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
9823
9824 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9825
9826         * configure.ac:
9827         We now require libraw1394 >= 1.1.0 and that version onwards all
9828         have .pc files.
9829
9830 2006-06-02  Edward Hervey  <edward@fluendo.com>
9831
9832         * gst/law/alaw-decode.c: (alawdec_getcaps): 
9833         Trying to get items from an ANY or EMPTY caps is ... stupid.
9834
9835 2006-06-02  Edward Hervey  <edward@fluendo.com>
9836
9837         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
9838         (gst_dvdec_chain), (gst_dvdec_change_state):
9839         * ext/dv/gstdvdec.h:
9840         Added GstSegment handling, now implements dropping/clipping.
9841
9842 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
9843
9844         * ext/aalib/gstaasink.h:
9845         * ext/annodex/gstcmmldec.h:
9846         * ext/cairo/gsttimeoverlay.h:
9847         * ext/dv/gstdvdec.h:
9848         * ext/dv/gstdvdemux.h:
9849         * ext/esd/esdmon.h:
9850         * ext/esd/esdsink.h:
9851         * ext/flac/gstflacenc.h:
9852         * ext/gconf/gstgconfaudiosink.h:
9853         * ext/gconf/gstgconfaudiosrc.h:
9854         * ext/gconf/gstgconfvideosink.h:
9855         * ext/gconf/gstgconfvideosrc.h:
9856         * ext/gdk_pixbuf/gstgdkanimation.h:
9857         * ext/gdk_pixbuf/pixbufscale.h:
9858         * ext/hal/gsthalaudiosink.h:
9859         * ext/hal/gsthalaudiosrc.h:
9860         * ext/jpeg/gstjpegenc.h:
9861         * ext/jpeg/gstsmokedec.h:
9862         * ext/jpeg/gstsmokeenc.h:
9863         * ext/libcaca/gstcacasink.h:
9864         * ext/libmng/gstmngdec.h:
9865         * ext/libmng/gstmngenc.h:
9866         * ext/libpng/gstpngdec.h:
9867         * ext/libpng/gstpngenc.h:
9868         * ext/raw1394/gstdv1394src.h:
9869         * ext/speex/gstspeexenc.h:
9870         * gst/autodetect/gstautoaudiosink.h:
9871         * gst/autodetect/gstautovideosink.h:
9872         * gst/avi/gstavidemux.h:
9873         * gst/cutter/gstcutter.h:
9874         * gst/debug/efence.h:
9875         * gst/debug/gstnavigationtest.h:
9876         * gst/debug/gstnavseek.h:
9877         * gst/flx/gstflxdec.h:
9878         * gst/goom/gstgoom.h:
9879         * gst/icydemux/gsticydemux.h:
9880         * gst/id3demux/gstid3demux.h:
9881         * gst/law/alaw-decode.h:
9882         * gst/law/alaw-encode.h:
9883         * gst/law/mulaw-decode.h:
9884         * gst/law/mulaw-encode.h:
9885         * gst/matroska/matroska-mux.h:
9886         * gst/median/gstmedian.h:
9887         * gst/oldcore/gstaggregator.h:
9888         * gst/oldcore/gstfdsink.h:
9889         * gst/oldcore/gstmd5sink.h:
9890         * gst/oldcore/gstmultifilesrc.h:
9891         * gst/oldcore/gstpipefilter.h:
9892         * gst/oldcore/gstshaper.h:
9893         * gst/oldcore/gststatistics.h:
9894         * gst/rtp/gstasteriskh263.h:
9895         * gst/rtp/gstrtpL16depay.h:
9896         * gst/rtp/gstrtpL16pay.h:
9897         * gst/rtp/gstrtpamrdepay.h:
9898         * gst/rtp/gstrtpamrpay.h:
9899         * gst/rtp/gstrtpdepay.h:
9900         * gst/rtp/gstrtpgsmdepay.h:
9901         * gst/rtp/gstrtpgsmpay.h:
9902         * gst/rtp/gstrtph263pay.h:
9903         * gst/rtp/gstrtph263pdepay.h:
9904         * gst/rtp/gstrtph263ppay.h:
9905         * gst/rtp/gstrtpmp4gpay.h:
9906         * gst/rtp/gstrtpmp4vdepay.h:
9907         * gst/rtp/gstrtpmp4vpay.h:
9908         * gst/rtp/gstrtpmpadepay.h:
9909         * gst/rtp/gstrtpmpapay.h:
9910         * gst/rtp/gstrtppcmadepay.h:
9911         * gst/rtp/gstrtppcmapay.h:
9912         * gst/rtp/gstrtppcmudepay.h:
9913         * gst/rtp/gstrtppcmupay.h:
9914         * gst/rtp/gstrtpspeexdepay.h:
9915         * gst/rtp/gstrtpspeexpay.h:
9916         * gst/rtsp/gstrtpdec.h:
9917         * gst/rtsp/gstrtspsrc.h:
9918         * gst/smpte/gstsmpte.h:
9919         * gst/udp/gstdynudpsink.h:
9920         * gst/udp/gstmultiudpsink.h:
9921         * gst/udp/gstudpsink.h:
9922         * gst/udp/gstudpsrc.h:
9923         * gst/videofilter/gstvideobalance.h:
9924         * gst/videofilter/gstvideoflip.h:
9925         * sys/oss/gstossdmabuffer.h:
9926         * sys/oss/gstossmixerelement.h:
9927         * sys/oss/gstosssink.h:
9928         * sys/oss/gstosssrc.h:
9929         * sys/osxvideo/osxvideosink.h:
9930         * sys/sunaudio/gstsunaudiomixer.h:
9931         * sys/sunaudio/gstsunaudiosink.h:
9932         * sys/ximage/gstximagesrc.h:
9933         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
9934
9935 2006-05-31  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9938         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
9939         (gst_goom_src_setcaps), (gst_goom_src_event),
9940         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
9941         (gst_goom_change_state):
9942         * gst/goom/gstgoom.h:
9943         Handle QoS.
9944         Handle flushing, discont and events.
9945         Fix timestamps and various other cleanups.
9946
9947 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9948
9949         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
9950         Fix bus reset when using libiec61883
9951
9952 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9953
9954         * configure.ac:
9955         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
9956         * ext/raw1394/Makefile.am:
9957         Add CFLAGS.
9958         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
9959         New method, to receive using libiec61883.
9960         (gst_dv1394src_iso_receive),
9961         #ifdef'd out if libiec61883 is present.
9962         (gst_dv1394src_bus_reset),
9963         Get userdata correctly if using libiec61883. 
9964         (gst_dv1394src_create),
9965         When using libiec61883, only poll one fd and no need to read.
9966         (gst_dv1394src_discover_avc_node),
9967         Replace g_warnings.
9968         (gst_dv1394src_start),
9969         Create new handle when we know which dv port.  More reliable
9970         than setting port on an existing handle.  Initialise libiec61883.
9971         (gst_dv1394src_stop):
9972         If using libiec61883, then cleanup its handle properly.
9973         * ext/raw1394/gstdv1394src.h:
9974         Add libiec61883 handle.
9975
9976 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
9977
9978         * gst/avi/gstavidemux.c:
9979           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
9980         * win32/MANIFEST:
9981           sort file listing
9982         * win32/vs6/libgstavi.dsp:
9983           add gstavimux.c to the project
9984         * win32/vs6/libgstid3demux.dsp:
9985           add link to zlib library
9986         * win32/vs6/libgstmatroska.dsp:
9987           add matroska-ids.c to the project
9988
9989 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9990
9991         Patch by: Sebastian Dröge  <mail at slomosnail de >
9992
9993         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9994         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9995         * ext/taglib/Makefile.am:
9996         * ext/taglib/gstapev2mux.cc:
9997         * ext/taglib/gstapev2mux.h:
9998         * ext/taglib/gstid3v2mux.cc:
9999         * ext/taglib/gsttaglibmux.c: (plugin_init):
10000         * ext/taglib/gsttaglibmux.h:
10001           Add apev2mux element (#343122).
10002         
10003         * tests/check/Makefile.am:
10004         * tests/check/elements/apev2mux.c:
10005         (test_taglib_apev2mux_create_tags),
10006         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10007         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10008         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10009         (apev2mux_suite), (main):
10010           Add unit test for apev2mux element.
10011
10012 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10013
10014         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10015         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10016         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10017           GST_PTR_FORMAT should be used to print caps in debug statements.
10018
10019 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10020
10021         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10022
10023         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10024         (ape_demux_parse_tags):
10025           Some clean-ups and additions: map APE 'file' tag to
10026           GST_TAG_LOCATION (#343123); add support for extracting
10027           the track count and clean up parsing a bit (#343127).
10028
10029 2006-05-28  Edward Hervey  <edward@fluendo.com>
10030
10031         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10032         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10033
10034 2006-05-28  Edward Hervey  <edward@fluendo.com>
10035
10036         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10037         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10038         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10039         * ext/jpeg/gstjpegdec.h:
10040         Clip outgoing buffers according to currently configured segment.
10041
10042 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10043
10044         * ext/taglib/gstid3v2mux.cc:
10045           Handle  writing of track-count or album-volume-count without
10046           track-number or albume-volume-number (in this case the number
10047           will just be set to 0).
10048
10049         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10050           It would be nice if we actually checked the values received for
10051           track/album-volume number/count in  _check_tags(), rather than
10052           setting them again ...
10053
10054 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10057           A track/volume number or count of 0 does not make sense,
10058           just ignore it along with negative numbers (a tag might
10059           only contain a track count without a track number).
10060
10061 2006-05-27  Edward Hervey  <edward@fluendo.com>
10062
10063         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10064         (gst_jpeg_dec_sink_event):
10065         Abort decompression when receiving FLUSH_STOP. This should avoid
10066         issues when interrupting decoding with flushes.
10067
10068 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * ext/flac/gstflac.c:
10071           Don't #include file we don't dist any longer.
10072
10073 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         * README:
10076           Replace current README (containing the release notes from
10077           some 0.9.x version) with a proper README taken from the core.
10078
10079 2006-05-24  Wim Taymans  <wim@fluendo.com>
10080
10081         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10082         Implement EOS correctly by either posting
10083         SEGMENT_DONE or pushing an EOS message depending
10084         on the seek type. Fixes #342592
10085
10086 2006-05-24  Wim Taymans  <wim@fluendo.com>
10087
10088         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10089         * gst/law/alaw-decode.h:
10090         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10091         * gst/law/alaw-encode.h:
10092         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10093         * gst/law/mulaw-decode.h:
10094         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10095         * gst/law/mulaw-encode.h:
10096         Some cleanups in the chain functions.
10097         Remove some GStreamer 0.0.2 bits.
10098
10099 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10102
10103         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10104           gst_collect_pads_stop() needs to be called before chaining up
10105           to the parent class (#342734).
10106
10107 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * ext/flac/Makefile.am:
10110         * ext/flac/flac_compat.h:
10111         * ext/flac/gstflac.c:
10112         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10113         * ext/flac/gstflacenc.c:
10114           Remove backwards compatibility cruft for dealing with FLAC API
10115           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10116
10117 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10120         (gst_matroska_demux_push_xiph_codec_priv_data),
10121         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10122         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10123         * gst/matroska/matroska-ids.h:
10124         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10125         (gst_matroska_mux_video_pad_setcaps),
10126         (xiph3_streamheader_to_codecdata),
10127         (vorbis_streamheader_to_codecdata),
10128         (theora_streamheader_to_codecdata),
10129         (gst_matroska_mux_audio_pad_setcaps),
10130         (gst_matroska_mux_write_data):
10131           Add support for muxing/demuxing theora video (#342448; too bad
10132           none of the usual linux players can actually play this). Playback
10133           in GStreamer will require additional changes to theoradec in -base.
10134           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10135           cleanups.
10136
10137 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10138
10139         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10140         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10141           Fix crashes when the horizontal subsampling is 1.
10142           Fixes #342097.
10143
10144 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10147
10148         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10149         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10150         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10151         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10152         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10153         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10154         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10155         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10156         (gst_avi_mux_change_state):
10157         * gst/avi/gstavimux.h:
10158           Some enhancements for avimux (#342526):
10159            - add odml (large file) index support
10160            - store codec init data (e.g. huffyuv)
10161            - miscellaneous other fixes/cleanups
10162
10163 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10164
10165         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10166         Don't output any tag when we encounter a negative track number - the
10167         tag type is uint, so we end up outputting huge positive numbers
10168         instead. (Fixes: #342029)
10169
10170 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10171
10172         * configure.ac:
10173           update for new GSTPB_PLUGINS_DIR
10174
10175 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10176
10177         * rtp/gst/gstrtph263pay.c:
10178         Properly set static caps for H263 at 34.
10179
10180 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10181
10182         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10183
10184         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10185           Merge event tags and tag setter tags correctly (#339918). Also,
10186           don't leak taglist in case of an error.
10187           
10188 2006-05-17  Edward Hervey  <edward@fluendo.com>
10189
10190         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10191         We can only do caps intersection if the othercaps are non-empty and not
10192         ANY. Else we return the pad template (base_caps).
10193
10194 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10197           Fix crash when outputting debugging information for certain
10198           pictures (always good to use the right struct member for
10199           the number of records in an array).
10200
10201 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10202
10203         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10204
10205         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10206         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10207         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10208         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10209         (gst_ebml_read_float), (gst_ebml_read_ascii),
10210         (gst_ebml_read_binary):
10211           Don't create unnecessary sub-buffers all the time. Dramatically
10212           improves performance with multiple concurrently running
10213           matroskademux instances (#341818) (and avoids doing
10214           unnecessarily inefficient things in the general case).
10215
10216 2006-05-16  Edward Hervey  <edward@fluendo.com>
10217
10218         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10219         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10220         return value of gst_pad_push_event().
10221
10222 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10223
10224         * gst/autodetect/gstautoaudiosink.c:
10225         (gst_auto_audio_sink_find_best):
10226         * gst/autodetect/gstautovideosink.c:
10227         (gst_auto_video_sink_find_best):
10228         Make the name of the child element be based on the name of the
10229         parent, so that debug output is more useful.
10230         
10231         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10232         (parse_insert_string_field), (parse_split_strings):
10233         Rework string parsing to always walk over BOM markers in UTF16
10234         strings, using the endianness indicated by the innermost one,
10235         then trying the opposite endianness if that fails to convert
10236         to valid UTF-8. Fixes #341774
10237
10238 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10239
10240         Patch from: Matthieu <matthieu at fluendo dot com>
10241
10242         * ext/libpng/Makefile.am:
10243         Add LIBPNG_CFLAGS.
10244
10245 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10246
10247         * ext/taglib/gstid3v2mux.cc:
10248           Add support for writing images (APIC frames) into ID3v2
10249           tags (picture type always set to 'other' for now though).
10250
10251 2006-05-14  Michael Smith  <msmith@fluendo.com>
10252
10253         * gst/wavparse/gstwavparse.c:
10254           Update docs; wavparse implements push and pull modes.
10255
10256 2006-05-12  Wim Taymans  <wim@fluendo.com>
10257
10258         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10259         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10260         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10261         Ooops, bitten by the copy-and-paste design paradigm, fixes
10262         seek again.
10263
10264 2006-05-12  Wim Taymans  <wim@fluendo.com>
10265
10266         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10267         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10268         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10269         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10270         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10271         (gst_avi_demux_massage_index),
10272         (gst_avi_demux_calculate_durations_from_index),
10273         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10274         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10275         (gst_avi_demux_loop):
10276         * gst/avi/gstavidemux.h:
10277         Some cleanups, prepare to use GstSegment.
10278         Fix error in entry walking code.
10279         Fix VBR detection.
10280         Smarter timestamp calculation code.
10281         Uniform error/eos handling.
10282
10283 2006-05-12  Michael Smith  <msmith@fluendo.com>
10284
10285         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10286         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10287           Fix use of uninitialised values if we're NOT seeking in ready.
10288           Fix typos.
10289
10290 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10291
10292         * gst/wavparse/Makefile.am:
10293           Add CFLAGS and LIBS for libgstbase, fixes build on
10294           Cygwin (#341489).
10295
10296 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10297
10298         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10299           Some more debug info. No need to check whether the string
10300           returned by g_convert() is really UTF-8 - either it is or
10301           we get NULL returned.
10302
10303 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10304
10305         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10306           Fix parsing of numeric genre strings some more, by ensuring that
10307           we only try and parse strings that a) Start with '(' and b) Consist
10308           only of digits.
10309           Also, when finding an escaping '((' sequence, bust it back to '(' by
10310           swallowing the first parenthesis
10311
10312 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10315         (gst_esdsink_open), (gst_esdsink_close):
10316         * ext/esd/esdsink.h:
10317           Move the esd_get_server_info() into gst_esdsink_open() and fail
10318           with a decent error message on errors.
10319
10320 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10321
10322         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10323         (gst_esdmon_channels_get_type):
10324         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10325         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10326         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10327         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10328         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10329         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10330         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10331         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10332         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10333         * gst/videomixer/videomixer.c:
10334         (gst_video_mixer_background_get_type):
10335           Const-ify GEnumValue arrays.
10336
10337 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10338
10339         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10340
10341         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10342         (gst_avi_mux_do_video_buffer):
10343           Work around gst_buffer_make_metadata_writable() bug that
10344           results in avimux marking all frames in the index as
10345           keyframes (#340859).
10346           
10347 2006-05-08  Wim Taymans  <wim@fluendo.com>
10348
10349         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10350         Make parsing of urls suck slightly less.
10351
10352 2006-05-08  Edward Hervey  <edward@fluendo.com>
10353
10354         * autogen.sh: (CONFIGURE_DEF_OPT): 
10355         libtoolize on Darwin/MacOSX is called glibtoolize.
10356
10357 2006-05-08  Wim Taymans  <wim@fluendo.com>
10358
10359         Patch by: Jens Granseuer <jensgr at gmx dot net>
10360
10361         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10362         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10363         C89 compliance fixes. Fixes #340980
10364
10365 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10368         * ext/flac/gstflacdec.h:
10369           Handle segment seeks that include the end of the file as stop point
10370           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10371           message instead of an EOS event in case we're in segment seek
10372           mode (fixes #340699).
10373           
10374 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10375
10376         * ext/cairo/gsttextoverlay.c:
10377         * ext/flac/gstflacdec.c:
10378         * ext/gdk_pixbuf/pixbufscale.c:
10379         * gst/apetag/gstapedemux.c:
10380         * gst/debug/breakmydata.c:
10381         * gst/debug/testplugin.c:
10382         * gst/matroska/ebml-write.c:
10383         * gst/multipart/multipartdemux.c:
10384         * sys/osxaudio/gstosxaudiosink.c:
10385         * sys/osxaudio/gstosxaudiosrc.c:
10386         Add semicolons after GST_BOILERPLATE[_FULL] so that
10387         indent doesn't mess up following lines.
10388
10389 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10390
10391         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10392
10393         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10394           Don't leak caps when freeing the stream context (#340623).
10395
10396 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10397
10398         * configure.ac:
10399           Back to CVS
10400
10401 === release 0.10.3 ===
10402
10403 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10404
10405         * configure.ac:
10406           releasing 0.10.3, "Desplazado"
10407
10408 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * gst/matroska/matroska-mux.c:
10411         (gst_matroska_mux_stream_is_vorbis_header),
10412         (gst_matroska_mux_write_data):
10413           Don't strcmp() NULL strings.
10414           Only start new clusters on video keyframes, not on any
10415           random audio buffer that doesn't have the DELTA_UNIT
10416           flag set (fixes 'make check' again).
10417
10418 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10419
10420         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10421
10422         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10423         (gst_matroska_mux_stream_is_vorbis_header),
10424         (gst_matroska_mux_write_data):
10425           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10426           value and then dead-lock when muxing vorbis audio streams
10427           (the three vorbis header buffers carry no timestamp, and it
10428           would try to mux these after all video buffers). Fixes #340346.
10429
10430           Improve clustering: start a new cluster also whenever we get
10431           a keyframe.     
10432
10433 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10434
10435         * win32/common/config.h:
10436         * win32/MANIFEST
10437           add the generated file as well
10438
10439 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10440
10441         * Makefile.am:
10442         * configure.ac:
10443         * win32/common/config.h.in:
10444           add win32 stuff
10445
10446 2006-05-03  Michael Smith  <msmith@fluendo.com>
10447
10448         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10449           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10450           SUCKS.
10451
10452 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10453
10454         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10455         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10456         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10457           don't leak caps-string
10458
10459 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10460
10461         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10462         (gst_id3demux_sink_activate):
10463           Let core insert default error message for TYPE_NOT_FOUND
10464           errors, it's just as good as our own and has the added
10465           bonus of being translated.
10466
10467 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10470         (gst_tag_demux_sink_event):
10471         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10472         (gst_id3demux_sink_event):
10473           Post an error message when we get an EOS event and were not
10474           able to find out the type of stream.
10475
10476         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10477         (test_taglib_id3mux_with_tags):
10478           Decrease num-buffers to 16 per iteration again, otherwise the
10479           many memcpy()s and reallocations in the test will hammer slow
10480           CPUs completely and make the test timeout.
10481
10482 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10483
10484         * configure.ac:
10485           figure out where plugins-base plugins are
10486         * tests/check/Makefile.am:
10487           use plugins-base plugins, so we have typefind functions
10488         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10489           increase num-buffers, this makes sure the test errors out instead
10490           of timing out when no typefind functions are present
10491
10492 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10493
10494         * docs/plugins/Makefile.am:
10495           also check .cc files for gtk-doc markup
10496         * configure.ac:
10497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10499         * tests/check/Makefile.am:
10500         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10501         * ext/Makefile.am:
10502         * ext/taglib/Makefile.am:
10503         * ext/taglib/gstid3v2mux.h:
10504         * ext/taglib/gsttaglibmux.c:
10505         * ext/taglib/gsttaglibmux.h:
10506           move taglib-based id3v2muxer to -good.  Fixes #336110.
10507
10508 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10509
10510         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10511           ... and fix multichannel/WAVFORMATEX support again.
10512
10513 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10514
10515         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10516         (gst_wavparse_class_init), (gst_wavparse_dispose),
10517         (gst_wavparse_reset), (gst_wavparse_init),
10518         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10519         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10520         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10521         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10522         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10523         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10524         (gst_wavparse_stream_data), (gst_wavparse_loop),
10525         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10526         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10527         (gst_wavparse_change_state), (plugin_init):
10528         * gst/wavparse/gstwavparse.h:
10529           Add push (streaming) mode to wavparse (fixes #337625)
10530
10531 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10532
10533         * configure.ac:
10534         * tests/Makefile.am:
10535           add ximagesrc icles test
10536
10537 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10538
10539         * configure.ac:
10540         * docs/plugins/Makefile.am:
10541         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10542         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10543         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10544         (gst_cmml_enc_push_clip):
10545         * sys/Makefile.am:
10546         * sys/ximage/Makefile.am:
10547         * sys/ximage/gstximagesrc.c:
10548           Move ximagesrc plug-in to good after review.  Fixes #336756.
10549
10550 2006-04-28  Michael Smith  <msmith@fluendo.com>
10551
10552         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10553         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10554         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10555         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10556         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10557         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10558         * gst/icydemux/gsticydemux.h:
10559           Fix event handling: cache events when typefinding and forward later.
10560
10561 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10562
10563         * sys/osxaudio/gstosxaudiosink.c:
10564         (plugin_init):
10565          Register osxaudiosrc to the plugin.
10566         * sys/osxaudio/gstosxaudiosrc.c:
10567         (gst_osx_audio_src_osxelement_do_init),
10568         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10569         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10570         (gst_osx_audio_src_get_property),
10571         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10572         (gst_osx_audio_src_osxelement_init):
10573         * sys/osxaudio/gstosxaudiosrc.h:
10574           Port of osxaudiosrc to 0.10.
10575         * sys/osxaudio/Makefile.am:
10576           Add osxaudiosrc
10577
10578 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10579
10580         * sys/osxaudio/gstosxringbuffer.c:
10581         * sys/osxaudio/gstosxringbuffer.h:
10582           Forgot to commit earlier, part of the OSX audio plugin port
10583
10584 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10587         (parse_split_strings):
10588           Recognise and skip any byte order marker (BOM) in
10589           UTF-16 strings.
10590
10591 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         * docs/plugins/Makefile.am:
10594         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10595         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10596         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10597         * docs/plugins/inspect/plugin-avi.xml:
10598         * gst/avi/gstavidemux.c:
10599         * gst/avi/gstavimux.c:
10600           Add docs for both avidemux and avimux.
10601
10602 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10603
10604         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10605
10606         * gst/avi/Makefile.am:
10607         * gst/avi/gstavi.c: (plugin_init):
10608         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10609         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10610         (gst_avi_mux_class_init), (gst_avi_mux_init),
10611         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10612         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10613         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10614         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10615         (gst_avi_mux_riff_get_avix_header),
10616         (gst_avi_mux_riff_get_video_header),
10617         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10618         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10619         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10620         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10621         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10622         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10623         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10624         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10625         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10626         (gst_avi_mux_change_state):
10627         * gst/avi/gstavimux.h:
10628           Port AVI muxer to GStreamer-0.10 (#332031).
10629
10630         * tests/check/Makefile.am:
10631         * tests/check/elements/avimux.c:
10632         * tests/check/elements/.cvsignore:
10633           Add unit test for AVI muxer.
10634
10635 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10636
10637         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10638         (gst_wavparse_class_init), (gst_wavparse_reset),
10639         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10640         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10641         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10642         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10643         (gst_wavparse_stream_data), (gst_wavparse_loop),
10644         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10645         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10646         (plugin_init):
10647         * gst/wavparse/gstwavparse.h:
10648           reverted patch #337625 for the price of 1 hour sleep
10649
10650 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10651
10652         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10653         (gst_wavparse_class_init), (gst_wavparse_reset),
10654         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10655         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10656         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10657         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10658         (gst_wavparse_stream_data), (gst_wavparse_loop),
10659         (gst_wavparse_chain), (plugin_init):
10660         * gst/wavparse/gstwavparse.h:
10661           correct partial implementation of push mode
10662           (from my last commit)
10663
10664 2006-04-26  Wim Taymans  <wim@fluendo.com>
10665
10666         * ext/esd/esdsink.c:
10667         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10668         it is not in esd.h
10669
10670 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10673         (gst_au_parse_class_init), (gst_au_parse_init),
10674         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10675         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10676         (gst_au_parse_chain), (gst_au_parse_src_convert),
10677         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10678         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10679         (gst_au_parse_change_state):
10680         * gst/auparse/gstauparse.h:
10681           Rewrite auparse to suck a little bit less: make source pad
10682           dynamic, so decodebin/playbin work with non-raw formats
10683           like alaw/mulaw; add query function for duration/position
10684           queries; check whether we have enough data before attempting
10685           to parse the header (instead of crashing when that is not the
10686           case); work around audioconvert sucking by swapping endianness
10687           to the native endianness ourselves for float formats; send
10688           initial newsegment event. Fixes #161712.
10689
10690 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10691
10692         * sys/osxaudio/Makefile.am:
10693         * sys/osxaudio/gstosxaudioelement.c:
10694         (gst_osx_audio_element_get_type),
10695         (gst_osx_audio_element_class_init):
10696         * sys/osxaudio/gstosxaudioelement.h:
10697         * sys/osxaudio/gstosxaudiosink.c:
10698         (gst_osx_audio_sink_osxelement_do_init),
10699         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10700         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10701         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10702         (gst_osx_audio_sink_create_ringbuffer),
10703         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
10704         (plugin_init):
10705         * sys/osxaudio/gstosxaudiosink.h:
10706         Port of osxaudiosink to 0.10
10707
10708 2006-04-26  Wim Taymans  <wim@fluendo.com>
10709
10710         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
10711         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
10712         the size of the ringbuffer. This should fix hangs with older 
10713         esd sound servers.
10714
10715 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10716
10717         * ext/aalib/gstaasink.c:
10718         * ext/annodex/gstcmmldec.c:
10719         * ext/annodex/gstcmmlenc.c:
10720         * ext/cairo/gsttextoverlay.c:
10721         * ext/cairo/gsttimeoverlay.c:
10722         * ext/cdio/gstcdiocddasrc.c:
10723         * ext/dv/gstdvdec.c:
10724         * ext/dv/gstdvdemux.c:
10725         * ext/esd/esdmon.c:
10726         * ext/esd/esdsink.c:
10727         * ext/flac/gstflacenc.c:
10728         * ext/flac/gstflactag.c:
10729         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
10730         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
10731         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
10732         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
10733         * ext/gdk_pixbuf/pixbufscale.c:
10734         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10735         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10736         * ext/jpeg/gstjpegdec.c:
10737         * ext/jpeg/gstjpegenc.c:
10738         * ext/jpeg/gstsmokedec.c:
10739         * ext/jpeg/gstsmokeenc.c:
10740         * ext/libcaca/gstcacasink.c:
10741         * ext/libmng/gstmngdec.c:
10742         * ext/libmng/gstmngenc.c:
10743         * ext/libpng/gstpngdec.c:
10744         * ext/libpng/gstpngenc.c:
10745         * ext/mikmod/gstmikmod.c:
10746         * ext/raw1394/gstdv1394src.c:
10747         * ext/shout2/gstshout2.c: (gst_shout2send_init):
10748         * ext/shout2/gstshout2.h:
10749         * ext/speex/gstspeexdec.c:
10750         * ext/speex/gstspeexenc.c:
10751         * gst/alpha/gstalpha.c:
10752         * gst/alpha/gstalphacolor.c:
10753         * gst/apetag/gstapedemux.c:
10754         * gst/auparse/gstauparse.c:
10755         * gst/autodetect/gstautoaudiosink.c:
10756         (gst_auto_audio_sink_base_init):
10757         * gst/autodetect/gstautovideosink.c:
10758         (gst_auto_video_sink_base_init):
10759         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
10760         * gst/avi/gstavimux.c: (gst_avimux_base_init):
10761         * gst/cutter/gstcutter.c:
10762         * gst/debug/breakmydata.c:
10763         * gst/debug/efence.c:
10764         * gst/debug/gstnavigationtest.c:
10765         * gst/debug/gstnavseek.c:
10766         * gst/debug/negotiation.c:
10767         * gst/debug/progressreport.c:
10768         * gst/debug/testplugin.c:
10769         * gst/effectv/gstaging.c:
10770         * gst/effectv/gstdice.c:
10771         * gst/effectv/gstedge.c:
10772         * gst/effectv/gstquark.c:
10773         * gst/effectv/gstrev.c:
10774         * gst/effectv/gstshagadelic.c:
10775         * gst/effectv/gstvertigo.c:
10776         * gst/effectv/gstwarp.c:
10777         * gst/flx/gstflxdec.c:
10778         * gst/goom/gstgoom.c:
10779         * gst/icydemux/gsticydemux.c:
10780         * gst/id3demux/gstid3demux.c:
10781         * gst/interleave/deinterleave.c:
10782         * gst/interleave/interleave.c:
10783         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
10784         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
10785         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
10786         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
10787         * gst/level/gstlevel.c:
10788         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
10789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
10790         * gst/median/gstmedian.c:
10791         * gst/monoscope/gstmonoscope.c:
10792         * gst/multipart/multipartdemux.c:
10793         * gst/multipart/multipartmux.c:
10794         * gst/oldcore/gstaggregator.c:
10795         * gst/oldcore/gstfdsink.c:
10796         * gst/oldcore/gstmd5sink.c:
10797         * gst/oldcore/gstmultifilesrc.c:
10798         * gst/oldcore/gstpipefilter.c:
10799         * gst/oldcore/gstshaper.c:
10800         * gst/oldcore/gststatistics.c:
10801         * gst/rtp/gstasteriskh263.c:
10802         * gst/rtp/gstrtpL16depay.c:
10803         * gst/rtp/gstrtpL16pay.c:
10804         * gst/rtp/gstrtpamrdepay.c:
10805         * gst/rtp/gstrtpamrpay.c:
10806         * gst/rtp/gstrtpdepay.c:
10807         * gst/rtp/gstrtpgsmpay.c:
10808         * gst/rtp/gstrtph263pay.c:
10809         * gst/rtp/gstrtph263pdepay.c:
10810         * gst/rtp/gstrtph263ppay.c:
10811         * gst/rtp/gstrtpilbcdepay.c:
10812         * gst/rtp/gstrtpmp4gpay.c:
10813         * gst/rtp/gstrtpmp4vdepay.c:
10814         * gst/rtp/gstrtpmp4vpay.c:
10815         * gst/rtp/gstrtpmpadepay.c:
10816         * gst/rtp/gstrtpmpapay.c:
10817         * gst/rtp/gstrtppcmadepay.c:
10818         * gst/rtp/gstrtppcmapay.c:
10819         * gst/rtp/gstrtppcmudepay.c:
10820         * gst/rtp/gstrtppcmupay.c:
10821         * gst/rtp/gstrtpspeexdepay.c:
10822         * gst/rtp/gstrtpspeexpay.c:
10823         * gst/rtsp/gstrtpdec.c:
10824         * gst/rtsp/gstrtspsrc.c:
10825         * gst/smpte/gstsmpte.c:
10826         * gst/udp/gstdynudpsink.c:
10827         * gst/udp/gstmultiudpsink.c:
10828         * gst/udp/gstudpsink.c:
10829         * gst/udp/gstudpsrc.c:
10830         * gst/videobox/gstvideobox.c:
10831         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
10832         * gst/videofilter/gstvideobalance.c:
10833         * gst/videofilter/gstvideoflip.c:
10834         * gst/videofilter/gstvideotemplate.c:
10835         (gst_videotemplate_base_init):
10836         * gst/videomixer/videomixer.c:
10837         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10838         (gst_wavparse_class_init), (gst_wavparse_dispose),
10839         (gst_wavparse_reset), (gst_wavparse_init),
10840         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
10841         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10842         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
10843         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
10844         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10845         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10846         (gst_wavparse_change_state):
10847         * gst/wavparse/gstwavparse.h:
10848         * sys/oss/gstossmixerelement.c:
10849         * sys/oss/gstosssink.c:
10850         * sys/oss/gstosssrc.c:
10851         * sys/osxaudio/gstosxaudioelement.c:
10852         * sys/osxaudio/gstosxaudiosink.c:
10853         * sys/osxaudio/gstosxaudiosrc.c:
10854         * sys/sunaudio/gstsunaudiomixer.c:
10855         * sys/sunaudio/gstsunaudiosink.c:
10856           Define GstElementDetails as const and also static (when defined as
10857           global)
10858
10859 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10862           Source pad has fixed caps. If we don't set this, bad
10863           things happen when the window is resized.
10864
10865 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10866
10867         * gst/matroska/Makefile.am:
10868         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10869         (gst_matroska_demux_handle_src_event):
10870         * gst/matroska/matroska-ids.c:
10871         (gst_matroska_track_init_video_context),
10872         (gst_matroska_track_init_audio_context),
10873         (gst_matroska_track_init_subtitle_context),
10874         (gst_matroska_track_init_complex_context):
10875         * gst/matroska/matroska-ids.h:
10876           Handle case where the TrackType ebml chunk does not come before the
10877           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
10878           events.
10879
10880 2006-04-25  Wim Taymans  <wim@fluendo.com>
10881
10882         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10883         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
10884         It's codec_data, not codec_info.
10885
10886 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10887
10888         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10889
10890         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10891           Handle codec_data for VfW compatibility codec IDs (#339451)
10892
10893         * gst/matroska/matroska-mux.c:
10894         (gst_matroska_mux_video_pad_setcaps):
10895           Same here, handle codec_data and add additional caps we can handle
10896           now to the pad template (huffyuv, dv and h263 video) (#339451)
10897
10898 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10899
10900         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
10901
10902         * gst/matroska/matroska-mux.c:
10903         (gst_matroska_mux_create_buffer_header),
10904         (gst_matroska_mux_write_data):
10905           Fix timestamping of B-frames, use signed integers, do
10906           some rounding (#339678).
10907
10908 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
10909
10910         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
10911         just make it compile with --disable-gst-debug.
10912
10913 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
10914
10915         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10916         Fix a bad conversion using gst_guint64_to_gdouble.
10917         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
10918         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
10919         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
10920     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
10921         mistake.
10922
10923 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
10924
10925         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
10926         Use gst_guint64_to_gdouble for conversions
10927         * win32/vs6/gst_plugins_good.dsw:
10928         * win32/vs6/libgsticydemux.dsp:
10929         Add a project file for icydemux
10930
10931 2006-04-21  Wim Taymans  <wim@fluendo.com>
10932
10933         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
10934
10935         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10936         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
10937         When splitting audio chunks, the block alignment is not taken in
10938         consideration, so the smaller chunks could be of size which is 
10939         not a multiple of the block alignment. Fixes #336904
10940
10941 2006-04-21  Wim Taymans  <wim@fluendo.com>
10942
10943         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
10944         Use scale functions
10945
10946 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * ext/dv/gstdv.c: (plugin_init):
10949           Fix build.
10950
10951 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * gst/debug/progressreport.c: (gst_progress_report_finalize),
10954         (gst_progress_report_class_init), (gst_progress_report_init),
10955         (gst_progress_report_do_query), (gst_progress_report_report),
10956         (gst_progress_report_set_property),
10957         (gst_progress_report_get_property):
10958           Add 'format' property to force querying to a particular format.
10959
10960 2006-04-21  Andy Wingo  <wingo@pobox.com>
10961
10962         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
10963         best, on big endian systems. Drop its rank in that case. OTOH on
10964         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
10965
10966 2006-04-21  Michael Smith  <msmith@fluendo.com>
10967
10968         * configure.ac:
10969         * gst/icydemux/Makefile.am:
10970         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
10971         (gst_icydemux_base_init), (gst_icydemux_class_init),
10972         (gst_icydemux_reset), (gst_icydemux_init),
10973         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
10974         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
10975         (unicodify), (gst_icydemux_unicodify),
10976         (gst_icydemux_parse_and_send_tags),
10977         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10978         (gst_icydemux_chain), (gst_icydemux_change_state),
10979         (gst_icydemux_send_tag_event), (plugin_init):
10980         * gst/icydemux/gsticydemux.h:
10981         * tests/check/Makefile.am:
10982         * tests/check/elements/icydemux.c: (typefind_succeed),
10983         (plugin_init), (icydemux_found_pad), (create_icydemux),
10984         (cleanup_icydemux), (push_data), (GST_START_TEST),
10985         (icydemux_suite), (main):
10986           Add icydemux, and tests.
10987
10988 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10991           Post SEGMENT_DONE message in TIME format.
10992
10993 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
10996
10997         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
10998         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
10999           Fix index creation when we have to scan the file to create
11000           an index. There may be other types of RIFF 'LIST' chunks than
11001           'movi' and we need to skip them properly as well or we'll end up
11002           reading garbage (#336889). Some other cosmetic changes.
11003           
11004 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11005
11006         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11007         (gst_flac_dec_handle_seek_event):
11008           Add support for segment seeks (fixes #338290). Also demote
11009           some recurring debug message from DEBUG to LOG level.
11010
11011 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11012
11013         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11014         (gst_matroskademux_do_index_seek),
11015         (gst_matroska_demux_handle_seek_event),
11016         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11017         * gst/matroska/matroska-ids.h:
11018           Set DISCONT flag on first buffer after a discontinuity.
11019           Fix newsegment events sent when seeking and honour KEY_UNIT
11020           seek flag. Create pad with bogus caps if we don't recognise
11021           the stream codec id.
11022
11023         * gst/matroska/matroska-demux.h:
11024           Fix GObject macros.
11025
11026 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11029
11030         * gst/matroska/matroska-demux.c:
11031         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11032           Handle end of segment properly when set; don't dead-lock when
11033           posting start of segment message when doing a segment seek.
11034           Fixes #338810.
11035
11036 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11037
11038         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11039         (gst_matroska_demux_plugin_init):
11040           Make mpeg2 aac audio work: create artificial private codec data
11041           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11042           Also call gst_riff_init(). Partially fixes #338767.
11043
11044 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11045
11046         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11047         (gst_wavenc_class_init), (gst_wavenc_init),
11048         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11049         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11050         (gst_wavenc_chain), (gst_wavenc_change_state):
11051         * gst/wavenc/gstwavenc.h:
11052           Set caps on first outgoing buffer, so that it doesn't error out
11053           immediately with a non-negotiated error (#338716). Rewrite and
11054           clean up a bit; fix setcaps function to parse things properly;
11055           fix sink caps (8bit audio is unsigned and doesn't have depth);
11056           use boilerplate macros; remove unused properties stuff.
11057
11058 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11061           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11062           handle MJPEG streams and might be autoplugged for those if the
11063           user doesn't have jpegdec installed (resulting in a cryptic error
11064           message about huffman tables). Better to disable JPEG decoding here
11065           and let the user figure out that she needs to install jpegdec.
11066
11067 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11070         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11071         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11072         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11073           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11074           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11075           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11076           debug messages. Fix boilerplate macros.
11077
11078 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11081         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11082           No need to special-case for Gdk-2.0 any longer, we require
11083           Gdk 2.2 or newer; minor clean-ups.
11084
11085 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11086
11087         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11088         (gst_shout2send_class_init), (gst_shout2send_init),
11089         (set_shout_metadata), (gst_shout2send_set_metadata),
11090         (gst_shout2send_event), (gst_shout2send_start),
11091         (gst_shout2send_connect), (gst_shout2send_stop),
11092         (gst_shout2send_render), (gst_shout2send_set_property),
11093         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11094         (plugin_init):
11095         * ext/shout2/gstshout2.h:
11096         * po/POTFILES.in:
11097           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11098           change function; use GST_ELEMENT_ERROR for error reporting, not
11099           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11100           will cause crashes or assertion failures; remove (unused) "sync"
11101           property, basesink already has such a property; misc. other
11102           minor fixes and cleanups.
11103
11104 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11107         * ext/esd/gstesd.c: (plugin_init):
11108         * po/POTFILES.in:
11109           Add translatable error message for when we cannot
11110           connect to the sound server, as "Cannot open resource
11111           for writing" isn't really an acceptable message to show
11112           to the user in this case.
11113
11114 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11115
11116         * sys/oss/gst-i18n-plugin.h:
11117           Remove bogus file that doesn't belong here.
11118
11119 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         Patch by: Philippe Valembois
11122
11123         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11124         (gst_shout2send_set_metadata), (gst_shout2send_event),
11125         (gst_shout2send_render), (gst_shout2send_change_state):
11126         * ext/shout2/gstshout2.h:
11127           Handle tags being received before the connection to
11128           the server is established properly (see #338636).
11129
11130 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11131
11132         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11133           Don't crash in case the connection to the server fails:
11134           don't set pointer to NULL by assigning FALSE; error out
11135           properly by using GST_ELEMENT_ERROR and returning
11136           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11137           before resetting the pointer.
11138
11139 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11140
11141         * gst/id3demux/id3tags.c:
11142         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11143         (Fixes #338713)
11144
11145 2006-04-12  Wim Taymans  <wim@fluendo.com>
11146
11147         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11148         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11149         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11150         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11151         (gst_gdk_pixbuf_chain):
11152         Some cleanups.
11153         Added RGBA as a possible output format.
11154         Correctly free the supported mimetypes.
11155         deprecate silent arg, it's not used.
11156         Return result from _alloc_buffer to peer.
11157
11158 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11159
11160         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11161           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11162           overwriting GST_BUFFER_MALLOCDATA.
11163
11164 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11165
11166         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11167         (user_endrow_callback), (user_end_callback),
11168         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11169         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11170         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11171         * ext/libpng/gstpngdec.h:
11172           Handle more than one frame if the content is framed,
11173           like with png-in-quicktime (#331917).
11174
11175 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11176
11177         * sys/oss/Makefile.am:
11178         * sys/oss/common.h:
11179         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11180         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11181         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11182         (gst_oss_src_unprepare):
11183           - the user-visible error strings were in the wrong category
11184           - and the messages were not marked for translation
11185           - which is actually a good thing, because they were exactly
11186             the kind of message you would never want anyone to see
11187           - the macros were using variables that didn't exist in the macro
11188             arguments
11189           - and they were obviously copied from each other and then modified
11190           - so a common header makes sense
11191
11192 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11195           Don't try to modify read-only data.
11196
11197         * gst/matroska/matroska-demux.c:
11198         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11199           Fix comment (won't crash any longer now).
11200
11201 2006-04-10  Michael Smith  <msmith@fluendo.com>
11202
11203         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11204           Use copies of header buffers for caps to avoid circular refcounting
11205           problems (as in theoradec, vorbisdec).
11206
11207         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11208           Fix a typo in test that meant it was testing the wrong thing.
11209
11210         * tests/check/elements/cmmlenc.c: (check_headers):
11211           Fix refcount checks now that we use buffer-copies for caps.
11212
11213 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11214
11215         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11216         (gst_matroska_demux_handle_seek_event),
11217         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11218         (gst_matroska_demux_subtitle_caps),
11219         (gst_matroska_demux_plugin_init):
11220           Use static pad templates with ANY caps for audio and video
11221           source pads and get rid of a lot of unnecessary (and partially
11222           broken) code for the template caps. Clean up caps finding
11223           functions. Fixes playback of audio files/streams that do not
11224           contain the sample rate and/or number of channels in the audio
11225           context (happens a lot with vorbis/mp3 .mka files it seems).
11226           Fixes #337183.
11227           Also add myself to copyright holders.
11228
11229 2006-04-10  Michael Smith  <msmith@fluendo.com>
11230
11231         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11232           Use g_list_delete_link () instead of g_list_remove_link () so that
11233           we free the link as well as the contained data.
11234
11235 2006-04-10  Wim Taymans  <wim@fluendo.com>
11236
11237         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11238
11239         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11240         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11241         (gst_avi_demux_stream_header):
11242         Fix some crashers with empty chunks. (Fixes #337749)
11243
11244 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11245
11246         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11247           use G_GINT64_CONSTANT for INT64 constants
11248         * gst/videofilter/gstvideobalance.c:
11249           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11250         * win32/vs6/libgstavi.dsp:
11251          add missing libraries for the link and remove avimux.c from
11252          the project as it isn't ported to 0.10 yet
11253         
11254 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11255
11256         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11257           Even better would be if we actually did the right thing
11258           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11259
11260 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11261
11262         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11263           Can't just replace 1LL with 1L here just because MSVC doesn't
11264           support it, as it might lead to incorrect results when doing the
11265           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11266           force a 64-bit constant in a way that all compilers are happy with.
11267
11268 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11269
11270         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11271         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11272         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11273         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11274         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11275         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11276         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11277         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11278         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11279         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11280         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11281         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11282         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11283         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11284         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11285         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11286         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11287         * gst/debug/efence.c: (gst_efence_class_init):
11288         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11289         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11290         * gst/goom/gstgoom.c: (gst_goom_class_init):
11291         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11292         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11293         * gst/interleave/interleave.c: (interleave_class_init):
11294         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11295         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11296         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11297         * gst/median/gstmedian.c: (gst_median_class_init):
11298         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11299         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11300         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11301         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11302         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11303         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11304         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11305         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11306         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11307         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11308         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11309         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11310         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11311         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11312         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11313         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11314         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11315         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11316         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11317         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11318         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11319         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11320         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11321         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11322         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11324         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11325         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11326         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11327         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11328         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11329         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11330         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11331         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11332         * sys/osxaudio/gstosxaudioelement.c:
11333         (gst_osxaudioelement_class_init):
11334         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11335         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11336         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11337         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11338
11339 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11340
11341         * ext/mikmod/gstmikmod.h:
11342         * gst/level/gstlevel.h:
11343         Fix more broken GObject macros
11344
11345 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11346
11347         * ext/annodex/gstcmmldec.h:
11348         * ext/annodex/gstcmmlenc.h:
11349         * ext/annodex/gstcmmltag.h:
11350         * ext/cairo/gsttextoverlay.h:
11351         * ext/ladspa/gstsignalprocessor.h:
11352         * gst/matroska/ebml-read.h:
11353         * gst/matroska/ebml-write.h:
11354         * sys/osxaudio/gstosxaudioelement.h:
11355         Fix broken GObject macros
11356
11357 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11358
11359         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11360           Don't try to seek beyond the end of the file (would
11361           occasionally display error dialogs in totem when seeking
11362           to the end) (#335869). Will still throw an error though
11363           if the file is truncated and the total_samples value in
11364           the stream header is wrong.
11365
11366 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11369         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11370         (gst_flac_dec_metadata_callback):
11371         * ext/flac/gstflacdec.h:
11372           If the stream header doesn't contain the total number of samples,
11373           search for the last flac frame at the end of the file and calculate
11374           the total duration from that frame's offset (fixes #337609).
11375
11376 2006-04-07  Edward Hervey  <edward@fluendo.com>
11377
11378         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11379         Don't unref the GstPadTemplate returned by
11380         gst_element_class_get_pad_template().
11381
11382 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11385
11386         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11387         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11388         * sys/sunaudio/gstsunaudiosink.h:
11389           Use spec->segsize and spec->segtotal in the prepare function
11390           to initialise the ring buffer instead of using the buffer-time
11391           property (#337421).
11392
11393 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11394
11395         * configure.ac:
11396           Bump core requirements to CVS for gst_pad_query_peer_duration()
11397           which is used by speexdec.
11398
11399 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * ext/speex/gstspeex.c: (plugin_init):
11402         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11403         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11404         (speex_get_sink_query_types), (speex_dec_sink_query),
11405         (speex_get_src_query_types), (speex_dec_src_query),
11406         (speex_dec_src_event), (speex_dec_sink_event),
11407         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11408         (speex_dec_chain_parse_data), (speex_dec_chain),
11409         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11410         (speex_dec_change_state):
11411         * ext/speex/gstspeexdec.h:
11412           Fix seeking and duration queries (#337033); clean up and
11413           refactor a bit.
11414
11415 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11416
11417         * ext/raw1394/gstdv1394src.c:
11418           distinguish between device not found and could not open for
11419           reading
11420
11421 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11422
11423         * Makefile.am:
11424         * configure.ac:
11425         * pkgconfig/.cvsignore:
11426         * pkgconfig/Makefile.am:
11427         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11428           add a .pc file so other modules can use good plugins in tests
11429
11430 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11431
11432         * configure.ac:
11433           clean up, use AS_VERSION and AS_NANO
11434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11435           use PACKAGE_VERSION define
11436         * po/af.po:
11437         * po/az.po:
11438         * po/cs.po:
11439         * po/en_GB.po:
11440         * po/hu.po:
11441         * po/it.po:
11442         * po/nb.po:
11443         * po/nl.po:
11444         * po/or.po:
11445         * po/sq.po:
11446         * po/sr.po:
11447         * po/sv.po:
11448         * po/uk.po:
11449         * po/vi.po:
11450           updated
11451
11452 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11453
11454         * ext\jpeg\smokecodec.c:
11455           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11456         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11457           move first instruction after all variables declarations
11458         * gst\alpha\gstalpha.c:
11459         * gst\effectv\gstshagadelic.c:
11460         * gst\smpte\paint.c:
11461         * gst\videofilter\gstvideobalance.c:
11462           define M_PI if it's not defined (it's not defined on WIN32)
11463         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11464         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11465         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11466         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11467         (gst_matroska_demux_video_caps):
11468         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11469         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11470           use gst_guint64_to_gdouble for conversions
11471         * gst\goom\filters.c: (setPixelRGB_):
11472           fix a debug which was using undefined variable
11473         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11474         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11475           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11476         * win32/vs6:
11477           add vs6 projects files for most of plugins-good
11478         
11479 2006-03-30  j^  <j@bootlab.org>
11480
11481         * ext/aalib/gstaasink.c:
11482         * ext/annodex/gstcmmldec.c:
11483         * ext/annodex/gstcmmlenc.c:
11484         * ext/cairo/gsttextoverlay.c:
11485         * ext/cairo/gsttimeoverlay.c:
11486         * ext/cdio/gstcdiocddasrc.c:
11487         * ext/dv/gstdvdec.c:
11488         * ext/esd/esdmon.c:
11489         * ext/esd/esdsink.c:
11490         * ext/flac/gstflacdec.c:
11491         * ext/flac/gstflacenc.c:
11492         * ext/flac/gstflactag.c:
11493         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11494         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11495         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11496         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11497         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11498         * ext/gdk_pixbuf/pixbufscale.c:
11499         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11500         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11501         * ext/jpeg/gstjpegdec.c:
11502         * ext/jpeg/gstjpegenc.c:
11503         * ext/jpeg/gstsmokedec.c:
11504         * ext/jpeg/gstsmokeenc.c:
11505         * ext/libcaca/gstcacasink.c:
11506         * ext/libmng/gstmngdec.c:
11507         * ext/libmng/gstmngenc.c:
11508         * ext/libpng/gstpngdec.c:
11509         * ext/libpng/gstpngenc.c:
11510         * ext/mikmod/gstmikmod.c:
11511         * ext/raw1394/gstdv1394src.c:
11512         * ext/shout2/gstshout2.c:
11513         * ext/speex/gstspeexdec.c:
11514         * ext/speex/gstspeexenc.c:
11515         * gst/alpha/gstalpha.c:
11516         * gst/alpha/gstalphacolor.c:
11517         * gst/auparse/gstauparse.c:
11518         * gst/autodetect/gstautoaudiosink.c:
11519         (gst_auto_audio_sink_base_init):
11520         * gst/autodetect/gstautovideosink.c:
11521         (gst_auto_video_sink_base_init):
11522         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11523         * gst/cutter/gstcutter.c:
11524         * gst/debug/breakmydata.c:
11525         * gst/debug/efence.c:
11526         * gst/debug/gstnavigationtest.c:
11527         * gst/debug/negotiation.c:
11528         * gst/debug/progressreport.c:
11529         * gst/debug/testplugin.c:
11530         * gst/effectv/gstaging.c:
11531         * gst/effectv/gstdice.c:
11532         * gst/effectv/gstedge.c:
11533         * gst/effectv/gstquark.c:
11534         * gst/effectv/gstrev.c:
11535         * gst/effectv/gstvertigo.c:
11536         * gst/effectv/gstwarp.c:
11537         * gst/flx/gstflxdec.c:
11538         * gst/goom/gstgoom.c:
11539         * gst/interleave/deinterleave.c:
11540         * gst/interleave/interleave.c:
11541         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11542         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11543         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11544         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11545         * gst/level/gstlevel.c:
11546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11547         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11548         * gst/median/gstmedian.c:
11549         * gst/monoscope/gstmonoscope.c:
11550         * gst/multipart/multipartdemux.c:
11551         * gst/multipart/multipartmux.c:
11552         * gst/oldcore/gstmd5sink.c:
11553         * gst/oldcore/gstmultifilesrc.c:
11554         * gst/oldcore/gstpipefilter.c:
11555         * gst/oldcore/gstshaper.c:
11556         * gst/oldcore/gststatistics.c:
11557         * gst/rtp/gstasteriskh263.c:
11558         * gst/rtp/gstrtpL16depay.c:
11559         * gst/rtp/gstrtpL16pay.c:
11560         * gst/rtp/gstrtpamrdepay.c:
11561         * gst/rtp/gstrtpamrpay.c:
11562         * gst/rtp/gstrtpdepay.c:
11563         * gst/rtp/gstrtpgsmpay.c:
11564         * gst/rtp/gstrtph263pay.c:
11565         * gst/rtp/gstrtph263pdepay.c:
11566         * gst/rtp/gstrtph263ppay.c:
11567         * gst/rtp/gstrtpmp4gpay.c:
11568         * gst/rtp/gstrtpmp4vdepay.c:
11569         * gst/rtp/gstrtpmp4vpay.c:
11570         * gst/rtp/gstrtpmpadepay.c:
11571         * gst/rtp/gstrtpmpapay.c:
11572         * gst/rtp/gstrtppcmadepay.c:
11573         * gst/rtp/gstrtppcmapay.c:
11574         * gst/rtp/gstrtppcmudepay.c:
11575         * gst/rtp/gstrtppcmupay.c:
11576         * gst/rtp/gstrtpspeexdepay.c:
11577         * gst/rtp/gstrtpspeexpay.c:
11578         * gst/rtsp/gstrtpdec.c:
11579         * gst/smpte/gstsmpte.c:
11580         * gst/videobox/gstvideobox.c:
11581         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11582         * gst/videofilter/gstvideobalance.c:
11583         * gst/videofilter/gstvideoflip.c:
11584         * gst/videofilter/gstvideotemplate.c:
11585         (gst_videotemplate_base_init):
11586         * gst/videomixer/videomixer.c:
11587         * gst/wavenc/gstwavenc.c:
11588         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11589          better/unified long descriptions
11590          Fixed #336602
11591          Some cleanups to auparse, don't send multiple newsegments.
11592
11593 2006-03-29  Wim Taymans  <wim@fluendo.com>
11594
11595         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11596
11597         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11598         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11599         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11600         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11601         * ext/dv/gstdvdemux.h:
11602         Seek in READY patch. Only works for pull based mode.
11603         Fixes #323880
11604
11605 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11606
11607         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11608         (gst_gdk_pixbuf_event):
11609           Fix two crashers: don't unref the same caps twice, and
11610           set pixbuf loader to NULL after freeing it.
11611
11612 2006-03-27  Wim Taymans  <wim@fluendo.com>
11613
11614         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11615         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11616         (gst_speexenc_chain):
11617         * ext/speex/gstspeexenc.h:
11618         Don't leak adapter.
11619         A push *always* takes ownership of the buffer, even on
11620         errors.
11621         Small cleanups.
11622
11623 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11626           Create source pad without leaking.
11627
11628 2006-03-24  Wim Taymans  <wim@fluendo.com>
11629
11630         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11631         * ext/flac/gstflacdec.h:
11632         * ext/flac/gstflacenc.h:
11633         Spifify a bit.
11634         Fix deadly lock order error in seeking code, STREAM_LOCK
11635         cannot be taken within LOCK and the streaming variables are
11636         protected with the STREAM_LOCK anyway.
11637
11638 2006-03-24  Wim Taymans  <wim@fluendo.com>
11639
11640         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11641         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11642         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11643         this patch combines the global init_frames with the stream
11644         init_frames. Rationale being that the global delay should 
11645         be subtracted from any stream delay.
11646         Fixes #335858.
11647
11648 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11649
11650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11651         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11652         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11653         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11654         use DEBUG_FUNCPTR for collectpads
11655
11656 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11657
11658         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11659           Don't crash when encoding images where the number of rows isn't
11660           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11661
11662 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11665         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11666         * gst/interleave/interleave.c: (interleave_change_state):
11667         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11668           More state change function fixes.
11669
11670 2006-03-23  Wim Taymans  <wim@fluendo.com>
11671
11672         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11673         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11674         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11675         (gst_esdsink_delay), (gst_esdsink_reset):
11676         * ext/esd/esdsink.h:
11677         Fix esd choppy playback by configuring audiosink
11678         correctly. Fixes #325191
11679
11680 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11683           Make state change function thread-safe.
11684
11685 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11686
11687         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11688         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11689           Don't try to read beyond the end of the file just because
11690           the header claims a bigger size (like with truncated files).
11691
11692 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11695         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11696         (gst_wavparse_stream_data), (gst_wavparse_loop):
11697         * gst/wavparse/gstwavparse.h:
11698           Delay source pad creation until we have the first chunk of
11699           media data, so the we can examine the data and adjust the
11700           caps accordingly if required. This makes playback of .wav
11701           files with DTS-declared-as-PCM content work (#313266).
11702
11703 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
11704
11705         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11706         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
11707         Don't attempt typefinding on too-short buffers that have been
11708         completely trimmed away. (Fixes #330239)
11709
11710         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
11711         Improve the debug output
11712
11713 2006-03-21  Wim Taymans  <wim@fluendo.com>
11714
11715         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
11716         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
11717         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
11718         (gst_esdsink_set_property), (gst_esdsink_get_property):
11719         Some cleanups.
11720         Reset fd to -1 when we close them.
11721
11722 2006-03-21  Wim Taymans  <wim@fluendo.com>
11723
11724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
11725         the OPTIONS request result is optional so don't
11726         fail on it.
11727
11728 2006-03-21  Edward Hervey  <edward@fluendo.com>
11729
11730         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
11731         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
11732         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
11733         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11734         (gst_wavparse_change_state):
11735         gcc 4.1 unreferenced pointer fixes.
11736
11737 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
11738
11739         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11740
11741         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
11742           Fix block alignment calculation. Alignment should be done before
11743           adding the byte offset where the data starts (#335231).
11744
11745 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11746
11747         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
11748           Ensure that we set correct caps on buffers that are transferred
11749           direct from the input.
11750
11751 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
11752
11753         * gst/goom/filters.c: (zoomFilterDestroy):
11754         * gst/goom/goom_core.c: (goom_close):
11755           Free filter data when cleaning up. (Fixes: #334995)
11756
11757 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
11758
11759         * configure.ac:
11760           Don't compile udp and rtsp plugins on win32 (mingw) or other
11761           systems that don't have <sys/socket.h> for some reason (#316203).
11762
11763 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11764
11765         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
11766         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
11767         * ext/raw1394/gstdv1394src.h:
11768           Change bus reset handler so it reports useful information such as
11769           whether the device being used connected or disconnected
11770
11771 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11772
11773         * gst/id3demux/id3v2frames.c:
11774         (parse_relative_volume_adjustment_two):
11775           We only care about gain and peak data for the master volume.
11776
11777 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
11778
11779         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11780         (parse_id_string), (parse_unique_file_identifier),
11781         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
11782           Read replay gain tags (#323721).
11783
11784 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * configure.ac:
11787           Bump requirements to gst-plugins-base CVS because
11788           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
11789
11790 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
11791
11792         * rtp/gst/gstrtppcmadepay.c:
11793         Fixed one of the caps in the code from mulaw to alaw.
11794
11795 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
11796
11797         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
11798           Ensure that we set caps on the buffers we pass.
11799
11800         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
11801         (gst_id3demux_sink_activate):
11802           Ensure that we set caps on the buffers we pass.
11803
11804           Use STREAM, TYPE_NOT_FOUND as the error class when
11805           typefinding fails.
11806
11807 2006-03-15  Edward Hervey  <edward@fluendo.com>
11808
11809         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
11810         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
11811         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
11812         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
11813         (gst_jpeg_dec_setcaps):
11814         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11815         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
11816         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
11817         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
11818         (gst_mngdec_src_getcaps):
11819         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11820         (gst_pngdec_caps_create_and_set):
11821         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
11822         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
11823         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
11824         * gst/alpha/gstalpha.c: (gst_alpha_init):
11825         * gst/auparse/gstauparse.c: (gst_au_parse_init):
11826         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
11827         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
11828         * gst/cutter/gstcutter.c: (gst_cutter_init):
11829         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
11830         (gst_efence_checkgetrange):
11831         * gst/debug/negotiation.c: (gst_negotiation_init):
11832         * gst/flx/gstflxdec.c: (gst_flxdec_init):
11833         * gst/goom/gstgoom.c: (gst_goom_init):
11834         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
11835         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
11836         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
11837         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
11838         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
11839         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
11840         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
11841         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11842         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11843         (gst_wavparse_create_sourcepad):
11844         Fix memleak with gst_static_pad_template_get().
11845         This uses gst_pad_new_from_static_template() instead.
11846         Fixes #333512
11847
11848 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * configure.ac:
11851           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
11852           used by id3demux.
11853
11854         * gst/id3demux/gstid3demux.c: (plugin_init):
11855         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11856         (parse_user_text_identification_frame),
11857         (parse_unique_file_identifier):
11858           Add support for UFID and TXXX frames and extract musicbrainz tags.
11859
11860 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11861
11862         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11863           Catch short reads, like they might happen with truncated
11864           files (see #305279); remove unnecessary indentation.
11865
11866 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11869           Fix DIB image inversion for pictures with a
11870           depth != 8 (#305279).
11871
11872 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11873
11874         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
11875         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
11876         * ext/jpeg/gstjpegdec.h:
11877           Fix durations on outgoing buffers after seeking
11878           in MJPEG files (#334083); some minor clean-ups.
11879
11880 2006-03-13  Wim Taymans  <wim@fluendo.com>
11881
11882         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
11883         (gst_wavparse_change_state):
11884         Implement seek in READY (re-fixes #327658)
11885
11886 2006-03-13  Wim Taymans  <wim@fluendo.com>
11887
11888         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
11889         * ext/esd/esdmon.c: (gst_esdmon_get):
11890         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
11891         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11892         (gst_gdk_pixbuf_sink_getcaps):
11893         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
11894         (gst_jpegenc_setcaps):
11895         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
11896         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
11897         (gst_smokeenc_setcaps):
11898         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
11899         (gst_mngdec_src_getcaps):
11900         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
11901         (gst_mngenc_chain):
11902         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
11903         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
11904         * ext/speex/gstspeexdec.c: (speex_dec_convert),
11905         (speex_dec_src_event), (speex_dec_chain):
11906         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
11907         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
11908         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
11909         (gst_negotiation_pad_link), (gst_negotiation_chain):
11910         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
11911         (gst_flxdec_chain):
11912         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
11913         (deinterleave_chain):
11914         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
11915         * gst/median/gstmedian.c: (gst_median_link):
11916         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
11917         (gst_monoscope_chain):
11918         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
11919         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
11920         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
11921         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
11922         close #333784 unref the result of gst_pad_get_parent()
11923         by: Christophe Fergeau.
11924
11925 2006-03-09  Wim Taymans  <wim@fluendo.com>
11926
11927         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
11928         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
11929         Handle events in push mode better, can now do non-flushing
11930         seeks in push mode as well.
11931
11932 2006-03-07  Wim Taymans  <wim@fluendo.com>
11933
11934         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11935         Applied patch from Kai Vehmanen, fixes #333624.
11936
11937 2006-03-06  Julien MOUTTE  <julien@moutte.net>
11938
11939         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
11940         Implement paletted and grayscale png files handling.
11941         (#150363).
11942
11943 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11944
11945         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
11946         (gst_speexenc_chain):
11947           fix a tag list assert
11948           follow gst-plugins-base/ext/ogg/README; set OFFSET
11949           and OFFSET_END.  Muxes correctly with gst-plugins-base
11950           > 0.9.3
11951
11952 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11953
11954         * gst/id3demux/Makefile.am:
11955         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11956         (gst_id3demux_chain), (gst_id3demux_sink_activate):
11957           Use new typefind helper functions here as well, and
11958           do typefinding in pull-mode if upstream supports that.
11959
11960 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11961
11962         * sys/sunaudio/gstsunaudiomixerctrl.c:
11963         (gst_sunaudiomixer_ctrl_get_volume),
11964         (gst_sunaudiomixer_ctrl_set_volume):
11965         * sys/sunaudio/gstsunaudiomixertrack.c:
11966         (gst_sunaudiomixer_track_new):
11967           Remove unused variables, breaks build from CVS
11968           with -Werror (#333392, patch by: Benjamin Pineau)
11969
11970 2006-03-03  Wim Taymans  <wim@fluendo.com>
11971
11972         * docs/plugins/Makefile.am:
11973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11975         Added wavparse docs.
11976
11977         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11978         (gst_wavparse_reset), (gst_wavparse_init),
11979         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
11980         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11981         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
11982         (gst_wavparse_stream_data), (gst_wavparse_loop),
11983         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
11984         (gst_wavparse_change_state):
11985         * gst/wavparse/gstwavparse.h:
11986         Implement seek in READY (fixes #327658)
11987         Added docs and did some cleanups.
11988
11989 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11992         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
11993         (gst_avi_demux_calculate_durations_from_index),
11994         (gst_avi_demux_stream_header):
11995         * gst/avi/gstavidemux.h:
11996           If we have an index, use a duration based on the index instead
11997           of blindly trusting the information in the stream headers
11998           (fixes #331817).
11999
12000 2006-03-03  Wim Taymans  <wim@fluendo.com>
12001
12002         * docs/plugins/Makefile.am:
12003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12005         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12006         Added smoke and jpeg to the docs.
12007
12008         * ext/jpeg/Makefile.am:
12009         * ext/jpeg/gstjpeg.c: (plugin_init):
12010         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12011         * ext/jpeg/gstjpegenc.h:
12012         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12013         (gst_smokedec_chain):
12014         * ext/jpeg/gstsmokedec.h:
12015         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12016         * ext/jpeg/gstsmokeenc.h:
12017         * ext/jpeg/smokecodec.h:
12018         Port smokedec (fixes #331905).
12019         Added some docs.
12020         Some cleanups.
12021
12022 2006-03-03  Wim Taymans  <wim@fluendo.com>
12023
12024         * docs/plugins/Makefile.am:
12025         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12026         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12027         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12028         Added videobalance and videoflip to the docs.
12029
12030         * gst/videofilter/Makefile.am:
12031         * gst/videofilter/gstvideobalance.c:
12032         (gst_video_balance_update_tables_planar411),
12033         (gst_video_balance_is_passthrough),
12034         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12035         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12036         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12037         (gst_video_balance_finalize), (gst_video_balance_class_init),
12038         (gst_video_balance_init), (gst_video_balance_interface_supported),
12039         (gst_video_balance_interface_init),
12040         (gst_video_balance_colorbalance_list_channels),
12041         (gst_video_balance_colorbalance_set_value),
12042         (gst_video_balance_colorbalance_get_value),
12043         (gst_video_balance_colorbalance_init),
12044         (gst_video_balance_set_property), (gst_video_balance_get_property),
12045         (gst_video_balance_get_type), (plugin_init):
12046         * gst/videofilter/gstvideobalance.h:
12047         Ported to 0.10. (Fixes #326160)
12048         Added docs.
12049
12050         * gst/videofilter/gstvideoflip.c:
12051         * gst/videofilter/gstvideoflip.h:
12052         Added docs.
12053
12054 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * configure.ac:
12057           Bump requirements to current core and -base CVS
12058           (core for new typefind helper API, and -base for the
12059           WAVFORMATEX support that was added to libgstriff and
12060           is needed by wavparse).
12061         
12062         * gst/apetag/Makefile.am:
12063         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12064         (gst_tag_demux_sink_activate):
12065           Use new typefind helpers for typefinding instead of our
12066           home-grown stuff; also, do typefinding in pull-mode if
12067           upstream supports that.
12068
12069 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12070
12071         Reviewed by: Christian Schaller <christian@fluendo.com>
12072
12073         This patch fixes bug: 329107
12074
12075         This Changelog entry is for a commit done on February 17
12076
12077         * ext/gconf/gconf.c
12078         * ext/gconf/gconf.h
12079         * ext/gconf/gstgconfaudiosink.c
12080         * ext/gconf/gstgconfaudiosink.h
12081         * gconf/gstreamer.schemas.in
12082
12083 2006-02-28  Wim Taymans  <wim@fluendo.com>
12084
12085         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12086         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12087         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12088         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12089         Use DEBUG_OBJECT more.
12090
12091 2006-02-28  Wim Taymans  <wim@fluendo.com>
12092
12093         * docs/plugins/Makefile.am:
12094         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12095         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12096         Added dvdec and dvdemux to docs.
12097
12098         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12099         Added docs.
12100         Check frame sizes so we don't crash when don't have enough
12101         data.
12102         Send nice error messages on error.
12103
12104         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12105         (gst_dvdemux_class_init), (gst_dvdemux_init),
12106         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12107         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12108         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12109         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12110         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12111         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12112         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12113         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12114         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12115         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12116         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12117         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12118         * ext/dv/gstdvdemux.h:
12119         Added docs.
12120         Implement pull mode.
12121         Fix memleaks.
12122         Reduce memcpy for the video demuxing.
12123
12124 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12125
12126         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12127         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12128         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12129         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12130           Add a little extra debug. Make the decoder not return NOT_LINKED,
12131           as we want to continue decoding all CMML and emitting tags.
12132
12133 2006-02-27  Michael Smith  <msmith@fluendo.com>
12134
12135         * ext/annodex/gstskeltag.c:
12136         * ext/annodex/gstskeltag.h:
12137           Deleted; these files aren't used any more either.
12138
12139 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12140
12141         * ext/Makefile.am: Fix dist-check.
12142
12143 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12144
12145         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12146         memleak.
12147
12148 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12149
12150         * ext/annodex/Makefile.am:
12151         * ext/annodex/gstannodex.c:
12152         * ext/annodex/gstcmmldec.c:
12153         * ext/annodex/gstcmmlenc.c:
12154         * ext/annodex/gstcmmlparser.c:
12155         * ext/annodex/gstcmmlparser.h:
12156         * ext/annodex/gstcmmlutils.c:
12157         * tests/check/elements/cmmldec.c:
12158         * tests/check/elements/cmmlenc.c:
12159           Fix a memleak in gst_cmml_track_list_add_clip.
12160           Handle overflows in clip's start and end times.
12161           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12162           Do not parse junk at the end of a CMML preamble buffer.
12163           Register a libxml error handler to not print stuff on stderr.
12164           Check for bad clip start and end times in the testsuites.
12165
12166 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12167
12168         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12169         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12170         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12171         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12172         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12173         possible memleaks.
12174
12175 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12176
12177         * tests/check/Makefile.am:
12178         * tests/check/elements/cmmldec.c:
12179         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12180         the plugins-base tags.
12181
12182 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12183
12184         * ext/Makefile.am: Re-enable module.
12185
12186 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12187
12188         * tests/check/Makefile.am: Forgot to remove that test.
12189
12190 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12191
12192         * ext/annodex/Makefile.am:
12193         * ext/annodex/gstannodex.c: (plugin_init):
12194         * ext/annodex/gstcmmldec.c:
12195         * ext/annodex/gstskeldec.c:
12196         * ext/annodex/gstskeldec.h:
12197         * tests/check/Makefile.am:
12198         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12199
12200 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12201
12202         * tests/check/Makefile.am: Disable those checks as well.
12203
12204 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12205
12206         * ext/Makefile.am: Disable annodex for now until we figure out
12207         how to make it build.
12208         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12209         Add a rule to your checklist : "please try to at least build 
12210         what you are going to commit into -good, or if you are too lazy
12211         to do that, please check that the buildbots are not crying because
12212         of your commit."
12213
12214 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12215
12216         * configure.ac:
12217         * ext/Makefile.am:
12218         * ext/gdk_pixbuf/Makefile.am:
12219         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12220         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12221         * ext/gdk_pixbuf/pixbufscale.c:
12222         * ext/gdk_pixbuf/pixbufscale.h:
12223           Gdkpixbuf ported from 0.8 to 0.10 by
12224           Renato Filho <renato.filho@indt.org.br>.
12225           gst_loader and gdkpixbufanimation still need port.
12226
12227 2006-02-24  Michael Smith  <msmith@fluendo.com>
12228
12229         * configure.ac:
12230         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12231         * ext/Makefile.am:
12232         * ext/annodex/Makefile.am:
12233         * ext/annodex/gstannodex.c:
12234         * ext/annodex/gstannodex.h:
12235         * ext/annodex/gstcmmldec.c:
12236         * ext/annodex/gstcmmldec.h:
12237         * ext/annodex/gstcmmlenc.c:
12238         * ext/annodex/gstcmmlenc.h:
12239         * ext/annodex/gstcmmlparser.c:
12240         * ext/annodex/gstcmmlparser.h:
12241         * ext/annodex/gstcmmltag.c:
12242         * ext/annodex/gstcmmltag.h:
12243         * ext/annodex/gstcmmlutils.c:
12244         * ext/annodex/gstcmmlutils.h:
12245         * ext/annodex/gstskeldec.c:
12246         * ext/annodex/gstskeldec.h:
12247         * ext/annodex/gstskeltag.c:
12248         * ext/annodex/gstskeltag.h:
12249         * tests/check/Makefile.am:
12250         * tests/check/elements/cmmldec.c:
12251         * tests/check/elements/cmmlenc.c:
12252         * tests/check/elements/skeldec.c:
12253           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12254           Includes tests & docs, oh my! Passes Thomas's -good checklist
12255           entirely. Wow.
12256
12257 2006-02-24  Michael Smith  <msmith@fluendo.com>
12258
12259         * autogen.sh:
12260           Check for automake 1.9 as well.
12261
12262 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12263
12264         * ext/flac/gstflacenc.c:
12265           Change min. sample rate to 8kHz to match flacdec's.
12266           
12267 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12268
12269         * ext/cdio/Makefile.am:
12270           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12271           required for Cygwin, see #317048)
12272
12273         * gst/rtp/gstasteriskh263.c:
12274           Cygwin has includes for both the unix network socket API
12275           and the windows API, but only one can be included, so fix
12276           includes to only use one or the other, prefering the unxi
12277           one (#317048).
12278
12279 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12280
12281         * rtp/gst/gstrtppcmadepay.c:
12282         * rtp/gst/gstrtppcmadepay.h:
12283         * rtp/gst/gstgstrtppcmapay.c:
12284         * rtp/gst/gstgstrtppcmapay.h:
12285         * rtp/gst/gstrtppcmudepay.c:
12286         * rtp/gst/gstrtppcmudepay.h:
12287         * rtp/gst/gstrtppcmupay.c:
12288         * rtp/gst/gstrtppcmupay.h:
12289         * rtp/gst/Makefile.am:
12290         * rtp/gst/gstrtp.c:
12291         * rtp/gst/README:
12292         Separated the G711 payloaders/depayloaders into separate elements for
12293         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12294
12295 2006-02-22  Wim Taymans  <wim@fluendo.com>
12296
12297         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12298         (gst_dvdec_change_state):
12299         * ext/dv/gstdvdec.h:
12300         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12301         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12302         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12303         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12304         (gst_dvdemux_flush), (gst_dvdemux_chain),
12305         (gst_dvdemux_change_state):
12306         * ext/dv/gstdvdemux.h:
12307         Ueber spiffify some more, added debug category.
12308         Use _scale.
12309         Use segments, respect playback rate from newsegment.
12310         Fix refcount issue.
12311
12312 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12313
12314         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12315         (gst_signal_processor_process):
12316         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12317         enabled for the build, but it helps me win the feature-count
12318         competitions ooh yeah.
12319
12320 2006-02-19  Wim Taymans  <wim@fluendo.com>
12321
12322         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12323         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12324         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12325         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12326         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12327         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12328         Use scaling code for added precission and more correct stop
12329         position in case scale==0.
12330
12331 2006-02-19  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12334         (gst_flxdec_chain):
12335         * gst/flx/gstflxdec.h:
12336         Implement DURATION query.
12337
12338 2006-02-19  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst/flx/flx_color.h:
12341         * gst/flx/flx_fmt.h:
12342         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12343         (gst_flxdec_src_query_handler), (flx_decode_color),
12344         (gst_flxdec_chain):
12345         * gst/flx/gstflxdec.h:
12346         Set MALLOCDATA for the temp buffers so we don't leak.
12347         Some debug cleanups.
12348         Consume all data in the adapter before leaving the chain
12349         function. Fixes #330678.
12350
12351 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12352
12353         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12354         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12355          Handle 0 data size in otherwise valid frames.
12356          Handle numeric strings in 2.4.0 even when not in parentheses 
12357
12358 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12359
12360         * gst/matroska/matroska-demux.c:
12361         (gst_matroska_demux_subtitle_caps),
12362         (gst_matroska_demux_plugin_init):
12363         * gst/matroska/matroska-ids.h:
12364           Recognise SSA/ASS and USF subtitle formats and
12365           set proper caps when they are found.
12366
12367 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12368
12369         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12370         (gst_jpeg_dec_chain):
12371           Fix invalid memory access for some odd-sized images
12372           (see image contained in quicktime stream in #327083);
12373           use g_malloc() instead of g_alloca().
12374
12375 2006-02-17  Wim Taymans  <wim@fluendo.com>
12376
12377         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12378         Patch from Sebastien Cote, fixes #319884
12379
12380 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382         * ext/cdio/gstcdio.c: (plugin_init):
12383           Init debug category (#331253).
12384
12385 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12386
12387         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12388           Pass extra_data to gst_riff_create_audio_caps(), so that
12389           WAVEFORMATEX stuff works. Post audio codec name and post
12390           it as taglist on the bus. Allow up to 8 channesl for raw
12391           PCM in the source pad template caps.
12392
12393 2006-02-16  Wim Taymans  <wim@fluendo.com>
12394
12395         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12396         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12397         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12398         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12399         (gst_multipart_set_property), (gst_multipart_get_property):
12400         Applied #318663. Gives quite a few false positives in
12401         autoscan mode, but it's better than nothing. Not closing yet.
12402
12403 2006-02-16  Wim Taymans  <wim@fluendo.com>
12404
12405         * docs/plugins/Makefile.am:
12406         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12407         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12408         * docs/plugins/gst-plugins-good-plugins.args:
12409         * docs/plugins/inspect/plugin-udp.xml:
12410         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12411         (gst_udpsrc_start):
12412         Update documentation.
12413         Fix args.
12414
12415 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12416
12417         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12418         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12419         frame size. (Fixes #331368)
12420
12421 2006-02-16  Wim Taymans  <wim@fluendo.com>
12422
12423         * gst/rtsp/README:
12424         Updated README.
12425
12426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12427         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12428         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12429         * gst/rtsp/gstrtspsrc.h:
12430         Make sure the RTP port is an even port an try to allocate 
12431         another if not.
12432         Added retry property to control max retries for port allocation.
12433         Make sure RTCP port is RTP port+1.
12434         Cleanup when port allocation fails.
12435         Fixes #319183.
12436         
12437 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12440           Don't ignore return value of the parent class's state
12441           change function (#331385, patch by: Wouter Paesen).
12442
12443 2006-02-15  Wim Taymans  <wim@fluendo.com>
12444
12445         * configure.ac:
12446         * docs/plugins/Makefile.am:
12447         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12449         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12450         * ext/Makefile.am:
12451         * ext/hal/Makefile.am:
12452         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12453         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12454         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12455         (do_toggle_element), (gst_hal_audio_sink_set_property),
12456         (gst_hal_audio_sink_get_property),
12457         (gst_hal_audio_sink_change_state):
12458         * ext/hal/gsthalaudiosink.h:
12459         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12460         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12461         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12462         (do_toggle_element), (gst_hal_audio_src_set_property),
12463         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12464         * ext/hal/gsthalaudiosrc.h:
12465         * ext/hal/gsthalelements.c: (plugin_init):
12466         * ext/hal/gsthalelements.h:
12467         * ext/hal/hal.c: (gst_hal_get_string),
12468         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12469         (gst_hal_get_audio_src):
12470         * ext/hal/hal.h:
12471         Add HAL sound device wrapper plugins. Closes #329106
12472
12473 2006-02-15  Wim Taymans  <wim@fluendo.com>
12474
12475         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12476         Add comment in a fultile attempt to stop the copy-and-paste 
12477         paradigm leading to duplication of bad code.
12478
12479         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12480         Mime parameters have to be checked case insensitive
12481
12482 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12483
12484         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12485           Advance stream time for lagging subtitle streams by sending
12486           newsegment events with the update flag set.
12487
12488 2006-02-14  Edward Hervey  <edward@fluendo.com>
12489
12490         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12491         There can be bogus data before the hdrl LIST tag in the RIFF header.
12492         It's hard to say if it's not respecting the AVI specifications or not,
12493         but since Google Video is producing AVIs like that and the other player
12494         don't seem to complain, I guess we should do the same.
12495
12496 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12497
12498         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12499         (parse_split_strings):
12500         Add more validation to ensure that a char encoding conversion
12501         produced a valid UTF-8 string.
12502
12503 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12504
12505         Reviewed by: Edward Hervey  <edward@fluendo.com>
12506
12507         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12508         Properly handle end of segment. Closes #330885.
12509
12510 2006-02-13  Wim Taymans  <wim@fluendo.com>
12511
12512         * gst/rtp/gstrtpmp4gpay.h:
12513         For got to commit this one.
12514
12515 2006-02-12  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12518         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12519         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12520         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12521         * gst/rtp/gstrtpmp4gpay.h:
12522         Make more things work.
12523         Handle ACC config strings.
12524
12525 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12528           set timestamps if no incoming timestamps set
12529
12530 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12531
12532         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12533         (gst_tag_demux_do_typefind):
12534           ... and fix the very same leaks in GstTagDemux.
12535
12536 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12537
12538         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12539         (gst_id3demux_do_typefind):
12540         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12541         <jonathan at kaolin dot wh9 dot net>)
12542
12543 2006-02-10  Wim Taymans  <wim@fluendo.com>
12544
12545         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12546         First set options, then set caps or else the baseclass
12547         will not know about the options, duh.
12548
12549 2006-02-10  Wim Taymans  <wim@fluendo.com>
12550
12551         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12552         (gst_rtp_mp4v_pay_setcaps):
12553         Don't waste time looking for a config string if we have codec_info
12554         on the incomming caps.
12555
12556 2006-02-10  Wim Taymans  <wim@fluendo.com>
12557
12558         * gst/rtp/README:
12559         Say something about case-sensitivity of caps vs mime-attributes.
12560
12561         * gst/rtp/Makefile.am:
12562         * gst/rtp/gstrtp.c: (plugin_init):
12563         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12564         (gst_rtp_amr_pay_handle_buffer):
12565         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12566         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12567         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12568         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12569         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12570         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12571         (gst_rtp_mp4g_pay_plugin_init):
12572         * gst/rtp/gstrtpmp4gpay.h:
12573         Added beginnings of mpeg4-generic payloader (RFC 3640)
12574
12575 2006-02-09  Wim Taymans  <wim@fluendo.com>
12576
12577         * gst/rtsp/Makefile.am:
12578         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12579         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12580         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12581         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12582         (gst_rtpdec_change_state):
12583         * gst/rtsp/gstrtpdec.h:
12584         * gst/rtsp/gstrtsp.c: (plugin_init):
12585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12586         * gst/rtsp/rtspconnection.c: (read_body),
12587         (rtsp_connection_receive):
12588         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12589         Resurected rtpdec to make rtspsrc happy again.
12590         Skip attributes from the session id.
12591         Don't crash when dumping a message with an empty body.
12592
12593
12594 2006-02-09  Wim Taymans  <wim@fluendo.com>
12595
12596         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12597         Added more meaningfull warnings when something goes wrong.
12598         Clear F bit on outgoing AMR packets.
12599
12600         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12601         (gst_rtp_amr_pay_handle_buffer):
12602         Added debugging category
12603         Support payloading of multiple AMR frames.
12604
12605         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12606         Added some debugging.
12607
12608 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12609
12610         * configure.ac:
12611           Back to CVS
12612
12613 === release 0.10.2 ===
12614
12615 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12616
12617         * configure.ac:
12618           releasing 0.10.2, "Papa was a rolling stone"
12619
12620 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12621
12622         * configure.ac:
12623           Bump core and plugins-base requirement to 0.10.2.2
12624           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12625
12626 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * ext/flac/gstflac.c: (plugin_init):
12629         * ext/speex/gstspeex.c: (plugin_init):
12630           Register musicbrainz tags.
12631
12632 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12633
12634         * ext/gconf/gconf.h:
12635           Remove declaration of function that no longer exists.
12636
12637 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12638
12639         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12640         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12641         Make shout2 work for non ogg streams
12642
12643 2006-02-06  Wim Taymans  <wim@fluendo.com>
12644
12645         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12646         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12647         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12648         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12649         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12650         * gst/udp/gstmultiudpsink.h:
12651         Updated docs.
12652         Added properties bytes-served, bytes_to_serve.
12653         Post proper error messages,
12654         Emit client added signal too.
12655
12656 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12657
12658         * docs/plugins/Makefile.am:
12659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12661         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12662         (gst_multiudpsink_get_stats):
12663           adding docs for multiudpsink
12664
12665 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12666
12667         * gst/level/gstlevel.c: (gst_level_transform_ip):
12668           peak below decay is not necessarily an error, so don't ERROR log
12669
12670 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12671
12672         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12673         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12674         (gst_ebml_write_seek):
12675         * gst/matroska/ebml-write.h:
12676           Make sure we send a newsegment event in BYTES format
12677           before sending buffers (#328531).
12678
12679 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12680
12681         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12682         (gst_dvdemux_sink_query):
12683         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12684         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12685         (speex_dec_src_query):
12686         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12687         (gst_speexenc_sink_query):
12688         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12689         * gst/matroska/matroska-demux.c:
12690         (gst_matroska_demux_get_src_query_types),
12691         (gst_matroska_demux_handle_src_query):
12692         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12693         (gst_wavparse_pad_query):
12694           Pass unhandled queries upstream instead of just dropping
12695           them (#326446). Update query type arrays here and there.
12696
12697 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12698
12699         * tests/check/elements/matroskamux.c: (setup_src_pad):
12700           Collectpads in core got changed and now also holds a
12701           reference to any pad that is part of it. Fix refcount
12702           checks in test case accordingly.
12703
12704 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12705
12706         * gst/apetag/gstapedemux.h:
12707           Fix include, for now GstTagDemux is in the apetag dir.
12708
12709 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * docs/plugins/Makefile.am:
12712         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12713         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12714         * docs/plugins/inspect/plugin-cdio.xml:
12715           Add cdio plugin to docs.
12716
12717         * ext/cdio/gstcdiocddasrc.c:
12718           Add gtk-doc blurb.
12719
12720         * ext/cdio/gstcdio.c:
12721           The plugin is called 'cdio' not 'cddio'.
12722
12723 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         * configure.ac:
12726         * docs/plugins/Makefile.am:
12727         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12728         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12729         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12730         * docs/plugins/inspect/plugin-apetag.xml:
12731         * gst/apetag/Makefile.am:
12732         * gst/apetag/gstapedemux.c:
12733         * gst/apetag/gstapedemux.h:
12734         * gst/apetag/gsttagdemux.c:
12735         * gst/apetag/gsttagdemux.h:
12736           Add APE tag demuxer (#325649).
12737
12738 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12739
12740         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
12741         (gst_gconf_get_default_video_sink),
12742         (gst_gconf_get_default_audio_src),
12743         (gst_gconf_get_default_video_src):
12744         * ext/gconf/gconf.h:
12745         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
12746         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
12747         (do_toggle_element):
12748         * ext/gconf/gstgconfaudiosink.h:
12749         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
12750         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
12751         (do_toggle_element):
12752         * ext/gconf/gstgconfaudiosrc.h:
12753         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
12754         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
12755         (do_toggle_element):
12756         * ext/gconf/gstgconfvideosink.h:
12757         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
12758         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
12759         (do_toggle_element):
12760         * ext/gconf/gstgconfvideosrc.h:
12761           Ignore changing the GConf key to "". Ignore GConf key updates
12762           that don't actually change the string.
12763           For now, ignore the GConf key when the state is > READY, as
12764           it breaks streaming. Sometime it will be nice to bring the
12765           new sink online even mid-stream, by sending NEWSEGMENT info
12766           and possibly prerolling.
12767           (Fixes #326736)
12768
12769 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
12770
12771         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
12772         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
12773         (zoomFilterSetResolution), (zoomFilterDestroy),
12774         (zoomFilterFastRGB), (pointFilter):
12775         * gst/goom/filters.h:
12776         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
12777         (goom_update), (goom_close):
12778         * gst/goom/goom_core.h:
12779         * gst/goom/goom_tools.h:
12780         * gst/goom/graphic.c:
12781         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12782         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
12783         * gst/goom/gstgoom.h:
12784         * gst/goom/lines.c: (goom_lines):
12785         * gst/goom/lines.h:
12786           Make goom reentrant by moving all important static variables
12787           into instance structures.
12788           (Fixes #329181)
12789
12790 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
12791
12792         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
12793         (gst_avi_demux_all_source_pads_unlinked),
12794         (gst_avi_demux_process_next_entry):
12795         * gst/avi/gstavidemux.h:
12796           Third attempt, use gst_pad_is_linked() this time.
12797
12798 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
12799
12800         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12801         (parse_split_strings):
12802         Adjust for data length indicators when parsing (Fixes #329810)
12803         Fix stupid bug parsing UTF-8 tag text.
12804         Output tag strings with multiple fields as multiple tags, so the
12805         app gets all the data.
12806
12807 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12808
12809         * ext/flac/gstflacenc.c:
12810         Fixed a bug add in last commit, where no event is send. Thanks Tim to
12811         show me.
12812         
12813 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
12814
12815         * ext/flac/gstflacenc.c:
12816         * gst/matroska/ebml-read.c:
12817         Just make it compile with --disable-gst-debug.
12818
12819 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
12820
12821         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
12822         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
12823         (id3v2_genre_fields_to_taglist):
12824           Never output a tag with a null contents string.
12825
12826 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12827
12828         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
12829           Only pause if all pads are unlinked AND we've tried to send data
12830           on all of them at least once.
12831
12832 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12833
12834         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
12835         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
12836           Make loop function/task pause itself when all source pads are
12837           unlinked.
12838
12839 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
12840
12841         * configure.ac:
12842         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
12843           Use new functions from core to render a bin from a
12844           string. Fixes build. Up requirements to core CVS.
12845
12846 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
12847
12848         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
12849           Don't push buffers into the adapter that we are going to
12850           push downstream again without framing anyway. Also, the
12851           adaptor takes ownership of buffers put into it (fixes
12852           auparse pushing invalid buffers for .au files with
12853           ADPCM contents). Finally, set caps on all outgoing buffers.
12854
12855 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
12856
12857         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12858         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
12859         (gst_id3demux_send_tag_event):
12860         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
12861         Someone should kick my butt. Remove ID3v1 tags from the end of the
12862         file.
12863
12864         Improve error messages. Send the TAG message as soon as we complete
12865         typefinding, instead of waiting until we send the first buffer.
12866         Downstream tag event is still sent before the first buffer.
12867
12868 2006-01-27  Jan Gerber  <j@bootlab.org>
12869
12870         Reviewed by: Andy Wingo <wingo@pobox.com>
12871
12872         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
12873         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
12874         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
12875         to not have warings flooding stderr. this is the suggested way
12876         also used in dvgrab and kino. (#328336)
12877
12878 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
12879
12880         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
12881         (gst_oss_sink_init), (gst_oss_sink_finalise):
12882           Free the device name string when finalised.
12883
12884 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
12885
12886         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
12887           Don't put function calls in g_return_if_fail() statements,
12888           or they'll be replaced with NOOPs if someone compiles with
12889           G_DISABLE_CHECKS defined.
12890           
12891 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
12892
12893         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12894         Never trust ANY information encoded in a media file, especially
12895         when it's giving you sizes. (Fixes #328452)
12896
12897 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
12898
12899         * gst/rtp/gstrtpg711pay.c:
12900         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
12901         bug #325148.
12902
12903 2006-01-23  Edward Hervey  <edward@fluendo.com>
12904
12905         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
12906         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
12907         * gst/matroska/matroska-ids.h:
12908         Added recognition of Real Audio and Video streams in matroska demuxer.
12909
12910 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12911
12912         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
12913           Remove errant break statement, and fix compilation with
12914           older GCC.
12915
12916 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
12917
12918         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12919
12920         * sys/sunaudio/gstsunaudiomixerctrl.c:
12921         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
12922           Export functions that are needed in other parts of the code,
12923           makes the mixer actually work; adjust magic minimum buffer-time
12924           value from 3ms to 5ms to work around stuttering during mp3
12925           playback (#327765).
12926
12927 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
12928
12929         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
12932         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
12933           Fix possible deadlock in matroska muxer (#327825).
12934
12935 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
12936
12937         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
12938         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12939         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
12940         * gst/rtsp/sdpmessage.h:
12941         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
12942         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
12943           C89 fixes: declare variables at the beginning of a block and
12944           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
12945           <jensgr at gmx dot net>).
12946
12947 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
12948
12949         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12950         * gst/id3demux/id3tags.h:
12951         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12952         (parse_comment_frame), (parse_text_identification_frame),
12953         (id3v2_tag_to_taglist), (id3v2_are_digits),
12954         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
12955         (parse_split_strings), (free_tag_strings):
12956           Rewrite parsing of text tags to handle multiple NULL terminated
12957           strings. Parse numeric genre strings and ID3v2 type
12958           "(3)(6)Alternative" style genre strings.
12959           Parse dates that are only YYYY or YYYY-mm format.
12960           (Fixes #328241 and #322154)
12961
12962 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
12963
12964         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12965           Don't forget to initialize liboil, otherwise our oil functions
12966           will crash (fixes #327871; patch by: Christoph Burghardt
12967           <hawkes at web dot de>).
12968
12969 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12970
12971         * configure.ac:
12972           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
12973           like in the core and gst-plugins-base. Fixes #324367 and #326683;
12974           patch by: Brian Cameron <brian dot cameron at sun dot com>
12975
12976 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12977
12978         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
12979         * ext/cdio/gstcdio.h:
12980         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
12981           Fix build for libcdio versions >= 76; give slightly lower rank
12982           than cdparanoia.
12983
12984 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12985
12986         * configure.ac:
12987         * ext/Makefile.am:
12988         * ext/cdio/Makefile.am:
12989         * ext/cdio/gstcdio.c:
12990         * ext/cdio/gstcdio.h:
12991         * ext/cdio/gstcdiocddasrc.c:
12992         * ext/cdio/gstcdiocddasrc.h:
12993           Port libcdio cdda source, formerly known as cddasrc, now known as
12994           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
12995           but that's not tested (fixes #317658).
12996
12997 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13000           Fix conversion from TIME to BYTES format (fixes #326864;
13001           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13002
13003 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13004
13005         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13006           Fix compilation of id3demux when zlib is not present.
13007           (Fixes #326602; patch by: Sergey Scobich)
13008
13009 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13010
13011         * ext/esd/Makefile.am:
13012           Add $(ESD_CFLAGS), otherwise build will fail for folks
13013           with libesd in a non-standard prefix (#327009).
13014
13015 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13016
13017         * configure.ac:
13018           back to HEAD
13019
13020 === release 0.10.1 ===
13021
13022 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13023
13024         * configure.ac:
13025           releasing 0.10.1, "Li"
13026
13027 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13028
13029           patch by: Wim Taymans
13030
13031         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13032           fix memleak.  Fixes #326618
13033
13034 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13035
13036           patch by: Mike Smith
13037
13038         * gst/level/gstlevel.c: (gst_level_message_new),
13039         (gst_level_message_append_channel):
13040           Fix memleak.  Fixes #326612
13041
13042 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13043
13044         * configure.ac:
13045           prereleasing
13046         * po/af.po:
13047         * po/az.po:
13048         * po/cs.po:
13049         * po/en_GB.po:
13050         * po/hu.po:
13051         * po/it.po:
13052         * po/nb.po:
13053         * po/nl.po:
13054         * po/or.po:
13055         * po/sq.po:
13056         * po/sr.po:
13057         * po/sv.po:
13058         * po/uk.po:
13059         * po/vi.po:
13060           update translations
13061
13062 2006-01-10  Michael Smith  <msmith@fluendo.com>
13063
13064         * gst/level/gstlevel.c: (gst_level_class_init),
13065         (gst_level_dispose):
13066           Don't leak filter arrays.
13067
13068 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13069
13070         reviewed by: Christian Schaller <uraeus@gnome.org>
13071         
13072         * configure.ac:
13073         * gst-plugins-good.spec.in:
13074         * sys/Makefile.am:
13075         * sys/sunaudio/Makefile.am:
13076         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13077         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13078         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13079         (gst_sunaudiomixer_change_state):
13080         * sys/sunaudio/gstsunaudiomixer.h:
13081         * sys/sunaudio/gstsunaudiomixerctrl.c:
13082         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13083         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13084         (gst_sunaudiomixer_ctrl_list_tracks),
13085         (gst_sunaudiomixer_ctrl_get_volume),
13086         (gst_sunaudiomixer_ctrl_set_volume),
13087         (gst_sunaudiomixer_ctrl_set_mute),
13088         (gst_sunaudiomixer_ctrl_set_record):
13089         * sys/sunaudio/gstsunaudiomixerctrl.h:
13090         * sys/sunaudio/gstsunaudiomixertrack.c:
13091         (gst_sunaudiomixer_track_class_init),
13092         (gst_sunaudiomixer_track_init), (fill_labels),
13093         (gst_sunaudiomixer_track_new):
13094         * sys/sunaudio/gstsunaudiomixertrack.h:
13095         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13096         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13097         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13098         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13099         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13100         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13101         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13102         * sys/sunaudio/gstsunaudiosink.h:
13103
13104         Add SunAudio plugin - tested to make sure it doesn't break
13105         the build under GNU/Linux.      
13106
13107 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13108
13109         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13110         * gst-plugins-good/gst/udp/gstudpsrc.c:
13111         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13112         overrides the port or multicast parameters. Fixes bugs #323021.
13113         API addition: adds GstUDPSrc::sockfd property   
13114
13115 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * ext/gconf/Makefile.am:
13118         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13119         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13120         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13121         (do_toggle_element), (cb_toggle_element),
13122         (gst_gconf_audio_src_change_state):
13123         * ext/gconf/gstgconfaudiosrc.h:
13124         * ext/gconf/gstgconfelements.c: (plugin_init):
13125         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13126         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13127         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13128         (do_toggle_element), (cb_toggle_element),
13129         (gst_gconf_video_src_change_state):
13130         * ext/gconf/gstgconfvideosrc.h:
13131           Add new gconfaudiosrc and gconfvideosrc elements
13132           (needed for gnome-sound-recorder).
13133
13134 2006-01-06  Edward Hervey  <edward@fluendo.com>
13135
13136         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13137         Add gst_element_no_more_pads() for proper decodebin behaviour.
13138         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13139         (parse_text_identification_frame), (parse_split_strings):
13140         Failure to decode some tags is not a GST_ERROR() but a
13141         GST_WARNING()
13142         When iterating over a chunk of text, check that we haven't gone too
13143         far.
13144
13145 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13146
13147         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13148         (plugin_init):
13149           call oil_init() when using liboil
13150
13151 2006-01-04  Wim Taymans  <wim@fluendo.com>
13152
13153         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13154         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13155         Fix leaks.
13156
13157 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13158
13159         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13160
13161         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13162         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13163         (gst_flac_dec_change_state):
13164           Don't g_assert() where we should just return FALSE; remove
13165           unnecessary g_assert(); initialize some fields properly in
13166           state change function (fixes #325504). Also, use
13167           GST_DEBUG_OBJECT in two more places.
13168
13169 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13170
13171         * configure.ac:
13172           also remove smoothwave's Makefile.am
13173         * docs/plugins/Makefile.am:
13174           fix plugin docs
13175
13176 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13177
13178         * tests/examples/Makefile.am:
13179           added missing Makefile.am
13180
13181 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13182
13183         * configure.ac:
13184         * gst/level/Makefile.am:
13185         * gst/level/level-example.c:
13186         * tests/Makefile.am:
13187         * tests/examples/level/Makefile.am:
13188         * tests/examples/level/level-example.c: (message_handler), (main):
13189           moved level-example to tests/examples/level-example
13190         * tests/old/examples/level/demo.c: (main):
13191         * tests/old/examples/level/plot.c: (main):
13192           some initial fixes
13193
13194 2005-12-29  Michael Smith  <msmith@fluendo.com>
13195
13196         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13197         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13198         * gst/udp/gstmultiudpsink.h:
13199           Track packets sent per client in addition to bytes sent; provide
13200           this info through get-stats signal
13201
13202 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13203
13204         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13205           Can't use gst_object_unref() on a GstAdapter (#325191).
13206
13207 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13208
13209         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13210         If a broken tag has 0 bytes payload, at least still skip
13211         the 10 byte header
13212
13213 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13214
13215         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13216         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13217         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13218         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13219           Making these depayloaders (H263+ and mpeg4 video) inherit from
13220           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13221
13222 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13223
13224         * docs/plugins/gst-plugins-good-plugins.args:
13225         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13226         Regenerate the plugin hiearchy.
13227
13228 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13229
13230         * docs/plugins/Makefile.am:
13231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13233         * docs/plugins/gst-plugins-good-plugins.args:
13234         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13235         (gst_id3demux_base_init), (gst_id3demux_class_init),
13236         (gst_id3demux_chain):
13237         * gst/id3demux/gstid3demux.h:
13238           Add documentation for id3demux.
13239           Don't fail if the first buffer is not at offset 0, just
13240           attempt to typefind and do pass through
13241           Rename the gst_type function from gst_gst_id3demux..
13242
13243 2005-12-20  Michael Smith  <msmith@fluendo.com>
13244
13245         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13246         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13247         (gst_multiudpsink_get_stats):
13248         * gst/udp/gstmultiudpsink.h:
13249           Collect statistics; return them from get_stats.
13250
13251 2005-12-19  Edward Hervey  <edward@fluendo.com>
13252
13253         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13254         Stupid signedness issue...
13255
13256 2005-12-19  Edward Hervey  <edward@fluendo.com>
13257
13258         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13259         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13260         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13261         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13262         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13263         Construct index for indexless files.
13264         Make sure pad/buffers are correctly reset to NULL once we don't need
13265         them anymore, else we get lovely segfaults/assertions.
13266         * gst/wavparse/gstwavparse.c:
13267         Yes, you can have 96KHz audio and wma in wav :(
13268
13269 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13270
13271         * configure.ac:
13272           Check for optional dependency on zlib for id3demux
13273
13274         * gst/id3demux/Makefile.am:
13275         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13276         (gst_id3demux_base_init), (gst_id3demux_class_init),
13277         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13278         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13279         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13280         (gst_id3demux_set_property), (gst_id3demux_get_property),
13281         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13282         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13283         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13284         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13285         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13286         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13287         (simple_find_peek), (simple_find_suggest),
13288         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13289         (plugin_init):
13290         * gst/id3demux/gstid3demux.h:
13291         * gst/id3demux/id3tags.c: (read_synch_uint),
13292         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13293         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13294         (id3demux_id3v2_frames_to_tag_list):
13295         * gst/id3demux/id3tags.h:
13296         * gst/id3demux/id3v2.4.0-frames.txt:
13297         * gst/id3demux/id3v2.4.0-structure.txt:
13298         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13299         (parse_comment_frame), (parse_text_identification_frame),
13300         (id3v2_tag_to_taglist), (parse_split_strings):
13301           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13302           otherwise it discards them. Works on my test files. 
13303
13304         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13305           Don't send EOS to a non-existing srcpad
13306           The debug category can be static
13307
13308 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13309
13310         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13311         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13312         * gst/multipart/multipartdemux.c:
13313           change some char* into char[]
13314
13315 2005-12-16  Wim Taymans  <wim@fluendo.com>
13316
13317         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13318         (gst_wavparse_other), (gst_wavparse_perform_seek),
13319         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13320         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13321         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13322         * gst/wavparse/gstwavparse.h:
13323         Use GstSegment to implement more seeking features.
13324
13325 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13326
13327         * gst/rtsp/rtspconnection.c:
13328           Add <netinet/in.h> include and move <arpa/inet.h> include
13329           to make things work on OpenBSD as well (fixes #323717;
13330           patch by: Benjamin Pineau)
13331
13332 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13333
13334         * gst/rtp/gstrtpspeexdepay.c:
13335         * gst/rtp/gstrtpspeexpay.c:
13336         Set clock rate to be fixed in 8000. It fixes bug #324012.
13337
13338 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13339
13340         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13341         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13342         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13343         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13344         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13345         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13346         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13347         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13348         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13349         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13350         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13351         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13352         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13353         * gst-plugins-good/gst/rtp/README:
13354         Fixed payload range in payloder caps. Removed payload range completely
13355         from depayloaders as they don't require payload type in their caps.
13356         In effect, there isn't any specific payload type for any given codec,
13357         only suggestions.
13358         Fixes bug #324011.
13359
13360 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13361
13362         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13363         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13364         (gst_videomixer_collected): Code cleanup and re-enabling 
13365         queued time validity check for correct EOS handling.
13366
13367 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13368
13369         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13370         (gst_oss_mixer_element_get_property),
13371         (gst_oss_mixer_element_change_state):
13372         Add 'device-name' property and fix state change function.
13373
13374 2005-12-13  Edward Hervey  <edward@fluendo.com>
13375
13376         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13377         If the speed of the file is null in the header, set the frame_time to
13378         the default setting of GST_SECOND / 70. Which is the default
13379         frame_delay for .fli files as stated in this document :
13380         http://www.compuphase.com/flic.htm
13381         Would be nice to have the time conversion done properly too (duration =
13382         flxh->frames * flxdec->frame_time)
13383
13384 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13385
13386         * docs/plugins/Makefile.am:
13387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13389         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13390         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13391         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13392         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13393         documentation for videomixer on my way with a funny sample
13394         pipeline.
13395
13396 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13397
13398         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13399         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13400         (gst_videomixer_update_queues), (gst_videomixer_collected):
13401         Fix caps negotiation. (#323896)
13402
13403 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13404
13405         * gst/matroska/matroska-demux.c:
13406         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13407           Set correct timestamps on audio laces, fixes playback of mp3 from
13408                 matroska.
13409
13410 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13411
13412         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13413         (gst_au_parse_class_init), (gst_au_parse_init),
13414         (gst_au_parse_dispose), (gst_au_parse_chain),
13415         (gst_au_parse_change_state), (plugin_init):
13416         * gst/auparse/gstauparse.h:
13417           Use gst_object_unref() for GstObjects instead of
13418           g_object_unref() and fix a mem leak in a debug
13419           statement; while we're at it, also borgify, use
13420           boilerplate macros and clean up a little bit.
13421
13422 2005-12-11  Edward Hervey  <edward@fluendo.com>
13423
13424         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13425         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13426         Added pull mode.
13427
13428 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13429
13430         * gst/goom/gstgoom.c:
13431         * gst/level/level-example.c: (main):
13432         * gst/smoothwave/demo-osssrc.c: (main):
13433           Use audiotestsrc instead of sinesrc (#323798).
13434
13435 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13436
13437         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13438           more debug-func-ptr usage
13439
13440 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13441
13442         * gst/flx/flx_color.c: (flx_colorspace_convert):
13443         * gst/flx/flx_color.h:
13444         * gst/flx/flx_fmt.h:
13445         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13446         * gst/flx/gstflxdec.h:
13447           Now flxdec works on big-endian machines as well.
13448
13449 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13450
13451         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13452         (gst_fenced_buffer_copy):
13453           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13454           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13455           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13456           and use GST_DEBUG_FUNCPTR for pad functions.
13457
13458 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13459
13460         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13461         (gst_flac_dec_class_init), (gst_flac_dec_init),
13462         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13463         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13464         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13465         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13466         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13467         (gst_flac_dec_change_state):
13468         * ext/flac/gstflacdec.h:
13469           Rewrite flacdec a bit, so that even seeking might work now. Most
13470           importantly, don't act upon any flow return values we get, just tell
13471           the decoder everything's dandy and act on the flow return values
13472           later on in the loop function. We don't want to mess up the internal
13473           decoder state for non-fatal things like flushing pads etc. Other
13474           than that, use GstSegment (segment seeks don't work yet though, but
13475           should be easy to add), use boilerplate macros, drop the superfluous
13476           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13477           lots of other things.
13478
13479 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13480
13481         * configure.ac:
13482           Update comment in OSS includes check.
13483
13484         * sys/oss/gstossdmabuffer.c:
13485         * sys/oss/gstosshelper.c:
13486         * sys/oss/gstossmixer.c:
13487         * sys/oss/gstossmixertrack.c:
13488         * sys/oss/gstosssink.c:
13489         * sys/oss/gstosssrc.c:
13490         * sys/oss/oss_probe.c:
13491           Don't assume the OSS soundcard.h include is always in
13492           the sys/ directory. Instead, use the existing defines
13493           from config.h to include the right file. Fixes
13494           compilation on OpenBSD 3.8 (#323718).
13495
13496 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13497
13498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13499         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13500         * docs/plugins/inspect/plugin-1394.xml:
13501         * docs/plugins/inspect/plugin-aasink.xml:
13502         * docs/plugins/inspect/plugin-alaw.xml:
13503         * docs/plugins/inspect/plugin-alpha.xml:
13504         * docs/plugins/inspect/plugin-alphacolor.xml:
13505         * docs/plugins/inspect/plugin-auparse.xml:
13506         * docs/plugins/inspect/plugin-autodetect.xml:
13507         * docs/plugins/inspect/plugin-avi.xml:
13508         * docs/plugins/inspect/plugin-cacasink.xml:
13509         * docs/plugins/inspect/plugin-cairo.xml:
13510         * docs/plugins/inspect/plugin-cutter.xml:
13511         * docs/plugins/inspect/plugin-debug.xml:
13512         * docs/plugins/inspect/plugin-dv.xml:
13513         * docs/plugins/inspect/plugin-efence.xml:
13514         * docs/plugins/inspect/plugin-effectv.xml:
13515         * docs/plugins/inspect/plugin-esdsink.xml:
13516         * docs/plugins/inspect/plugin-flac.xml:
13517         * docs/plugins/inspect/plugin-flxdec.xml:
13518         * docs/plugins/inspect/plugin-gconfelements.xml:
13519         * docs/plugins/inspect/plugin-goom.xml:
13520         * docs/plugins/inspect/plugin-jpeg.xml:
13521         * docs/plugins/inspect/plugin-level.xml:
13522         * docs/plugins/inspect/plugin-matroska.xml:
13523         * docs/plugins/inspect/plugin-mulaw.xml:
13524         * docs/plugins/inspect/plugin-multipart.xml:
13525         * docs/plugins/inspect/plugin-navigationtest.xml:
13526         * docs/plugins/inspect/plugin-ossaudio.xml:
13527         * docs/plugins/inspect/plugin-png.xml:
13528         * docs/plugins/inspect/plugin-rtp.xml:
13529         * docs/plugins/inspect/plugin-rtsp.xml:
13530         * docs/plugins/inspect/plugin-shout2send.xml:
13531         * docs/plugins/inspect/plugin-smpte.xml:
13532         * docs/plugins/inspect/plugin-speex.xml:
13533         * docs/plugins/inspect/plugin-udp.xml:
13534         * docs/plugins/inspect/plugin-videobox.xml:
13535         * docs/plugins/inspect/plugin-videoflip.xml:
13536         * docs/plugins/inspect/plugin-videomixer.xml:
13537         * docs/plugins/inspect/plugin-wavenc.xml:
13538         * docs/plugins/inspect/plugin-wavparse.xml:
13539         * ext/flac/gstflac.c: (plugin_init):
13540         * ext/flac/gstflacdec.c: (flacdec_get_type),
13541         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13542         (gst_flac_dec_init), (gst_flac_dec_finalize),
13543         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13544         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13545         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13546         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13547         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13548         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13549         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13550         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13551         * ext/flac/gstflacdec.h:
13552         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13553         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13554         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13555         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13556         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13557         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13558         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13559         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13560         (gst_flac_enc_change_state):
13561         * ext/flac/gstflacenc.h:
13562           borgify and fix up documentation
13563
13564 2005-12-09  Michael Smith  <msmith@fluendo.com>
13565
13566         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13567           Accept a wider range of flac files, more closely matching flac spec.
13568
13569 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13570
13571         * docs/plugins/Makefile.am: Add multipart elements.
13572         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13573         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13574         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13575         * gst/multipart/multipartdemux.c:
13576         * gst/multipart/multipartmux.c: Add docs.
13577
13578 2005-12-07  Edward Hervey  <edward@fluendo.com>
13579
13580         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13581         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13582         (gst_avi_demux_invert):
13583         Memleak and crasher fixes.
13584         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13585         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13586         Memleak fixes
13587
13588 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13589
13590         * ext/aalib/gstaasink.h:
13591         * ext/cairo/gsttextoverlay.h:
13592         * ext/dv/gstdvdec.h:
13593         * ext/dv/gstdvdemux.c:
13594         * ext/dv/gstdvdemux.h:
13595         * ext/esd/esdsink.h:
13596         * ext/flac/flac_compat.h:
13597         * ext/flac/gstflacdec.h:
13598         * ext/flac/gstflacenc.h:
13599         * ext/gconf/gconf.h:
13600         * ext/gconf/gstgconfaudiosink.h:
13601         * ext/gconf/gstgconfvideosink.h:
13602         * ext/gdk_pixbuf/gstgdkanimation.h:
13603         * ext/jpeg/gstjpegdec.h:
13604         * ext/jpeg/smokecodec.h:
13605         * ext/jpeg/smokeformat.h:
13606         * ext/ladspa/gstsignalprocessor.h:
13607         * ext/ladspa/search.c: (LADSPAPluginSearch):
13608         * ext/ladspa/utils.h:
13609         * ext/libmng/gstmng.c:
13610         * ext/libmng/gstmngdec.h:
13611         * ext/libmng/gstmngenc.c:
13612         * ext/libmng/gstmngenc.h:
13613         * ext/libpng/gstpng.c:
13614         * ext/libpng/gstpngenc.c:
13615         * ext/libpng/gstpngenc.h:
13616         * ext/shout2/gstshout2.h:
13617         * ext/speex/gstspeexdec.h:
13618         * ext/speex/gstspeexenc.c:
13619         * ext/speex/gstspeexenc.h:
13620         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13621         * gst/autodetect/gstautoaudiosink.h:
13622         * gst/autodetect/gstautovideosink.h:
13623         * gst/avi/gstavidemux.h:
13624         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13625         (gst_cutter_set_property), (gst_cutter_get_caps):
13626         * gst/cutter/gstcutter.h:
13627         * gst/debug/tests.c: (md5_process_block):
13628         * gst/debug/tests.h:
13629         * gst/effectv/gstwarp.c:
13630         * gst/flx/flx_fmt.h:
13631         * gst/flx/gstflxdec.h:
13632         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13633         (zoomFilterFastRGB):
13634         * gst/goom/filters.h:
13635         * gst/goom/goom_tools.h:
13636         * gst/law/alaw-encode.c:
13637         * gst/level/gstlevel.c:
13638         * gst/level/gstlevel.h:
13639         * gst/matroska/ebml-write.h:
13640         * gst/matroska/matroska-demux.h:
13641         * gst/matroska/matroska-ids.h:
13642         * gst/matroska/matroska-mux.h:
13643         * gst/monoscope/convolve.c: (convolve_match):
13644         * gst/monoscope/convolve.h:
13645         * gst/multipart/multipartmux.c:
13646         * gst/oldcore/gstaggregator.c:
13647         * gst/oldcore/gstaggregator.h:
13648         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13649         * gst/oldcore/gstmd5sink.h:
13650         * gst/oldcore/gstmultifilesrc.c:
13651         * gst/oldcore/gstmultifilesrc.h:
13652         * gst/oldcore/gstpipefilter.h:
13653         * gst/oldcore/gstshaper.h:
13654         * gst/rtp/gstrtpL16depay.h:
13655         * gst/rtp/gstrtpL16pay.h:
13656         * gst/rtp/gstrtpdepay.h:
13657         * gst/rtp/gstrtpmp4vpay.c:
13658         * gst/rtp/gstrtpmp4vpay.h:
13659         * gst/rtsp/gstrtspsrc.c:
13660         * gst/rtsp/gstrtspsrc.h:
13661         * gst/rtsp/rtspconnection.h:
13662         * gst/rtsp/rtspdefs.h:
13663         * gst/rtsp/rtspmessage.h:
13664         * gst/rtsp/rtsptransport.h:
13665         * gst/rtsp/rtspurl.c:
13666         * gst/rtsp/rtspurl.h:
13667         * gst/rtsp/sdpmessage.c:
13668         * gst/rtsp/sdpmessage.h:
13669         * gst/smpte/barboxwipes.c:
13670         * gst/smpte/gstmask.h:
13671         * gst/smpte/gstsmpte.h:
13672         * gst/smpte/paint.c:
13673         * gst/smpte/paint.h:
13674         * gst/udp/gstdynudpsink.h:
13675         * gst/udp/gstmultiudpsink.h:
13676         * gst/udp/gstudpsink.c:
13677         * gst/udp/gstudpsink.h:
13678         * gst/udp/gstudpsrc.c:
13679         * gst/videomixer/videomixer.c:
13680         * gst/wavenc/riff.h:
13681         * gst/wavparse/gstwavparse.h:
13682         * sys/oss/gstossdmabuffer.h:
13683         * sys/oss/gstossmixer.h:
13684         * sys/oss/gstossmixerelement.h:
13685         * sys/oss/gstossmixertrack.h:
13686         * sys/oss/gstosssink.c:
13687         * sys/oss/gstosssink.h:
13688         * sys/oss/gstosssrc.c:
13689         * sys/oss/gstosssrc.h:
13690         * sys/osxaudio/gstosxaudioelement.h:
13691         * sys/osxaudio/gstosxaudiosink.h:
13692         * sys/osxaudio/gstosxaudiosrc.h:
13693           expand tabs
13694
13695 === release 0.10.0 ===
13696
13697 2005-12-05   <thomas (at) apestaart (dot) org>
13698
13699         * configure.ac:
13700           releasing 0.10.0, "Abondance"
13701
13702 2005-12-05  Andy Wingo  <wingo@pobox.com>
13703
13704         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13705         * ext/flac/gstflacdec.c: (gst_flacdec_write):
13706         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
13707         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
13708         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
13709         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
13710         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13711         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
13712         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
13713         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13714         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
13715         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13716         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
13717         * gst/goom/gstgoom.c: (gst_goom_chain):
13718         * gst/matroska/matroska-demux.c:
13719         (gst_matroska_demux_push_vorbis_codec_priv_data),
13720         (gst_matroska_demux_add_wvpk_header):
13721         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13722         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13723         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
13724         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
13725         alloc_buffer changes.
13726
13727 2005-12-05  Michael Smith  <msmith@fluendo.com>
13728
13729         * docs/plugins/gst-plugins-good-plugins.args:
13730           Remove args for plugins that aren't in -good.
13731
13732 === release 0.9.7 ===
13733
13734 2005-12-01   <thomas (at) apestaart (dot) org>
13735
13736         * configure.ac:
13737           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
13738
13739 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13740
13741         * docs/plugins/.cvsignore:
13742         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13743         * docs/plugins/inspect/plugin-multipart.xml:
13744         * docs/plugins/inspect/plugin-rtp.xml:
13745           add multipart plugin to docs
13746
13747 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13748
13749         * configure.ac:
13750         * ext/Makefile.am:
13751         * ext/pango/Makefile.am:
13752         * ext/pango/gstclockoverlay.c:
13753         * ext/pango/gstclockoverlay.h:
13754         * ext/pango/gsttextoverlay.c:
13755         * ext/pango/gsttextoverlay.h:
13756         * ext/pango/gsttextrender.c:
13757         * ext/pango/gsttextrender.h:
13758         * ext/pango/gsttimeoverlay.c:
13759         * ext/pango/gsttimeoverlay.h:
13760           move pango to base
13761
13762 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13763
13764         * gst/rtp/Makefile.am:
13765         * gst/rtp/gstrtpL16depay.c:
13766         * gst/rtp/gstrtpL16depay.h:
13767         * gst/rtp/gstrtpL16parse.c:
13768         * gst/rtp/gstrtpL16parse.h:
13769         * gst/rtp/gstrtpgsmdepay.c:
13770         * gst/rtp/gstrtpgsmdepay.h:
13771         * gst/rtp/gstrtpgsmparse.c:
13772         * gst/rtp/gstrtpgsmparse.h:
13773           parsers are depayers
13774
13775 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13776
13777         * gst/rtp/Makefile.am:
13778         * gst/rtp/gstasteriskh263.c:
13779         * gst/rtp/gstrtp.c:
13780         * gst/rtp/gstrtpL16enc.c:
13781         * gst/rtp/gstrtpL16enc.h:
13782         * gst/rtp/gstrtpL16parse.c:
13783         * gst/rtp/gstrtpL16parse.h:
13784         * gst/rtp/gstrtpL16pay.c:
13785         * gst/rtp/gstrtpL16pay.h:
13786         * gst/rtp/gstrtpamrdec.c:
13787         * gst/rtp/gstrtpamrdec.h:
13788         * gst/rtp/gstrtpamrdepay.c:
13789         * gst/rtp/gstrtpamrdepay.h:
13790         * gst/rtp/gstrtpamrenc.c:
13791         * gst/rtp/gstrtpamrenc.h:
13792         * gst/rtp/gstrtpamrpay.c:
13793         * gst/rtp/gstrtpamrpay.h:
13794         * gst/rtp/gstrtpdec.c:
13795         * gst/rtp/gstrtpdec.h:
13796         * gst/rtp/gstrtpdepay.c:
13797         * gst/rtp/gstrtpdepay.h:
13798         * gst/rtp/gstrtpg711dec.c:
13799         * gst/rtp/gstrtpg711dec.h:
13800         * gst/rtp/gstrtpg711depay.c:
13801         * gst/rtp/gstrtpg711depay.h:
13802         * gst/rtp/gstrtpg711enc.c:
13803         * gst/rtp/gstrtpg711enc.h:
13804         * gst/rtp/gstrtpg711pay.c:
13805         * gst/rtp/gstrtpg711pay.h:
13806         * gst/rtp/gstrtpgsmenc.c:
13807         * gst/rtp/gstrtpgsmenc.h:
13808         * gst/rtp/gstrtpgsmparse.c:
13809         * gst/rtp/gstrtpgsmparse.h:
13810         * gst/rtp/gstrtpgsmpay.c:
13811         * gst/rtp/gstrtpgsmpay.h:
13812         * gst/rtp/gstrtph263enc.c:
13813         * gst/rtp/gstrtph263enc.h:
13814         * gst/rtp/gstrtph263pay.c:
13815         * gst/rtp/gstrtph263pay.h:
13816         * gst/rtp/gstrtph263pdec.c:
13817         * gst/rtp/gstrtph263pdec.h:
13818         * gst/rtp/gstrtph263pdepay.c:
13819         * gst/rtp/gstrtph263pdepay.h:
13820         * gst/rtp/gstrtph263penc.c:
13821         * gst/rtp/gstrtph263penc.h:
13822         * gst/rtp/gstrtph263ppay.c:
13823         * gst/rtp/gstrtph263ppay.h:
13824         * gst/rtp/gstrtpmp4vdec.c:
13825         * gst/rtp/gstrtpmp4vdec.h:
13826         * gst/rtp/gstrtpmp4vdepay.c:
13827         * gst/rtp/gstrtpmp4vdepay.h:
13828         * gst/rtp/gstrtpmp4venc.c:
13829         * gst/rtp/gstrtpmp4venc.h:
13830         * gst/rtp/gstrtpmp4vpay.c:
13831         * gst/rtp/gstrtpmp4vpay.h:
13832         * gst/rtp/gstrtpmpadec.c:
13833         * gst/rtp/gstrtpmpadec.h:
13834         * gst/rtp/gstrtpmpadepay.c:
13835         * gst/rtp/gstrtpmpadepay.h:
13836         * gst/rtp/gstrtpmpaenc.c:
13837         * gst/rtp/gstrtpmpaenc.h:
13838         * gst/rtp/gstrtpmpapay.c:
13839         * gst/rtp/gstrtpmpapay.h:
13840         * gst/rtp/gstrtpspeexdec.c:
13841         * gst/rtp/gstrtpspeexdec.h:
13842         * gst/rtp/gstrtpspeexdepay.c:
13843         * gst/rtp/gstrtpspeexdepay.h:
13844         * gst/rtp/gstrtpspeexenc.c:
13845         * gst/rtp/gstrtpspeexenc.h:
13846         * gst/rtp/gstrtpspeexpay.c:
13847         * gst/rtp/gstrtpspeexpay.h:
13848           Do burger's rename for rtp payloaders and depayloaders
13849
13850 2005-11-30  Wim Taymans  <wim@fluendo.com>
13851
13852         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
13853         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
13854         * ext/dv/gstdvdemux.h:
13855         Fix seeking in dvdemux again, add some more debug info.
13856
13857 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13858
13859         * configure.ac:
13860           fix tests
13861
13862 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13863
13864         * PORTED_09:
13865         * docs/random/PORTED_09:
13866           move
13867         * tests/Makefile.am:
13868           add
13869         * win32/gst.sln:
13870           remove
13871
13872 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13873
13874         * Makefile.am:
13875         * check/.cvsignore:
13876         * check/Makefile.am:
13877         * check/elements/.cvsignore:
13878         * check/elements/level.c:
13879         * check/elements/matroskamux.c:
13880         * configure.ac:
13881         * examples/Makefile.am:
13882         * examples/capsfilter/Makefile.am:
13883         * examples/capsfilter/capsfilter1.c:
13884         * examples/gob/Makefile.am:
13885         * examples/gob/gst-identity2.gob:
13886         * examples/gstplay/.cvsignore:
13887         * examples/gstplay/Makefile.am:
13888         * examples/gstplay/player.c:
13889         * examples/indexing/.cvsignore:
13890         * examples/indexing/Makefile.am:
13891         * examples/indexing/indexmpeg.c:
13892         * examples/level/Makefile.am:
13893         * examples/level/README:
13894         * examples/level/demo.c:
13895         * examples/level/plot.c:
13896         * examples/stats/Makefile.am:
13897         * examples/stats/mp2ogg.c:
13898         * examples/switch/.cvsignore:
13899         * examples/switch/Makefile.am:
13900         * examples/switch/switcher.c:
13901           move under tests/
13902
13903 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
13906         (gst_text_render_class_init), (resize_bitmap),
13907         (gst_text_render_render_text), (gst_text_render_setcaps),
13908         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
13909         (gst_text_render_chain), (gst_text_render_finalize),
13910         (gst_text_render_init), (gst_text_render_set_property):
13911         * ext/pango/gsttextrender.h:
13912           Add missing files.
13913
13914 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
13915
13916         * configure.ac:
13917         * ext/Makefile.am:
13918         * ext/pango/Makefile.am:
13919         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
13920         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
13921         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
13922         * ext/pango/gstclockoverlay.h:
13923         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
13924         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
13925         (gst_text_overlay_finalize), (gst_text_overlay_init),
13926         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
13927         (gst_text_overlay_text_pad_linked),
13928         (gst_text_overlay_text_pad_unlinked),
13929         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
13930         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
13931         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
13932         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
13933         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
13934         (gst_text_overlay_change_state), (plugin_init):
13935         * ext/pango/gsttextoverlay.h:
13936         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
13937         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
13938         (gst_time_overlay_class_init), (gst_time_overlay_init):
13939         * ext/pango/gsttimeoverlay.h:
13940           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
13941           and add background shading and text wrapping modes. Make 
13942           timoverlay derive from textoverlay. Also add new clockoverlay
13943           element.
13944
13945 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13946
13947         * gst/udp/Makefile.am: Moved to netbuffer.
13948
13949 2005-11-30  Julien MOUTTE  <julien@moutte.net>
13950
13951         * configure.ac:
13952         * PORTED_O9:
13953         * gst/multipart/Makefile.am:
13954         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
13955         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
13956         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
13957         (gst_multipart_demux_change_state),
13958         (gst_multipart_demux_plugin_init):
13959         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
13960         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
13961         (gst_multipart_mux_sinkconnect),
13962         (gst_multipart_mux_request_new_pad),
13963         (gst_multipart_mux_handle_src_event),
13964         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
13965         (gst_multipart_mux_change_state): Ported multipart mux/demux to
13966         0.9.
13967
13968 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13969
13970         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
13971         * gst/debug/gstnavigationtest.h:
13972         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
13973         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
13974         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
13975         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
13976         * gst/effectv/gstrev.c: (gst_revtv_get_type):
13977         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
13978         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
13979         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
13980         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
13981         (gst_video_flip_get_type):
13982         * gst/videofilter/gstvideoflip.h:
13983           update for symbols change
13984
13985 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13986
13987         * gst/udp/gstdynudpsink.c:
13988         * gst/udp/gstudpsrc.c:
13989           the old gstnet lib was renamed gstnetbuffer (#322257)
13990
13991 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
13992
13993         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
13994         (gst_text_overlay_collected):
13995           Actually render the text from the text pad.
13996
13997 2005-11-29  Edward Hervey  <edward@fluendo.com>
13998
13999         * gst/debug/gstnavseek.c: (gst_navseek_event):
14000         * gst/debug/progressreport.c: (gst_progress_report_event):
14001         Update for GstBaseTransform event virtual method
14002
14003 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14004
14005         * ext/cairo/Makefile.am:
14006           no need to link to videofilter
14007
14008 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14009
14010         * gst/debug/Makefile.am:
14011         * gst/debug/gstnavigationtest.h:
14012         * gst/effectv/Makefile.am:
14013         * gst/effectv/gstaging.c:
14014         * gst/effectv/gstdice.c:
14015         * gst/effectv/gstedge.c:
14016         * gst/effectv/gstquark.c:
14017         * gst/effectv/gstrev.c:
14018         * gst/effectv/gstshagadelic.c:
14019         * gst/effectv/gstvertigo.c:
14020         * gst/effectv/gstwarp.c:
14021         * gst/videofilter/Makefile.am:
14022         * gst/videofilter/gstvideofilter.c:
14023         * gst/videofilter/gstvideofilter.h:
14024         * gst/videofilter/gstvideoflip.h:
14025           remove the videofilter library and link to the one in base
14026
14027 2005-11-28  Edward Hervey  <edward@fluendo.com>
14028
14029         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14030         Useless check now we're setting the current entry correctly.
14031
14032 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14033
14034         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14035         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14036         (gst_jpegenc_change_state):
14037           Don't leak input buffer in chain function (fixes #322667); make 
14038           state change function thread-safe; don't repeat the current function
14039           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14040           gst_pad_alloc_buffer(); misc. minor cleanups.
14041
14042 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14043
14044         * gst/matroska/matroska-mux.c:
14045         (gst_matroska_mux_video_pad_setcaps):
14046         Look for pixel-aspect-ratio in caps, not pixel_width and
14047         pixel_height (Fixes: #322645)
14048
14049 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14050
14051         * gst/matroska/matroska-mux.c:
14052         (gst_matroska_mux_video_pad_setcaps):
14053         From Michal Benes:
14054         frame duration should be GST_SECOND / framerate, not
14055         GST_SECOND * framerate. (Fixes: #322643)
14056
14057 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14058
14059         * configure.ac:
14060           fix up GST_PLUGIN_LDFLAGS
14061         * gst/rtsp/rtspconnection.c:
14062           fix includes (see #317043)
14063         * gst/videofilter/Makefile.am:
14064           stop installing this library
14065
14066 2005-11-26  Edward Hervey  <edward@fluendo.com>
14067
14068         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14069         Handle the case where the incoming Video dv stream doesn't have
14070         a pixel aspect ratio set.
14071
14072 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14073
14074         * docs/plugins/Makefile.am:
14075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14076         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14077         * ext/flac/gstflacdec.c:
14078           document flacdec
14079
14080 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14081
14082         * docs/plugins/Makefile.am:
14083         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14084         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14085         * docs/plugins/inspect/plugin-autodetect.xml:
14086         * ext/cairo/gstcairo.c: (plugin_init):
14087         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14088         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14089         (gst_text_overlay_init), (gst_text_overlay_font_init),
14090         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14091         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14092         (gst_text_overlay_text_pad_linked),
14093         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14094         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14095         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14096         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14097         (gst_text_overlay_change_state):
14098         * ext/cairo/gsttextoverlay.h:
14099         * ext/cairo/gsttimeoverlay.c:
14100         (gst_cairo_time_overlay_update_font_height),
14101         (gst_cairo_time_overlay_set_caps),
14102         (gst_cairo_time_overlay_get_unit_size),
14103         (gst_cairo_time_overlay_print_smpte_time),
14104         (gst_cairo_time_overlay_transform),
14105         (gst_cairo_time_overlay_base_init),
14106         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14107         (gst_cairo_time_overlay_get_type):
14108         * ext/cairo/gsttimeoverlay.h:
14109           do some name borgifying
14110           document
14111
14112 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14113
14114         * docs/plugins/Makefile.am:
14115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14117         * gst/autodetect/gstautoaudiosink.c:
14118         (gst_auto_audio_sink_base_init):
14119         * gst/autodetect/gstautovideosink.c:
14120         (gst_auto_video_sink_base_init),
14121         (gst_auto_video_sink_factory_filter):
14122           documenting auto*sink
14123           using strstr for the video sink lookup, class field is not ordered
14124         * docs/plugins/inspect/plugin-1394.xml:
14125         * docs/plugins/inspect/plugin-aasink.xml:
14126         * docs/plugins/inspect/plugin-alaw.xml:
14127         * docs/plugins/inspect/plugin-alpha.xml:
14128         * docs/plugins/inspect/plugin-alphacolor.xml:
14129         * docs/plugins/inspect/plugin-auparse.xml:
14130         * docs/plugins/inspect/plugin-autodetect.xml:
14131         * docs/plugins/inspect/plugin-avi.xml:
14132         * docs/plugins/inspect/plugin-cacasink.xml:
14133         * docs/plugins/inspect/plugin-cairo.xml:
14134         * docs/plugins/inspect/plugin-cutter.xml:
14135         * docs/plugins/inspect/plugin-debug.xml:
14136         * docs/plugins/inspect/plugin-dv.xml:
14137         * docs/plugins/inspect/plugin-efence.xml:
14138         * docs/plugins/inspect/plugin-effectv.xml:
14139         * docs/plugins/inspect/plugin-esdsink.xml:
14140         * docs/plugins/inspect/plugin-flac.xml:
14141         * docs/plugins/inspect/plugin-flxdec.xml:
14142         * docs/plugins/inspect/plugin-gconfelements.xml:
14143         * docs/plugins/inspect/plugin-goom.xml:
14144         * docs/plugins/inspect/plugin-jpeg.xml:
14145         * docs/plugins/inspect/plugin-level.xml:
14146         * docs/plugins/inspect/plugin-matroska.xml:
14147         * docs/plugins/inspect/plugin-mulaw.xml:
14148         * docs/plugins/inspect/plugin-navigationtest.xml:
14149         * docs/plugins/inspect/plugin-ossaudio.xml:
14150         * docs/plugins/inspect/plugin-png.xml:
14151         * docs/plugins/inspect/plugin-rtp.xml:
14152         * docs/plugins/inspect/plugin-rtsp.xml:
14153         * docs/plugins/inspect/plugin-shout2send.xml:
14154         * docs/plugins/inspect/plugin-smpte.xml:
14155         * docs/plugins/inspect/plugin-speex.xml:
14156         * docs/plugins/inspect/plugin-udp.xml:
14157         * docs/plugins/inspect/plugin-videobox.xml:
14158         * docs/plugins/inspect/plugin-videoflip.xml:
14159         * docs/plugins/inspect/plugin-videomixer.xml:
14160         * docs/plugins/inspect/plugin-wavenc.xml:
14161         * docs/plugins/inspect/plugin-wavparse.xml:
14162           update for HEAD version
14163
14164 2005-11-25  Michael Smith  <msmith@fluendo.com>
14165
14166         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14167           Patch from Sebastien Cote to close control sockets in udpsrc.
14168
14169 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14170
14171         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14172         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14173         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14174         (gst_quarktv_base_init), (gst_quarktv_class_init),
14175         (gst_quarktv_init): Flush the planes list on reverse caps
14176         negotiation. This was crashing because of differently sized
14177         buffers.
14178
14179 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14180
14181         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14182         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14183         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14184         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14185         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14186         (gst_videoflip_set_property), (gst_videoflip_base_init),
14187         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14188         correctly, fix identity flipping, convert navigation event 
14189         correctly again.
14190
14191 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14192
14193         * configure.ac: back to HEAD
14194
14195 === release 0.9.6 ===
14196
14197 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14198
14199         * configure.ac:
14200           releasing 0.9.6, "Everything's Not Lost"
14201
14202 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14203
14204         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14205         Oops, initialise the framerate GValue
14206
14207 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14208
14209         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14210         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14211         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14212         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14213         (gst_timeoverlay_get_type):
14214         * ext/cairo/gsttimeoverlay.h:
14215         * gst/debug/Makefile.am:
14216         * gst/debug/gstnavigationtest.c:
14217         (gst_navigationtest_handle_src_event),
14218         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14219         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14220         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14221         (gst_navigationtest_init), (gst_navigationtest_get_type),
14222         (plugin_init):
14223         * gst/debug/gstnavigationtest.h:
14224         * gst/effectv/Makefile.am:
14225         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14226         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14227         (gst_agingtv_base_init), (gst_agingtv_class_init),
14228         (gst_agingtv_init), (gst_agingtv_get_type):
14229         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14230         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14231         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14232         (gst_dicetv_get_type):
14233         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14234         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14235         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14236         (gst_edgetv_get_type):
14237         * gst/effectv/gsteffectv.c:
14238         * gst/effectv/gsteffectv.h:
14239         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14240         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14241         (gst_quarktv_change_state), (gst_quarktv_base_init),
14242         (gst_quarktv_class_init), (gst_quarktv_init),
14243         (gst_quarktv_get_type):
14244         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14245         (gst_revtv_get_unit_size), (gst_revtv_transform),
14246         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14247         (gst_revtv_get_type):
14248         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14249         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14250         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14251         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14252         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14253         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14254         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14255         (gst_vertigotv_init), (gst_vertigotv_get_type):
14256         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14257         (gst_warptv_get_unit_size), (gst_warptv_transform),
14258         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14259         (gst_warptv_get_type):
14260         * gst/videofilter/Makefile.am:
14261         * gst/videofilter/gstvideobalance.c:
14262         * gst/videofilter/gstvideobalance.h:
14263         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14264         (gst_videofilter_class_init), (gst_videofilter_init):
14265         * gst/videofilter/gstvideofilter.h:
14266         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14267         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14268         (gst_videoflip_flip), (gst_videoflip_transform),
14269         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14270         (gst_videoflip_base_init), (gst_videoflip_class_init),
14271         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14272         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14273         BaseTransform, it's just a place holder for now and every video
14274         effect plugin has been ported to use BaseTransform features 
14275         directly. QuarkTV was fixed too (was broken), navigationtest works
14276         and best for the end, videoflip converts navigation events depending
14277         on flip method ! Fixes #320953
14278
14279 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14280
14281         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14282         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14283         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14284         (gst_goom_src_negotiate), (gst_goom_chain):
14285         * gst/matroska/matroska-mux.c:
14286         (gst_matroska_mux_video_pad_setcaps):
14287         * sys/osxvideo/osxvideosink.m:
14288           Fixes for API changes
14289
14290 2005-11-23  Michael Smith <msmith@fluendo.com>
14291
14292         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14293         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14294         * ext/jpeg/gstjpegdec.h:
14295         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14296         * ext/jpeg/gstjpegenc.h:
14297         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14298         (gst_smokeenc_resync):
14299         * ext/jpeg/gstsmokeenc.h:
14300           JPEG fractiony goodness.
14301
14302 2005-11-22  Michael Smith <msmith@fluendo.com>
14303
14304         * gst/goom/filters.c:
14305         * gst/goom/graphic.h:
14306           Fix compilation by making some functions static inline instead of
14307           extern inline, matching the way they're used.
14308
14309 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14310
14311         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14312         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14313         * ext/cairo/gsttextoverlay.h:
14314         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14315         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14316         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14317         (gst_pngdec_caps_create_and_set):
14318         * ext/libpng/gstpngdec.h:
14319         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14320         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14321         * gst/avi/gstavimux.c: (gst_avimux_init),
14322         (gst_avimux_vidsinkconnect):
14323         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14324         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14325         (gst_goom_src_negotiate), (gst_goom_chain):
14326         * gst/goom/gstgoom.h:
14327         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14328         * gst/matroska/matroska-mux.c:
14329         (gst_matroska_mux_video_pad_setcaps):
14330         * sys/osxvideo/osxvideosink.h:
14331         * sys/osxvideo/osxvideosink.m:
14332           More fractional framerate conversions 
14333
14334 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14335
14336         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14337         * gst/debug/gstnavigationtest.c:
14338         (gst_navigationtest_handle_src_event):
14339         * gst/videofilter/gstvideofilter.c:
14340         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14341         (gst_videofilter_init):
14342         * gst/videofilter/gstvideofilter.h:
14343           Convert to fractional framerates.
14344
14345 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14346
14347         * ext/aalib/gstaasink.c:
14348         * ext/dv/gstdvdec.c:
14349         * ext/esd/esdmon.c:
14350         * ext/flac/gstflacenc.c:
14351         * ext/gdk_pixbuf/pixbufscale.c:
14352         * ext/libcaca/gstcacasink.c:
14353         * ext/shout2/gstshout2.c:
14354         * gst/alpha/gstalpha.c:
14355         * gst/oldcore/gstaggregator.c:
14356         * gst/oldcore/gstshaper.c:
14357         * gst/smpte/barboxwipes.c:
14358         * gst/smpte/gstsmpte.c:
14359         * gst/videobox/gstvideobox.c:
14360         * gst/videofilter/gstvideoflip.c:
14361         * gst/videomixer/videomixer.c:
14362           fix up more enums
14363
14364 2005-11-22  Michael Smith <msmith@fluendo.com>
14365
14366         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14367         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14368         (gst_videomixer_update_queues):
14369           Fractional framerates, videomixer.
14370
14371 2005-11-22  Michael Smith <msmith@fluendo.com>
14372
14373         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14374         * ext/dv/gstdvdec.h:
14375         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14376         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14377         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14378         (gst_dvdemux_flush):
14379         * ext/dv/gstdvdemux.h:
14380           Fractional framerates for DV. 
14381
14382 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14383
14384         * gst/autodetect/gstautoaudiosink.c:
14385         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14386         * gst/autodetect/gstautovideosink.c:
14387         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14388           Use gst_plugin_feature_list_free() to free feature list and
14389           in the case of autovideosink free the list at all. Also
14390           miscellaneous cosmetic fixes.
14391
14392 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14393
14394         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14395         (gst_cutter_set_property), (gst_cutter_get_caps):
14396           copy calculation code from level; remove use of some audio
14397           functions
14398
14399 2005-11-22  Andy Wingo  <wingo@pobox.com>
14400
14401         * Update for gst_tag_setter API changes.
14402
14403 2005-11-22  Andy Wingo  <wingo@pobox.com>
14404
14405         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14406         (gst_dvdemux_demux_frame)
14407         * ext/flac/gstflacdec.c (gst_flacdec_write)
14408         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14409         (gst_flacenc_sink_event)
14410         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14411         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14412         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14413         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14414         * gst/auparse/gstauparse.c (gst_auparse_chain)
14415         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14416         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14417         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14418         (gst_avi_demux_handle_seek)
14419         * gst/goom/gstgoom.c (gst_goom_event)
14420         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14421         * gst/matroska/matroska-demux.c
14422         (gst_matroska_demux_handle_seek_event)
14423         (gst_matroska_demux_loop_stream_parse_id)
14424         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14425         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14426         (gst_wavparse_stream_headers): Run update-funcnames.
14427
14428 2005-11-22  Edward Hervey  <edward@fluendo.com>
14429
14430         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14431         (gst_dv1394src_init), (gst_dv1394src_dispose),
14432         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14433         (gst_dv1394src_uri_set_uri):
14434         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14435         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14436         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14437         URIHandler interface and element properties are now properly
14438         synchronized for DV1394src and UDPSrc
14439
14440 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14441
14442         * ext/flac/Makefile.am:
14443         * ext/speex/Makefile.am:
14444           libgsttagedit has been renamed to libgsttag.
14445
14446 2005-11-21  Wim Taymans  <wim@fluendo.com>
14447
14448         * gst/rtsp/rtspconnection.c: (read_body):
14449         Apply patch from Sebastien Cote to fix #319184.
14450
14451 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14452
14453         * configure.ac:
14454         * gst/cutter/Makefile.am:
14455         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14456         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14457         (gst_cutter_set_property), (gst_cutter_get_property),
14458         (plugin_init), (gst_cutter_get_caps):
14459           port cutter
14460         * gst/level/gstlevel.c:
14461           fix up plugin details
14462
14463 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14464
14465         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14466         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14467         (gst_flacdec_src_event):
14468         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14469         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14470         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14471         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14472         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14473         (gst_flxdec_sink_event_handler):
14474         * gst/matroska/matroska-demux.c:
14475         (gst_matroska_demux_handle_seek_event):
14476         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14477           Update for stream lock API changes: don't take stream log
14478           in sink event handlers any longer and change GST_STREAM_LOCK
14479           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14480           functions.
14481
14482 2005-11-21  Michael Smith <msmith@fluendo.com>
14483
14484         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14485           gst_object_unref, not g_object_unref
14486
14487 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14488
14489         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14490         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14491           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14492
14493 2005-11-21  Michael Smith <msmith@fluendo.com>
14494
14495         * gst/auparse/Makefile.am:
14496         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14497         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14498         (gst_auparse_change_state):
14499         * gst/auparse/gstauparse.h:
14500           Partially fix #161712. playbin still doesn't work on these files,
14501           (on the bug report, Andy says we aren't typefinding it for some
14502           reason?) but at least auparse isn't totally busted like it was before.
14503
14504 2005-11-21  Andy Wingo  <wingo@pobox.com>
14505
14506         * *.h:
14507         * *.c: Ran scripts/update-macros. Oh yes.
14508
14509 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14510
14511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14512           Filler events are gone for now, comment out section generating
14513           them.
14514
14515 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14516
14517         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14518         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14519         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14520         * sys/osxvideo/osxvideosink.m:
14521           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14522           (#322027)
14523
14524 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14525
14526         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14527         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14528         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14529         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14530         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14531         (gst_avi_demux_stream_data):
14532         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14533         * gst/wavenc/gstwavenc.c: (write_metadata):
14534         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14535         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14536         Fixes for GST_FOURCC_FORMAT API change.
14537
14538 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14539
14540         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14541         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14542         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14543         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14544         (gst_text_overlay_change_state):
14545         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14546         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14547         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14548         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14549         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14550         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14551         (gst_videomixer_change_state):
14552           Fix for collect pads API change. Also fix textoverlay state
14553           change function.
14554
14555 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14556
14557         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14558         GST_PAD_IS_USABLE by something approaching it.
14559
14560 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14561
14562         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14563         API changes.
14564         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14565         but also fix the code that was not checking return values from
14566         pad_push neither using pad_alloc_buffer.
14567
14568 2005-11-18  Edward Hervey  <edward@fluendo.com>
14569
14570         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14571         (gst_pngenc_chain):
14572         Added debug category
14573         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14574         goes to EOS.
14575
14576 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14577
14578         * gst/rtp/Makefile.am
14579         * gst/rtp/gstrtp.c
14580         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14581         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14582         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14583         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14584         * gst/rtp/gstrtpg711enc.h:
14585         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14586         * gst/rtp/gstrtpspeexenc.c:
14587         * gst/rtp/gstrtpspeexenc.h:
14588         * gst/rtp/gstrtpspeexdec.c:
14589         * gst/rtp/gstrtpspeexdec.h:
14590         Created Speex payloader and depayloader; Optimize G711 payloader to
14591         use adapter and send packets until MTU size.
14592
14593 2005-11-16  Wim Taymans  <wim@fluendo.com>
14594
14595         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14596         Fix leak in check.
14597
14598 2005-11-16  Wim Taymans  <wim@fluendo.com>
14599
14600         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14601         Fix state change.
14602
14603 2005-11-16  Andy Wingo  <wingo@pobox.com>
14604
14605         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14606         (gst_udpsrc_create): Move comment.
14607
14608 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14609
14610         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14611
14612         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14613           When seeking, seek to closest index entry at or before the requested
14614           seek position, not just the closest one (#321001).
14615
14616 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14617
14618         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14619         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14620           Invert DIB images again (see #132341).
14621
14622 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14623
14624         * configure.ac:
14625           rework configure.ac file
14626         * ext/aalib/gstaasink.c:
14627         * ext/cairo/gstcairo.c:
14628         * ext/dv/gstdv.c:
14629         * ext/esd/gstesd.c:
14630         * ext/flac/gstflac.c:
14631         * ext/gconf/gstgconfelements.c:
14632         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14633         * ext/jpeg/gstjpeg.c:
14634         * ext/ladspa/gstladspa.c:
14635         * ext/libcaca/gstcacasink.c:
14636         * ext/libmng/gstmng.c:
14637         * ext/libpng/gstpng.c:
14638         * ext/mikmod/gstmikmod.c:
14639         * ext/pango/gsttextoverlay.c:
14640         * ext/pango/gsttimeoverlay.c:
14641         * ext/raw1394/gst1394.c:
14642         * ext/speex/gstspeex.c:
14643         * gst/alpha/Makefile.am:
14644         * gst/alpha/gstalpha.c:
14645         * gst/alpha/gstalphacolor.c:
14646         * gst/auparse/gstauparse.c:
14647         * gst/autodetect/gstautoaudiosink.c:
14648         (gst_auto_audio_sink_factory_filter),
14649         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14650         * gst/autodetect/gstautodetect.c:
14651         * gst/avi/gstavi.c:
14652         * gst/cutter/gstcutter.c:
14653         * gst/debug/efence.c:
14654         * gst/debug/gstdebug.c:
14655         * gst/debug/gstnavigationtest.c:
14656         * gst/effectv/gsteffectv.c:
14657         * gst/flx/gstflxdec.c:
14658         * gst/goom/gstgoom.c:
14659         * gst/interleave/plugin.c:
14660         * gst/law/alaw.c:
14661         * gst/law/mulaw.c:
14662         * gst/level/gstlevel.c:
14663         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14664         * gst/matroska/matroska.c:
14665         * gst/median/gstmedian.c:
14666         * gst/monoscope/gstmonoscope.c:
14667         * gst/multipart/multipart.c:
14668         * gst/oldcore/gstelements.c:
14669         * gst/rtp/gstrtp.c:
14670         * gst/rtsp/gstrtsp.c:
14671         * gst/smoothwave/gstsmoothwave.c:
14672         * gst/smpte/gstsmpte.c:
14673         * gst/udp/gstudp.c:
14674         * gst/videobox/gstvideobox.c:
14675         * gst/videofilter/gstgamma.c:
14676         * gst/videofilter/gstvideobalance.c:
14677         * gst/videofilter/gstvideoflip.c:
14678         * gst/videofilter/gstvideotemplate.c:
14679         * gst/videomixer/videomixer.c:
14680         * gst/wavenc/gstwavenc.c:
14681         * gst/wavparse/gstwavparse.c:
14682         * sys/oss/gstossaudio.c:
14683         * sys/osxaudio/gstosxaudio.c:
14684           update GST_PLUGIN_DEFINE
14685         * gst/rtp/Makefile.am:
14686         * gst/rtp/gstasteriskh263.c:
14687           check for htons/htonl headers and possibly link to winsock2 lib
14688
14689 2005-11-12  Edward Hervey  <edward@fluendo.com>
14690
14691         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14692         Only GST_DEBUG() information on the valid components.
14693
14694 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14695
14696         * configure.ac: back to HEAD
14697
14698 === release 0.9.5 ===
14699
14700 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14701
14702         * configure.ac:
14703           releasing 0.9.5, "Phone Alarm"
14704
14705 2005-11-11  Edward Hervey  <edward@fluendo.com>
14706
14707         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14708         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
14709         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
14710         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14711         (gst_avi_demux_loop):
14712         * gst/avi/gstavidemux.h:
14713         Yeah, implement proper seeking. Exact seeking and segment seeking.
14714         Still need to do some checks for segment_stop.
14715
14716 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14717
14718         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14719
14720         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14721           Don't try to ready buffer duration from buffer that we don't
14722           own any  longer and that might already have been unreffed.
14723           (#321136)
14724
14725 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
14726
14727         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
14728         (flx_decode_delta_flc), (gst_flxdec_chain):
14729         Attempting to optimize the code for embedded systems.
14730
14731 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
14732
14733         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         * sys/oss/gstosssink.c: (gst_oss_sink_close):
14736           Don't re-use already closed file descriptor. (#320920)
14737
14738 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14739
14740         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
14741         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
14742         (gst_oss_sink_prepare):
14743         * sys/oss/gstosssink.h:
14744           Cache probed caps; fix debug output for SET_PARAM macros.
14745
14746 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14747
14748         * ext/cairo/Makefile.am:
14749         * ext/cairo/gstcairo.c: (plugin_init):
14750         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14751         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14752         (gst_text_overlay_init), (gst_text_overlay_font_init),
14753         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14754         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14755         (gst_text_overlay_text_pad_linked),
14756         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14757         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14758         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14759         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14760         (gst_text_overlay_change_state):
14761         * ext/cairo/gsttextoverlay.h:
14762           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
14763           property and redo positioning. Doesn't handle upstream renegotiation
14764           yet though.
14765
14766 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14769         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14770         (gst_avi_demux_loop):
14771           No need to take the STREAM_LOCK in the loop function. Improve
14772           some debug messages. Don't leak pad names in debug messages.
14773
14774 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * gst/matroska/matroska-demux.c:
14777         (gst_matroska_demux_push_vorbis_codec_priv_data),
14778         (gst_matroska_demux_add_wvpk_header):
14779           Don't error out when the source pad isn't linked.
14780
14781 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
14784         (gst_gconf_audio_sink_change_state):
14785         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
14786         (gst_gconf_video_sink_change_state):
14787           Fix state change functions here as well and set kid
14788           to NULL state before removing it.
14789
14790 2005-11-01  Edward Hervey  <edward@fluendo.com>
14791
14792         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
14793         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
14794         Added proper event handlind, 
14795         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
14796         ignored),
14797         and don't set a duration of 0 for buffers otherwise they are discarded
14798         by GstBaseSink.
14799
14800         GstWavEnc needs some serious loving, after going through the code I'm
14801         really wondering how this can stay in -good ...
14802
14803 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14804
14805         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
14806         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
14807         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
14808         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
14809         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
14810         (gst_matroska_mux_collected):
14811           Fix leaks and invalid memory access as reported by valgrind
14812
14813 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14814
14815         Patch by: Michal Benes <michal.benes@xeris.cz>
14816
14817         * check/Makefile.am:
14818         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14819         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
14820         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
14821           add a unit test for matroskamux
14822           fix the bugs that the unit test exposed
14823
14824 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14825
14826         * gst/autodetect/gstautoaudiosink.c:
14827         (gst_auto_audio_sink_class_init),
14828         (gst_auto_audio_sink_change_state):
14829         * gst/autodetect/gstautovideosink.c:
14830         (gst_auto_video_sink_class_init),
14831         (gst_auto_video_sink_change_state):
14832           Fix state change function and use GST_DEBUG_FUNCPTR in
14833           class_init.
14834
14835 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
14836
14837         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14838
14839         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
14840         (gst_ebml_write_reset), (gst_ebml_write_element_new):
14841         * gst/matroska/ebml-write.h:
14842         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
14843           Set timestamps on outgoing ebml headers as well, so that the
14844           element after matroskamux can get the timestamp already when
14845           reading the first ebml element and doesn't have to wait for
14846           the actual data buffer for that (#320308).
14847           
14848 2005-10-31  Andy Wingo  <wingo@pobox.com>
14849
14850         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
14851         (gst_videomixer_pad_link): Kill some memleaks.
14852         (gst_videomixer_pad_get_property): Style fix.
14853         (gst_videomixer_pad_set_property): Style fix.
14854         (gst_videomixer_pad_init): Style fix.
14855         (gst_videomixer_update_queues): Kill memleak.
14856         (gst_videomixer_loop): Kill memleak.
14857         (gst_videomixer_collected): Kill memleak.
14858
14859 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14860
14861         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
14862         gst_auparse_change_state:
14863         Just some cleanup.
14864
14865 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
14866
14867         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
14868         Add checks to GST_FLOW_NOT_LINKED for values returned
14869         from gst_pad_push.
14870         
14871 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
14872
14873         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
14874         (gst_rtpg711dec_process):
14875         * gst/rtp/gstrtpgsmenc.c:
14876         Payloader now sets some default caps on the srcpad if caps on the sinkpad
14877         are never set. This is important for the g711 to work with burger's rtpbin
14878         element.
14879
14880 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
14881
14882         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
14883         (gst_speexenc_push_buffer):
14884         Add checks for return values from gst_pad_push and
14885         gst_pad_alloc_buffer.
14886
14887 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
14888
14889         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14890
14891         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
14892         (gst_matroska_demux_parse_info),
14893         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14894         (gst_matroska_demux_parse_cluster):
14895         * gst/matroska/matroska-ids.h:
14896         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
14897         (gst_matroska_mux_init), (gst_matroska_mux_start),
14898         (gst_matroska_mux_create_buffer_header),
14899         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
14900         (gst_matroska_mux_get_property):
14901         * gst/matroska/matroska-mux.h:
14902           Add SimpleBlock support to matroska demuxer and muxer (part of
14903           Matroska v2). (#319731)
14904
14905 2005-10-28  Wim Taymans  <wim@fluendo.com>
14906
14907         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
14908         (gst_jpeg_dec_change_state):
14909         * ext/jpeg/gstjpegdec.h:
14910         Cleanups. Don't create caps for every chain.
14911
14912 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
14913
14914         * gst/law/alaw-encode.c: (gst_alawenc_init),
14915         (alawenc_setcaps), (gst_alawenc_chain)
14916         * gst/law/alaw-encode.h:
14917         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
14918         (mulawenc_setcaps), (gst_mulawenc_chain)
14919         * gst/law/mulaw-encode.h:
14920         Set timestamp on buffer and it allows RTP G711 elements
14921         work properly.
14922
14923 2005-10-27  Wim Taymans  <wim@fluendo.com>
14924
14925         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
14926         Set correct format on oss instead of a silly value. 
14927
14928 2005-10-27  Julien MOUTTE  <julien@moutte.net>
14929
14930         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14931         (gst_video_box_transform_caps), (gst_video_box_set_caps),
14932         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
14933         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
14934         I420 rendering as well, doesn't bring much for my platform.
14935         Might help on some other platforms.
14936
14937 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14938
14939         * gst/rtp/gstrtpgsmenc.c:
14940         * gst/rtp/gstrtpgsmparse.c:
14941         Declaring the padtemplate correctly.
14942
14943 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14944
14945         * gst/rtp/gstrtpg711dec.c:
14946         * gst/rtp/gstrtpg711enc.c:
14947         * gst/rtp/gstrtpgsmenc.c:
14948         * gst/rtp/gstrtpgsmparse.c:
14949         Setting the proper copyright notice.
14950
14951 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14952
14953         * gst/videobox/Makefile.am: Use liboil.
14954         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14955         (gst_video_box_set_property), (gst_video_box_transform_caps),
14956         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
14957         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
14958         using liboil. Will dot the same to I420 border generation
14959         tomorrow.
14960
14961 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14962
14963         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
14964         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
14965         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
14966         * gst/rtp/gstrtpg711dec.h:
14967         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
14968         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
14969         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
14970         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
14971         (gst_rtpgsmenc_handle_buffer):
14972         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
14973         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
14974         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
14975         * gst/rtp/gstrtpgsmparse.h:
14976         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
14977         inherits from the basertpdepayloader.
14978
14979 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14980
14981         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14982         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14983         (gst_video_box_ayuv): Removing this forgotten debug.
14984
14985 2005-10-26  Julien MOUTTE  <julien@moutte.net>
14986
14987         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
14988         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
14989         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
14990
14991 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14992
14993         * sys/oss/gstossaudio.c:
14994         * sys/oss/gstossdmabuffer.c:
14995         * sys/oss/gstosshelper.c:
14996         * sys/oss/gstossmixer.c:
14997         * sys/oss/gstossmixerelement.c:
14998         * sys/oss/gstossmixertrack.c:
14999         * sys/oss/gstosssink.c:
15000         * sys/oss/gstosssrc.c:
15001           Actually use the 'oss' debug category we register.
15002
15003 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15004
15005         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15006         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15007         Use gst_pad_get_parent and drop the ref that was added through
15008         that call.
15009
15010 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15011
15012         * gst/rtp/gstrtpgsmenc.c:
15013           Fix compilation
15014
15015 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15016
15017         * gst/rtp/gstrtpg711dec.c
15018         Just removed a couple of lines of weird code used during
15019         development/test time.
15020
15021 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15022
15023         * gst/rtp/Makefile.am
15024         * gst/rtp/gstrtp.c
15025         * gst/rtp/gstrtpg711enc.c
15026         * gst/rtp/gstrtpg711enc.h
15027         * gst/rtp/gstrtpg711dec.c
15028         * gst/rtp/gstrtpg711dec.h
15029         Created G711 payloader and depayloader (it supports mulaw and alaw
15030         (dec)encoders)
15031
15032 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15033
15034         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15035         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15036         Doh ! I introduced wingo's bug again ! Sorry...
15037
15038 2005-10-25  Christian Schaller <christian@fluendo.com> 
15039
15040         * gst/rtp/Makefile.am: add missing header files for disting
15041
15042 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15043
15044         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15045         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15046         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15047         (gst_rtpgsmenc_handle_buffer):
15048         * gst/rtp/gstrtpgsmenc.h:
15049         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15050         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15051         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15052         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15053         * gst/rtp/gstrtpgsmparse.h:
15054         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15055
15056 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15057
15058         * ext/libpng/gstpngdec.c: (user_info_callback),
15059         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15060         a newsegment event, move some redundant code in a single place.
15061
15062 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15063
15064         * ext/libpng/gstpngdec.c: (user_info_callback),
15065         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15066         hack to get correct colors order when we have a png image with
15067         alpha channel.
15068
15069 2005-10-24  Edward Hervey  <edward@fluendo.com>
15070
15071         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15072         Call gst_element_no_more_pads when there will be no more pads.
15073
15074 2005-10-24  Wim Taymans  <wim@fluendo.com>
15075
15076         * gst/rtp/Makefile.am:
15077         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15078         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15079         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15080         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15081         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15082         (gst_asteriskh263_plugin_init):
15083         * gst/rtp/gstasteriskh263.h:
15084         * gst/rtp/gstrtp.c: (plugin_init):
15085         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15086         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15087         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15088         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15089         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15090         (gst_rtph263enc_plugin_init):
15091         * gst/rtp/gstrtph263enc.h:
15092         Added two new payloaders, an RFC 2190 payloader for h263 and
15093         a payload convertor for an asterisk server.
15094
15095 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15096
15097         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15098           Set bytes_per_sample correctly (is not always 4, but 
15099           depends on width and number of channels).
15100
15101 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15102
15103         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15104         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15105         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15106         (gst_flacenc_sink_event), (gst_flacenc_chain),
15107         (gst_flacenc_set_property), (gst_flacenc_get_property),
15108         (gst_flacenc_change_state):
15109         * ext/flac/gstflacenc.h:
15110           Fix seeking, so that flacenc can rewrite the header with the
15111           correct duration and amount of samples and all that at EOS;
15112           also set timestamps and granulepos on outgoing buffers; add
15113           debug category; fix state change function.
15114           
15115 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15116
15117         * gst/videomixer/videomixer.c: Don't restrict video geometry
15118         from 16 to 4096.
15119
15120 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15121
15122         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15123         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15124         Fix caps negotiation correctly, add debugging category.
15125
15126 2005-10-24  Christian Schaller  <christian@fluendo.com>
15127
15128         * configure.ac: Port over Thomas's change from base listing all plugins
15129
15130 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15131
15132         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15133         a sink pad.
15134
15135 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15136
15137         * configure.ac:
15138         * docs/upload.mak:
15139           back to HEAD
15140
15141 === release 0.9.4 ===
15142
15143 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15144
15145         * configure.ac:
15146           Releasing 0.9.4, "Dromiceiomimus"
15147
15148 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15149
15150         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15151         (gst_speexenc_src_query):
15152           Add position and duration query, fix query type function.
15153           
15154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15155         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15156           Let's not set non-fixed caps on source pads.
15157
15158 2005-10-21  Wim Taymans  <wim@fluendo.com>
15159
15160         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15161         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15162         (gst_avi_demux_handle_seek):
15163         Set correct stream_time in newsegment event.
15164         avi can also handle a duration query now.
15165
15166 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * gst/matroska/matroska-demux.c:
15169         (gst_matroska_demux_handle_src_query),
15170         (gst_matroska_demux_handle_seek_event),
15171         (gst_matroska_demux_loop_stream_parse_id):
15172           Fix duration query; fix basetime in newsegment event after
15173           seek; fix duration in initial newsegment event.
15174
15175         * gst/matroska/matroska-mux.c:
15176         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15177           Extract number of channels and samplerate from vorbis headers;
15178           add some debug messages when querying the durations of the
15179           input streams.
15180
15181 2005-10-20  Wim Taymans  <wim@fluendo.com>
15182
15183         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15184         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15185         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15186         Set stream time correctly in newsegment.
15187
15188 2005-10-20  Wim Taymans  <wim@fluendo.com>
15189
15190         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15191         Correctly fill in the stream time.
15192
15193 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15194
15195         * check/elements/level.c: (GST_START_TEST):
15196         * gst/level/gstlevel.c: (gst_level_message_new):
15197         * gst/level/level-example.c: (message_handler):
15198           use ELEMENT messages instead
15199
15200 2005-10-19  Wim Taymans  <wim@fluendo.com>
15201
15202         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15203         (gst_dvdemux_src_query):
15204         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15205         (gst_flacdec_src_query):
15206         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15207         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15208         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15209         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15210         * gst/debug/progressreport.c: (gst_progress_report_report):
15211         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15212         * gst/matroska/matroska-demux.c:
15213         (gst_matroska_demux_handle_src_query):
15214         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15215         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15216         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15217         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15218         (gst_wavparse_srcpad_event):
15219         API change fix.
15220
15221 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15222
15223         * gst/goom/filters.c:
15224         * gst/goom/graphic.h:
15225         * gst/goom/lines.c:
15226           Make inline functions either 'static inline' or 'extern inline',
15227           otherwise the Forte compiler apparently won't inline them (#317300).
15228
15229 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15230
15231         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15232         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15233         (user_info_callback), (user_endrow_callback), (user_end_callback),
15234         (user_read_data), (gst_pngdec_caps_create_and_set),
15235         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15236         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15237         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15238         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15239         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15240         very nice and handle push/pull based model. if you have filesrc
15241         connected to it, it will do random access to load the png file.
15242         If you have a network source that can't do _getrange, it does 
15243         progressive loading through the chain function.
15244         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15245         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15246         thanks to Master Wim Taymans ;-)
15247
15248 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         * gst/matroska/Makefile.am:
15251         * gst/matroska/ebml-read.c:
15252         * gst/matroska/ebml-read.h:
15253         * gst/matroska/matroska-demux.c:
15254         * gst/matroska/matroska-demux.h:
15255         * gst/matroska/matroska.c: (plugin_init):
15256           Ported matroska demuxer to 0.9.
15257
15258 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15259
15260         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15261
15262         * gst/matroska/matroska-mux.c:
15263         (gst_matroska_mux_video_pad_setcaps),
15264         (gst_matroska_mux_audio_pad_setcaps):
15265           Fix mpeg4 input handling (#318847); also, while we're at it,
15266           fix media type for Motion-JPEG: should be image/jpeg.
15267
15268 2005-10-18  Wim Taymans  <wim@fluendo.com>
15269
15270         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15271         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15272         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15273         Fix for segment-start/stop API change.
15274
15275 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15276
15277         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15278         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15279         way.
15280
15281 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15282
15283         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15284         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15285         output declared in transform_caps.
15286
15287 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15288
15289         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15290
15291 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15292
15293         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15294         (gst_video_box_get_unit_size): Fix wrong size calculations and
15295         implement get_unit_size correctly.
15296
15297 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15298
15299         * configure.ac:
15300           Enable flx plugin.
15301
15302         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15303           Fix gcc4 signedness issue.
15304
15305 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15306
15307         * configure.ac: Adding videomixer.
15308         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15309         (user_read_data), (gst_pngdec_chain): More debugging.
15310         * gst/alpha/Makefile.am: Adding alphacolor
15311         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15312         (gst_alpha_color_class_init), (gst_alpha_color_init),
15313         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15314         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15315         (plugin_init): Ported to 0.9 using in place base tranform.
15316         * gst/videomixer/Makefile.am:
15317         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15318         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15319         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15320         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15321         (gst_videomixer_init), (gst_videomixer_getcaps),
15322         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15323         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15324         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15325         to 0.9 using collectpads.
15326
15327 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15328
15329         * configure.ac:
15330         * gst/flx/Makefile.am:
15331         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15332         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15333         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15334         * gst/flx/gstflxdec.h:
15335         flx plugin ported to 0.9
15336
15337 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15338
15339         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15340           use new gst_version_string()
15341
15342 2005-10-16  Andy Wingo  <wingo@pobox.com>
15343
15344         * configure.ac: GLIB_CHECK.
15345
15346 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15347
15348         * ext/libpng/Makefile.am:
15349         * ext/libpng/gstpng.c: (plugin_init):
15350         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15351         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15352         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15353
15354 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15355
15356         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * configure.ac:
15359         * gst/matroska/Makefile.am:
15360         * gst/matroska/ebml-ids.h:
15361         * gst/matroska/ebml-write.c:
15362         * gst/matroska/ebml-write.h:
15363         * gst/matroska/matroska-ids.h:
15364         * gst/matroska/matroska-mux.c:
15365         * gst/matroska/matroska-mux.h:
15366         * gst/matroska/matroska.c: (plugin_init):
15367           Port matroska muxer to 0.9 (#318847).
15368
15369 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15372         (comment_init), (comment_add):
15373           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15374           use GST_READ_UINT32_LE() and friends rather than the private
15375           implementation of those same macros.
15376
15377 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15378
15379         * examples/stats/mp2ogg.c:
15380           more typo fixes
15381
15382 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15383
15384         * examples/indexing/indexmpeg.c: (main):
15385         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15386         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15387         * ext/esd/esdmon.h:
15388         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15389         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15390         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15391         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15392         * gst/avi/gstavimux.c: (gst_avimux_init):
15393         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15394         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15395         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15396         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15397         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15398         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15399         * gst/oldcore/gstmultifilesrc.h:
15400         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15401         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15402         (gst_pipefilter_change_state):
15403         * gst/oldcore/gstpipefilter.h:
15404         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15405         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15406         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15407         * sys/osxaudio/gstosxaudiosink.h:
15408         * sys/osxaudio/gstosxaudiosrc.h:
15409           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15410           moved bitshift from macro to enum definition
15411
15412 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15413
15414         * ext/Makefile.am:
15415         * ext/cairo/Makefile.am:
15416         * ext/cairo/gstcairo.c: (plugin_init):
15417         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15418         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15419         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15420         * ext/cairo/gsttimeoverlay.h:
15421           update of cairo-based timeoverlay to 1.0 Cairo API
15422           doesn't work yet for resizing of output sink
15423
15424 2005-10-11  Wim Taymans  <wim@fluendo.com>
15425
15426         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15427         newsegment API fix.
15428
15429 2005-10-11  Wim Taymans  <wim@fluendo.com>
15430
15431         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15432         (gst_dvdemux_demux_frame):
15433         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15434         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15435         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15436         (gst_avi_demux_handle_seek):
15437         * gst/goom/gstgoom.c: (gst_goom_event):
15438         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15439         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15440         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15441         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15442         (gst_wavparse_srcpad_event):
15443         newsegment API update.
15444
15445 2005-10-11  Andy Wingo  <wingo@pobox.com>
15446
15447         * ext/speex/gstspeexenc.c: Signedness cleanups.
15448
15449 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15450
15451         * PORTED_09:
15452         * ext/speex/Makefile.am:
15453         * ext/speex/gstspeex.c:
15454         * ext/speex/gstspeexenc.c:
15455         Speexenc ported to 0.9
15456
15457 2005-10-10  Wim Taymans  <wim@fluendo.com>
15458
15459         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15460         (gst_oss_sink_init), (gst_oss_sink_set_property),
15461         (gst_oss_sink_get_property), (gst_oss_sink_open),
15462         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15463         * sys/oss/gstosssink.h:
15464         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15465         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15466         (gst_oss_src_prepare):
15467         Cleanups, make device configurable in the sink, handle and report
15468         errors.
15469
15470 2005-10-10  Wim Taymans  <wim@fluendo.com>
15471
15472         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15473         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15474         Make sure element is NULL before removing from the bin.
15475
15476 2005-10-07  Andy Wingo  <wingo@pobox.com>
15477
15478         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15479         block forever in a read().
15480         (gst_dv1394src_bus_reset): Post a message when the cable is
15481         unplugged.
15482         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15483         (gst_dv1394src_bus_reset): Don't unref the message.
15484
15485         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15486         hacking. The only change should be that the state change stuff was
15487         put into basesrc's start() and stop() routines, which coalesces
15488         some steps.
15489
15490 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15491
15492         * configure.ac:
15493           Add check for mmap
15494           
15495         * gst/debug/Makefile.am:
15496           Only compile efence plugin on systems that have mmap.
15497
15498 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15499
15500         * gst/debug/Makefile.am:
15501         * gst/debug/breakmydata.c:
15502         * gst/debug/gstdebug.c:
15503         * gst/debug/gstnavigationtest.c:
15504         * gst/debug/gstnavseek.c: 
15505         * gst/debug/gstnavseek.h:
15506         * gst/debug/progressreport.c: 
15507         * gst/debug/testplugin.c:
15508           Port progressreport, navseek, navigationtest, testsink and
15509           breakmydata.
15510
15511 2005-10-05  Edward Hervey  <edward@fluendo.com>
15512
15513         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15514         (gst_dvdemux_src_query):
15515         Fixes for better conversion
15516
15517 2005-10-04  Michael Smith <msmith@fluendo.com>
15518
15519         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15520         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15521         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15522         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15523           Set state of elements to NULL before removing from bins.
15524           Set state of test element to NULL if we failed to move it to READY
15525
15526 2005-10-04  Edward Hervey  <edward@fluendo.com>
15527
15528         * ext/dv/Makefile.am:
15529         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15530         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15531         Corrected the query function for position so it doesn't forget what
15532         format was asked, and calls the conversion functions on the correct pad.
15533
15534 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15535
15536         * configure.ac:
15537           back to development
15538
15539 === release 0.9.3 ===
15540
15541 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15542
15543         * configure.ac:
15544           Releasing 0.9.3, "Aramis"
15545
15546 2005-10-03  Andy Wingo  <wingo@pobox.com>
15547
15548         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15549         error returns.
15550
15551 2005-10-02  Andy Wingo  <wingo@pobox.com>
15552
15553         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15554
15555         * ext/flac/gstflacenc.c: Ported to 0.9.
15556
15557         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15558
15559         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15560         and link to gsttagedit. Enable flacenc.
15561
15562         * ext/flac/gstflacdec.c: Re-enable tag reading.
15563
15564 2005-09-30  Wim Taymans  <wim@fluendo.com>
15565
15566         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15567         * gst/rtp/gstrtpgsmparse.c:
15568         * gst/rtp/gstrtph263penc.c:
15569         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15570         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15571         (gst_rtpmp4venc_set_property):
15572         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15573         Various class and caps fixes from Andre Magalhaes (andrunko)
15574
15575 2005-09-29  Wim Taymans  <wim@fluendo.com>
15576
15577         * gst/level/level-example.c: (main):
15578         Update for new bus API.
15579
15580 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15581
15582         * configure.ac:
15583           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15584           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15585
15586 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15589           Fix playback of mono streams (bytes_per_sample should be set
15590           from the sample width and the number of channels negotiated,
15591           and not just be set to 4) (#317338)
15592
15593 2005-09-26  Wim Taymans  <wim@fluendo.com>
15594
15595         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15596         (gst_rtpmpaenc_handle_buffer):
15597         Set buffer duration correctly.
15598
15599 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15600
15601         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15602         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15603         (gst_avi_demux_change_state):
15604           Don't crash when encountering a stream with an unknown fourcc or
15605           codec id. Instead, create a pad of type video/x-avi-unknown or
15606           audio/x-avi-unknown, which as a side-effect also results in less
15607           confusing error messages in players ('no decoder' vs. 'no streams');
15608           minor fixes to state change function and class_init function.
15609
15610 2005-09-24  Wim Taymans  <wim@fluendo.com>
15611
15612         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15613         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15614         These are sinks.
15615
15616 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15617
15618         * check/elements/level.c: (GST_START_TEST):
15619           fix test for new GstClockTime use
15620         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15621         (gst_level_transform_ip):
15622         * gst/level/gstlevel.h:
15623           fix up the decay peak, ensuring the decay peak is never lower
15624           than the peak for that interval
15625
15626 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15627
15628         * docs/plugins/gst-plugins-good-plugins.args:
15629         * docs/plugins/inspect/plugin-alpha.xml:
15630         * docs/plugins/inspect/plugin-rtp.xml:
15631         * gst/level/gstlevel.c: (gst_level_set_caps),
15632         (gst_level_transform_ip):
15633           updating docs
15634
15635 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15636
15637         * Makefile.am:
15638         * check/elements/level.c: (GST_START_TEST):
15639         * gst/level/Makefile.am:
15640         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15641         (gst_level_set_property), (gst_level_get_property),
15642         (gst_level_set_caps), (gst_level_message_new),
15643         (gst_level_transform_ip):
15644         * gst/level/gstlevel.h:
15645         * gst/level/level-example.c: (message_handler), (main):
15646           convert to using GstClockTime for all time values, finally.
15647
15648 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15649
15650         * gst/auparse/Makefile.am:
15651         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15652           fix up build
15653         * configure.ac:
15654         * ext/cairo/Makefile.am:
15655         * ext/dv/Makefile.am:
15656         * ext/esd/Makefile.am:
15657         * ext/flac/Makefile.am:
15658         * ext/gconf/Makefile.am:
15659         * ext/gdk_pixbuf/Makefile.am:
15660         * ext/jpeg/Makefile.am:
15661         * ext/ladspa/Makefile.am:
15662         * ext/libcaca/Makefile.am:
15663         * ext/libmng/Makefile.am:
15664         * ext/libpng/Makefile.am:
15665         * ext/mikmod/Makefile.am:
15666         * ext/pango/Makefile.am:
15667         * ext/raw1394/Makefile.am:
15668         * ext/shout2/Makefile.am:
15669         * ext/speex/Makefile.am:
15670         * gst/alpha/Makefile.am:
15671         * gst/autodetect/Makefile.am:
15672         * gst/avi/Makefile.am:
15673         * gst/cutter/Makefile.am:
15674         * gst/debug/Makefile.am:
15675         * gst/effectv/Makefile.am:
15676         * gst/flx/Makefile.am:
15677         * gst/goom/Makefile.am:
15678         * gst/interleave/Makefile.am:
15679         * gst/law/Makefile.am:
15680         * gst/matroska/Makefile.am:
15681         * gst/median/Makefile.am:
15682         * gst/monoscope/Makefile.am:
15683         * gst/multipart/Makefile.am:
15684         * gst/oldcore/Makefile.am:
15685         * gst/rtp/Makefile.am:
15686         * gst/rtsp/Makefile.am:
15687         * gst/smoothwave/Makefile.am:
15688         * gst/smpte/Makefile.am:
15689         * gst/videobox/Makefile.am:
15690         * gst/videofilter/Makefile.am:
15691         * gst/videomixer/Makefile.am:
15692         * gst/wavenc/Makefile.am:
15693         * gst/wavparse/Makefile.am:
15694         * sys/oss/Makefile.am:
15695         * sys/osxaudio/Makefile.am:
15696         * sys/osxvideo/Makefile.am:
15697           fix up GST_LIBS use
15698
15699 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15700
15701         * gst/auparse/Makefile.am:
15702         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15703           fix build of auparse
15704
15705 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
15706
15707         * configure.ac:
15708         * PORTED_09:
15709         * gst/auparse/gstauparse.c:
15710         * gst/auparse/gstauparse.h:
15711         Auparse ported to 0.9.
15712
15713 2005-09-22  Wim Taymans  <wim@fluendo.com>
15714
15715         * gst/rtp/TODO:
15716         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
15717         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15718         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15719         (gst_rtpmp4venc_set_property):
15720         * gst/rtp/gstrtpmp4venc.h:
15721         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15722         * gst/rtp/gstrtpmpaenc.h:
15723         Use is_filled to both check MTU and max-ptime of base class.
15724
15725 2005-09-22  Wim Taymans  <wim@fluendo.com>
15726
15727         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15728         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15729         (gst_rtpmp4venc_set_property):
15730         Don't fragment packets with multiple frames.
15731
15732 2005-09-22  Wim Taymans  <wim@fluendo.com>
15733
15734         * gst/rtp/TODO:
15735         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15736         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15737         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
15738         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
15739         (gst_rtpmp4venc_get_property):
15740         * gst/rtp/gstrtpmp4venc.h:
15741         Remove g_print.
15742         Update TODO
15743         Make payload encoder a bit smarter and more correct with
15744         timestamps.
15745         Added option in payloader to include config string in-band.
15746
15747 2005-09-21  Wim Taymans  <wim@fluendo.com>
15748
15749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15750         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15751         (gst_rtspsrc_send):
15752         Strip spaces for key/value pairs.
15753
15754 2005-09-21  Wim Taymans  <wim@fluendo.com>
15755
15756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
15757         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
15758         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
15759         (gst_rtspsrc_change_state):
15760         More SDP parsing and caps setting.
15761         Do NO_PREROLL differently.
15762         add pads only after negotiated.
15763
15764         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
15765         (gst_udpsrc_getcaps):
15766         Implement the getcaps function.
15767
15768 2005-09-21  Wim Taymans  <wim@fluendo.com>
15769
15770         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
15771         (gst_rtpamrdec_chain):
15772         Handle multiple AMr packets per payload. Handle CRC and
15773         parse ILL/ILP.
15774
15775         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15776         Make caps params strings for easy SDP mapping.
15777         
15778         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
15779         Handle capsnego better.
15780
15781         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
15782         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
15783         Generate and parse config string in the caps.
15784
15785 2005-09-21  Wim Taymans  <wim@fluendo.com>
15786
15787         * gst/rtp/README:
15788         Update README
15789
15790         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
15791         Make extra params as strings.
15792
15793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
15794         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15795         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
15796         Make state change return NO_PREROLL as this is a live
15797         source.
15798
15799         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15800         Don't unref old caps when NULL.
15801
15802 2005-09-20  Wim Taymans  <wim@fluendo.com>
15803
15804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
15805         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
15806         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
15807         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
15808         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
15809         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
15810         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
15811         * gst/rtsp/sdpmessage.h:
15812         Add URI handler.
15813         Parse SDP and create caps.
15814
15815 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
15816
15817         * gst/alpha/gstalpha.c:
15818           fix element description
15819
15820 2005-09-19  Wim Taymans  <wim@fluendo.com>
15821
15822         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
15823         Don't check payload for now.
15824
15825 2005-09-19  Wim Taymans  <wim@fluendo.com>
15826
15827         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15828         (gst_wavparse_init), (gst_wavparse_parse_file_header),
15829         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
15830         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15831         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15832         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
15833         (gst_wavparse_change_state):
15834         * gst/wavparse/gstwavparse.h:
15835         Fix wavparse some more.
15836
15837 2005-09-19  Wim Taymans  <wim@fluendo.com>
15838
15839         * check/elements/level.c: (GST_START_TEST):
15840         Fix for bus API change.
15841
15842 2005-09-19  Wim Taymans  <wim@fluendo.com>
15843
15844         * gst/level/level-example.c: (main):
15845         Fix for new bus API.
15846
15847         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
15848         Set caps on pads.
15849
15850 2005-09-15  Wim Taymans  <wim@fluendo.com>
15851
15852         * gst/rtp/Makefile.am:
15853         * gst/rtp/README:
15854         * gst/rtp/gstrtp.c: (plugin_init):
15855         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
15856         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
15857         (gst_rtpamrdec_change_state):
15858         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
15859         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
15860         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
15861         * gst/rtp/gstrtpamrenc.h:
15862         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15863         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
15864         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
15865         * gst/rtp/gstrtpgsmenc.h:
15866         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
15867         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
15868         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
15869         (gst_rtpgsmparse_change_state):
15870         * gst/rtp/gstrtpgsmparse.h:
15871         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
15872         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
15873         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
15874         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
15875         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
15876         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
15877         * gst/rtp/gstrtph263penc.h:
15878         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
15879         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
15880         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
15881         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
15882         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
15883         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
15884         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
15885         * gst/rtp/gstrtpmp4venc.h:
15886         * gst/rtp/gstrtpmpadec.c:
15887         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
15888         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
15889         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
15890         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
15891         * gst/rtp/gstrtpmpaenc.h:
15892         Updates to payloader/depayloaders, make payloaders use
15893         the base classes.
15894         Updated README with suggested RTP caps and how to convert
15895         to/from SDP.
15896         Added config descriptor in mp4v payloader.
15897
15898 2005-09-15  Andy Wingo  <wingo@pobox.com>
15899
15900         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
15901         * gst/autodetect/gstautovideosink.c
15902         (gst_auto_video_sink_find_best): Update for new registry API.
15903
15904 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15905
15906         * common/c-to-xml.py:
15907         * common/gtk-doc-plugins.mak:
15908           a simple py script to generate valid xml from a C example
15909           probably also need to strip an MIT license when we decide
15910         * docs/plugins/Makefile.am:
15911         * gst/level/Makefile.am:
15912         * gst/level/gstlevel.c: (gst_level_init):
15913         * gst/level/level-example.c: (message_handler), (main):
15914           add an example to level that will show up in the docs
15915         * gst/rtp/TODO:
15916           add a note for the future
15917
15918 2005-09-14  Michael Smith <msmith@fluendo.com>
15919
15920         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
15921           Actually define the debug object being used in wavenc. Fixes #316205
15922
15923 2005-09-14  Michael Smith <msmith@fluendo.com>
15924
15925         * gst/smpte/Makefile.am:
15926           Link against GST_BASE_LIBS, to get it linked against libgstbase;
15927           needed to build on windows (bug 316204)
15928
15929 2005-09-12  Andy Wingo  <wingo@pobox.com>
15930
15931         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
15932
15933 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15934
15935         * configure.ac:
15936         * gst/fdsrc/Makefile.am:
15937         * gst/fdsrc/gstfdsrc.c:
15938         * gst/fdsrc/gstfdsrc.h:
15939           Move fdsrc back into gstreamer core elements.
15940
15941         * gst/level/gstlevel.c: (gst_level_class_init),
15942         (gst_level_transform_ip):
15943         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
15944           Basetransform changes.
15945
15946 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15947
15948         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
15949         * ext/jpeg/smokecodec.c: (find_best_size):
15950           fix compiler warnings
15951
15952 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * gst-plugins-good.spec.in:
15955           spec file fixes
15956         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
15957         (gst_multiudpsink_render), (gst_multiudpsink_add),
15958         (gst_multiudpsink_clear):
15959           it actually helps to actually stream if we hook up the
15960           "add" signal to an actual implementation
15961         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15962           some debugging
15963
15964 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
15965
15966         * ext/jpeg/Makefile.am:
15967         * ext/jpeg/gstjpeg.c
15968         * ext/jpeg/gstjpegenc.c:
15969         * ext/jpeg/gstsmokeenc.c:
15970
15971 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15972
15973         * ext/flac/gstflacdec.c:
15974         * ext/flac/gstflacenc.c:
15975         * ext/flac/gstflactag.c:
15976         * ext/speex/gstspeexenc.c:
15977           gsttaginterface.h -> gsttagsetter.h
15978
15979 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15980
15981         * configure.ac:
15982         * gst/debug/Makefile.am:
15983         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
15984         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
15985         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
15986         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
15987         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
15988           Port to 0.9 and re-enable efence plugin.
15989
15990 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
15991
15992         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
15993         (gst_flacdec_write), (gst_flacdec_convert_src):
15994         * ext/flac/gstflacdec.h:
15995           Add support for flac files with 24/32 bits per sample; and misc.
15996           minor clean-ups. Seeking is still partly broken (for me at least).
15997
15998 2005-09-06  Wim Taymans  <wim@fluendo.com>
15999
16000         * gst/rtp/Makefile.am:
16001         * gst/rtp/gstrtp.c: (plugin_init):
16002         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16003         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16004         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16005         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16006         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16007         (gst_rtpmp4vdec_plugin_init):
16008         * gst/rtp/gstrtpmp4vdec.h:
16009         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16010         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16011         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16012         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16013         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16014         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16015         * gst/rtp/gstrtpmp4venc.h:
16016         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16017         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16018         Added mpeg4 video payload encoder/decoder.
16019         Added some docs in mpa payloader.
16020
16021 === release 0.9.1 ===
16022
16023 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16024
16025         * NEWS:
16026         * README:
16027         * RELEASE:
16028         * autogen.sh:
16029         * configure.ac:
16030           releasing 0.9.1, "Blondie"
16031
16032 2005-09-05  Andy Wingo  <wingo@pobox.com>
16033
16034         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16035         here from the state change handler, so we fire signals without
16036         holding the state lock.
16037
16038 2005-09-02  Andy Wingo  <wingo@pobox.com>
16039
16040         * All plugins updated for element state changes.
16041
16042 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16043
16044         * Makefile.am:
16045         * check/.cvsignore:
16046         * check/Makefile.am:
16047         * check/elements/.cvsignore:
16048         * check/elements/level.c: (setup_level), (cleanup_level),
16049         (GST_START_TEST), (level_suite), (main):
16050           add a test for level
16051         * common/release.mak:
16052           move the enum checking to release.mak
16053         * configure.ac:
16054           add valgrind and check checking
16055         * gst/level/gstlevel.c: (gst_level_transform):
16056         * gst/level/gstlevel.h:
16057           fix Andy's cast bug
16058           convert a field to int
16059           fix the arithmetic to int when checking for emit so that a
16060           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16061
16062 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16063
16064         * Makefile.am:
16065         * configure.ac:
16066           add docs to build
16067         * common/plugins.xsl:
16068           wrap Description into a refsect2
16069         * docs/Makefile.am:
16070         * docs/plugins/Makefile.am:
16071         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16072         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16073         * gst/goom/Makefile.am:
16074         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16075         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16076         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16077         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16078         (gst_goom_change_state):
16079         * gst/goom/gstgoom.h:
16080           GstGOOM -> GstGoom
16081           add an example launch line
16082         * gst/level/gstlevel.h:
16083         * gst/monoscope/gstmonoscope.c:
16084           cleanups
16085
16086 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16087
16088         * configure.ac:
16089         * docs/plugins/Makefile.am:
16090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16092         * docs/plugins/gst-plugins-good-plugins.types:
16093           document elements and plugins.  Shazam !
16094
16095 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16096
16097         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16098           be found under doc/random/ChangeLog-0.8